github argoproj/argo-cd v2.8.2

latest releases: v2.13.0-rc2, v2.13.0-rc1, v2.13.0...
13 months ago

Quick Start

Non-HA:

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

HA:

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

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

What's Changed

  • fix(14912): Fix helm valuesObject with ApplicationSet (cherry-pick #14920) by @gcp-cherry-pick-bot in #15175
  • fix: stop creating new otel interceptor to avoid memory leak (cherry-pick #15174) by @gcp-cherry-pick-bot in #15178
  • fix(ui): switch podgroup notification to tooltip message (cherry-pick #14821) by @gcp-cherry-pick-bot in #15224
  • fix: spec.executor.instances is Optional, Support a flexible number of executors (cherry-pick #11877) by @gcp-cherry-pick-bot in #15200
  • fix(appset): bitbucket server scm provider EOF on empty repo (cherry-pick #14411) by @gcp-cherry-pick-bot in #15203
  • fix(appset): requeue ApplicationSet if there are validation errors (#14184) (cherry-pick #14429) by @gcp-cherry-pick-bot in #15206
  • docs: add example jq path expression (cherry-pick #15130) by @gcp-cherry-pick-bot in #15209
  • docs: document sourceNamespaces field (cherry-pick #15195) by @gcp-cherry-pick-bot in #15212
  • fix(ui): Update default and max count for maxCookieNumber (cherry-pick #14979) by @gcp-cherry-pick-bot in #15230
  • Bump version to 2.8.2 on release-2.8 branch by @github-actions in #15232

Full Changelog: v2.8.1...v2.8.2

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.