Release-index Official
: If a release is "missing," ensure the automated build script correctly pushed the updated index file after uploading the build artifact to the CDN. Index canisters - Developer Docs | Internet Computer
In cloud-based CI/CD environments like , a release-index.json is a critical manifest that lists available versions of tasks, tools, or patches. It acts as a single source of truth for the automation agent to determine which binaries to download. Core Functions : release-index
: Lists prerequisite tool versions required for a specific release to run. 2. Implementation Guide: Creating a Release Index : If a release is "missing," ensure the
: Create a JSON structure that captures the essential data for each version. Core Functions : : Lists prerequisite tool versions
: Uses the helm list command to manage an index of current releases within a namespace. You can use the --offset flag to paginate through the release index if you have hundreds of deployments.
: Use build scripts (e.g., Node.js or Python) to append new release metadata to the index whenever a build passes its final QA stage.
If you are building your own release system, follow these steps to implement an automated index: