github argoproj/argo-cd v2.5.0-rc2

latest releases: v2.10.17, v2.11.9, v2.12.4...
pre-release24 months ago

Quick Start

Non-HA:

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

HA:

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

Upgrading

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

Changes

This release includes 22 contributions from 18 contributors (9 of them new) with 0 features and 12 bug fixes.

A special thanks goes to the 9 new contributors:

  • Eddie Knight
  • Lars Kellogg-Stedman
  • Matt Morrison
  • Nir Shtein
  • Richard Jennings
  • rumstead
  • Sakshi Jain
  • Thijs van Tol
  • toyamagu

Bug fixes

  • fix(ui): sync option label doesn't check corresponding box (#10863) (#10876)
  • fix: clicking HEAD in bitbucket leads to a 404 page (#10862)
  • fix: added css to change cursor to pointer on hover (#10864) (#10867)
  • fix: duplicate source namespace validation (#10853)
  • fix: applicationset controller should respect logging flags (#10513)
  • fix: show revision in badge when param is true (#10545)
  • fix: consider destination cluster name when validating destinations (#10594)
  • fix: Add missing statuses to MinIO Tenant health check (#10815)
  • fix: Unbreak app refresh from panel list (#10825)
  • fix: add applicationset to crds generated by gen-crd-spec (#10833)
  • fix(ui): Don't jump back to tiles view on app deletion (#8764) (#10826)
  • fix: Add filter icon to help users find filters (#10809)

Documentation

  • docs: more versioned docs fixes (#10342)
  • docs: fix examples for ArgoCD ApplicationSet Git Generator (#10857)
  • docs: remove unused plugin config fields (#10304)
  • docs: fix advice about preferred version in high availability (#10619)
  • docs: Correct grammar issues in docs on manifest path annotations (#10776)
  • docs: Add example about how to patch with SSA syncs (#10829)
  • docs: Update link to resource customizations (#10827) (#10828)

Other

  • chore: add script to generate release notes (#10806)
  • chore: Added recommended permissions to github actions workflows (#10812)
  • chore: update Server-Side Apply docs for patching of existing rresources (#10822)

Full Changelog: v2.5.0-rc1...v2.5.0-rc2

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.