github argoproj/argo-cd v3.4.0-rc5

pre-release5 hours ago

Quick Start

Important

A potential bug with application reconciliation has been identified in this release. The application controller may fail to refresh applications, causing an application to not sync / show resources as out of sync.

Issue: #27344 – Application controller not refreshing applications

Non-HA:

kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.0-rc5/manifests/install.yaml

HA:

kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.0-rc5/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.

Release Notes Blog Post

For a detailed breakdown of the key changes and improvements in this release, check out the official blog post

Upgrading

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

Changelog

Bug fixes

  • f4e7a6e: [release-3.4] fix: improve perf: switch parentUIDToChildren to map of sets, remove cache rebuild (#26863) (#27110) (@jcogilvie)
  • b7f9f6d: fix(ci): run yarn install with --frozen-lockfile (cherry-pick #27099 for 3.4) (#27350) (@dudinea)
  • f50abb6: fix(controller): reduce secret deepcopies and deserialization (#27049) (cherry-pick release-3.4) (#27132) (@rumstead)
  • 99e29c7: fix(docs): Fix manifest path in Source Hydrator docs (cherry-pick #27123 for 3.4) (#27166) (@argo-cd-cherry-pick-bot[bot])
  • 67d12eb: fix(hook): Fixed hook code issues that caused stuck applications on "Deleting" state (Issues #18355 and #17191) (cherry-pick #26724 for 3.4) (#27257) (@argo-cd-cherry-pick-bot[bot])
  • 33247b9: fix(hydrator): preserve all source type fields in GetDrySource() (cherry-pick #27189 for 3.4) (#27196) (@argo-cd-cherry-pick-bot[bot])
  • a244f7c: fix(server): Ensure OIDC config is refreshed at server restart (cherry-pick #26913 for 3.4) (#27115) (@argo-cd-cherry-pick-bot[bot])
  • eecac8e: fix(ui): OCI revision metadata never renders due to conflicting guard clause (#26948) (cherry-pick #27097 for 3.4) (#27363) (@argo-cd-cherry-pick-bot[bot])
  • 58a6f85: fix(ui): handle 401 error in stream (cherry-pick #26917 for 3.4) (#27228) (@argo-cd-cherry-pick-bot[bot])
  • 696a18f: fix: Add X-Frame-Options and CSP headers to Swagger UI endpoints (cherry-pick #26521 for 3.4) (#27153) (@argo-cd-cherry-pick-bot[bot])
  • 8550f60: fix: force attempt http2 with custom tls config (#26975) (cherry-pick #26976 for 3.4) (#27073) (@argo-cd-cherry-pick-bot[bot])
  • dfa079b: fix: pass repo.insecure flag to helm dependency build (cherry-pick #27078 for 3.4) (#27082) (@argo-cd-cherry-pick-bot[bot])
  • a061d1c: fix: prevent automatic refreshes from informer resync and status updates (cherry-pick #25290 for 3.4) (#27229) (@argo-cd-cherry-pick-bot[bot])
  • b648248: fix: trigger app sync on app-set spec change (cherry-pick #26811 for 3.4) (#27131) (@argo-cd-cherry-pick-bot[bot])
  • 0a29bfd: fix: use unique names for initial commits (cherry-pick #27171 for 3.4) (#27198) (@argo-cd-cherry-pick-bot[bot])

Dependency updates

  • 60fed8b: chore(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 (cherry-pick #27101 for 3.4) (#27207) (@argo-cd-cherry-pick-bot[bot])

Other work

  • b9c4c2b: test(e2e): add e2e tests for reverse deletionOrder when progressive sync enabled (cherry-pick #26673 for 3.4) (#27263) (@argo-cd-cherry-pick-bot[bot])

Full Changelog: v3.4.0-rc4...v3.4.0-rc5

Don't miss a new argo-cd release

NewReleases is sending notifications on new releases.