We have removed support for Release Agent versions older than v1.0.0
. Users who haven’t updated their agent will no longer see their components or releases in the UI until they upgrade to the latest version.
Instructions for updating the agent:
- Update your local Helm cache
helm repo update
- Upgrade to the new version (be sure to update with your managed namespaces)
helm upgrade --install circleci-release-agent-system release-agent/circleci-release-agent \ --set tokenSecret.token=[YOUR_CCI_INTEGRATION_TOKEN] --create-namespace \ --namespace circleci-release-agent-system \ --set managedNamespaces="{namespace1,namespace2}"
More details on updating the agent can be found in our documentation.