Skip to content
Pricing
Search
Results from:
Site
Blog
Docs
Images
Orbs
Resources
Site
Blog
Docs
Images
Orbs
Resources
View entire changelog

Removed support for Release Agent versions older than v1.0.0

Apr 22, 2024

Maintenance

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:

  1. Update your local Helm cache
    helm repo update
    
  2. 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.

>Previous changes