github argoproj/argo-cd v2.8.0-rc7

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

Quick Start

Non-HA:

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

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.8.0-rc7/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.

What's Changed

  • docs: Add missing value (cherry-pick #14538) by @gcp-cherry-pick-bot in #14774
  • feat(appset): Restrict scm provider urls (#14286) Cherry Pick 2.8 by @speedfl in #14779
  • fix(controller): cache deadlock on delete and re-add cluster (cherry-pick #14780) by @gcp-cherry-pick-bot in #14798
  • docs: Clarify that security policy covers last 3 versions (cherry-pick #14786) by @gcp-cherry-pick-bot in #14791
  • fix(ui): no hyphen for "create job" action + nice icon (#14776) (cherry-pick #14777) by @gcp-cherry-pick-bot in #14802
  • fix: Correct broken forever option in pod logs viewer. Fixes #14762 (cherry-pick #14763) by @gcp-cherry-pick-bot in #14803
  • fix: ManagedResources API should not return diff for hooks (cherry-pick #14816) by @gcp-cherry-pick-bot in #14830
  • docs: Change Generator docs for List Generator to note any key/value pairs can be used (cherry-pick #14825) by @gcp-cherry-pick-bot in #14832
  • chore: Add header support for proxy extension requests (cherry-pick #14800) by @gcp-cherry-pick-bot in #14841
  • chore: add more tests in proxy extension headers (cherry-pick #14842) by @gcp-cherry-pick-bot in #14853
  • chore: revert "fix: surface source not permitted errors (#12255)" (cherry-pick #14858) by @gcp-cherry-pick-bot in #14863
  • feat: Adding kubelogin capability to argocd-k8s-auth (#9460) (#10700) by @mmerrill3 in #14866
  • fix: Repo URL link for unsupported sources links to https:///null/path/to/chart (cherry-pick #14861) by @gcp-cherry-pick-bot in #14873
  • docs(appset): remove outdated section about per-appset sync policies (cherry-pick #14751) by @gcp-cherry-pick-bot in #14812
  • docs: more documentation for RespectIgnoreDifferences=true (cherry-pick #14742) by @gcp-cherry-pick-bot in #14809
  • docs: add ignoreDifferences name and namespace fields (cherry-pick #14741) by @gcp-cherry-pick-bot in #14805
  • Bump version to 2.8.0-rc7 on release-2.8 branch by @github-actions in #14879

Full Changelog: v2.8.0-rc6...v2.8.0-rc7

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.