github argoproj/argo-cd v2.4.0-rc5

latest releases: v2.10.17, v2.11.9, v2.12.4...
pre-release2 years ago

Quick Start

Non-HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.0-rc5/manifests/install.yaml

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.4.0-rc5/manifests/ha/install.yaml

Breaking changes

As a security enhancement, user-supplied environment variables are now prefixed with ARGOCD_ENV_ before being sent to plugins.

Plugin authors should update their plugin's logic to account for the change.

You can find more details in the 2.3 to 2.4 upgrade guide or in the breaking changes blog post.

Bug Fixes

Features

  • feat: Add plugin call variables to sidecar plugin discovery (#9273) (#9319)

Others

  • chore: upgrade base image to ubuntu:22.04 (#9551)
  • chore: upgrade base image for test containers Ubuntu:22.04 (#9563)
  • chore: update Kex-Algorithms (#9561)
  • docs: fix cm typo (#9577)
  • chore: remove obsolete repo-server unit test (#9559)
  • docs: document action RBAC action and application resource path (#8413)
  • docs: document plugin prefixed env vars (#9548)

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.