Skip to content
Pricing
Search
Results from:
Site
0
Blog
0
Docs
0
Images
0
Orbs
0
Resources
0
Site
0

No results for site

Blog
0

No results for blog

Docs
0

No results for docs

Images
0

No results for images

Orbs
0

No results for orbs

Resources
0

No results for 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