chore(deps): update dependency argoproj/argo-cd to v3.4.3 #42

Open
renovatebot wants to merge 1 commits from renovate/argoproj-argo-cd-3.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
argoproj/argo-cd Kustomization minor v3.2.6v3.4.3

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

argoproj/argo-cd (argoproj/argo-cd)

v3.4.3

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.3/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.3/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
  • f435b0f fix(cli): return immediately from 'app wait' when app is already in desired state (#​12211) (#​27503) (#​27713) (jheyduk)
  • b39fe4f fix(lint): unnecessary nesting (cherry-pick #​27815 for 3.4) (#​27817) (argo-cd-cherry-pick-bot[bot], Michael Crenshaw)
  • 668f2c5 fix(ui): don't prefetch errors (#​27877) (cherry-pick #​27925 for 3.4) (#​28024) (argo-cd-cherry-pick-bot[bot], Blake Pettersson)
  • b796979 fix(ui): return full source for non-hydrator apps in Parameters tab (cherry-pick #​26946 for 3.4) (#​27964) (Gabriel Barreto, himeshp)
  • 5d3f8a0 fix: honor repo depth setting in gitSourceHasChanges and fetch functions (cherry-pick #​27838 for 3.4) (#​28043) (argo-cd-cherry-pick-bot[bot], alexandresavicki, Cursor)
  • 35ed877 fix: nil-check (cherry-pick #​28039 for 3.4) (#​28040) (argo-cd-cherry-pick-bot[bot], Blake Pettersson, Soumya Ghosh Dastidar)
  • b0f1553 fix: prevent InvalidSpecError race in application controller startup (cherry-pick #​27672 for 3.4) (#​27845) (argo-cd-cherry-pick-bot[bot], Michele Baldessari)
  • 4fa0950 fix: truncate labels for deletion hook resources (cherry-pick #​27542 for 3.4) (#​27714) (argo-cd-cherry-pick-bot[bot], Jaewoo Choi)
Dependency updates
  • 0edd404 chore(deps): bump redoc/dompurify to v3.4.0 in /ui for fixing CVE-2026-41240(cherry-pick 3.4) (#​27913) (Alka Kumari)
Other work
  • ce55c85 fix(gitops-engine): fix nil pointer dereference error in removeWebookMutation() (cherry-pick #​27749 for 3.4) (#​28031) (argo-cd-cherry-pick-bot[bot], Pierre Guinoiseau)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.4.2...v3.4.3

v3.4.2

Compare Source

Quick Start

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

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
  • b15e9e3 fix: Revert "fix: avoid calling UpdateRevisionForPaths unnecessary (#​25151)" (cherry-pick #​27241 for 3.4) (#​27251) (argo-cd-cherry-pick-bot[bot], Alexander Matyushentsev)
  • 570ccbc fix: prevent panic on nil APIResource in permission validator (cherry-pick #​26610 for 3.4) (#​27752) (argo-cd-cherry-pick-bot[bot], Andy Lo-A-Foe)
Dependency updates
  • 6eb6215 chore(deps): bump github.com/moby/spdystream from 0.5.0 to 0.5.1 (cherry-pick #​27401 for 3.4) (#​27734) (argo-cd-cherry-pick-bot[bot], dependabot[bot])
Other work
  • 35ea43c Merge commit from fork (Blake Pettersson)
  • bcb4298 Merge commit from fork (Peter Jiang)
  • 4e71577 chore: bump otel/sdk to 1.43.0 (release-3.4) (#​27806) (Nitish Kumar)
  • 6e227ba ci: pin images of setup-qemu-action, setup-buildx-action and goreleaser CLI version (cherry-pick #​27060 for 3.4) (#​27731) (argo-cd-cherry-pick-bot[bot], Regina Voloshin)
  • 87e9148 fix(gitops-engine): apply HideSecretData to server-side diff results for Secrets (cherry-pick #​27598 for 3.4) (#​27754) (argo-cd-cherry-pick-bot[bot], Peter Jiang, downfa11)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.4.1...v3.4.2

v3.4.1

Compare Source

[!IMPORTANT]
This release is the first one in the 3.4 series, although it is not named 3.4.0.

[!IMPORTANT]
Following Helm 3.19.0 change in how Helm interprets K8s cluster version, this Argo CD release contains a change that aligns how Argo CD interprets K8s cluster version with Helm behavior.

Impact: Application Sets with Cluster Generators, that fetch clusters based on their Kubernetes version and use argocd.argoproj.io/auto-label-cluster-info on the cluster secret, need to be updated to use argocd.argoproj.io/kubernetes-version with the vMajor.Minor.Patch format instead of the previous Major.Minor format.

More details here: https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/3.3-3.4/#cluster-version-format-change

Quick Start

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

Features
  • 05504d6 feat(appset): add Health field to ApplicationSet status (#​25753) (Peter Jiang)
  • f83906d feat(appset): optimize appset controller performance when grabbing cluster secrets (#​25624) (#​25577) (rumstead)
  • ed6d2c5 feat(controller): Annotation to pause reconciliation for a specific cluster (#​26442) (Drew Bailey, Drew Bailey)
  • 3157fb1 feat(helm): support wildcard glob patterns for valueFiles (cherry-pick #​26768 for 3.4) (#​26919) (argo-cd-cherry-pick-bot[bot], Nitish Kumar)
  • 5072899 feat(hydrator): making configurable authorName/Email used for hydration commit (#​22847) (#​25746) (Aditya Raj)
  • 8ed52b2 feat(notification): add appProject access to notification templates (#​26437) (#​26470) (Aditya Raj)
  • e1aeb79 feat(ui): AppSet Slide Out Summary (#​26490) (Peter Jiang, reggie-k)
  • 5ab598e feat(ui): add annotation filtering support to applications list (#​25590) (Ji Kwan)
  • 1391e2f feat(ui): add appset tree-view details page (#​26262) (Peter Jiang, reggie-k, Keith Chong)
  • 7208578 feat(ui): appset list page and filters (#​25837) (Peter Jiang)
  • ff45972 feat(ui): enable hydrator support in app create panel (#​26485) (jwinters01, Alexandre Gaudreault)
  • 1214946 feat(ui): support hydrator properties in summary tab (#​26152) (jwinters01, Michael Crenshaw)
  • b414432 feat: Add application filter for operation status to UI (#​25636) (Dylan Schlager)
  • 408e99e feat: Allow custom User-Agent headers for Helm repository requests (#​25473) (Yugan)
  • 19b41b9 feat: ApplicationSet watch API (#​26409) (Peter Jiang, nitishfy)
  • b442167 feat: Document and expose K8S API client environment variables(#​8527) (#​25145) (gami, Alexandre Gaudreault)
  • 7a3d6f1 feat: Implement nmstate health checks (#​26506) (#​26507) (Sander Tervoert)
  • 5859065 feat: add ApplicationSet listResourceEvents API (#​25537) (Peter Jiang, Alexy Mantha)
  • 2793097 feat: add OTEL instrumentation for authentication and handlers (#​25296) (Mike Cutsail, Alexandre Gaudreault)
  • b7e2027 feat: add Prune and Delete as application level sync option (#​23370) (Arthur Outhenin-Chalandre)
  • 73b4d98 feat: add --no-install-recommends in argocd-base #​25841 (#​25852) (Jakub Rudnik, Nitish Kumar)
  • 13bc5ae feat: add argocd account session-token command (#​15277) (#​24638) (Alex Eftimie, Alexandre Gaudreault, Peter Jiang)
  • d8635ca feat: add clear-all button to applications list filters (#​26007) (Jaewoo Choi)
  • c2e594c feat: disable gRPC service config DNS TXT lookups by default (#​26077) (Valentin Stoican, Valentin Stoican)
  • 3cb4955 feat: expose notifications controller processors count via cmd params (#​26798) (Kirill Bilchenko)
  • c0a2a57 feat: implement application cache synchronization in appset controller (#​26578) (Alexander Matyushentsev)
  • ef75a2e feat: limit max certificates and known hosts in stream parsing (#​25777) (Ankit Pramanik)
  • f85ad11 feat: remove unused reposFilter from Applications list (#​24667) (Jaewoo Choi)
  • 6f0de8b feat: update health checks for Numaflow resources (#​25698) (Dillen Padhiar)
Bug fixes
  • 9fd02aa Revert "fix: prevent automatic refreshes from informer resync and status updates (cherry-pick #​25290 for 3.4)" (#​27402) (Michael Crenshaw)
  • f4e7a6e [release-3.4] fix: improve perf: switch parentUIDToChildren to map of sets, remove cache rebuild (#​26863) (#​27110) (Jonathan Ogilvie)
  • 21e13a6 fix(UI): show RollingSync step clearly when labels match no step (cherry-pick #​26877 for 3.4) (#​26882) (argo-cd-cherry-pick-bot[bot], Atif Ali)
  • ede9229 fix(actions): Use correct annotation for CNPG suspend/resume (#​26711) (Rouke Broersma)
  • 6665f94 fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing (#​26793) (#​27476) (Anand Francis Joseph)
  • f45ee22 fix(appset): change appset resource status count to 5000 by default (#​26249) (Peter Jiang)
  • bb894e8 fix(appset): do not trigger reconciliation on appsets not part of allowed namespaces when updating a cluster secret (#​25622) (OpenGuidou)
  • 330077c fix(appset): fix post-generator selector ignoring labels in GoTemplate mode (#​26717) (Josef Kolář)
  • bdc3447 fix(appset): update appset resources after creation (#​26511) (Peter Jiang)
  • 59f229b fix(ci): Add missing git-lfs installer checksum for ppc64le (#​26835) (Oliver Gondža)
  • cbc7ecd fix(ci): Inconsistent use of IMAGE_REGISTRY and IMAGE_NAMESPACE Makefile variables (#​25846) (#​25860) (dudinea)
  • 2253481 fix(ci): Remove stale label when Issue/PR is updated (#​26452) (S Kevin Joe Harris)
  • e70034a fix(ci): add .gitkeep to images dir (cherry-pick #​26892 for 3.4) (#​26912) (argo-cd-cherry-pick-bot[bot], Blake Pettersson)
  • 4a5d3a7 fix(ci): add gitops-engine unit tests to CI (#​25863) (Peter Jiang)
  • 92c5389 fix(ci): ensure cherry-pick commits include DCO sign-off (#​26124) (Anagha S Devan)
  • aadf2af fix(ci): fix deleting files on linux in make build-ui (#​26134) (#​26135) (dudinea)
  • 946a3ab fix(ci): fix make image DEV_IMAGE=true on non-amd64 architecture (#​25897) (#​25898) (dudinea, Nitish Kumar)
  • b7f9f6d fix(ci): run yarn install with --frozen-lockfile (cherry-pick #​27099 for 3.4) (#​27350) (dudinea)
  • a19a83a fix(cli): uses DrySource revision for app diff/manifests with sourceHydrator (#​23817) (cherry-pick #​24670 for 3.4) (#​27483) (argo-cd-cherry-pick-bot[bot], Aditya Raj)
  • 956a6a1 fix(controller): handle comma-separated hook annotations for PreDelete/PostDelete hooks (#​26420) (Linghao Su)
  • f50abb6 fix(controller): reduce secret deepcopies and deserialization (#​27049) (cherry-pick release-3.4) (#​27132) (rumstead)
  • af05c56 fix(dashboards): Correct job label for the Controller Telemetry Panel (#​26548) (Daniel Barnes)
  • 986cdf0 fix(dev): skip Tilt rebuild on test file changes (#​26624) (Nitish Kumar)
  • 63698bd fix(dex): run as user 1001 (#​26726) (#​26757) (Michael Crenshaw)
  • 8a507b7 fix(dex): run as user 1001 (#​26726) (#​26775) (Michael Crenshaw)
  • 99e29c7 fix(docs): Fix manifest path in Source Hydrator docs (cherry-pick #​27123 for 3.4) (#​27166) (argo-cd-cherry-pick-bot[bot], Oliver Gondža)
  • 3eeebd8 fix(docs): PR title guide from refactor to chore and reformat json (#​26450) (Jaewoo Choi)
  • d66ad45 fix(docs): update other sections of feature maturity to match feature status in overview (#​26411) (Kanika Rana)
  • 1dc85e5 fix(engine): always preserve sync status for hooks (#​25692) (Alexandre Gaudreault, Regina Voloshin, github-actions[bot], reggie-k, dependabot[bot], renovate[bot], Afzal Ansari, Blake Pettersson, Julie Vogelman, Michael Crenshaw)
  • a1d68ca fix(engine): correctly set prune confirmation message in setRunningPhase (#​25915) (Arthur Outhenin-Chalandre)
  • 95d19f2 fix(engine): improve operation phase messages (#​25668) (Alexandre Gaudreault)
  • 8259711 fix(health): app missing health only when all resources are missing (#​23995) (#​25962) (Alexandre Gaudreault, Peter Jiang)
  • a22f33d fix(health): configconnectorcontext and configconnector (#​26308) (#​26309) (Niclas Mietz)
  • 6eea558 fix(health): use note.drySha when available (#​26698) (Michael Crenshaw)
  • afdf99f fix(helm): Improve error message when helm cmd fails (#​26159) (Oliver Gondža)
  • 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], Nikolaos Astyrakakis)
  • 2283784 fix(hooks): always remove finalizers (#​23226) (#​25916) (Alexandre Gaudreault, Leonardo Luz Almeida)
  • 67712c1 fix(hydrator): .gitattributes include deeply nested files (#​25870) (#​26011) (Michael Crenshaw)
  • 3453367 fix(hydrator): Fix compilation error (#​26024) (Oliver Gondža)
  • ef40ba8 fix(hydrator): empty links for failed operation (#​25025) (#​26014) (Michael Crenshaw)
  • 6f21978 fix(hydrator): git fetch needs creds (#​25727) (#​25738) (Michael Crenshaw)
  • a439c6c fix(hydrator): hydrated sha missing on no-ops (#​25694) (#​25695) (Michael Crenshaw)
  • 6994a42 fix(hydrator): pass destination.namespace to manifest rendering (#​25478) (#​25699) (Sean Liao)
  • 33247b9 fix(hydrator): preserve all source type fields in GetDrySource() (cherry-pick #​27189 for 3.4) (#​27196) (argo-cd-cherry-pick-bot[bot], Alexandre Gaudreault)
  • 0a2ae95 fix(hydrator): race when pushing notes (#​25700) (Michael Crenshaw)
  • e5e00d3 fix(hydrator): use refresh paths from drySource when source hydration is enabled (#​25516) (Codey Jenkins, pbhatnagar-oss, Alexandre Gaudreault)
  • fee6962 fix(makefile): Improve performance of make lint-local and dependent goals (#​26025) (Oliver Gondža)
  • 4fabbce fix(metrics): more consistent oci metrics (#​25549) (Blake Pettersson)
  • de99b70 fix(reposerver): make temp dir cleanup best-effort in TestGenerateManifestsHelmWithRefs_CachedNoLsRemote (#​26742) (Nitish Kumar)
  • 8739f91 fix(reposerver): using timeouts in http transport for Github App authentication (#​26762) (Anand Francis Joseph)
  • 0a3f634 fix(server): Avoid error when attempting a second delete operation (cherry-pick #​27495 for 3.4) (#​27499) (argo-cd-cherry-pick-bot[bot], Taylor Thomas, Blake Pettersson)
  • a244f7c fix(server): Ensure OIDC config is refreshed at server restart (cherry-pick #​26913 for 3.4) (#​27115) (argo-cd-cherry-pick-bot[bot], OpenGuidou)
  • 28b90a7 fix(server): OIDC config via secrets fails (#​18269) (#​26214) (Valéry Fouques)
  • 5ed403c fix(server): fix find container logic for terminal (cherry-pick #​26858 for 3.4) (#​26933) (argo-cd-cherry-pick-bot[bot], Linghao Su)
  • d9c83da fix(server): invalidate JWT tokens on logout (#​26388) (Anand Francis Joseph)
  • df3be1c fix(server): update resourceVersion on Terminate retry (#​25650) (Michael Crenshaw)
  • 24615c8 fix(state): fix(controller): display correct SyncWave for hook resources #​26208 (#​26240) (Linghao Su)
  • aced2b1 fix(ui): Improve message on self-healing disabling panel (#​26977) (cherry-pick #​26978 for 3.4) (#​26980) (argo-cd-cherry-pick-bot[bot], Alberto Chiusole)
  • 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], Karim Farid, Blake Pettersson)
  • 971bf57 fix(ui): Parameters tab should correctly show dry source parameters (#​26179) (jwinters01, Alexandre Gaudreault)
  • 8e636b7 fix(ui): add previous option to download logs functionality (#​26427) (Linghao Su)
  • 96bfc1e fix(ui): convert yaml-editor to functional component (#​24921) (Mike, Michael Crenshaw, Alexandre Gaudreault)
  • 58a6f85 fix(ui): handle 401 error in stream (cherry-pick #​26917 for 3.4) (#​27228) (argo-cd-cherry-pick-bot[bot], Linghao Su)
  • ae34305 fix(ui): improve filter autocomplete performance for large app counts (#​15087) (#​26082) (Rohan K)
  • 5deef68 fix(ui): include _-prefixed dirs in embedded assets (cherry-pick #​26589 for 3.4) (#​26909) (argo-cd-cherry-pick-bot[bot], Jaewoo Choi)
  • c9a5a7e fix(ui): make yaml editor outline button opaque (#​25748) (Jaewoo Choi)
  • a903bc4 fix(ui): monaco-editor search scroll positioning fix (#​26638) (#​26639) (Oleksandr Saulyak)
  • 84f9446 fix(ui): prevent crash when navigating between Applications and Appli… (#​26245) (Peter Jiang)
  • 716339c fix(ui): prevent log viewer crash on malformed stream packets issue #​26023 (#​26226) (Luis Baronceli)
  • cc3b88e fix(ui): prevent pod logs viewer crash on stale container index (cherry-pick #​27553 for 3.4) (#​27564) (argo-cd-cherry-pick-bot[bot], Honglian You)
  • f5de841 fix(ui): relayout Monaco editor on window resize (#​25784) (Jaewoo Choi)
  • fd3c884 fix(ui): remove createApplication option in write repo credential list (#​23550) (Linghao Su)
  • 93c736c fix(ui): remove excess dot (#​25816) (Josh Soref)
  • 2f4c5bb fix(ui): show filter-empty state on repos list (#​26160) (Jaewoo Choi)
  • 91e9b22 fix(ui): show full labels, projects, clusters, and namespaces on hover in sidebar (#​7520) (#​24723) (Aditya Raj, jwinters01)
  • a76a876 fix(ui): standard resource icons are not displayed properly (#​26216) (#​26228) (Linghao Su)
  • d11c99a fix(ui): update AppSet UI for watch API and remove unused filters (#​26631) (Peter Jiang)
  • 6c043d3 fix: Fix excessive ls-remote requests on monorepos with Auto Sync enabled apps (26277) (#​26278) (dudinea, Dan Garfield)
  • 61c8ce2 fix: #​25313 remove --client from helm version command (#​25740) (Jesse Hitch)
  • 054538b fix: AAD Domain Hint Improvement (fixes #​18066) (#​24639) (jhansi, pjmanda, Nitish Kumar, jhansireddy01)
  • 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], Rohan Sood, rohansood10, Blake Pettersson, Copilot)
  • 86e42fb fix: AppProject finalizer should consider apps in all allowed namespaces (#​24347) (#​26416) (Dhruvang Makadia)
  • f7b24ba fix: ApplicationSet DuckType Generator panics on non-string values in Clus… (cherry-pick #​27265 for 3.4) (#​27526) (argo-cd-cherry-pick-bot[bot], Xiangjing Li)
  • b66dea4 fix: Hook resources not created at PostSync when configured with PreDelete PostDelete hooks (cherry-pick #​26996 for 3.4) (#​26998) (argo-cd-cherry-pick-bot[bot], Regina Voloshin)
  • f6d00b7 fix: Only show please update resource specification message when spec… (#​25066) (Josh Soref)
  • 472d50c fix: OpenTelemetryCollector health check shows 0/0 for mode: daemonset (#​26391) (tank.500m)
  • e168d8a fix: Revert "fix(ci): ensure cherry-pick commits include DCO sign-off" (#​26124) (#​26243) (Kanika Rana)
  • f3d0c12 fix: Toggle automated.enabled to disable auto-sync for rollbacks (#​25719) (Daniel Moran)
  • 08602c2 fix: adds the missing source-name flag in app unset command (#​26712) (Papapetrou Patroklos)
  • 2232707 fix: allow automatedSyncPolicy fields to be changed to false (#​26763) (Peter Jiang)
  • 1488a13 fix: allow docker dhi helm charts to be used (#​25835) (Blake Pettersson)
  • bcea79b fix: avoid stale informer cache in RevisionMetadata handler (cherry-pick #​27392 for 3.4) (#​27395) (argo-cd-cherry-pick-bot[bot], Soumya Ghosh Dastidar)
  • c32286a fix: close response body on error paths to prevent connection leak (#​25824) (QingHe, chentiewen, Claude Sonnet 4.5)
  • 8f9ee6d fix: compressedLayerExtracterStore+isCompressedLayer - allow tar.gzip suffixes (#​26355) (erin)
  • 4d66a20 fix: consider Replace/Force sync option on live resource annotations (#​26110) (Alexandre Gaudreault)
  • ed4c63b fix: controller incorrectly detecting diff during app normalization (cherry-pick #​27002 for 3.4) (#​27014) (argo-cd-cherry-pick-bot[bot], Alexander Matyushentsev)
  • bde6f66 fix: correct typos across codebase (#​25959) (Ekene Chris)
  • e017145 fix: create events with argocd namespace (#​26667) (Papapetrou Patroklos)
  • 2c5f731 fix: enable and fix modernize linter (#​26352) (Matthieu MOREL)
  • 6a10ffe fix: ensure compatibility of kubeversion.version with what helm reeturns (#​26469) (Papapetrou Patroklos)
  • 6cd65b4 fix: error sending generate manifest metadata cmp server (#​25891) (Papapetrou Patroklos)
  • 0671907 fix: fix GetAppdetails to show data from refs to other git repos (#​26440) (#​26544) (dudinea)
  • f0c694d fix: fix generator bug with templating of parameters in values (#​25342) (#​26696) (dudinea)
  • b320854 fix: fix image functionality breakage caused by --no-install-updates option in Dockerfiles (#​25972) (#​25999) (dudinea)
  • 2b3eae6 fix: fixes output of argocd proj windows list PROJ - USEANDOPERATOR was missing (#​26273) (Papapetrou Patroklos)
  • d099c24 fix: fixes the already exists error when syncing apps with replace (#​26791) (Papapetrou Patroklos)
  • 8550f60 fix: force attempt http2 with custom tls config (#​26975) (cherry-pick #​26976 for 3.4) (#​27073) (argo-cd-cherry-pick-bot[bot], Max Verbeek)
  • bf1f836 fix: get app resources tree view (#​26166) (Papapetrou Patroklos)
  • 5e6449f fix: handle parse errors in ReadLocalConfig properly (#​26597) (Takuma Shibuya)
  • f8c0d7e fix: health check doesn't detect resource deletion during sync operation (#​26286) (Christopher Coco, Alexandre Gaudreault)
  • 3a4b0a0 fix: helm flaky test (#​26805) (Nitish Kumar)
  • 275c5de fix: improves the Rabbit MQ resouce customization to better handle unknown conditions (#​25941) (Papapetrou Patroklos)
  • 4519fdf fix: include Depth field in Repository.Sanitized() response (#​26572) (HARSHIL GARG)
  • c4f3bb8 fix: integrate split button (#​25993) (#​25994) (jwinters01)
  • 4e997f0 fix: invalid error message on health check failure (#​26040) (#​26039) (dudinea)
  • cbbb19d fix: make config key optional (#​26701) (Michael Crenshaw)
  • 57e9e5e fix: manifest-generate-paths for multisource git+helm (#​25531) (Artem Vdovin, Alexandre Gaudreault)
  • 3c01ab1 fix: missing gpg-agent in argocd image (#​25935) (#​25937) (dudinea)
  • f4e667f fix: missing import (cherry-pick #​27491 for 3.4) (#​27504) (argo-cd-cherry-pick-bot[bot], Michael Crenshaw)
  • d2cb56d fix: modernize slice initialization syntax in util/argo/argo.go (#​26001) (Ekene Chris)
  • 8877365 fix: multi-level cross-namespace hierarchy traversal for cluster-scoped intermediates (#​26408, #​24379) (#​26410) (Jonathan Ogilvie, Alexandre Gaudreault)
  • 429fc1f fix: nil and empty ignoredifferences (#​25980) (Blake Pettersson)
  • 2d762e4 fix: optimize cli server-side diff with parallel dynamic batching (#​25550) (afarbos)
  • ced9402 fix: panic during OIDC logout with empty token (#​25874) (Papapetrou Patroklos)
  • 401b1a8 fix: parent-child httpproxy health checking (#​25714) (Greg Barasch)
  • dfa079b fix: pass repo.insecure flag to helm dependency build (cherry-pick #​27078 for 3.4) (#​27082) (argo-cd-cherry-pick-bot[bot], Blake Pettersson)
  • a061d1c fix: prevent automatic refreshes from informer resync and status updates (cherry-pick #​25290 for 3.4) (#​27229) (argo-cd-cherry-pick-bot[bot], Atif Ali, Keith Chong)
  • 822a0e4 fix: put/get ocimetadata to/from redis cache (#​27521) (cherry-pick #​27589 for 3.4) (#​27594) (argo-cd-cherry-pick-bot[bot], Blake Pettersson)
  • 43ea991 fix: register pprof endpoints in repo-server using the params config map (#​26237) (Papapetrou Patroklos)
  • 739bc58 fix: remove deprecated --client flag from helm version (Malik Draz)
  • 06310bc fix: remove resourceVersion from ssd (cherry-pick #​27406 for 3.4) (#​27461) (argo-cd-cherry-pick-bot[bot], Peter Jiang)
  • be08693 fix: remove stale reposFilter references (#​26310) (Jaewoo Choi)
  • 2f7d36b fix: resolve flaky TestSync_SyncWaveHookError test (#​26080) (Aditya Raj)
  • b85887f fix: return error when cache is unavailable (#​26053) (Nitish Kumar)
  • 19a74df fix: return missing information in cluster get API (#​25566) (Papapetrou Patroklos)
  • d7a8170 fix: revert autosync event message format change (cherry-pick #​27387 for 3.4) (#​27390) (argo-cd-cherry-pick-bot[bot], Soumya Ghosh Dastidar)
  • 79b0981 fix: show pruning button when only Prune=confirm is present (#​23326) (Arthur Outhenin-Chalandre, Alexandre Gaudreault)
  • 043544c fix: skip namespace check on cluster scoped rbac resources for auth reconcile (#​26403) (Christopher Coco)
  • 6df1a5b fix: skip token refresh threshold parsing in unrelated components (#​26803) (Soumya Ghosh Dastidar)
  • 984a29c fix: skip unnecessary git state clean (#​26714) (Alexander Matyushentsev)
  • 226178c fix: stack overflow when processing circular ownerrefs in resource graph (#​26783) (cherry-pick #​26790 for 3.4) (#​26878) (argo-cd-cherry-pick-bot[bot], Jonathan Ogilvie, Copilot)
  • b648248 fix: trigger app sync on app-set spec change (cherry-pick #​26811 for 3.4) (#​27131) (argo-cd-cherry-pick-bot[bot], Papapetrou Patroklos)
  • 18efd0c fix: trim whitespaces when retrieving source refresh paths (#​26400) (Nitish Kumar)
  • fee1c56 fix: update Jsonnet field tag to avoid jsonnet: {} in manifests (#​25625) (Shubham Singh, Omar Nasser, shubham singh mahar)
  • 3250327 fix: use InstanceName for cache cleanup on Application deletion (#​26741) (Takuma Shibuya)
  • 305ecb6 fix: use certificate fingerprints to deduplicate TLS certs (#​25779) (Nitish Kumar)
  • 7180deb fix: use csapgrade to patch managedFields for client-side apply migration (#​26289) (Peter Jiang)
  • 6e89ed9 fix: use force flag in copyutil symlink to prevent repo-server crashes (#​26613) (ManvithaP, manvitha92)
  • 0a29bfd fix: use unique names for initial commits (cherry-pick #​27171 for 3.4) (#​27198) (argo-cd-cherry-pick-bot[bot], Sean Liao)
  • f44ddc6 fix: wrap lines toggle causes log lines to overflow container - Fixes [Issue #​27586] (cherry-pick #​27627 for 3.4) (#​27670) (argo-cd-cherry-pick-bot[bot], Knicholas Kennedy)
  • 249b91d fix: wrong installation id returned from cache (cherry-pick #​26969 for 3.4) (#​27028) (argo-cd-cherry-pick-bot[bot], Zach Aller)
Documentation
  • 11ec675 docs(rbac): add note documenting the role requirement for groups (#​7952) (#​26672) (Mathieu Garstecki)
  • af64957 docs: Add 'Netease Cloud Music' to USERS.md (#​25922) (Ryan Wu)
  • 726b764 docs: Add Bluesky badge to README (#​25880) (Yuan Tang)
  • db8c801 docs: Add CodeQL in docs (#​26645) (S Kevin Joe Harris)
  • b137439 docs: Add GitLab CI integration documentation with Dex configuration (#​25413) (Afzal Ansari)
  • 90ce178 docs: Add Imagine Learning to USERS.md (#​26111) (Christian Oleson)
  • 9e19a8f docs: Add ci prefixes for PR titles (#​26471) (S Kevin Joe Harris)
  • fb56875 docs: Add release checklist step to reference the release-specific instructions file (#​25854) (Revital Barletz, Peter Jiang, Regina Voloshin)
  • abde222 docs: Change heading for the complete example for argocd progressive rollout (#​25878) (Barisa Obradovic, Alex Recuenco, Dan Garfield)
  • e682552 docs: Complements to the Gateway API ingress guide #​25734 (#​25739) (Quentin Ågren)
  • 3e29c4c docs: Fix link (Seonghyeon Cho)
  • 3dd71ea docs: Fix link correctly (Seonghyeon Cho)
  • d883412 docs: Fix some admonitions in docs (#​26213) (Moulick Aggarwal, Moulick Aggarwal)
  • b911650 docs: Fix typo in Plugin generator description (#​26051) (José Maia)
  • e3f616d docs: Fix wrong default value for applicationsetcontroller.enable.scm.providers (#​26162) (Fan Zhang)
  • b8d4216 docs: Fixed broken links (#​26083) (S Kevin Joe Harris, Regina Voloshin)
  • 5e974b0 docs: Proposal: Source Integrity Policies (#​25148) (Oliver Gondža, jannfis)
  • 4edc1a9 docs: Revise TLS settings to include argocd-applicationset-controller and argocd-notifications-controller (#​25872) (Alex Recuenco)
  • a6cc7ad docs: Revise web terminal setup instructions for Argo CD (#​25992) (Dan Garfield, Nitish Kumar)
  • feab8bd docs: Set installation to match the quick-start guide in the installation section (#​26259) (Alex Recuenco)
  • bea1139 docs: Typo synching -> syncing (#​26275) (Gaston Festari)
  • 5cce5fe docs: Update Linux host IP detection in Toolchain guide - to avoid hardcoded eth0 (#​25800) (Shubham Singh, shubham singh mahar)
  • 30e30a1 docs: Update shallow clone section for clarity (#​26697) (Dan Garfield)
  • 312a841 docs: Use udp to find preferred outbound ip address (#​25812) (Josh Soref)
  • e7aa9b0 docs: Volunteer FourFifthsCode for v3.4 release champion (#​25881) (Codey Jenkins)
  • 7879dc0 docs: add SAP Signavio to USERS.md (#​26164) (Mo Sahihi Benis)
  • d9b38a8 docs: add faq entry for marshaling error (#​25851) (Nitish Kumar)
  • a66fe2a docs: add information on handling ambiguous revisions (#​26052) (Nitish Kumar, Afzal Ansari)
  • 3b24d33 docs: add infos around username for access token with bitbucket (#​25588) (Nolan Emirot)
  • 510af5c docs: add missing prefixes for PR titles (#​26464) (Nitish Kumar)
  • faf0b75 docs: added 3.2 to 3.3 upgrade overview section (#​25671) (Regina Voloshin)
  • b8e6a79 docs: added custom health checks section to 3.3-3.4 upgrade guide (#​26812) (Regina Voloshin)
  • 088ef94 docs: change manifests master reference to stable reference (#​26035) (Regina Voloshin, argoproj-renovate[bot])
  • 3e26594 docs: cherry-pick process (#​26109) (Michael Crenshaw)
  • 34e8935 docs: clarify that updating customLabels in ArgoCD requires a restart to the Controller to take effect (#​25693) (Julie Vogelman, Michael Crenshaw)
  • 912e216 docs: clarify the parent for syncOptions (#​25989) (Josh Soref)
  • 458837e docs: clarify v prefix in cluster version related docs for CMP Plugins and CLI (#​26852) (Regina Voloshin)
  • 2653860 docs: document dependency upgrade policy (#​26826) (Michael Crenshaw)
  • 8fb9168 docs: fix cluster generator version docs (#​26847) (Regina Voloshin)
  • 5d790e5 docs: fix description of argocd_oci_request_duration_seconds metric (#​25918) (Piyush Khobragade)
  • 43dd717 docs: fix garbled text in cluster bootstrapping helm example (#​25940) (Alexander)
  • b40a443 docs: fix grammar, typos, and improve clarity in documentation (#​26498) (Rishabh P, Nitish Kumar)
  • d8f9ed9 docs: fix help-wanted label link (#​25839) (Jakub Rudnik)
  • 205241f docs: fix namePrefix/nameSuffix description to reflect override behavior (shibatch, Claude (claude-sonnet-4-5))
  • 0fe5b7e docs: fix progressive sync since version to reflect beta promotion in v3.3.0 (cherry-pick #​27608 for 3.4) (#​27613) (argo-cd-cherry-pick-bot[bot], Jaewoo Choi)
  • 774f48e docs: fix typos in documentation (#​25844) (Illia Oleksiuk)
  • 69c2620 docs: fixing typo in Config Management Plugins docs (#​26150) (Aidan O'Gorman)
  • b92b7a6 docs: grafana-org-operator healthcehck to upgrade manual (#​25672) (Regina Voloshin)
  • 4832c5e docs: improve managedNamespaceMetadata section with details on tracki… (#​25536) (Afzal Ansari, Blake Pettersson)
  • 3d97fc9 docs: instruct to enable ClientSideApplyMigration in 3.3.2 (#​26547) (Regina Voloshin)
  • 2f9bea6 docs: link to source hydrator (#​25813) (Josh Soref)
  • fc6379b docs: recommend cluster generator in cluster boostrapping page (#​26084) (Kostis (Octopus Deploy))
  • d655bf6 docs: rewrite [here] links (#​26282) (Matt Warren, Papapetrou Patroklos)
  • 6535078 docs: small fixes for mkdocs warnings (#​26112) (Michael Crenshaw, Nitish Kumar)
  • 03556db docs: update MAINTAINERS.md (#​26496) (Jaewoo Choi)
  • f7dbfbd docs: updated upgrade guide 3.3-3.4 and cluster generator doc with the changed cluster version format (#​26837) (Regina Voloshin)
  • 6a3a540 docs: vscode settings recommendation is outdated (#​25925) (Alex Recuenco)
Dependency updates
  • 66835b6 chore(deps): Upgrade Kustomize to 5.8.1 (#​26367) (Regina Voloshin)
  • 11567f3 chore(deps): bump SonarSource/sonarqube-scan-action from 7.0.0 to 8.0.0 (cherry-pick 27602 to 3.4) (#​27606) (dudinea)
  • 2de45e7 chore(deps): bump actions/cache from 5.0.0 to 5.0.1 (#​25678) (dependabot[bot])
  • 9147550 chore(deps): bump actions/cache from 5.0.1 to 5.0.2 (#​26042) (dependabot[bot])
  • 8c30738 chore(deps): bump actions/cache from 5.0.2 to 5.0.3 (#​26183) (dependabot[bot])
  • 4e827c8 chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#​26123) (dependabot[bot])
  • 4bfd624 chore(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 (#​25726) (dependabot[bot])
  • 796b722 chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.0 (#​26635) (dependabot[bot])
  • f1c5201 chore(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 (#​26801) (dependabot[bot])
  • 667b7d6 chore(deps): bump actions/setup-go from 6.1.0 to 6.2.0 (#​25950) (dependabot[bot])
  • d77f8d8 chore(deps): bump actions/setup-go from 6.2.0 to 6.3.0 (#​26620) (dependabot[bot])
  • f76046f chore(deps): bump actions/setup-node from 6.1.0 to 6.2.0 (#​25997) (dependabot[bot])
  • 6baa4bc chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 (#​26675) (dependabot[bot])
  • 3db8a41 chore(deps): bump actions/stale from 10.1.1 to 10.2.0 (#​26474) (dependabot[bot])
  • 8d24a9a chore(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 (#​25679) (dependabot[bot])
  • 38345d6 chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 (#​26633) (dependabot[bot])
  • 2615be4 chore(deps): bump axios from 1.12.2 to 1.13.5 in /ui-test (#​26353) (dependabot[bot])
  • 4e71de3 chore(deps): bump basic-ftp from 5.0.5 to 5.2.0 in /ui-test (#​26617) (dependabot[bot])
  • 01629cc chore(deps): bump code.gitea.io/sdk/gitea from 0.22.1 to 0.23.2 (#​26231) (dependabot[bot])
  • 67d425f chore(deps): bump codecov/test-results-action from 1.1.1 to 1.2.1 (#​25703) (dependabot[bot])
  • 40412aa chore(deps): bump docker/build-push-action from 6.18.0 to 6.19.1 (#​26414) (dependabot[bot])
  • c13ba1e chore(deps): bump docker/build-push-action from 6.19.1 to 6.19.2 (#​26433) (dependabot[bot])
  • 560d428 chore(deps): bump docker/build-push-action from 6.19.2 to 7.0.0 (#​26706) (dependabot[bot])
  • d064cec chore(deps): bump docker/login-action from 3.6.0 to 3.7.0 (#​26172) (dependabot[bot])
  • 3321498 chore(deps): bump docker/login-action from 3.7.0 to 4.0.0 (#​26689) (dependabot[bot])
  • dd97993 chore(deps): bump docker/setup-buildx-action from 3.11.1 to 3.12.0 (#​25771) (dependabot[bot])
  • d8d7009 chore(deps): bump docker/setup-buildx-action from 3.12.0 to 4.0.0 (#​26705) (dependabot[bot])
  • 063d3b6 chore(deps): bump docker/setup-qemu-action from 3.6.0 to 4.0.0 (#​26688) (dependabot[bot])
  • c212bb7 chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.20.0 to 1.21.0 (#​25975) (dependabot[bot])
  • 040cc37 chore(deps): bump github.com/Azure/kubelogin from 0.2.13 to 0.2.14 (#​25883) (dependabot[bot])
  • a8676ae chore(deps): bump github.com/Azure/kubelogin from 0.2.14 to 0.2.15 (#​26560) (dependabot[bot])
  • 6041e85 chore(deps): bump github.com/Azure/kubelogin from 0.2.15 to 0.2.16 (#​26781) (dependabot[bot])
  • 9182e66 chore(deps): bump github.com/alicebob/miniredis/v2 from 2.35.0 to 2.36.0 (#​26103) (dependabot[bot])
  • e10a395 chore(deps): bump github.com/alicebob/miniredis/v2 from 2.36.0 to 2.36.1 (#​26146) (dependabot[bot])
  • adf88c5 chore(deps): bump github.com/alicebob/miniredis/v2 from 2.36.1 to 2.37.0 (#​26621) (dependabot[bot])
  • 05620ce chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.9 to 1.32.7 (#​26254) (dependabot[bot])
  • 1f12498 chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.10 to 1.32.11 (#​26679) (dependabot[bot])
  • 47eb7ee chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.7 to 1.32.8 (#​26492) (dependabot[bot])
  • 9851b84 chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.8 to 1.32.9 (#​26514) (dependabot[bot])
  • 2ae64ba chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.9 to 1.32.10 (#​26581) (dependabot[bot])
  • cd65bc0 chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.62 to 1.19.7 (#​26251) (dependabot[bot])
  • abb60a9 chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.19.10 to 1.19.11 (#​26680) (dependabot[bot])
  • f4852f7 chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.19.7 to 1.19.8 (#​26495) (dependabot[bot])
  • f2fdc65 chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.19.8 to 1.19.9 (#​26515) (dependabot[bot])
  • 63ddc3c chore(deps): bump github.com/aws/aws-sdk-go-v2/service/codecommit from 1.33.10 to 1.33.11 (#​26842) (dependabot[bot])
  • 09fac7b chore(deps): bump github.com/aws/smithy-go from 1.24.0 to 1.24.1 (#​26564) (dependabot[bot])
  • f50f88f chore(deps): bump github.com/aws/smithy-go from 1.24.1 to 1.24.2 (#​26657) (dependabot[bot])
  • b4a52fc chore(deps): bump github.com/bmatcuk/doublestar/v4 from 4.9.1 to 4.9.2 (#​25932) (dependabot[bot])
  • 3811a30 chore(deps): bump github.com/bmatcuk/doublestar/v4 from 4.9.2 to 4.10.0 (#​26144) (dependabot[bot])
  • d1089f8 chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.17.0 to 2.18.0 (#​26782) (dependabot[bot])
  • acc4bb7 chore(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 (#​26616) (dependabot[bot])
  • 96f1266 chore(deps): bump github.com/expr-lang/expr from 1.17.6 to 1.17.7 (#​25677) (dependabot[bot])
  • f1ce190 chore(deps): bump github.com/expr-lang/expr from 1.17.7 to 1.17.8 (#​26459) (dependabot[bot])
  • 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], dependabot[bot])
  • fd1307d chore(deps): bump github.com/go-openapi/runtime from 0.29.2 to 0.29.3 (#​26736) (dependabot[bot])
  • fe93731 chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.3.0 to 5.3.1 (#​26171) (dependabot[bot])
  • 9b10fe9 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.88 to 0.9.89 (#​26333) (dependabot[bot])
  • b337855 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.89 to 0.9.91 (#​26360) (dependabot[bot])
  • 8aea561 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.91 to 0.9.93 (#​26563) (dependabot[bot])
  • 564d17d chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.93 to 0.9.94 (#​26656) (dependabot[bot])
  • a9da448 chore(deps): bump github.com/olekukonko/tablewriter from 1.1.2 to 1.1.3 (#​26043) (dependabot[bot])
  • bd9c12c chore(deps): bump github.com/olekukonko/tablewriter from 1.1.3 to 1.1.4 (#​26820) (dependabot[bot])
  • 9285435 chore(deps): bump github.com/redis/go-redis/v9 from 9.17.2 to 9.17.3 (#​26145) (dependabot[bot])
  • 0c2fa1e chore(deps): bump github.com/redis/go-redis/v9 from 9.17.3 to 9.18.0 (#​26475) (dependabot[bot])
  • b18d576 chore(deps): bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 (#​26021) (dependabot[bot])
  • ca82ee1 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.10.0 to 1.11.0 (#​25867) (dependabot[bot])
  • 3ac7a0b chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.11.0 to 1.12.0 (#​25934) (dependabot[bot])
  • 2322cdc chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.12.0 to 1.13.0 (#​25946) (dependabot[bot])
  • 0da603d chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.13.0 to 1.14.0 (#​25973) (dependabot[bot])
  • c626b20 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.14.0 to 1.16.0 (#​26081) (dependabot[bot])
  • c757497 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.16.0 to 1.18.0 (#​26143) (dependabot[bot])
  • 9c108cb chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.18.0 to 1.19.0 (#​26155) (dependabot[bot])
  • 9d459c8 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.19.0 to 1.21.0 (#​26165) (dependabot[bot])
  • e548ec7 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.21.0 to 1.23.0 (#​26170) (dependabot[bot])
  • 0a70881 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.23.0 to 1.25.0 (#​26202) (dependabot[bot])
  • f255cef chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.25.0 to 1.26.0 (#​26250) (dependabot[bot])
  • 9cc0c77 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.26.0 to 1.27.0 (#​26267) (dependabot[bot])
  • 257ebc5 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.27.0 to 1.28.0 (#​26292) (dependabot[bot])
  • 7ccc6f9 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.28.0 to 1.28.1 (#​26334) (dependabot[bot])
  • ad186cf chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.28.1 to 1.29.0 (#​26358) (dependabot[bot])
  • e8539be chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.29.0 to 1.30.0 (#​26384) (dependabot[bot])
  • a544bc0 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.30.0 to 1.31.0 (#​26413) (dependabot[bot])
  • dcf0a15 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.31.0 to 1.34.0 (#​26461) (dependabot[bot])
  • 67c5fe2 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.34.0 to 1.35.0 (#​26476) (dependabot[bot])
  • adbf9cd chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.35.0 to 1.36.0 (#​26493) (dependabot[bot])
  • 7db8ab2 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.36.0 to 1.39.0 (#​26533) (dependabot[bot])
  • a4f9f57 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.39.0 to 1.41.0 (#​26561) (dependabot[bot])
  • 4ffad60 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.41.0 to 1.42.0 (#​26605) (dependabot[bot])
  • 9843065 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.42.0 to 1.43.0 (#​26622) (dependabot[bot])
  • 858f159 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.43.0 to 1.44.0 (#​26634) (dependabot[bot])
  • 91253dc chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.44.0 to 1.46.0 (#​26655) (dependabot[bot])
  • 89cd590 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.8.1 to 1.8.2 (#​25676) (dependabot[bot])
  • 106acda chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.8.2 to 1.9.0 (#​25701) (dependabot[bot])
  • b5a91a1 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.9.0 to 1.9.1 (#​25725) (dependabot[bot])
  • abf2233 chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.9.1 to 1.10.0 (#​25770) (dependabot[bot])
  • 7825b4b chore(deps): bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 (#​26649) (dependabot[bot])
  • 6be8ac1 chore(deps): bump golang.org/x/crypto from 0.47.0 to 0.48.0 (#​26362) (dependabot[bot])
  • a195501 chore(deps): bump golang.org/x/net from 0.48.0 to 0.49.0 (#​25947) (dependabot[bot])
  • 89fe752 chore(deps): bump golang.org/x/net from 0.49.0 to 0.50.0 (#​26361) (dependabot[bot])
  • 5fff3b3 chore(deps): bump golang.org/x/net from 0.50.0 to 0.51.0 (#​26623) (dependabot[bot])
  • 4524dc9 chore(deps): bump golang.org/x/net from 0.51.0 to 0.52.0 (#​26799) (dependabot[bot])
  • 92e4b2c chore(deps): bump golang.org/x/oauth2 from 0.35.0 to 0.36.0 (#​26733) (dependabot[bot])
  • b3c5f4b chore(deps): bump golang.org/x/sync from 0.19.0 to 0.20.0 (#​26734) (dependabot[bot])
  • 93a7717 chore(deps): bump golang.org/x/term from 0.38.0 to 0.39.0 (#​25933) (dependabot[bot])
  • 235bf2a chore(deps): bump golang.org/x/term from 0.39.0 to 0.40.0 (#​26357) (dependabot[bot])
  • d8b33bd chore(deps): bump golang.org/x/time from 0.14.0 to 0.15.0 (#​26737) (dependabot[bot])
  • bac8c4b chore(deps): bump google.golang.org/grpc from 1.77.0 to 1.78.0 (#​25789) (dependabot[bot])
  • 09b3856 chore(deps): bump google.golang.org/grpc from 1.78.0 to 1.79.0 (#​26432) (dependabot[bot])
  • 8dfbdec chore(deps): bump google.golang.org/grpc from 1.79.0 to 1.79.1 (#​26458) (dependabot[bot])
  • 37f29e5 chore(deps): bump google.golang.org/grpc from 1.79.1 to 1.79.2 (#​26735) (dependabot[bot])
  • ea71adb chore(deps): bump google.golang.org/grpc from 1.79.2 to 1.79.3 (cherry-pick #​26886 for 3.4) (#​26952) (argo-cd-cherry-pick-bot[bot], dependabot[bot], Blake Pettersson)
  • a21fcf3 chore(deps): bump goreleaser/goreleaser-action from 6.4.0 to 7.0.0 (#​26565) (dependabot[bot])
  • f46c387 chore(deps): bump immutable from 4.0.0 to 4.3.8 in /ui (#​26690) (dependabot[bot])
  • 5b8ce54 chore(deps): bump k8s.io/kubernetes from 1.34.0 to 1.34.2 in /gitops-engine (#​25675) (dependabot[bot], reggie-k)
  • 1a1b142 chore(deps): bump library/busybox from 2383baa to b86c79d in /test/e2e/multiarch-container (#​26101) (dependabot[bot])
  • 82ee09a chore(deps): bump library/busybox from b86c79d to e226d63 in /test/e2e/multiarch-container (#​26122) (dependabot[bot])
  • b357063 chore(deps): bump library/busybox from d80cd69 to 2383baa in /test/e2e/multiarch-container (#​25884) (dependabot[bot])
  • 8ef0fd7 chore(deps): bump library/busybox from e226d63 to b3255e7 in /test/e2e/multiarch-container (#​26229) (dependabot[bot])
  • 0ee21af chore(deps): bump library/golang from 1.26.0 to 1.26.1 in /test/container (#​26708) (dependabot[bot])
  • e4a28fa chore(deps): bump library/golang from 31c1e53 to 6cc2338 in /test/remote (#​25847) (dependabot[bot])
  • 23b387f chore(deps): bump library/golang from 36b4f45 to 31c1e53 in /test/remote (#​25829) (dependabot[bot])
  • 8866fcf chore(deps): bump library/golang from 6cc2338 to 8bbd140 in /test/remote (#​25974) (dependabot[bot])
  • 474d900 chore(deps): bump library/golang from a22b2e6 to 36b4f45 in /test/remote (#​25680) (dependabot[bot])
  • 79a11cb chore(deps): bump library/golang from e2ddb15 to c7e98cc in /test/container (#​26780) (dependabot[bot])
  • 21acbb8 chore(deps): bump library/redis from 8.2.1 to 8.2.2 in /test/container (#​24859) (dependabot[bot])
  • 6ab9426 chore(deps): bump library/redis from 8.6.0 to 8.6.1 in /test/container (#​26579) (dependabot[bot])
  • 2c6d97a chore(deps): bump library/redis from 5cb00b0 to 1c054d5 in /test/container (#​26654) (dependabot[bot])
  • 8c1a815 chore(deps): bump library/redis from dc123d5 to 5cb00b0 in /test/container (#​26606) (dependabot[bot])
  • 8b2ad9b chore(deps): bump library/ubuntu from 25.10 to 26.04 in /test/container (#​26431) (dependabot[bot])
  • 6a90202 chore(deps): bump library/ubuntu from 4095ef6 to fed6ddb in /test/container (#​26494) (dependabot[bot])
  • 559dc16 chore(deps): bump lodash from 4.17.21 to 4.17.23 in /ui (#​26100) (dependabot[bot])
  • b70d144 chore(deps): bump minimatch from 3.1.2 to 3.1.3 in /ui (#​26604) (dependabot[bot])
  • 5c2a417 chore(deps): bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 (#​26102) (dependabot[bot])
  • d11d025 chore(deps): bump qs from 6.11.0 to 6.14.1 in /ui (#​25828) (dependabot[bot])
  • 5cfcd0f chore(deps): bump qs from 6.14.1 to 6.14.2 in /ui (#​26444) (dependabot[bot])
  • 43a9524 chore(deps): bump renovatebot/github-action from 44.0.5 to 44.2.0 (#​25702) (dependabot[bot])
  • 28beb3e chore(deps): bump renovatebot/github-action from 44.2.0 to 44.2.1 (#​25781) (dependabot[bot])
  • fa6f5c6 chore(deps): bump renovatebot/github-action from 44.2.1 to 44.2.2 (#​25818) (dependabot[bot])
  • 93205a7 chore(deps): bump renovatebot/github-action from 44.2.2 to 44.2.3 (#​25868) (dependabot[bot])
  • d08a879 chore(deps): bump renovatebot/github-action from 44.2.3 to 44.2.4 (#​25949) (dependabot[bot])
  • 8b1415a chore(deps): bump renovatebot/github-action from 44.2.4 to 44.2.5 (#​26059) (dependabot[bot])
  • e42727b chore(deps): bump renovatebot/github-action from 44.2.5 to 44.2.6 (#​26156) (dependabot[bot])
  • a7c771f chore(deps): bump renovatebot/github-action from 44.2.6 to 46.0.1 (#​26203) (dependabot[bot])
  • 39fcff7 chore(deps): bump renovatebot/github-action from 46.0.1 to 46.0.2 (#​26336) (dependabot[bot])
  • 53a5cd3 chore(deps): bump renovatebot/github-action from 46.0.2 to 46.1.0 (#​26434) (dependabot[bot])
  • 139ecf6 chore(deps): bump renovatebot/github-action from 46.1.0 to 46.1.1 (#​26460) (dependabot[bot])
  • 296100f chore(deps): bump renovatebot/github-action from 46.1.1 to 46.1.2 (#​26562) (dependabot[bot])
  • 5e3feb4 chore(deps): bump renovatebot/github-action from 46.1.2 to 46.1.3 (#​26658) (dependabot[bot])
  • 60ee213 chore(deps): bump renovatebot/github-action from 46.1.3 to 46.1.4 (#​26730) (dependabot[bot])
  • b5a08fa chore(deps): bump renovatebot/github-action from 46.1.4 to 46.1.5 (#​26839) (dependabot[bot])
  • cc302ba chore(deps): bump sigs.k8s.io/structured-merge-diff/v6 from 6.3.1-0.20251003215857-446d8398e19c to 6.3.2 (#​26332) (dependabot[bot])
  • 36e8c52 chore(deps): bump sigstore/cosign-installer from 4.0.0 to 4.1.0 (#​26761) (dependabot[bot])
  • 0af9b67 chore(deps): bump the otel group across 1 directory with 6 updates (#​26668) (dependabot[bot])
  • 20bf53f chore(deps): bump the otel group with 4 updates (#​25553) (dependabot[bot])
  • 1762a59 chore(deps): bump the otel group with 6 updates (#​26731) (dependabot[bot], reggie-k)
  • 49d0b48 chore(deps): bump tj-actions/changed-files from 47.0.1 to 47.0.2 (#​26359) (dependabot[bot])
  • 0f069ee chore(deps): bump tj-actions/changed-files from 47.0.2 to 47.0.4 (#​26491) (dependabot[bot])
  • 14e69bf chore(deps): bump tj-actions/changed-files from 47.0.4 to 47.0.5 (#​26676) (dependabot[bot])
  • 3b34d2a chore(deps): bump tmp from 0.2.3 to 0.2.4 in /ui-test (#​24058) (dependabot[bot], Blake Pettersson)
  • c34d44a chore(deps): bump ubuntu in gh actions to 24.04 and ubuntu in test/remote/Dockerfile to 25.10 (#​25763) (Regina Voloshin)
  • 7925bf7 chore(deps): migrated aws sdk v1 to v2 for EKS with argocd-k8s-auth (#​26200) (Regina Voloshin, Papapetrou Patroklos)
  • 3ddf722 chore(deps): update dependency @​codecov/webpack-plugin to v0.0.1-beta.12 (#​25385) (renovate[bot])
  • 81d109f chore(deps): update dependency @​types/deepmerge to v2.2.3 (#​25609) (renovate[bot])
  • 7f34ee8 chore(deps): update dependency @​types/minimatch to v3.0.5 (#​26139) (renovate[bot])
  • 807ff53 chore(deps): update dependency @​types/prop-types to v15.7.15 (#​26140) (renovate[bot])
  • 1b85a68 chore(deps): update dependency lodash-es to v4.17.23 [security] (#​26099) (renovate[bot])
  • c19d046 chore(deps): update docker.io/library/golang:1.25.5 docker digest to 0f406d3 (#​25951) (argoproj-renovate[bot])
  • 4409ec0 chore(deps): update docker.io/library/golang:1.25.5 docker digest to 31c1e53 (#​25831) (argoproj-renovate[bot])
  • ef21768 chore(deps): update docker.io/library/golang:1.25.5 docker digest to 581c059 (#​25966) (argoproj-renovate[bot])
  • 5598f87 chore(deps): update docker.io/library/golang:1.25.5 docker digest to 6cc2338 (#​25838) (argoproj-renovate[bot])
  • 5113f82 chore(deps): update docker.io/library/golang:1.25.5 docker digest to 97be073 (#​25820) (argoproj-renovate[bot])
  • f8cab49 chore(deps): update docker.io/library/golang:1.25.6 docker digest to 06d1251 (#​26256) (argoproj-renovate[bot])
  • 46e9022 chore(deps): update docker.io/library/golang:1.25.6 docker digest to 0c87ea6 (#​26235) (argoproj-renovate[bot])
  • 1d66593 chore(deps): update docker.io/library/golang:1.25.6 docker digest to 4c973c7 (#​26232) (argoproj-renovate[bot])
  • acb30b4 chore(deps): update docker.io/library/golang:1.25.6 docker digest to ce63a16 (#​26056) (argoproj-renovate[bot])
  • f6b0c81 chore(deps): update docker.io/library/golang:1.26.0 docker digest to b39810f (#​26603) (argoproj-renovate[bot])
  • 58993ec chore(deps): update docker.io/library/golang:1.26.0 docker digest to fb612b7 (#​26779) (renovate[bot])
  • 82be819 chore(deps): update docker.io/library/redis:8.2.3 docker digest to c4316c4 (#​26130) (renovate[bot])
  • d35a251 chore(deps): update docker.io/library/registry:3.0 docker digest to 6c5666b (#​26217) (renovate[bot])
  • 988e4f4 chore(deps): update docker.io/library/ubuntu:25.10 docker digest to 4a9232c (#​26131) (renovate[bot])
  • cc0752d chore(deps): update group golang to v1.25.5 (#​25723) (argoproj-renovate[bot])
  • 23c021f chore(deps): update group golang to v1.25.6 (#​26034) (argoproj-renovate[bot])
  • 51327cb chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.10.1 (#​26382) (argoproj-renovate[bot], Blake Pettersson)
  • 1f6d54c chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.11.1 (#​26713) (argoproj-renovate[bot], reggie-k)
  • ffeacae chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.11.2 (#​26728) (argoproj-renovate[bot])
  • 845d1c9 chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.11.3 (#​26771) (argoproj-renovate[bot])
  • 38363f3 chore(deps): update module github.com/vektra/mockery/v3 to v3.6.2 (#​25995) (argoproj-renovate[bot], Regina Voloshin)
  • 42f09f7 chore(deps): update module github.com/vektra/mockery/v3 to v3.6.3 (#​26029) (argoproj-renovate[bot])
  • 630c6e8 chore(deps): update module github.com/vektra/mockery/v3 to v3.6.4 (#​26445) (argoproj-renovate[bot])
  • 0d22f39 chore(deps): update module github.com/vektra/mockery/v3 to v3.7.0 (#​26716) (argoproj-renovate[bot], Regina Voloshin)
  • eedf6cc chore(deps): update module k8s.io/kubernetes to v1.34.2 [security] (#​25682) (renovate[bot], reggie-k)
  • c879b6d chore(deps): update notifications-engine to fix GitHub PR comments nil panic (#​26065) (John Soutar)
  • da042b7 chore(deps): update notifications-engine to v0.5.1-0.20251223091026-8c0c96d8d530 (#​25785) (Pasha Kostohrys, pasha)
  • 5ec3110 chore(deps): update to helm 3.19.4 due to cve : https://github.com/helm/helm/releases/tag/v3.19.4 (#​25769) (Bryan Stenson)
Other work
  • bbb13df Change to make codegen-local (Kevin Joe Harris)
  • e4a97bd Clarify database initialization/migration section (jcjveraa)
  • d60b41d Fixed broken links in USERS.md (Kevin Joe Harris)
  • ccdcf6f Merge branch 'master' into Fix-broken-links-in-users (S Kevin Joe Harris)
  • 5e4a4ce Merge commit from fork (Alexander Matyushentsev)
  • 987768c Merge pull request #​26133 from Kevinjoeharris/Fix-broken-links-in-users (Papapetrou Patroklos)
  • 650fa6a Merge pull request #​26295 from jcjveraa/patch-2 (Papapetrou Patroklos)
  • ae08a3e Merge pull request #​26519 from hokatabi/fix/kustomize-nameprefix-suffix-docs (Papapetrou Patroklos)
  • 46ff85a Merge pull request #​26546 from Kevinjoeharris/codegen-local (Papapetrou Patroklos)
  • 973c3f2 Merge pull request #​26569 from sh-cho/fix-docs-link (Papapetrou Patroklos)
  • 1d50c48 Merge pull request #​26590 from sh-cho/fix-docs-link-correctly (Papapetrou Patroklos)
  • 9e9a49d Merge pull request #​26643 from malikdraz/fix/helm-version-deprecated-flag (Papapetrou Patroklos)
  • bd284b1 [docs] Add database initialization instructions example-header (jcjveraa)
  • 849815e chore(applicationset): Fix modernize linter (#​26299) (Matthieu MOREL)
  • 34ccf86 chore(applicationset): Fix modernize linter (#​26320) (Matthieu MOREL)
  • 2743392 chore(applicationset): Fix modernize linter (#​26326) (Matthieu MOREL)
  • 989fa6f chore(appset): basic progressive sync e2e tests (#​26092) (Kanika Rana, krana limaDocker)
  • 216611f chore(ci): migrate from deprecated codecov action (#​25704) (Michael Crenshaw)
  • 286c6b8 chore(cmd): Fix modernize linter (#​26298) (Matthieu MOREL)
  • 76162a9 chore(cmd): Fix modernize linter (#​26321) (Matthieu MOREL)
  • b48ed49 chore(cmd): unify CLI names via common constants and simplify main dispatch (#​24486) (jaehanbyun)
  • 6b2b066 chore(cmpserver): Fix modernize linter (#​26317) (Matthieu MOREL, Blake Pettersson)
  • ac83f1d chore(commitserver): Fix modernize linter (#​26327) (Matthieu MOREL)
  • 88223b0 chore(common): Fix modernize linter (#​26312) (Matthieu MOREL, Blake Pettersson)
  • e2f7e7d chore(controller): Fix modernize linter (#​26303) (Matthieu MOREL)
  • 0c9039e chore(controller): Fix modernize linter (#​26313) (Matthieu MOREL, Blake Pettersson)
  • 326831a chore(docs): add 3.4 release approver and checklist (#​26528) (Codey Jenkins)
  • 6e0c949 chore(hack): Fix modernize linter (#​26304) (Matthieu MOREL)
  • 2e63883 chore(hydrator): improve error message (#​25737) (Michael Crenshaw)
  • 7ccb6ce chore(migration): migrate to aws-sdk-go-v2 (#​26439) (Nitish Kumar)
  • 2bea8c0 chore(pkg): Fix modernize linter (#​26314) (Matthieu MOREL, Blake Pettersson)
  • ac0c63e chore(refactor): bump notifications-engine to include Teams adaptive card fix (#​26449) (Jaewoo Choi)
  • 342aea4 chore(reposerver): Fix modernize linter (#​26315) (Matthieu MOREL, Blake Pettersson)
  • 0cff632 chore(server): Fix modernize linter (#​26324) (Matthieu MOREL)
  • a108a84 chore(server): Fix modernize linter (#​26328) (Matthieu MOREL)
  • 2e1d81d chore(test): Fix modernize linter (#​26301) (Matthieu MOREL)
  • 28ca821 chore(tilt): use manifest image name instead of kustomize override (#​26190) (Codey Jenkins)
  • b912405 chore(ui): add qeId to paginate dropdown menus (#​25929) (Jaewoo Choi)
  • a369ae2 chore(util): Fix modernize linter (#​26300) (Matthieu MOREL)
  • 1a62c87 chore(util): Fix modernize linter (#​26316) (Matthieu MOREL, Blake Pettersson)
  • 1d65d8b chore(util): Fix modernize linter (#​26323) (Matthieu MOREL)
  • 34eeede chore(util): Fix modernize linter (#​26329) (Matthieu MOREL)
  • 1b4398b chore(util): Fix modernize linter (#​26342) (Matthieu MOREL)
  • 847b8b2 chore(util): Fix modernize linter (#​26344) (Matthieu MOREL)
  • e208035 chore: Add C.H. Robinson to USERS.md (#​26825) (Anudeep Reddy)
  • 76a1413 chore: Make links accessible + friendly (#​26815) (Josh Soref)
  • 91a1311 chore: Remove unnecessary "CD" suffix in MAINTAINERS.md (#​25778) (Yuan Tang)
  • 4c77f0c chore: add maintainers name in the MAINTAINERS.md file (#​25685) (Nitish Kumar)
  • 1049d40 chore: add tests to validate ConfigMap/Secret key removal in server-side diff (#​25216) (pedro-cs-ribeiro, Pedro Ribeiro, Leonardo Luz Almeida)
  • 6740282 chore: adds Pat and Reggie as release champion and approver for 3.5 (#​26748) (Papapetrou Patroklos)
  • 251c366 chore: bump argo-ui version (#​26629) (jwinters01)
  • e8eebd7 chore: bump gitops-engine with force+replace test (#​24508) (Alexandre Gaudreault)
  • 7f877a6 chore: bumps dex version to 2.45.0 (#​26609) (Papapetrou Patroklos)
  • b2df604 chore: bumps go redis client 9.17.2 (#​25643) (Papapetrou Patroklos, dependabot[bot])
  • b1a93b4 chore: bumps golang version everywhere to the latest 1.25.5 (#​25716) (Papapetrou Patroklos)
  • a2e0b6f chore: bumps golang version to 1.26 in all places (#​26393) (Papapetrou Patroklos, Nitish Kumar)
  • 08390e2 chore: bumps notification engine to the latest (#​25887) (Papapetrou Patroklos)
  • b543e18 chore: bumps ubuntu base docker image to 25.10 (#​25758) (Papapetrou Patroklos)
  • 6a597c9 chore: fix make test running all the gitops-engine tests when requested to test specific ArgoCD module (#​26089) (#​26090) (dudinea)
  • 0cdd44b chore: fix gitops-engine mod name so it can be referenced by external repos (#​26407) (Leonardo Luz Almeida)
  • 8515358 chore: improve app install ID error (#​26178) (Michael Crenshaw)
  • 7acd930 chore: install git-lfs 3.7.1 version using an install script (#​26465) (Papapetrou Patroklos, Nitish Kumar)
  • d875c61 chore: make getRepositorySecret more readable (#​26827) (Michael Crenshaw)
  • 9213601 chore: migrate k8s.gcr.io to registry.k8s.io in install manifests (#​25802) (Aya Hosni, Nitish Kumar)
  • 9cfcd2d chore: placate Sonar by ignoring tetsdata files (#​26371) (Regina Voloshin)
  • 5959693 chore: stop using the deprecated fields of the cluster structure (#​25745) (Papapetrou Patroklos)
  • 4c59c3c chore: unify clientOpts usage in command parameters (#​24251) (jaehanbyun, Nitish Kumar, Blake Pettersson)
  • b5e0921 chore: update generated files from codegen (shibatch)
  • c86e32b chore: update go-oidc to v3.17.0 (#​26822) (Mike Cutsail)
  • 5345a2a chore: update golangci-lint to v2.8.0 (#​26354) (Matthieu MOREL)
  • a3b4c83 chore: update redis-ha chart to 4.35.10 (#​26453) (Tuxthepirate, Blake Pettersson)
  • 5e7bb39 chore: use base ref for cherry-pick prs (#​26551) (Blake Pettersson)
  • 18fe8c4 chore: use server-side apply for CRDs in Tiltfile to fix annotation size limit (#​26419) (Linghao Su)
  • d63aa84 ci: Make codecov steps conditional on codecov secret existence and enable running them on forks (#​25765) (Regina Voloshin)
  • b0488f5 ci: Revive CodeCov steps (#​26350) (Regina Voloshin)
  • cf53ed7 ci: Skip CodeQL for documentation-only changes (#​26602) (S Kevin Joe Harris, rumstead)
  • 7477ecb ci: exclude gitops engine bumps from renovate (#​26787) (Regina Voloshin)
  • 1418e87 ci: exclude testdata from sonar.exclusions (#​26398) (Regina Voloshin)
  • fdbe19a ci: label stale issues and PRs without auto-closing (#​26318) (S Kevin Joe Harris)
  • a46baf4 ci: make Upload code coverage information to codecov.io step always run (#​26379) (Regina Voloshin)
  • c85d655 ci: run pr-title-check on pull-request (#​26662) (Regina Voloshin)
  • 884b639 ci: test against k8s 1.34.2 (#​25856) (Regina Voloshin)
  • e8895b8 ci: test against k8s 1.35.0 (#​26062) (Regina Voloshin)
  • fb6a46c ci: upgrade codeql for go 1.26 support and give renovate post upgrade commands (#​26446) (rumstead)
  • 6facafc crate changelog with git instead of github (reggie-k)
  • afdb3fe docs(operator-manual): fix typos and improve clarity (#​26542) (Rishabh Pandey)
  • ff83056 fix(repo-server): optimize repoLock on checkout for manifest-generate-paths (#​26468) (Artem Vdovin)
  • b61b08d fix(repo-server): optimize short ref resolution in revision comparison (#​26456) (Rodrigo Fior Kuntzer)
  • 3ce6f14 refactor: remove helper pointer functions in pull_request tests (#​26598) (Takuma Shibuya)
  • 6795b80 refactor: replace ptr.To with new(expr) (#​26534) (Takuma Shibuya)
  • 499ba48 test only goreleaser and a dd an author template (reggie-k)
  • 7ed8a8b test only goreleaser and a dd an author template (reggie-k)
  • 2d19fa0 test(e2e): CMP test fails locally on Mac (#​25901) (Alexandre Gaudreault)
  • 95c17b6 test(e2e): ExpectConsistency was not consistent (#​26778) (Alexandre Gaudreault)
  • 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], Kanika Rana)
  • dab6f3b test(e2e): add isolation by ensuring unique name (#​25724) (Alexandre Gaudreault)
  • b0e4e84 test(e2e): configurable tmp dir locally (#​25780) (Alexandre Gaudreault, dependabot[bot], Pasha Kostohrys, pasha, Regina Voloshin, Shubham Singh, shubham singh mahar, github-actions[bot], CI, Josh Soref, argoproj-renovate[bot], Jakub Rudnik, Illia Oleksiuk, Aya Hosni, Nitish Kumar)
  • ee1bf89 test(e2e): fix TestDeletionConfirmation flakiness (#​25902) (Alexandre Gaudreault)
  • e988c55 test(e2e): fix invalid AppSet test on master (#​25939) (Alexandre Gaudreault)
  • 0114636 test(e2e): oras binary not found locally if not installed in path (#​25751) (Alexandre Gaudreault)
  • f8899ee test(e2e): unstable CMP e2e test when running locally (#​25752) (Alexandre Gaudreault)
  • 4aa2ba4 test(e2e): update local certs so they are valid on MacOS (#​25864) (Alexandre Gaudreault)
  • 9a777c6 test(engine): cleanup hook tests (#​25673) (Alexandre Gaudreault)
  • 48f01b5 test(engine): refactor engine tests to ignore dry-run results (#​25674) (Alexandre Gaudreault)
  • 9728b6c ci: replace goreleaser github api calls with git commands (cherry-pick #​27706 for 3.4) (#​27710) (argo-cd-cherry-pick-bot[bot], Regina Voloshin)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.9...v3.4.1

v3.4.0

Compare Source

v3.3.11

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.11/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.3.11/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
Dependency updates
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.10...v3.3.11

v3.3.10

Compare Source

Quick Start

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

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.9...v3.3.10

v3.3.9

Compare Source

[!IMPORTANT]
This release contains a security fix to a critical vulnerability: https://github.com/argoproj/argo-cd/security/advisories/GHSA-3v3m-wc6v-x4x3

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.9/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.3.9/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
Documentation
Dependency updates
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.8...v3.3.9

v3.3.8

Compare Source

Quick Start

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

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.7...v3.3.8

v3.3.7

Compare Source

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.3.7/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.3.7/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
Dependency updates
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.6...v3.3.7

v3.3.6

Compare Source

Quick Start

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

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.5...v3.3.6

v3.3.5

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.5/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.3.5/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
Dependency updates
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.4...v3.3.5

v3.3.4

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.4/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.3.4/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
Documentation
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.3...v3.3.4

v3.3.3

Compare Source

[!IMPORTANT]
Following Helm 3.19.0 change in how Helm interprets K8s cluster version, Argo CD 3.3.3 release contains a change that aligns how Argo CD interprets K8s cluster version with Helm behavior.

Impact: Application Sets with Cluster Generators, that fetch clusters based on their Kubernetes version and use argocd.argoproj.io/auto-label-cluster-info on the cluster secret, need to be updated to use argocd.argoproj.io/kubernetes-version with the vMajor.Minor.Patch format instead of the previous Major.Minor format.

More details here: https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/3.2-3.3/#cluster-version-format-change

Quick Start

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

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.2...v3.3.3

v3.3.2

Compare Source

[!IMPORTANT]
Before upgrading all types of Argo CD installations to this release, please read the upgrade guide first:
https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/3.2-3.3/#breaking-changes

Upgrading Argo CD which is managing itself

Users who have an Argo CD Application that manages their Argo CD installation, must enable ServerSideApply=true sync option on this Application in order for the upgrade to succeed.

The issue with failed to perform client-side apply migration that existed on version 3.3.0 and 3.3.1 has been solved in this release: #​26279

For users who have previously upgraded to Argo CD 3.3.0or 3.3.1 and applied the temporary remediation of ClientSideApplyMigration=false sync option on the Application that manages their Argo CD, are required to remove this setting to restore the default behavior of performing the migration.
The reason for removing the ClientSideApplyMigration=false sync option is that it may cause conflicts between Argo CD K8s field manager and other field managers at a later point in time.

More details here:
https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#client-side-apply-migration

Quick Start

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

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
Documentation

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.1...v3.3.2

v3.3.1

Compare Source

[!IMPORTANT]
Before upgrading all types of Argo CD installations to this release, please read the upgrade guide first:
https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/3.2-3.3/#breaking-changes

Upgrading Argo CD which is managing itself

Users who have an Argo CD Application that manages their Argo CD installation, must enable ServerSideApply=true sync option on this Application in order for the upgrade to succeed.

In some cases, there may be a sync error like Failed to perform client-side apply migration: failed to perform client-side apply migration on manager kubectl-client-side-apply.

We are currently working on a long-term fix to this issue, the progress can be tracked here: #​26279

A temporary remediation is to additionally set the ClientSideApplyMigration=false sync option on this Application. This solution is temporary and not recommended for the long run because it may result in conflicts between Argo CD K8s field manager and other field managers at a later point in time, and if you use it, you will need to remove it after the above issue is fixed.

More details here:
https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#client-side-apply-migration

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.1/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.3.1/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
Dependency updates
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.0...v3.3.1

v3.3.0

Compare Source

[!IMPORTANT]
Before upgrading all types of Argo CD installations to this release, please read the upgrade guide first:
https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/3.2-3.3/#breaking-changes

Upgrading Argo CD which is managing itself

Users who have an Argo CD Application that manages their Argo CD installation, must enable ServerSideApply=true sync option on this Application in order for the upgrade to succeed.

In some cases, there may be a sync error like Failed to perform client-side apply migration: failed to perform client-side apply migration on manager kubectl-client-side-apply.

We are currently working on a long-term fix to this issue, the progress can be tracked here: #​26279

A temporary remediation is to additionally set the ClientSideApplyMigration=false sync option on this Application. This solution is temporary and not recommended for the long run because it may result in conflicts between Argo CD K8s field manager and other field managers at a later point in time, and if you use it, you will need to remove it after the above issue is fixed.

More details here:
https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#client-side-apply-migration

Quick Start

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

Features
Bug fixes
Documentation
Dependency updates
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.2.6...v3.3.0

v3.2.12

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.12/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.12/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
Dependency updates
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.2.11...v3.2.12

v3.2.11

Compare Source

[!IMPORTANT]
This release contains a security fix to a critical vulnerability: https://github.com/argoproj/argo-cd/security/advisories/GHSA-3v3m-wc6v-x4x3

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.11/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.11/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
Dependency updates
  • 37c360e: chore(deps): bump SonarSource/sonarqube-scan-action from 5.3.1 to 8.0.0 (cherry pick 27602 to release 3.2) (#​27609) (@​dudinea)
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.2.10...v3.2.11

v3.2.10

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.10/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.10/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

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.2.9...v3.2.10

v3.2.9

Compare Source

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 -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.9/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.9/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
Dependency updates

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.2.8...v3.2.9

v3.2.8

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.8/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.8/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
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.2.7...v3.2.8

v3.2.7

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.7/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.7/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
Dependency updates
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.2.6...v3.2.7


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [argoproj/argo-cd](https://github.com/argoproj/argo-cd) | Kustomization | minor | `v3.2.6` → `v3.4.3` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/8) for more information. --- ### Release Notes <details> <summary>argoproj/argo-cd (argoproj/argo-cd)</summary> ### [`v3.4.3`](https://github.com/argoproj/argo-cd/releases/tag/v3.4.3) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.4.2...v3.4.3) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.3/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.3/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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`f435b0f`](https://github.com/argoproj/argo-cd/commit/f435b0fd4c740fd49151b9cdf22263f4ca0c6ae8) fix(cli): return immediately from 'app wait' when app is already in desired state ([#&#8203;12211](https://github.com/argoproj/argo-cd/issues/12211)) ([#&#8203;27503](https://github.com/argoproj/argo-cd/issues/27503)) ([#&#8203;27713](https://github.com/argoproj/argo-cd/issues/27713)) (jheyduk) - [`b39fe4f`](https://github.com/argoproj/argo-cd/commit/b39fe4fb1035e27d36b6d3afeaab8446418a017c) fix(lint): unnecessary nesting (cherry-pick [#&#8203;27815](https://github.com/argoproj/argo-cd/issues/27815) for 3.4) ([#&#8203;27817](https://github.com/argoproj/argo-cd/issues/27817)) (argo-cd-cherry-pick-bot\[bot], Michael Crenshaw) - [`668f2c5`](https://github.com/argoproj/argo-cd/commit/668f2c56a62bd03b597cf547b31afe3e058e2ceb) fix(ui): don't prefetch errors ([#&#8203;27877](https://github.com/argoproj/argo-cd/issues/27877)) (cherry-pick [#&#8203;27925](https://github.com/argoproj/argo-cd/issues/27925) for 3.4) ([#&#8203;28024](https://github.com/argoproj/argo-cd/issues/28024)) (argo-cd-cherry-pick-bot\[bot], Blake Pettersson) - [`b796979`](https://github.com/argoproj/argo-cd/commit/b796979ce219c8d5de0f330a8e67baa92ea1c6e3) fix(ui): return full source for non-hydrator apps in Parameters tab (cherry-pick [#&#8203;26946](https://github.com/argoproj/argo-cd/issues/26946) for 3.4) ([#&#8203;27964](https://github.com/argoproj/argo-cd/issues/27964)) (Gabriel Barreto, himeshp) - [`5d3f8a0`](https://github.com/argoproj/argo-cd/commit/5d3f8a0b50b3507ae007e8bbb063b1f3fb2a6fff) fix: honor repo depth setting in gitSourceHasChanges and fetch functions (cherry-pick [#&#8203;27838](https://github.com/argoproj/argo-cd/issues/27838) for 3.4) ([#&#8203;28043](https://github.com/argoproj/argo-cd/issues/28043)) (argo-cd-cherry-pick-bot\[bot], alexandresavicki, Cursor) - [`35ed877`](https://github.com/argoproj/argo-cd/commit/35ed877840f530d7868e524cdf27e203fbf3974a) fix: nil-check (cherry-pick [#&#8203;28039](https://github.com/argoproj/argo-cd/issues/28039) for 3.4) ([#&#8203;28040](https://github.com/argoproj/argo-cd/issues/28040)) (argo-cd-cherry-pick-bot\[bot], Blake Pettersson, Soumya Ghosh Dastidar) - [`b0f1553`](https://github.com/argoproj/argo-cd/commit/b0f1553a61f61e0dac8f79ba9d0771274a2fc6c8) fix: prevent InvalidSpecError race in application controller startup (cherry-pick [#&#8203;27672](https://github.com/argoproj/argo-cd/issues/27672) for 3.4) ([#&#8203;27845](https://github.com/argoproj/argo-cd/issues/27845)) (argo-cd-cherry-pick-bot\[bot], Michele Baldessari) - [`4fa0950`](https://github.com/argoproj/argo-cd/commit/4fa095050bb318b412519aecb1ac18f69aec4c23) fix: truncate labels for deletion hook resources (cherry-pick [#&#8203;27542](https://github.com/argoproj/argo-cd/issues/27542) for 3.4) ([#&#8203;27714](https://github.com/argoproj/argo-cd/issues/27714)) (argo-cd-cherry-pick-bot\[bot], Jaewoo Choi) ##### Dependency updates - [`0edd404`](https://github.com/argoproj/argo-cd/commit/0edd404f7f1996abeec3ac411e33a1449fc94664) chore(deps): bump redoc/dompurify to v3.4.0 in /ui for fixing CVE-2026-41240(cherry-pick 3.4) ([#&#8203;27913](https://github.com/argoproj/argo-cd/issues/27913)) (Alka Kumari) ##### Other work - [`ce55c85`](https://github.com/argoproj/argo-cd/commit/ce55c857b5e525f72c5c496d1bf69bc0d048edfa) fix(gitops-engine): fix nil pointer dereference error in removeWebookMutation() (cherry-pick [#&#8203;27749](https://github.com/argoproj/argo-cd/issues/27749) for 3.4) ([#&#8203;28031](https://github.com/argoproj/argo-cd/issues/28031)) (argo-cd-cherry-pick-bot\[bot], Pierre Guinoiseau) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.4.2...v3.4.3> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v3.4.2`](https://github.com/argoproj/argo-cd/releases/tag/v3.4.2) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.4.1...v3.4.2) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.2/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`b15e9e3`](https://github.com/argoproj/argo-cd/commit/b15e9e3cc5a89f0024974243f1dc90cc75194702) fix: Revert "fix: avoid calling UpdateRevisionForPaths unnecessary ([#&#8203;25151](https://github.com/argoproj/argo-cd/issues/25151))" (cherry-pick [#&#8203;27241](https://github.com/argoproj/argo-cd/issues/27241) for 3.4) ([#&#8203;27251](https://github.com/argoproj/argo-cd/issues/27251)) (argo-cd-cherry-pick-bot\[bot], Alexander Matyushentsev) - [`570ccbc`](https://github.com/argoproj/argo-cd/commit/570ccbc5217f5231d0a843b1099667591432a605) fix: prevent panic on nil APIResource in permission validator (cherry-pick [#&#8203;26610](https://github.com/argoproj/argo-cd/issues/26610) for 3.4) ([#&#8203;27752](https://github.com/argoproj/argo-cd/issues/27752)) (argo-cd-cherry-pick-bot\[bot], Andy Lo-A-Foe) ##### Dependency updates - [`6eb6215`](https://github.com/argoproj/argo-cd/commit/6eb621513ec513ab0a59b3b21e38e3874260707a) chore(deps): bump github.com/moby/spdystream from 0.5.0 to 0.5.1 (cherry-pick [#&#8203;27401](https://github.com/argoproj/argo-cd/issues/27401) for 3.4) ([#&#8203;27734](https://github.com/argoproj/argo-cd/issues/27734)) (argo-cd-cherry-pick-bot\[bot], dependabot\[bot]) ##### Other work - [`35ea43c`](https://github.com/argoproj/argo-cd/commit/35ea43c537d6e8948e67f347317fc4f88b325122) Merge commit from fork (Blake Pettersson) - [`bcb4298`](https://github.com/argoproj/argo-cd/commit/bcb4298afc9fcff5f5d69f4e1db2d0a75983f42c) Merge commit from fork (Peter Jiang) - [`4e71577`](https://github.com/argoproj/argo-cd/commit/4e715779c0d9ef5a0042843460062276ff72e53b) chore: bump otel/sdk to 1.43.0 (release-3.4) ([#&#8203;27806](https://github.com/argoproj/argo-cd/issues/27806)) (Nitish Kumar) - [`6e227ba`](https://github.com/argoproj/argo-cd/commit/6e227bad2b48620cfb1943828f973af8671139cf) ci: pin images of setup-qemu-action, setup-buildx-action and goreleaser CLI version (cherry-pick [#&#8203;27060](https://github.com/argoproj/argo-cd/issues/27060) for 3.4) ([#&#8203;27731](https://github.com/argoproj/argo-cd/issues/27731)) (argo-cd-cherry-pick-bot\[bot], Regina Voloshin) - [`87e9148`](https://github.com/argoproj/argo-cd/commit/87e9148320749693624d08e3d6fa2cc217c672a0) fix(gitops-engine): apply HideSecretData to server-side diff results for Secrets (cherry-pick [#&#8203;27598](https://github.com/argoproj/argo-cd/issues/27598) for 3.4) ([#&#8203;27754](https://github.com/argoproj/argo-cd/issues/27754)) (argo-cd-cherry-pick-bot\[bot], Peter Jiang, downfa11) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.4.1...v3.4.2> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v3.4.1`](https://github.com/argoproj/argo-cd/releases/tag/v3.4.1) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.4.0...v3.4.1) > \[!IMPORTANT] > This release is the first one in the 3.4 series, although it is not named `3.4.0`. > \[!IMPORTANT] > Following Helm 3.19.0 change in how Helm interprets K8s cluster version, this Argo CD release contains a change that aligns how Argo CD interprets K8s cluster version with Helm behavior. > > Impact: Application Sets with Cluster Generators, that fetch clusters based on their Kubernetes version and use `argocd.argoproj.io/auto-label-cluster-info` on the cluster secret, need to be updated to use `argocd.argoproj.io/kubernetes-version` with the `vMajor.Minor.Patch` format instead of the previous `Major.Minor` format. > > More details here: <https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/3.3-3.4/#cluster-version-format-change> #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.1/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.1/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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Features - [`05504d6`](https://github.com/argoproj/argo-cd/commit/05504d623c36a8770bc6379a9d0439a94da2ca59) feat(appset): add Health field to ApplicationSet status ([#&#8203;25753](https://github.com/argoproj/argo-cd/issues/25753)) (Peter Jiang) - [`f83906d`](https://github.com/argoproj/argo-cd/commit/f83906d8779025b92e811ffe537e194b87f36978) feat(appset): optimize appset controller performance when grabbing cluster secrets ([#&#8203;25624](https://github.com/argoproj/argo-cd/issues/25624)) ([#&#8203;25577](https://github.com/argoproj/argo-cd/issues/25577)) (rumstead) - [`ed6d2c5`](https://github.com/argoproj/argo-cd/commit/ed6d2c525efc66c61487eea9cf1f964126f439d2) feat(controller): Annotation to pause reconciliation for a specific cluster ([#&#8203;26442](https://github.com/argoproj/argo-cd/issues/26442)) (Drew Bailey, Drew Bailey) - [`3157fb1`](https://github.com/argoproj/argo-cd/commit/3157fb15a4f4b05f7b348932c39105e962dc77e9) feat(helm): support wildcard glob patterns for `valueFiles` (cherry-pick [#&#8203;26768](https://github.com/argoproj/argo-cd/issues/26768) for 3.4) ([#&#8203;26919](https://github.com/argoproj/argo-cd/issues/26919)) (argo-cd-cherry-pick-bot\[bot], Nitish Kumar) - [`5072899`](https://github.com/argoproj/argo-cd/commit/507289925b9086015cb0091c6f508acfa56e43f9) feat(hydrator): making configurable authorName/Email used for hydration commit ([#&#8203;22847](https://github.com/argoproj/argo-cd/issues/22847)) ([#&#8203;25746](https://github.com/argoproj/argo-cd/issues/25746)) (Aditya Raj) - [`8ed52b2`](https://github.com/argoproj/argo-cd/commit/8ed52b2ca1756d1458788cfd6141bedf061b8cb1) feat(notification): add appProject access to notification templates ([#&#8203;26437](https://github.com/argoproj/argo-cd/issues/26437)) ([#&#8203;26470](https://github.com/argoproj/argo-cd/issues/26470)) (Aditya Raj) - [`e1aeb79`](https://github.com/argoproj/argo-cd/commit/e1aeb792a4cbddee4e6e7debd0b3fcfee5b95ac1) feat(ui): AppSet Slide Out Summary ([#&#8203;26490](https://github.com/argoproj/argo-cd/issues/26490)) (Peter Jiang, reggie-k) - [`5ab598e`](https://github.com/argoproj/argo-cd/commit/5ab598e0fd1ae63cfc6d73ea396752167ea655e7) feat(ui): add annotation filtering support to applications list ([#&#8203;25590](https://github.com/argoproj/argo-cd/issues/25590)) (Ji Kwan) - [`1391e2f`](https://github.com/argoproj/argo-cd/commit/1391e2f95f90583398e2e49a5d3e5bd020e3f674) feat(ui): add appset tree-view details page ([#&#8203;26262](https://github.com/argoproj/argo-cd/issues/26262)) (Peter Jiang, reggie-k, Keith Chong) - [`7208578`](https://github.com/argoproj/argo-cd/commit/72085781dcecc4fc1d69430bb89c4f1395948e64) feat(ui): appset list page and filters ([#&#8203;25837](https://github.com/argoproj/argo-cd/issues/25837)) (Peter Jiang) - [`ff45972`](https://github.com/argoproj/argo-cd/commit/ff45972ec81483f5691ec863a796e1133e8676f8) feat(ui): enable hydrator support in app create panel ([#&#8203;26485](https://github.com/argoproj/argo-cd/issues/26485)) (jwinters01, Alexandre Gaudreault) - [`1214946`](https://github.com/argoproj/argo-cd/commit/12149466c8da82d19e5b152aaa0f97497844c779) feat(ui): support hydrator properties in summary tab ([#&#8203;26152](https://github.com/argoproj/argo-cd/issues/26152)) (jwinters01, Michael Crenshaw) - [`b414432`](https://github.com/argoproj/argo-cd/commit/b414432ddbe559ff0f4293fa2e9399430ee0a96f) feat: Add application filter for operation status to UI ([#&#8203;25636](https://github.com/argoproj/argo-cd/issues/25636)) (Dylan Schlager) - [`408e99e`](https://github.com/argoproj/argo-cd/commit/408e99e9e912a98a997f49d420763ea7b474c700) feat: Allow custom User-Agent headers for Helm repository requests ([#&#8203;25473](https://github.com/argoproj/argo-cd/issues/25473)) (Yugan) - [`19b41b9`](https://github.com/argoproj/argo-cd/commit/19b41b9d319d317f8c77644ee29c6555f37bb44d) feat: ApplicationSet watch API ([#&#8203;26409](https://github.com/argoproj/argo-cd/issues/26409)) (Peter Jiang, nitishfy) - [`b442167`](https://github.com/argoproj/argo-cd/commit/b4421672f615d39ed122b82b695e9b5acc2cfb69) feat: Document and expose K8S API client environment variables([#&#8203;8527](https://github.com/argoproj/argo-cd/issues/8527)) ([#&#8203;25145](https://github.com/argoproj/argo-cd/issues/25145)) (gami, Alexandre Gaudreault) - [`7a3d6f1`](https://github.com/argoproj/argo-cd/commit/7a3d6f1f6a28b44f5de73895d262473641954429) feat: Implement nmstate health checks ([#&#8203;26506](https://github.com/argoproj/argo-cd/issues/26506)) ([#&#8203;26507](https://github.com/argoproj/argo-cd/issues/26507)) (Sander Tervoert) - [`5859065`](https://github.com/argoproj/argo-cd/commit/58590656508d1b452f23e733b2e0cec633a1c547) feat: add ApplicationSet listResourceEvents API ([#&#8203;25537](https://github.com/argoproj/argo-cd/issues/25537)) (Peter Jiang, Alexy Mantha) - [`2793097`](https://github.com/argoproj/argo-cd/commit/27930974802915d219ec3b927510a9af93e8fc16) feat: add OTEL instrumentation for authentication and handlers ([#&#8203;25296](https://github.com/argoproj/argo-cd/issues/25296)) (Mike Cutsail, Alexandre Gaudreault) - [`b7e2027`](https://github.com/argoproj/argo-cd/commit/b7e2027f353e1af1f4f82d7efd11b807abb685f9) feat: add Prune and Delete as application level sync option ([#&#8203;23370](https://github.com/argoproj/argo-cd/issues/23370)) (Arthur Outhenin-Chalandre) - [`73b4d98`](https://github.com/argoproj/argo-cd/commit/73b4d9884fdbf78e94bb95812d5e3d6e0a7c1aa7) feat: add `--no-install-recommends` in `argocd-base` [#&#8203;25841](https://github.com/argoproj/argo-cd/issues/25841) ([#&#8203;25852](https://github.com/argoproj/argo-cd/issues/25852)) (Jakub Rudnik, Nitish Kumar) - [`13bc5ae`](https://github.com/argoproj/argo-cd/commit/13bc5ae0c4c05a39fd62725ed55d665fc2c794bd) feat: add argocd account session-token command ([#&#8203;15277](https://github.com/argoproj/argo-cd/issues/15277)) ([#&#8203;24638](https://github.com/argoproj/argo-cd/issues/24638)) (Alex Eftimie, Alexandre Gaudreault, Peter Jiang) - [`d8635ca`](https://github.com/argoproj/argo-cd/commit/d8635ca27b0931f8b6a692dd565cb0dff798596d) feat: add clear-all button to applications list filters ([#&#8203;26007](https://github.com/argoproj/argo-cd/issues/26007)) (Jaewoo Choi) - [`c2e594c`](https://github.com/argoproj/argo-cd/commit/c2e594c5f5a05bda9d0de1e630e8c70d06f44312) feat: disable gRPC service config DNS TXT lookups by default ([#&#8203;26077](https://github.com/argoproj/argo-cd/issues/26077)) (Valentin Stoican, Valentin Stoican) - [`3cb4955`](https://github.com/argoproj/argo-cd/commit/3cb4955d4475e851838d5c3a996afcc80edd71e3) feat: expose notifications controller processors count via cmd params ([#&#8203;26798](https://github.com/argoproj/argo-cd/issues/26798)) (Kirill Bilchenko) - [`c0a2a57`](https://github.com/argoproj/argo-cd/commit/c0a2a579c55daa88fe03a5364abf34737b42e76c) feat: implement application cache synchronization in appset controller ([#&#8203;26578](https://github.com/argoproj/argo-cd/issues/26578)) (Alexander Matyushentsev) - [`ef75a2e`](https://github.com/argoproj/argo-cd/commit/ef75a2e7a5a4180d3b1c63286548763b441a8670) feat: limit max certificates and known hosts in stream parsing ([#&#8203;25777](https://github.com/argoproj/argo-cd/issues/25777)) (Ankit Pramanik) - [`f85ad11`](https://github.com/argoproj/argo-cd/commit/f85ad11b2a2ae5a943f2ed24e3cde00ef23608d0) feat: remove unused reposFilter from Applications list ([#&#8203;24667](https://github.com/argoproj/argo-cd/issues/24667)) (Jaewoo Choi) - [`6f0de8b`](https://github.com/argoproj/argo-cd/commit/6f0de8b858ec46475a24b099f78b85f969c64fc0) feat: update health checks for Numaflow resources ([#&#8203;25698](https://github.com/argoproj/argo-cd/issues/25698)) (Dillen Padhiar) ##### Bug fixes - [`9fd02aa`](https://github.com/argoproj/argo-cd/commit/9fd02aac33c6a7a19acc9a12ff7f9547eabaf6e4) Revert "fix: prevent automatic refreshes from informer resync and status updates (cherry-pick [#&#8203;25290](https://github.com/argoproj/argo-cd/issues/25290) for 3.4)" ([#&#8203;27402](https://github.com/argoproj/argo-cd/issues/27402)) (Michael Crenshaw) - [`f4e7a6e`](https://github.com/argoproj/argo-cd/commit/f4e7a6e604f0b5632bb619c55ba2d9579991a118) \[release-3.4] fix: improve perf: switch parentUIDToChildren to map of sets, remove cache rebuild ([#&#8203;26863](https://github.com/argoproj/argo-cd/issues/26863)) ([#&#8203;27110](https://github.com/argoproj/argo-cd/issues/27110)) (Jonathan Ogilvie) - [`21e13a6`](https://github.com/argoproj/argo-cd/commit/21e13a621eb05523044aad0ebf3cf166369e3f0a) fix(UI): show RollingSync step clearly when labels match no step (cherry-pick [#&#8203;26877](https://github.com/argoproj/argo-cd/issues/26877) for 3.4) ([#&#8203;26882](https://github.com/argoproj/argo-cd/issues/26882)) (argo-cd-cherry-pick-bot\[bot], Atif Ali) - [`ede9229`](https://github.com/argoproj/argo-cd/commit/ede92293539fdd3c34a8a825dbbc7124800ea4c1) fix(actions): Use correct annotation for CNPG suspend/resume ([#&#8203;26711](https://github.com/argoproj/argo-cd/issues/26711)) (Rouke Broersma) - [`6665f94`](https://github.com/argoproj/argo-cd/commit/6665f949eb3e5b635e8c9e812c58c08d851bcd6f) fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing ([#&#8203;26793](https://github.com/argoproj/argo-cd/issues/26793)) ([#&#8203;27476](https://github.com/argoproj/argo-cd/issues/27476)) (Anand Francis Joseph) - [`f45ee22`](https://github.com/argoproj/argo-cd/commit/f45ee221e5543a948b989228c06aef252d00e957) fix(appset): change appset resource status count to 5000 by default ([#&#8203;26249](https://github.com/argoproj/argo-cd/issues/26249)) (Peter Jiang) - [`bb894e8`](https://github.com/argoproj/argo-cd/commit/bb894e8c169947fc65a712bd6b317e2f5ad74f79) fix(appset): do not trigger reconciliation on appsets not part of allowed namespaces when updating a cluster secret ([#&#8203;25622](https://github.com/argoproj/argo-cd/issues/25622)) (OpenGuidou) - [`330077c`](https://github.com/argoproj/argo-cd/commit/330077c5a8de01d674173c7fdf9d3fae82ff1b04) fix(appset): fix post-generator selector ignoring labels in GoTemplate mode ([#&#8203;26717](https://github.com/argoproj/argo-cd/issues/26717)) (Josef Kolář) - [`bdc3447`](https://github.com/argoproj/argo-cd/commit/bdc3447649069b87ba86bf8daf3a2dadc46b3909) fix(appset): update appset resources after creation ([#&#8203;26511](https://github.com/argoproj/argo-cd/issues/26511)) (Peter Jiang) - [`59f229b`](https://github.com/argoproj/argo-cd/commit/59f229b9fddf09287662958e9b472dd78db98773) fix(ci): Add missing git-lfs installer checksum for ppc64le ([#&#8203;26835](https://github.com/argoproj/argo-cd/issues/26835)) (Oliver Gondža) - [`cbc7ecd`](https://github.com/argoproj/argo-cd/commit/cbc7ecdb856a7d53c6f521fa087477cb476a89d7) fix(ci): Inconsistent use of IMAGE\_REGISTRY and IMAGE\_NAMESPACE Makefile variables ([#&#8203;25846](https://github.com/argoproj/argo-cd/issues/25846)) ([#&#8203;25860](https://github.com/argoproj/argo-cd/issues/25860)) (dudinea) - [`2253481`](https://github.com/argoproj/argo-cd/commit/2253481c848630264f0763bec52e43e2ed97e17a) fix(ci): Remove stale label when Issue/PR is updated ([#&#8203;26452](https://github.com/argoproj/argo-cd/issues/26452)) (S Kevin Joe Harris) - [`e70034a`](https://github.com/argoproj/argo-cd/commit/e70034a44b65fd6a54bdff6a6ddf4b496038d52b) fix(ci): add .gitkeep to images dir (cherry-pick [#&#8203;26892](https://github.com/argoproj/argo-cd/issues/26892) for 3.4) ([#&#8203;26912](https://github.com/argoproj/argo-cd/issues/26912)) (argo-cd-cherry-pick-bot\[bot], Blake Pettersson) - [`4a5d3a7`](https://github.com/argoproj/argo-cd/commit/4a5d3a79cc1b24d8f9c0c743457552dc9dfc244a) fix(ci): add gitops-engine unit tests to CI ([#&#8203;25863](https://github.com/argoproj/argo-cd/issues/25863)) (Peter Jiang) - [`92c5389`](https://github.com/argoproj/argo-cd/commit/92c53893885bf497529dec9497d71ad60ad91cb0) fix(ci): ensure cherry-pick commits include DCO sign-off ([#&#8203;26124](https://github.com/argoproj/argo-cd/issues/26124)) (Anagha S Devan) - [`aadf2af`](https://github.com/argoproj/argo-cd/commit/aadf2af7e17252a6ead2e7d25b991e9f9e619f23) fix(ci): fix deleting files on linux in make build-ui ([#&#8203;26134](https://github.com/argoproj/argo-cd/issues/26134)) ([#&#8203;26135](https://github.com/argoproj/argo-cd/issues/26135)) (dudinea) - [`946a3ab`](https://github.com/argoproj/argo-cd/commit/946a3ab44b55c72801d94f3cc0587f10555eeec3) fix(ci): fix make image DEV\_IMAGE=true on non-amd64 architecture ([#&#8203;25897](https://github.com/argoproj/argo-cd/issues/25897)) ([#&#8203;25898](https://github.com/argoproj/argo-cd/issues/25898)) (dudinea, Nitish Kumar) - [`b7f9f6d`](https://github.com/argoproj/argo-cd/commit/b7f9f6d1d0c518054061cf235811d20ccdda5ba2) fix(ci): run yarn install with --frozen-lockfile (cherry-pick [#&#8203;27099](https://github.com/argoproj/argo-cd/issues/27099) for 3.4) ([#&#8203;27350](https://github.com/argoproj/argo-cd/issues/27350)) (dudinea) - [`a19a83a`](https://github.com/argoproj/argo-cd/commit/a19a83a06f57f1b922a3f583ec1f9b0eaebf8ba0) fix(cli): uses DrySource revision for app diff/manifests with sourceHydrator ([#&#8203;23817](https://github.com/argoproj/argo-cd/issues/23817)) (cherry-pick [#&#8203;24670](https://github.com/argoproj/argo-cd/issues/24670) for 3.4) ([#&#8203;27483](https://github.com/argoproj/argo-cd/issues/27483)) (argo-cd-cherry-pick-bot\[bot], Aditya Raj) - [`956a6a1`](https://github.com/argoproj/argo-cd/commit/956a6a1352a56e66f88389499bf1ce7710195133) fix(controller): handle comma-separated hook annotations for PreDelete/PostDelete hooks ([#&#8203;26420](https://github.com/argoproj/argo-cd/issues/26420)) (Linghao Su) - [`f50abb6`](https://github.com/argoproj/argo-cd/commit/f50abb659662d2d27dbc81095efcd114d1befdba) fix(controller): reduce secret deepcopies and deserialization ([#&#8203;27049](https://github.com/argoproj/argo-cd/issues/27049)) (cherry-pick release-3.4) ([#&#8203;27132](https://github.com/argoproj/argo-cd/issues/27132)) (rumstead) - [`af05c56`](https://github.com/argoproj/argo-cd/commit/af05c56bc44d7dfa219de27ed1a53d4fd1a8f90c) fix(dashboards): Correct job label for the Controller Telemetry Panel ([#&#8203;26548](https://github.com/argoproj/argo-cd/issues/26548)) (Daniel Barnes) - [`986cdf0`](https://github.com/argoproj/argo-cd/commit/986cdf0ef3f4ce53703349db23377ad2b258edd2) fix(dev): skip Tilt rebuild on test file changes ([#&#8203;26624](https://github.com/argoproj/argo-cd/issues/26624)) (Nitish Kumar) - [`63698bd`](https://github.com/argoproj/argo-cd/commit/63698bd4d27cd190fd8c32e59ec3567d5d804be7) fix(dex): run as user 1001 ([#&#8203;26726](https://github.com/argoproj/argo-cd/issues/26726)) ([#&#8203;26757](https://github.com/argoproj/argo-cd/issues/26757)) (Michael Crenshaw) - [`8a507b7`](https://github.com/argoproj/argo-cd/commit/8a507b783e3ac3bd672ee2e8e95649d9fb08159b) fix(dex): run as user 1001 ([#&#8203;26726](https://github.com/argoproj/argo-cd/issues/26726)) ([#&#8203;26775](https://github.com/argoproj/argo-cd/issues/26775)) (Michael Crenshaw) - [`99e29c7`](https://github.com/argoproj/argo-cd/commit/99e29c7d9177d710b12c2b124061f44eed03c13a) fix(docs): Fix manifest path in Source Hydrator docs (cherry-pick [#&#8203;27123](https://github.com/argoproj/argo-cd/issues/27123) for 3.4) ([#&#8203;27166](https://github.com/argoproj/argo-cd/issues/27166)) (argo-cd-cherry-pick-bot\[bot], Oliver Gondža) - [`3eeebd8`](https://github.com/argoproj/argo-cd/commit/3eeebd8346eb4b3e71e170901bced96942acffb6) fix(docs): PR title guide from refactor to chore and reformat json ([#&#8203;26450](https://github.com/argoproj/argo-cd/issues/26450)) (Jaewoo Choi) - [`d66ad45`](https://github.com/argoproj/argo-cd/commit/d66ad455004988b5251027fe01ce59e7e4358303) fix(docs): update other sections of feature maturity to match feature status in overview ([#&#8203;26411](https://github.com/argoproj/argo-cd/issues/26411)) (Kanika Rana) - [`1dc85e5`](https://github.com/argoproj/argo-cd/commit/1dc85e564bc4ed123c22d4ff45a6b5b71b921fda) fix(engine): always preserve sync status for hooks ([#&#8203;25692](https://github.com/argoproj/argo-cd/issues/25692)) (Alexandre Gaudreault, Regina Voloshin, github-actions\[bot], reggie-k, dependabot\[bot], renovate\[bot], Afzal Ansari, Blake Pettersson, Julie Vogelman, Michael Crenshaw) - [`a1d68ca`](https://github.com/argoproj/argo-cd/commit/a1d68ca46580f1326b499125df285350fd4ae61b) fix(engine): correctly set prune confirmation message in setRunningPhase ([#&#8203;25915](https://github.com/argoproj/argo-cd/issues/25915)) (Arthur Outhenin-Chalandre) - [`95d19f2`](https://github.com/argoproj/argo-cd/commit/95d19f2eda61a74d90e222ce6f3e6c1016266702) fix(engine): improve operation phase messages ([#&#8203;25668](https://github.com/argoproj/argo-cd/issues/25668)) (Alexandre Gaudreault) - [`8259711`](https://github.com/argoproj/argo-cd/commit/82597111a1bfe8d8960fc8595236b20265b2c87c) fix(health): app missing health only when all resources are missing ([#&#8203;23995](https://github.com/argoproj/argo-cd/issues/23995)) ([#&#8203;25962](https://github.com/argoproj/argo-cd/issues/25962)) (Alexandre Gaudreault, Peter Jiang) - [`a22f33d`](https://github.com/argoproj/argo-cd/commit/a22f33dbe29d1f55062e4df015e01cea090e5514) fix(health): configconnectorcontext and configconnector ([#&#8203;26308](https://github.com/argoproj/argo-cd/issues/26308)) ([#&#8203;26309](https://github.com/argoproj/argo-cd/issues/26309)) (Niclas Mietz) - [`6eea558`](https://github.com/argoproj/argo-cd/commit/6eea558023b655888014c3cb4d945ee8de950a57) fix(health): use note.drySha when available ([#&#8203;26698](https://github.com/argoproj/argo-cd/issues/26698)) (Michael Crenshaw) - [`afdf99f`](https://github.com/argoproj/argo-cd/commit/afdf99f33a0168ae6e8038aa81f6c9147f41bbfc) fix(helm): Improve error message when helm cmd fails ([#&#8203;26159](https://github.com/argoproj/argo-cd/issues/26159)) (Oliver Gondža) - [`67d12eb`](https://github.com/argoproj/argo-cd/commit/67d12ebbd4f0ba007f1e3cf36d6d963fa52776d4) fix(hook): Fixed hook code issues that caused stuck applications on "Deleting" state (Issues [#&#8203;18355](https://github.com/argoproj/argo-cd/issues/18355) and [#&#8203;17191](https://github.com/argoproj/argo-cd/issues/17191)) (cherry-pick [#&#8203;26724](https://github.com/argoproj/argo-cd/issues/26724) for 3.4) ([#&#8203;27257](https://github.com/argoproj/argo-cd/issues/27257)) (argo-cd-cherry-pick-bot\[bot], Nikolaos Astyrakakis) - [`2283784`](https://github.com/argoproj/argo-cd/commit/228378474aaf130b0f8bea8a8c26feda72cb7f11) fix(hooks): always remove finalizers ([#&#8203;23226](https://github.com/argoproj/argo-cd/issues/23226)) ([#&#8203;25916](https://github.com/argoproj/argo-cd/issues/25916)) (Alexandre Gaudreault, Leonardo Luz Almeida) - [`67712c1`](https://github.com/argoproj/argo-cd/commit/67712c19d84b4c7d45a8e02e0a04a9e889f97f47) fix(hydrator): .gitattributes include deeply nested files ([#&#8203;25870](https://github.com/argoproj/argo-cd/issues/25870)) ([#&#8203;26011](https://github.com/argoproj/argo-cd/issues/26011)) (Michael Crenshaw) - [`3453367`](https://github.com/argoproj/argo-cd/commit/3453367509a9726682cce54b087aa4f93121c50c) fix(hydrator): Fix compilation error ([#&#8203;26024](https://github.com/argoproj/argo-cd/issues/26024)) (Oliver Gondža) - [`ef40ba8`](https://github.com/argoproj/argo-cd/commit/ef40ba8805a165c3b61f3efb29060997eaa43b5d) fix(hydrator): empty links for failed operation ([#&#8203;25025](https://github.com/argoproj/argo-cd/issues/25025)) ([#&#8203;26014](https://github.com/argoproj/argo-cd/issues/26014)) (Michael Crenshaw) - [`6f21978`](https://github.com/argoproj/argo-cd/commit/6f21978637b62bd018f68599734179c48c0124ed) fix(hydrator): git fetch needs creds ([#&#8203;25727](https://github.com/argoproj/argo-cd/issues/25727)) ([#&#8203;25738](https://github.com/argoproj/argo-cd/issues/25738)) (Michael Crenshaw) - [`a439c6c`](https://github.com/argoproj/argo-cd/commit/a439c6c5ec29f16b910d42d95ad5567faac681f2) fix(hydrator): hydrated sha missing on no-ops ([#&#8203;25694](https://github.com/argoproj/argo-cd/issues/25694)) ([#&#8203;25695](https://github.com/argoproj/argo-cd/issues/25695)) (Michael Crenshaw) - [`6994a42`](https://github.com/argoproj/argo-cd/commit/6994a42fa9611fb565b35aad9389b4570ee955e5) fix(hydrator): pass destination.namespace to manifest rendering ([#&#8203;25478](https://github.com/argoproj/argo-cd/issues/25478)) ([#&#8203;25699](https://github.com/argoproj/argo-cd/issues/25699)) (Sean Liao) - [`33247b9`](https://github.com/argoproj/argo-cd/commit/33247b96fe55e865b43f964b4ecc2bbab10556c3) fix(hydrator): preserve all source type fields in GetDrySource() (cherry-pick [#&#8203;27189](https://github.com/argoproj/argo-cd/issues/27189) for 3.4) ([#&#8203;27196](https://github.com/argoproj/argo-cd/issues/27196)) (argo-cd-cherry-pick-bot\[bot], Alexandre Gaudreault) - [`0a2ae95`](https://github.com/argoproj/argo-cd/commit/0a2ae95be8cf74c09156ab193235b3df5474d9a6) fix(hydrator): race when pushing notes ([#&#8203;25700](https://github.com/argoproj/argo-cd/issues/25700)) (Michael Crenshaw) - [`e5e00d3`](https://github.com/argoproj/argo-cd/commit/e5e00d3f6f0a6f5815449541173e7b3cc263e0da) fix(hydrator): use refresh paths from drySource when source hydration is enabled ([#&#8203;25516](https://github.com/argoproj/argo-cd/issues/25516)) (Codey Jenkins, pbhatnagar-oss, Alexandre Gaudreault) - [`fee6962`](https://github.com/argoproj/argo-cd/commit/fee6962f687571f9a08173d764a44d3e29dad6b4) fix(makefile): Improve performance of make lint-local and dependent goals ([#&#8203;26025](https://github.com/argoproj/argo-cd/issues/26025)) (Oliver Gondža) - [`4fabbce`](https://github.com/argoproj/argo-cd/commit/4fabbcebead84f192478745741687a7916a45b3f) fix(metrics): more consistent oci metrics ([#&#8203;25549](https://github.com/argoproj/argo-cd/issues/25549)) (Blake Pettersson) - [`de99b70`](https://github.com/argoproj/argo-cd/commit/de99b7007131589357b3228f2baf8dae41a22db1) fix(reposerver): make temp dir cleanup best-effort in `TestGenerateManifestsHelmWithRefs_CachedNoLsRemote` ([#&#8203;26742](https://github.com/argoproj/argo-cd/issues/26742)) (Nitish Kumar) - [`8739f91`](https://github.com/argoproj/argo-cd/commit/8739f91afded8a8eee998e5da98df14fb8b1a807) fix(reposerver): using timeouts in http transport for Github App authentication ([#&#8203;26762](https://github.com/argoproj/argo-cd/issues/26762)) (Anand Francis Joseph) - [`0a3f634`](https://github.com/argoproj/argo-cd/commit/0a3f634db22f347ecf7f3b8a5894c407e350dfda) fix(server): Avoid error when attempting a second delete operation (cherry-pick [#&#8203;27495](https://github.com/argoproj/argo-cd/issues/27495) for 3.4) ([#&#8203;27499](https://github.com/argoproj/argo-cd/issues/27499)) (argo-cd-cherry-pick-bot\[bot], Taylor Thomas, Blake Pettersson) - [`a244f7c`](https://github.com/argoproj/argo-cd/commit/a244f7cb7af37c6a21a2207729a0e0b70bf46a5d) fix(server): Ensure OIDC config is refreshed at server restart (cherry-pick [#&#8203;26913](https://github.com/argoproj/argo-cd/issues/26913) for 3.4) ([#&#8203;27115](https://github.com/argoproj/argo-cd/issues/27115)) (argo-cd-cherry-pick-bot\[bot], OpenGuidou) - [`28b90a7`](https://github.com/argoproj/argo-cd/commit/28b90a75ba403edbc85edd5687399d2fd394abcc) fix(server): OIDC config via secrets fails ([#&#8203;18269](https://github.com/argoproj/argo-cd/issues/18269)) ([#&#8203;26214](https://github.com/argoproj/argo-cd/issues/26214)) (Valéry Fouques) - [`5ed403c`](https://github.com/argoproj/argo-cd/commit/5ed403cf6005565290270cd090bab8afbcd6be86) fix(server): fix find container logic for terminal (cherry-pick [#&#8203;26858](https://github.com/argoproj/argo-cd/issues/26858) for 3.4) ([#&#8203;26933](https://github.com/argoproj/argo-cd/issues/26933)) (argo-cd-cherry-pick-bot\[bot], Linghao Su) - [`d9c83da`](https://github.com/argoproj/argo-cd/commit/d9c83da78fd0ba1bbd1bb85090a1b75f6fe9fc27) fix(server): invalidate JWT tokens on logout ([#&#8203;26388](https://github.com/argoproj/argo-cd/issues/26388)) (Anand Francis Joseph) - [`df3be1c`](https://github.com/argoproj/argo-cd/commit/df3be1cdf0d6cb7cd78278150bb8511cd392be2e) fix(server): update resourceVersion on Terminate retry ([#&#8203;25650](https://github.com/argoproj/argo-cd/issues/25650)) (Michael Crenshaw) - [`24615c8`](https://github.com/argoproj/argo-cd/commit/24615c8ce8fe229ae1d9eb79ca68f7e290869112) fix(state): fix(controller): display correct SyncWave for hook resources [#&#8203;26208](https://github.com/argoproj/argo-cd/issues/26208) ([#&#8203;26240](https://github.com/argoproj/argo-cd/issues/26240)) (Linghao Su) - [`aced2b1`](https://github.com/argoproj/argo-cd/commit/aced2b1b36a481798b3e4cba46ba8029abb39f6a) fix(ui): Improve message on self-healing disabling panel ([#&#8203;26977](https://github.com/argoproj/argo-cd/issues/26977)) (cherry-pick [#&#8203;26978](https://github.com/argoproj/argo-cd/issues/26978) for 3.4) ([#&#8203;26980](https://github.com/argoproj/argo-cd/issues/26980)) (argo-cd-cherry-pick-bot\[bot], Alberto Chiusole) - [`eecac8e`](https://github.com/argoproj/argo-cd/commit/eecac8e473f327c7f9622fb779e8b71a1975989c) fix(ui): OCI revision metadata never renders due to conflicting guard clause ([#&#8203;26948](https://github.com/argoproj/argo-cd/issues/26948)) (cherry-pick [#&#8203;27097](https://github.com/argoproj/argo-cd/issues/27097) for 3.4) ([#&#8203;27363](https://github.com/argoproj/argo-cd/issues/27363)) (argo-cd-cherry-pick-bot\[bot], Karim Farid, Blake Pettersson) - [`971bf57`](https://github.com/argoproj/argo-cd/commit/971bf5769a63a6e627ff3a50a1c66524220f1044) fix(ui): Parameters tab should correctly show dry source parameters ([#&#8203;26179](https://github.com/argoproj/argo-cd/issues/26179)) (jwinters01, Alexandre Gaudreault) - [`8e636b7`](https://github.com/argoproj/argo-cd/commit/8e636b78e5a8c6a1b83d5cb18b117982afab1fe3) fix(ui): add previous option to download logs functionality ([#&#8203;26427](https://github.com/argoproj/argo-cd/issues/26427)) (Linghao Su) - [`96bfc1e`](https://github.com/argoproj/argo-cd/commit/96bfc1e20b210320094486546e1ab47e9a505f86) fix(ui): convert yaml-editor to functional component ([#&#8203;24921](https://github.com/argoproj/argo-cd/issues/24921)) (Mike, Michael Crenshaw, Alexandre Gaudreault) - [`58a6f85`](https://github.com/argoproj/argo-cd/commit/58a6f85650b2a184214140250dea76091594cec7) fix(ui): handle 401 error in stream (cherry-pick [#&#8203;26917](https://github.com/argoproj/argo-cd/issues/26917) for 3.4) ([#&#8203;27228](https://github.com/argoproj/argo-cd/issues/27228)) (argo-cd-cherry-pick-bot\[bot], Linghao Su) - [`ae34305`](https://github.com/argoproj/argo-cd/commit/ae34305d18345416805ae55b0567df38e70961b9) fix(ui): improve filter autocomplete performance for large app counts ([#&#8203;15087](https://github.com/argoproj/argo-cd/issues/15087)) ([#&#8203;26082](https://github.com/argoproj/argo-cd/issues/26082)) (Rohan K) - [`5deef68`](https://github.com/argoproj/argo-cd/commit/5deef68eaf3e38b37065a624e8de93d4c1003969) fix(ui): include \_-prefixed dirs in embedded assets (cherry-pick [#&#8203;26589](https://github.com/argoproj/argo-cd/issues/26589) for 3.4) ([#&#8203;26909](https://github.com/argoproj/argo-cd/issues/26909)) (argo-cd-cherry-pick-bot\[bot], Jaewoo Choi) - [`c9a5a7e`](https://github.com/argoproj/argo-cd/commit/c9a5a7e62c432bac93388d8cd2604c87131a9b11) fix(ui): make yaml editor outline button opaque ([#&#8203;25748](https://github.com/argoproj/argo-cd/issues/25748)) (Jaewoo Choi) - [`a903bc4`](https://github.com/argoproj/argo-cd/commit/a903bc46e67ba5554d21ebabd09579dd268c4e13) fix(ui): monaco-editor search scroll positioning fix ([#&#8203;26638](https://github.com/argoproj/argo-cd/issues/26638)) ([#&#8203;26639](https://github.com/argoproj/argo-cd/issues/26639)) (Oleksandr Saulyak) - [`84f9446`](https://github.com/argoproj/argo-cd/commit/84f9446d3a1bfa1be794fdd277a41b63812baf21) fix(ui): prevent crash when navigating between Applications and Appli… ([#&#8203;26245](https://github.com/argoproj/argo-cd/issues/26245)) (Peter Jiang) - [`716339c`](https://github.com/argoproj/argo-cd/commit/716339c7995620feed454a6296acbf1acf1f650f) fix(ui): prevent log viewer crash on malformed stream packets issue [#&#8203;26023](https://github.com/argoproj/argo-cd/issues/26023) ([#&#8203;26226](https://github.com/argoproj/argo-cd/issues/26226)) (Luis Baronceli) - [`cc3b88e`](https://github.com/argoproj/argo-cd/commit/cc3b88ef57c46ea2d21be258979269c31f946780) fix(ui): prevent pod logs viewer crash on stale container index (cherry-pick [#&#8203;27553](https://github.com/argoproj/argo-cd/issues/27553) for 3.4) ([#&#8203;27564](https://github.com/argoproj/argo-cd/issues/27564)) (argo-cd-cherry-pick-bot\[bot], Honglian You) - [`f5de841`](https://github.com/argoproj/argo-cd/commit/f5de841d978d5949b4ddc44005ef7315f074901a) fix(ui): relayout Monaco editor on window resize ([#&#8203;25784](https://github.com/argoproj/argo-cd/issues/25784)) (Jaewoo Choi) - [`fd3c884`](https://github.com/argoproj/argo-cd/commit/fd3c8840c998a483b10bc4277859e827a0836767) fix(ui): remove createApplication option in write repo credential list ([#&#8203;23550](https://github.com/argoproj/argo-cd/issues/23550)) (Linghao Su) - [`93c736c`](https://github.com/argoproj/argo-cd/commit/93c736cf6a7d5aca085b2cfdc54fcad6bbfac77e) fix(ui): remove excess dot ([#&#8203;25816](https://github.com/argoproj/argo-cd/issues/25816)) (Josh Soref) - [`2f4c5bb`](https://github.com/argoproj/argo-cd/commit/2f4c5bb972ea3ad43a02a97a3a8b1e6f86830f62) fix(ui): show filter-empty state on repos list ([#&#8203;26160](https://github.com/argoproj/argo-cd/issues/26160)) (Jaewoo Choi) - [`91e9b22`](https://github.com/argoproj/argo-cd/commit/91e9b226240cf364e4ab7931c7ca74ed416effbb) fix(ui): show full labels, projects, clusters, and namespaces on hover in sidebar ([#&#8203;7520](https://github.com/argoproj/argo-cd/issues/7520)) ([#&#8203;24723](https://github.com/argoproj/argo-cd/issues/24723)) (Aditya Raj, jwinters01) - [`a76a876`](https://github.com/argoproj/argo-cd/commit/a76a8762e4a4d698ad26b8bc2b29423d8c076411) fix(ui): standard resource icons are not displayed properly ([#&#8203;26216](https://github.com/argoproj/argo-cd/issues/26216)) ([#&#8203;26228](https://github.com/argoproj/argo-cd/issues/26228)) (Linghao Su) - [`d11c99a`](https://github.com/argoproj/argo-cd/commit/d11c99a5169f387243d4caeb6fb7465cad5573b4) fix(ui): update AppSet UI for watch API and remove unused filters ([#&#8203;26631](https://github.com/argoproj/argo-cd/issues/26631)) (Peter Jiang) - [`6c043d3`](https://github.com/argoproj/argo-cd/commit/6c043d3acb4745bf36c0989c6bf7faa25f0b11a3) fix: Fix excessive ls-remote requests on monorepos with Auto Sync enabled apps (26277) ([#&#8203;26278](https://github.com/argoproj/argo-cd/issues/26278)) (dudinea, Dan Garfield) - [`61c8ce2`](https://github.com/argoproj/argo-cd/commit/61c8ce2fc9c3ef7d1d3e5e75538f790550bf0e8b) fix: [#&#8203;25313](https://github.com/argoproj/argo-cd/issues/25313) remove `--client` from helm version command ([#&#8203;25740](https://github.com/argoproj/argo-cd/issues/25740)) (Jesse Hitch) - [`054538b`](https://github.com/argoproj/argo-cd/commit/054538b069a572a56690b0b2b94b16bea58dd2cc) fix: AAD Domain Hint Improvement (fixes [#&#8203;18066](https://github.com/argoproj/argo-cd/issues/18066)) ([#&#8203;24639](https://github.com/argoproj/argo-cd/issues/24639)) (jhansi, pjmanda, Nitish Kumar, jhansireddy01) - [`696a18f`](https://github.com/argoproj/argo-cd/commit/696a18f7d35763c1234fa4f04dc9ea02ece6231c) fix: Add X-Frame-Options and CSP headers to Swagger UI endpoints (cherry-pick [#&#8203;26521](https://github.com/argoproj/argo-cd/issues/26521) for 3.4) ([#&#8203;27153](https://github.com/argoproj/argo-cd/issues/27153)) (argo-cd-cherry-pick-bot\[bot], Rohan Sood, rohansood10, Blake Pettersson, Copilot) - [`86e42fb`](https://github.com/argoproj/argo-cd/commit/86e42fb223f39bcff0d946bff3812160de83d8e6) fix: AppProject finalizer should consider apps in all allowed namespaces ([#&#8203;24347](https://github.com/argoproj/argo-cd/issues/24347)) ([#&#8203;26416](https://github.com/argoproj/argo-cd/issues/26416)) (Dhruvang Makadia) - [`f7b24ba`](https://github.com/argoproj/argo-cd/commit/f7b24bad666c6211d4c87831677b00090e699695) fix: ApplicationSet DuckType Generator panics on non-string values in Clus… (cherry-pick [#&#8203;27265](https://github.com/argoproj/argo-cd/issues/27265) for 3.4) ([#&#8203;27526](https://github.com/argoproj/argo-cd/issues/27526)) (argo-cd-cherry-pick-bot\[bot], Xiangjing Li) - [`b66dea4`](https://github.com/argoproj/argo-cd/commit/b66dea4282360396b2e57ab66c78392be8bd74ea) fix: Hook resources not created at PostSync when configured with PreDelete PostDelete hooks (cherry-pick [#&#8203;26996](https://github.com/argoproj/argo-cd/issues/26996) for 3.4) ([#&#8203;26998](https://github.com/argoproj/argo-cd/issues/26998)) (argo-cd-cherry-pick-bot\[bot], Regina Voloshin) - [`f6d00b7`](https://github.com/argoproj/argo-cd/commit/f6d00b7733732b17ca4d3f70fde19e3da3870cdf) fix: Only show please update resource specification message when spec… ([#&#8203;25066](https://github.com/argoproj/argo-cd/issues/25066)) (Josh Soref) - [`472d50c`](https://github.com/argoproj/argo-cd/commit/472d50cb199bb013c1c0c6fcfdd9ff7fdc727c51) fix: OpenTelemetryCollector health check shows 0/0 for mode: daemonset ([#&#8203;26391](https://github.com/argoproj/argo-cd/issues/26391)) (tank.500m) - [`e168d8a`](https://github.com/argoproj/argo-cd/commit/e168d8a9fd95c32d5578154fd4dd4f39d3a1ce97) fix: Revert "fix(ci): ensure cherry-pick commits include DCO sign-off" ([#&#8203;26124](https://github.com/argoproj/argo-cd/issues/26124)) ([#&#8203;26243](https://github.com/argoproj/argo-cd/issues/26243)) (Kanika Rana) - [`f3d0c12`](https://github.com/argoproj/argo-cd/commit/f3d0c1233e1f6b6f322e61b53b67a09e5a73cf4f) fix: Toggle `automated.enabled` to disable auto-sync for rollbacks ([#&#8203;25719](https://github.com/argoproj/argo-cd/issues/25719)) (Daniel Moran) - [`08602c2`](https://github.com/argoproj/argo-cd/commit/08602c27c1c9fe52006618ae585a2a11dbc7c567) fix: adds the missing source-name flag in app unset command ([#&#8203;26712](https://github.com/argoproj/argo-cd/issues/26712)) (Papapetrou Patroklos) - [`2232707`](https://github.com/argoproj/argo-cd/commit/22327073efddfba473c366ef27e81072ac3ccaa9) fix: allow automatedSyncPolicy fields to be changed to false ([#&#8203;26763](https://github.com/argoproj/argo-cd/issues/26763)) (Peter Jiang) - [`1488a13`](https://github.com/argoproj/argo-cd/commit/1488a13b8971c2225ee978142743b897943493db) fix: allow docker dhi helm charts to be used ([#&#8203;25835](https://github.com/argoproj/argo-cd/issues/25835)) (Blake Pettersson) - [`bcea79b`](https://github.com/argoproj/argo-cd/commit/bcea79b3c65642f221af37acb9ff6fe6db2e5642) fix: avoid stale informer cache in RevisionMetadata handler (cherry-pick [#&#8203;27392](https://github.com/argoproj/argo-cd/issues/27392) for 3.4) ([#&#8203;27395](https://github.com/argoproj/argo-cd/issues/27395)) (argo-cd-cherry-pick-bot\[bot], Soumya Ghosh Dastidar) - [`c32286a`](https://github.com/argoproj/argo-cd/commit/c32286a9a4760bee528f84cce9e92f210e89bedd) fix: close response body on error paths to prevent connection leak ([#&#8203;25824](https://github.com/argoproj/argo-cd/issues/25824)) (QingHe, chentiewen, Claude Sonnet 4.5) - [`8f9ee6d`](https://github.com/argoproj/argo-cd/commit/8f9ee6d1dabb699c2c44ad5ae35f891d686b6ef1) fix: compressedLayerExtracterStore+isCompressedLayer - allow tar.gzip suffixes ([#&#8203;26355](https://github.com/argoproj/argo-cd/issues/26355)) (erin) - [`4d66a20`](https://github.com/argoproj/argo-cd/commit/4d66a209d34be0bcca8efb685e87f57e0eb0b454) fix: consider Replace/Force sync option on live resource annotations ([#&#8203;26110](https://github.com/argoproj/argo-cd/issues/26110)) (Alexandre Gaudreault) - [`ed4c63b`](https://github.com/argoproj/argo-cd/commit/ed4c63ba836da0f33076b150e31decbd17c13ecb) fix: controller incorrectly detecting diff during app normalization (cherry-pick [#&#8203;27002](https://github.com/argoproj/argo-cd/issues/27002) for 3.4) ([#&#8203;27014](https://github.com/argoproj/argo-cd/issues/27014)) (argo-cd-cherry-pick-bot\[bot], Alexander Matyushentsev) - [`bde6f66`](https://github.com/argoproj/argo-cd/commit/bde6f667e18c863ccb1ae4b0489cbfe63bf3d0a0) fix: correct typos across codebase ([#&#8203;25959](https://github.com/argoproj/argo-cd/issues/25959)) (Ekene Chris) - [`e017145`](https://github.com/argoproj/argo-cd/commit/e01714590d951587b70df058ff02a13413f40374) fix: create events with argocd namespace ([#&#8203;26667](https://github.com/argoproj/argo-cd/issues/26667)) (Papapetrou Patroklos) - [`2c5f731`](https://github.com/argoproj/argo-cd/commit/2c5f7317a54bc2101c32b838fe49a914009d5fd7) fix: enable and fix modernize linter ([#&#8203;26352](https://github.com/argoproj/argo-cd/issues/26352)) (Matthieu MOREL) - [`6a10ffe`](https://github.com/argoproj/argo-cd/commit/6a10ffe833c02283b03543570147dabdc45138a4) fix: ensure compatibility of kubeversion.version with what helm reeturns ([#&#8203;26469](https://github.com/argoproj/argo-cd/issues/26469)) (Papapetrou Patroklos) - [`6cd65b4`](https://github.com/argoproj/argo-cd/commit/6cd65b462252698427a26da1fec790ce6b1dc275) fix: error sending generate manifest metadata cmp server ([#&#8203;25891](https://github.com/argoproj/argo-cd/issues/25891)) (Papapetrou Patroklos) - [`0671907`](https://github.com/argoproj/argo-cd/commit/06719071d670d33b936f2db6437a519d7dff7a1c) fix: fix GetAppdetails to show data from refs to other git repos ([#&#8203;26440](https://github.com/argoproj/argo-cd/issues/26440)) ([#&#8203;26544](https://github.com/argoproj/argo-cd/issues/26544)) (dudinea) - [`f0c694d`](https://github.com/argoproj/argo-cd/commit/f0c694d9f01e122d19805bb833a5f640e96f6346) fix: fix generator bug with templating of parameters in values ([#&#8203;25342](https://github.com/argoproj/argo-cd/issues/25342)) ([#&#8203;26696](https://github.com/argoproj/argo-cd/issues/26696)) (dudinea) - [`b320854`](https://github.com/argoproj/argo-cd/commit/b320854f04766358860ce66edb467501573cef7c) fix: fix image functionality breakage caused by --no-install-updates option in Dockerfiles ([#&#8203;25972](https://github.com/argoproj/argo-cd/issues/25972)) ([#&#8203;25999](https://github.com/argoproj/argo-cd/issues/25999)) (dudinea) - [`2b3eae6`](https://github.com/argoproj/argo-cd/commit/2b3eae62c41a087fd5278e3253f59fdff66fb4c0) fix: fixes output of argocd proj windows list PROJ - USEANDOPERATOR was missing ([#&#8203;26273](https://github.com/argoproj/argo-cd/issues/26273)) (Papapetrou Patroklos) - [`d099c24`](https://github.com/argoproj/argo-cd/commit/d099c24655b7cd37f0e89b5584baae00a5c294ea) fix: fixes the already exists error when syncing apps with replace ([#&#8203;26791](https://github.com/argoproj/argo-cd/issues/26791)) (Papapetrou Patroklos) - [`8550f60`](https://github.com/argoproj/argo-cd/commit/8550f60a05c3132152c5d950e5022831f27bae81) fix: force attempt http2 with custom tls config ([#&#8203;26975](https://github.com/argoproj/argo-cd/issues/26975)) (cherry-pick [#&#8203;26976](https://github.com/argoproj/argo-cd/issues/26976) for 3.4) ([#&#8203;27073](https://github.com/argoproj/argo-cd/issues/27073)) (argo-cd-cherry-pick-bot\[bot], Max Verbeek) - [`bf1f836`](https://github.com/argoproj/argo-cd/commit/bf1f836ece58c749c402b04e34d96dedbb973aba) fix: get app resources tree view ([#&#8203;26166](https://github.com/argoproj/argo-cd/issues/26166)) (Papapetrou Patroklos) - [`5e6449f`](https://github.com/argoproj/argo-cd/commit/5e6449fbba3bae38f0e2dda49989cf0c2e8b0524) fix: handle parse errors in ReadLocalConfig properly ([#&#8203;26597](https://github.com/argoproj/argo-cd/issues/26597)) (Takuma Shibuya) - [`f8c0d7e`](https://github.com/argoproj/argo-cd/commit/f8c0d7efcf62a80a8ebce2090972cd0d780f282a) fix: health check doesn't detect resource deletion during sync operation ([#&#8203;26286](https://github.com/argoproj/argo-cd/issues/26286)) (Christopher Coco, Alexandre Gaudreault) - [`3a4b0a0`](https://github.com/argoproj/argo-cd/commit/3a4b0a0feddd6b7bd9349f6a774a095b40814fbf) fix: helm flaky test ([#&#8203;26805](https://github.com/argoproj/argo-cd/issues/26805)) (Nitish Kumar) - [`275c5de`](https://github.com/argoproj/argo-cd/commit/275c5de62736f6240e489127aeec0f7094acfe81) fix: improves the Rabbit MQ resouce customization to better handle unknown conditions ([#&#8203;25941](https://github.com/argoproj/argo-cd/issues/25941)) (Papapetrou Patroklos) - [`4519fdf`](https://github.com/argoproj/argo-cd/commit/4519fdf6505701d558a089f3840d16240ca76540) fix: include Depth field in Repository.Sanitized() response ([#&#8203;26572](https://github.com/argoproj/argo-cd/issues/26572)) (HARSHIL GARG) - [`c4f3bb8`](https://github.com/argoproj/argo-cd/commit/c4f3bb8be401e3feb2bf8a85334bd4998eebbbc3) fix: integrate split button ([#&#8203;25993](https://github.com/argoproj/argo-cd/issues/25993)) ([#&#8203;25994](https://github.com/argoproj/argo-cd/issues/25994)) (jwinters01) - [`4e997f0`](https://github.com/argoproj/argo-cd/commit/4e997f0d5e657c672d2830bf6d1001d520ef4a19) fix: invalid error message on health check failure ([#&#8203;26040](https://github.com/argoproj/argo-cd/issues/26040)) ([#&#8203;26039](https://github.com/argoproj/argo-cd/issues/26039)) (dudinea) - [`cbbb19d`](https://github.com/argoproj/argo-cd/commit/cbbb19ddef77e22a1aa91aad3f3dde5fc3a1a259) fix: make config key optional ([#&#8203;26701](https://github.com/argoproj/argo-cd/issues/26701)) (Michael Crenshaw) - [`57e9e5e`](https://github.com/argoproj/argo-cd/commit/57e9e5e201bcafeef1a9c18d4ac794bbe7caf2a9) fix: manifest-generate-paths for multisource git+helm ([#&#8203;25531](https://github.com/argoproj/argo-cd/issues/25531)) (Artem Vdovin, Alexandre Gaudreault) - [`3c01ab1`](https://github.com/argoproj/argo-cd/commit/3c01ab15eee55ed95b3f5ac5115a72a5e36a80ac) fix: missing gpg-agent in argocd image ([#&#8203;25935](https://github.com/argoproj/argo-cd/issues/25935)) ([#&#8203;25937](https://github.com/argoproj/argo-cd/issues/25937)) (dudinea) - [`f4e667f`](https://github.com/argoproj/argo-cd/commit/f4e667fee5954a3b49e894b8a039fcbcbe7cfcf7) fix: missing import (cherry-pick [#&#8203;27491](https://github.com/argoproj/argo-cd/issues/27491) for 3.4) ([#&#8203;27504](https://github.com/argoproj/argo-cd/issues/27504)) (argo-cd-cherry-pick-bot\[bot], Michael Crenshaw) - [`d2cb56d`](https://github.com/argoproj/argo-cd/commit/d2cb56d7c7a191c10a310870b4ece0b2ce9ee008) fix: modernize slice initialization syntax in util/argo/argo.go ([#&#8203;26001](https://github.com/argoproj/argo-cd/issues/26001)) (Ekene Chris) - [`8877365`](https://github.com/argoproj/argo-cd/commit/887736534fffe350cd5fbb4f6414cf5622bf9254) fix: multi-level cross-namespace hierarchy traversal for cluster-scoped intermediates ([#&#8203;26408](https://github.com/argoproj/argo-cd/issues/26408), [#&#8203;24379](https://github.com/argoproj/argo-cd/issues/24379)) ([#&#8203;26410](https://github.com/argoproj/argo-cd/issues/26410)) (Jonathan Ogilvie, Alexandre Gaudreault) - [`429fc1f`](https://github.com/argoproj/argo-cd/commit/429fc1f2d93795aaa543edce7833a7bb7509d878) fix: nil and empty ignoredifferences ([#&#8203;25980](https://github.com/argoproj/argo-cd/issues/25980)) (Blake Pettersson) - [`2d762e4`](https://github.com/argoproj/argo-cd/commit/2d762e4a2b26f91a0c46cda92c8c5c8cd3c5b181) fix: optimize cli server-side diff with parallel dynamic batching ([#&#8203;25550](https://github.com/argoproj/argo-cd/issues/25550)) (afarbos) - [`ced9402`](https://github.com/argoproj/argo-cd/commit/ced94022b35e9cd4eb1724935acd359323d034e6) fix: panic during OIDC logout with empty token ([#&#8203;25874](https://github.com/argoproj/argo-cd/issues/25874)) (Papapetrou Patroklos) - [`401b1a8`](https://github.com/argoproj/argo-cd/commit/401b1a8b3c850688b56b1ea045a93625c91eeca1) fix: parent-child httpproxy health checking ([#&#8203;25714](https://github.com/argoproj/argo-cd/issues/25714)) (Greg Barasch) - [`dfa079b`](https://github.com/argoproj/argo-cd/commit/dfa079b5e318f800d42169afc824f813a3162c87) fix: pass repo.insecure flag to `helm dependency build` (cherry-pick [#&#8203;27078](https://github.com/argoproj/argo-cd/issues/27078) for 3.4) ([#&#8203;27082](https://github.com/argoproj/argo-cd/issues/27082)) (argo-cd-cherry-pick-bot\[bot], Blake Pettersson) - [`a061d1c`](https://github.com/argoproj/argo-cd/commit/a061d1c664ce17b2a8d35afcd76fed656c44dc23) fix: prevent automatic refreshes from informer resync and status updates (cherry-pick [#&#8203;25290](https://github.com/argoproj/argo-cd/issues/25290) for 3.4) ([#&#8203;27229](https://github.com/argoproj/argo-cd/issues/27229)) (argo-cd-cherry-pick-bot\[bot], Atif Ali, Keith Chong) - [`822a0e4`](https://github.com/argoproj/argo-cd/commit/822a0e446d645238df3b42e97ecae1425b061b23) fix: put/get ocimetadata to/from redis cache ([#&#8203;27521](https://github.com/argoproj/argo-cd/issues/27521)) (cherry-pick [#&#8203;27589](https://github.com/argoproj/argo-cd/issues/27589) for 3.4) ([#&#8203;27594](https://github.com/argoproj/argo-cd/issues/27594)) (argo-cd-cherry-pick-bot\[bot], Blake Pettersson) - [`43ea991`](https://github.com/argoproj/argo-cd/commit/43ea991a25444eb9a2e700c379ad2e8233cf6b68) fix: register pprof endpoints in repo-server using the params config map ([#&#8203;26237](https://github.com/argoproj/argo-cd/issues/26237)) (Papapetrou Patroklos) - [`739bc58`](https://github.com/argoproj/argo-cd/commit/739bc5812f8b6e691d98fa4da068083a601310c6) fix: remove deprecated --client flag from helm version (Malik Draz) - [`06310bc`](https://github.com/argoproj/argo-cd/commit/06310bc7f7ab91b92356263a230e259a495af215) fix: remove resourceVersion from ssd (cherry-pick [#&#8203;27406](https://github.com/argoproj/argo-cd/issues/27406) for 3.4) ([#&#8203;27461](https://github.com/argoproj/argo-cd/issues/27461)) (argo-cd-cherry-pick-bot\[bot], Peter Jiang) - [`be08693`](https://github.com/argoproj/argo-cd/commit/be08693409fcb968231dd3d17ead161b85ecdca8) fix: remove stale reposFilter references ([#&#8203;26310](https://github.com/argoproj/argo-cd/issues/26310)) (Jaewoo Choi) - [`2f7d36b`](https://github.com/argoproj/argo-cd/commit/2f7d36bc38e0e299f0abe63515dd0061c03d050e) fix: resolve flaky TestSync\_SyncWaveHookError test ([#&#8203;26080](https://github.com/argoproj/argo-cd/issues/26080)) (Aditya Raj) - [`b85887f`](https://github.com/argoproj/argo-cd/commit/b85887fc3afb513cec62c9614c764fb59bb52bc5) fix: return error when cache is unavailable ([#&#8203;26053](https://github.com/argoproj/argo-cd/issues/26053)) (Nitish Kumar) - [`19a74df`](https://github.com/argoproj/argo-cd/commit/19a74df8dc730a5f0c87fcb3088f8f2ed60c2476) fix: return missing information in cluster get API ([#&#8203;25566](https://github.com/argoproj/argo-cd/issues/25566)) (Papapetrou Patroklos) - [`d7a8170`](https://github.com/argoproj/argo-cd/commit/d7a8170dc6b2fe65fb418791c5ab8d67b651d593) fix: revert autosync event message format change (cherry-pick [#&#8203;27387](https://github.com/argoproj/argo-cd/issues/27387) for 3.4) ([#&#8203;27390](https://github.com/argoproj/argo-cd/issues/27390)) (argo-cd-cherry-pick-bot\[bot], Soumya Ghosh Dastidar) - [`79b0981`](https://github.com/argoproj/argo-cd/commit/79b0981b050beb9ab747b422499481feef6abab1) fix: show pruning button when only Prune=confirm is present ([#&#8203;23326](https://github.com/argoproj/argo-cd/issues/23326)) (Arthur Outhenin-Chalandre, Alexandre Gaudreault) - [`043544c`](https://github.com/argoproj/argo-cd/commit/043544c1977734bb70e19b8545a1fd67afbf6638) fix: skip namespace check on cluster scoped rbac resources for auth reconcile ([#&#8203;26403](https://github.com/argoproj/argo-cd/issues/26403)) (Christopher Coco) - [`6df1a5b`](https://github.com/argoproj/argo-cd/commit/6df1a5bbc2e74ef4e099cdf5d52422a959b771c2) fix: skip token refresh threshold parsing in unrelated components ([#&#8203;26803](https://github.com/argoproj/argo-cd/issues/26803)) (Soumya Ghosh Dastidar) - [`984a29c`](https://github.com/argoproj/argo-cd/commit/984a29c9211e7656fca710ada2001873c6d88a41) fix: skip unnecessary git state clean ([#&#8203;26714](https://github.com/argoproj/argo-cd/issues/26714)) (Alexander Matyushentsev) - [`226178c`](https://github.com/argoproj/argo-cd/commit/226178c1a5992a97a041eece2af49259e2bbf841) fix: stack overflow when processing circular ownerrefs in resource graph ([#&#8203;26783](https://github.com/argoproj/argo-cd/issues/26783)) (cherry-pick [#&#8203;26790](https://github.com/argoproj/argo-cd/issues/26790) for 3.4) ([#&#8203;26878](https://github.com/argoproj/argo-cd/issues/26878)) (argo-cd-cherry-pick-bot\[bot], Jonathan Ogilvie, Copilot) - [`b648248`](https://github.com/argoproj/argo-cd/commit/b648248984f2e2538e767effbae579b90e682085) fix: trigger app sync on app-set spec change (cherry-pick [#&#8203;26811](https://github.com/argoproj/argo-cd/issues/26811) for 3.4) ([#&#8203;27131](https://github.com/argoproj/argo-cd/issues/27131)) (argo-cd-cherry-pick-bot\[bot], Papapetrou Patroklos) - [`18efd0c`](https://github.com/argoproj/argo-cd/commit/18efd0cf1beea5414f8e4811b055088dbb41c670) fix: trim whitespaces when retrieving source refresh paths ([#&#8203;26400](https://github.com/argoproj/argo-cd/issues/26400)) (Nitish Kumar) - [`fee1c56`](https://github.com/argoproj/argo-cd/commit/fee1c565c3239f2af4a3efe78d240b7ec9ff310f) fix: update Jsonnet field tag to avoid `jsonnet: {}` in manifests ([#&#8203;25625](https://github.com/argoproj/argo-cd/issues/25625)) (Shubham Singh, Omar Nasser, shubham singh mahar) - [`3250327`](https://github.com/argoproj/argo-cd/commit/3250327f018239203e99dd5a70cecb7a82159781) fix: use InstanceName for cache cleanup on Application deletion ([#&#8203;26741](https://github.com/argoproj/argo-cd/issues/26741)) (Takuma Shibuya) - [`305ecb6`](https://github.com/argoproj/argo-cd/commit/305ecb623bfeb9b19b848350cbde61e249098941) fix: use certificate fingerprints to deduplicate TLS certs ([#&#8203;25779](https://github.com/argoproj/argo-cd/issues/25779)) (Nitish Kumar) - [`7180deb`](https://github.com/argoproj/argo-cd/commit/7180deb93712ab2f43ec27e42e607567b648cf72) fix: use csapgrade to patch managedFields for client-side apply migration ([#&#8203;26289](https://github.com/argoproj/argo-cd/issues/26289)) (Peter Jiang) - [`6e89ed9`](https://github.com/argoproj/argo-cd/commit/6e89ed986783d26b2f0e6920fb0d08be1ca6c423) fix: use force flag in copyutil symlink to prevent repo-server crashes ([#&#8203;26613](https://github.com/argoproj/argo-cd/issues/26613)) (ManvithaP, manvitha92) - [`0a29bfd`](https://github.com/argoproj/argo-cd/commit/0a29bfd0935e7e1ae152b46f0b6790c5a913dd5d) fix: use unique names for initial commits (cherry-pick [#&#8203;27171](https://github.com/argoproj/argo-cd/issues/27171) for 3.4) ([#&#8203;27198](https://github.com/argoproj/argo-cd/issues/27198)) (argo-cd-cherry-pick-bot\[bot], Sean Liao) - [`f44ddc6`](https://github.com/argoproj/argo-cd/commit/f44ddc663c5a2634a27f6ac5a15171f4cb7724e6) fix: wrap lines toggle causes log lines to overflow container - Fixes \[Issue [#&#8203;27586](https://github.com/argoproj/argo-cd/issues/27586)] (cherry-pick [#&#8203;27627](https://github.com/argoproj/argo-cd/issues/27627) for 3.4) ([#&#8203;27670](https://github.com/argoproj/argo-cd/issues/27670)) (argo-cd-cherry-pick-bot\[bot], Knicholas Kennedy) - [`249b91d`](https://github.com/argoproj/argo-cd/commit/249b91d75b6170779b8376492c05ff28c38568c8) fix: wrong installation id returned from cache (cherry-pick [#&#8203;26969](https://github.com/argoproj/argo-cd/issues/26969) for 3.4) ([#&#8203;27028](https://github.com/argoproj/argo-cd/issues/27028)) (argo-cd-cherry-pick-bot\[bot], Zach Aller) ##### Documentation - [`11ec675`](https://github.com/argoproj/argo-cd/commit/11ec67513896951ea9816d7dcdc03a73fd8d67db) docs(rbac): add note documenting the role requirement for groups ([#&#8203;7952](https://github.com/argoproj/argo-cd/issues/7952)) ([#&#8203;26672](https://github.com/argoproj/argo-cd/issues/26672)) (Mathieu Garstecki) - [`af64957`](https://github.com/argoproj/argo-cd/commit/af64957452f52c78e0a4789091dca1da1db83cb3) docs: Add 'Netease Cloud Music' to USERS.md ([#&#8203;25922](https://github.com/argoproj/argo-cd/issues/25922)) (Ryan Wu) - [`726b764`](https://github.com/argoproj/argo-cd/commit/726b764f1e18b4796c31fec9f867bbd2f13597dc) docs: Add Bluesky badge to README ([#&#8203;25880](https://github.com/argoproj/argo-cd/issues/25880)) (Yuan Tang) - [`db8c801`](https://github.com/argoproj/argo-cd/commit/db8c801b0dbdfd999d20020d14219fa6c46baade) docs: Add CodeQL in docs ([#&#8203;26645](https://github.com/argoproj/argo-cd/issues/26645)) (S Kevin Joe Harris) - [`b137439`](https://github.com/argoproj/argo-cd/commit/b137439c076f1f5da45edfb9b719504892e3ee7e) docs: Add GitLab CI integration documentation with Dex configuration ([#&#8203;25413](https://github.com/argoproj/argo-cd/issues/25413)) (Afzal Ansari) - [`90ce178`](https://github.com/argoproj/argo-cd/commit/90ce1782ecd9b9995dc14ac24c6353816137cba0) docs: Add Imagine Learning to USERS.md ([#&#8203;26111](https://github.com/argoproj/argo-cd/issues/26111)) (Christian Oleson) - [`9e19a8f`](https://github.com/argoproj/argo-cd/commit/9e19a8f0bc4b62d7894e7c721430cb22c150dfac) docs: Add ci prefixes for PR titles ([#&#8203;26471](https://github.com/argoproj/argo-cd/issues/26471)) (S Kevin Joe Harris) - [`fb56875`](https://github.com/argoproj/argo-cd/commit/fb568753979cf5e20255fc49522b7dd05e310912) docs: Add release checklist step to reference the release-specific instructions file ([#&#8203;25854](https://github.com/argoproj/argo-cd/issues/25854)) (Revital Barletz, Peter Jiang, Regina Voloshin) - [`abde222`](https://github.com/argoproj/argo-cd/commit/abde22229a93c8e47304d05c0ea4ac540bd61fac) docs: Change heading for the complete example for argocd progressive rollout ([#&#8203;25878](https://github.com/argoproj/argo-cd/issues/25878)) (Barisa Obradovic, Alex Recuenco, Dan Garfield) - [`e682552`](https://github.com/argoproj/argo-cd/commit/e6825529ab963d0b16ba81dd662dff6c5de26f59) docs: Complements to the Gateway API ingress guide [#&#8203;25734](https://github.com/argoproj/argo-cd/issues/25734) ([#&#8203;25739](https://github.com/argoproj/argo-cd/issues/25739)) (Quentin Ågren) - [`3e29c4c`](https://github.com/argoproj/argo-cd/commit/3e29c4c752b2c398d25cd462f2f3ba8b0bd6d147) docs: Fix link (Seonghyeon Cho) - [`3dd71ea`](https://github.com/argoproj/argo-cd/commit/3dd71ea14d24322d559b14a940e00e80944d7d25) docs: Fix link correctly (Seonghyeon Cho) - [`d883412`](https://github.com/argoproj/argo-cd/commit/d883412df8c8f9a5e42ed60cae86904514d77cfc) docs: Fix some admonitions in docs ([#&#8203;26213](https://github.com/argoproj/argo-cd/issues/26213)) (Moulick Aggarwal, Moulick Aggarwal) - [`b911650`](https://github.com/argoproj/argo-cd/commit/b9116506164c171b5f0b6ebdfc0de275cebc85d5) docs: Fix typo in Plugin generator description ([#&#8203;26051](https://github.com/argoproj/argo-cd/issues/26051)) (José Maia) - [`e3f616d`](https://github.com/argoproj/argo-cd/commit/e3f616d6dc35d076c784118b22a4b483928635a3) docs: Fix wrong default value for applicationsetcontroller.enable.scm.providers ([#&#8203;26162](https://github.com/argoproj/argo-cd/issues/26162)) (Fan Zhang) - [`b8d4216`](https://github.com/argoproj/argo-cd/commit/b8d4216438ec2a7411bf7a317ea118fc5fceeb92) docs: Fixed broken links ([#&#8203;26083](https://github.com/argoproj/argo-cd/issues/26083)) (S Kevin Joe Harris, Regina Voloshin) - [`5e974b0`](https://github.com/argoproj/argo-cd/commit/5e974b03d3d055c71b9ac7c99f68a9deced60ba8) docs: Proposal: Source Integrity Policies ([#&#8203;25148](https://github.com/argoproj/argo-cd/issues/25148)) (Oliver Gondža, jannfis) - [`4edc1a9`](https://github.com/argoproj/argo-cd/commit/4edc1a96d3aa39b36cda07eb48990d9305ee11d1) docs: Revise TLS settings to include `argocd-applicationset-controller` and `argocd-notifications-controller` ([#&#8203;25872](https://github.com/argoproj/argo-cd/issues/25872)) (Alex Recuenco) - [`a6cc7ad`](https://github.com/argoproj/argo-cd/commit/a6cc7ad9a61b4135e9445aaf1b66b30400511edb) docs: Revise web terminal setup instructions for Argo CD ([#&#8203;25992](https://github.com/argoproj/argo-cd/issues/25992)) (Dan Garfield, Nitish Kumar) - [`feab8bd`](https://github.com/argoproj/argo-cd/commit/feab8bde775dc525f40366d97f019400c0061a89) docs: Set installation to match the quick-start guide in the installation section ([#&#8203;26259](https://github.com/argoproj/argo-cd/issues/26259)) (Alex Recuenco) - [`bea1139`](https://github.com/argoproj/argo-cd/commit/bea1139e96ea65ccdf361ff5199bb8899d112bb1) docs: Typo synching -> syncing ([#&#8203;26275](https://github.com/argoproj/argo-cd/issues/26275)) (Gaston Festari) - [`5cce5fe`](https://github.com/argoproj/argo-cd/commit/5cce5fe59b6350e4f4ad1971b6bf2fa925a1f792) docs: Update Linux host IP detection in Toolchain guide - to avoid hardcoded `eth0` ([#&#8203;25800](https://github.com/argoproj/argo-cd/issues/25800)) (Shubham Singh, shubham singh mahar) - [`30e30a1`](https://github.com/argoproj/argo-cd/commit/30e30a126b491575097068b9ce2f07c478a86ee5) docs: Update shallow clone section for clarity ([#&#8203;26697](https://github.com/argoproj/argo-cd/issues/26697)) (Dan Garfield) - [`312a841`](https://github.com/argoproj/argo-cd/commit/312a841f8cc48edf53aca8a1bdef314db88b784e) docs: Use udp to find preferred outbound ip address ([#&#8203;25812](https://github.com/argoproj/argo-cd/issues/25812)) (Josh Soref) - [`e7aa9b0`](https://github.com/argoproj/argo-cd/commit/e7aa9b099a9fe0849534c5610bbc3d486ff0451a) docs: Volunteer FourFifthsCode for v3.4 release champion ([#&#8203;25881](https://github.com/argoproj/argo-cd/issues/25881)) (Codey Jenkins) - [`7879dc0`](https://github.com/argoproj/argo-cd/commit/7879dc0f6ec5dd663e375b512185b7498dff0664) docs: add SAP Signavio to USERS.md ([#&#8203;26164](https://github.com/argoproj/argo-cd/issues/26164)) (Mo Sahihi Benis) - [`d9b38a8`](https://github.com/argoproj/argo-cd/commit/d9b38a8e0e69908fddd88cb858ec499d5e19e79f) docs: add faq entry for marshaling error ([#&#8203;25851](https://github.com/argoproj/argo-cd/issues/25851)) (Nitish Kumar) - [`a66fe2a`](https://github.com/argoproj/argo-cd/commit/a66fe2af24d3569aa384881bc3a8f8e9f6624523) docs: add information on handling ambiguous revisions ([#&#8203;26052](https://github.com/argoproj/argo-cd/issues/26052)) (Nitish Kumar, Afzal Ansari) - [`3b24d33`](https://github.com/argoproj/argo-cd/commit/3b24d33cda5943b513eee8488e6ce65f77ec5a9f) docs: add infos around username for access token with bitbucket ([#&#8203;25588](https://github.com/argoproj/argo-cd/issues/25588)) (Nolan Emirot) - [`510af5c`](https://github.com/argoproj/argo-cd/commit/510af5c4d73781620435462a9aae4dfcbc2d033e) docs: add missing prefixes for PR titles ([#&#8203;26464](https://github.com/argoproj/argo-cd/issues/26464)) (Nitish Kumar) - [`faf0b75`](https://github.com/argoproj/argo-cd/commit/faf0b75a7326fdab0c63da5ee679b070b8b6cee3) docs: added 3.2 to 3.3 upgrade overview section ([#&#8203;25671](https://github.com/argoproj/argo-cd/issues/25671)) (Regina Voloshin) - [`b8e6a79`](https://github.com/argoproj/argo-cd/commit/b8e6a797cc8cf6cebde34ca912eaa6352fab0581) docs: added custom health checks section to 3.3-3.4 upgrade guide ([#&#8203;26812](https://github.com/argoproj/argo-cd/issues/26812)) (Regina Voloshin) - [`088ef94`](https://github.com/argoproj/argo-cd/commit/088ef94d780eefda89ae54f865ca847188d3f6f5) docs: change manifests master reference to stable reference ([#&#8203;26035](https://github.com/argoproj/argo-cd/issues/26035)) (Regina Voloshin, argoproj-renovate\[bot]) - [`3e26594`](https://github.com/argoproj/argo-cd/commit/3e265940096c13c10d581422596a09d4d575f37e) docs: cherry-pick process ([#&#8203;26109](https://github.com/argoproj/argo-cd/issues/26109)) (Michael Crenshaw) - [`34e8935`](https://github.com/argoproj/argo-cd/commit/34e8935bf8ec8b126bf949a8c411149d9e2be016) docs: clarify that updating customLabels in ArgoCD requires a restart to the Controller to take effect ([#&#8203;25693](https://github.com/argoproj/argo-cd/issues/25693)) (Julie Vogelman, Michael Crenshaw) - [`912e216`](https://github.com/argoproj/argo-cd/commit/912e216be3f6466e0b2416681ada1edf4d831b63) docs: clarify the parent for syncOptions ([#&#8203;25989](https://github.com/argoproj/argo-cd/issues/25989)) (Josh Soref) - [`458837e`](https://github.com/argoproj/argo-cd/commit/458837ee217025b8b413449ec8180bfd05bc04ab) docs: clarify v prefix in cluster version related docs for CMP Plugins and CLI ([#&#8203;26852](https://github.com/argoproj/argo-cd/issues/26852)) (Regina Voloshin) - [`2653860`](https://github.com/argoproj/argo-cd/commit/26538608825df13b3f2078444da342c556c22e07) docs: document dependency upgrade policy ([#&#8203;26826](https://github.com/argoproj/argo-cd/issues/26826)) (Michael Crenshaw) - [`8fb9168`](https://github.com/argoproj/argo-cd/commit/8fb91682dba8dd2868241e1b1f21fadb5b377843) docs: fix cluster generator version docs ([#&#8203;26847](https://github.com/argoproj/argo-cd/issues/26847)) (Regina Voloshin) - [`5d790e5`](https://github.com/argoproj/argo-cd/commit/5d790e5c9499c8b82facecdb8f0dba17444cb354) docs: fix description of argocd\_oci\_request\_duration\_seconds metric ([#&#8203;25918](https://github.com/argoproj/argo-cd/issues/25918)) (Piyush Khobragade) - [`43dd717`](https://github.com/argoproj/argo-cd/commit/43dd717183e680724c5e344dd320ee164ebb8a9d) docs: fix garbled text in cluster bootstrapping helm example ([#&#8203;25940](https://github.com/argoproj/argo-cd/issues/25940)) (Alexander) - [`b40a443`](https://github.com/argoproj/argo-cd/commit/b40a443b6ac3e17c463ca36f67f3ffab89b1e7da) docs: fix grammar, typos, and improve clarity in documentation ([#&#8203;26498](https://github.com/argoproj/argo-cd/issues/26498)) (Rishabh P, Nitish Kumar) - [`d8f9ed9`](https://github.com/argoproj/argo-cd/commit/d8f9ed90f2b072ab4619a95897558dc995974df6) docs: fix help-wanted label link ([#&#8203;25839](https://github.com/argoproj/argo-cd/issues/25839)) (Jakub Rudnik) - [`205241f`](https://github.com/argoproj/argo-cd/commit/205241f35049961ac4047c55c7d74dcc25492a72) docs: fix namePrefix/nameSuffix description to reflect override behavior (shibatch, Claude (claude-sonnet-4-5)) - [`0fe5b7e`](https://github.com/argoproj/argo-cd/commit/0fe5b7e74b6948a65efcb3752be7fd5b9b538c77) docs: fix progressive sync since version to reflect beta promotion in v3.3.0 (cherry-pick [#&#8203;27608](https://github.com/argoproj/argo-cd/issues/27608) for 3.4) ([#&#8203;27613](https://github.com/argoproj/argo-cd/issues/27613)) (argo-cd-cherry-pick-bot\[bot], Jaewoo Choi) - [`774f48e`](https://github.com/argoproj/argo-cd/commit/774f48e23e121156a13542747d07b58bd992724f) docs: fix typos in documentation ([#&#8203;25844](https://github.com/argoproj/argo-cd/issues/25844)) (Illia Oleksiuk) - [`69c2620`](https://github.com/argoproj/argo-cd/commit/69c2620aef8e6c1abb16f8f3c72107666bea9526) docs: fixing typo in Config Management Plugins docs ([#&#8203;26150](https://github.com/argoproj/argo-cd/issues/26150)) (Aidan O'Gorman) - [`b92b7a6`](https://github.com/argoproj/argo-cd/commit/b92b7a6fd88f023ec6f93ce0bf5f22ab2c8449bd) docs: grafana-org-operator healthcehck to upgrade manual ([#&#8203;25672](https://github.com/argoproj/argo-cd/issues/25672)) (Regina Voloshin) - [`4832c5e`](https://github.com/argoproj/argo-cd/commit/4832c5e7a539643a6c694a880ee0d23573443c78) docs: improve managedNamespaceMetadata section with details on tracki… ([#&#8203;25536](https://github.com/argoproj/argo-cd/issues/25536)) (Afzal Ansari, Blake Pettersson) - [`3d97fc9`](https://github.com/argoproj/argo-cd/commit/3d97fc9ede20ec48995a5520995763ee8a0b65c0) docs: instruct to enable ClientSideApplyMigration in 3.3.2 ([#&#8203;26547](https://github.com/argoproj/argo-cd/issues/26547)) (Regina Voloshin) - [`2f9bea6`](https://github.com/argoproj/argo-cd/commit/2f9bea68923ca7a903fc4332b6894f10377cfe0e) docs: link to source hydrator ([#&#8203;25813](https://github.com/argoproj/argo-cd/issues/25813)) (Josh Soref) - [`fc6379b`](https://github.com/argoproj/argo-cd/commit/fc6379b90ebe7054bac76f5fe03237fb0cf2cffc) docs: recommend cluster generator in cluster boostrapping page ([#&#8203;26084](https://github.com/argoproj/argo-cd/issues/26084)) (Kostis (Octopus Deploy)) - [`d655bf6`](https://github.com/argoproj/argo-cd/commit/d655bf645318098203f1f65ca1a6802679d1cf7e) docs: rewrite \[here] links ([#&#8203;26282](https://github.com/argoproj/argo-cd/issues/26282)) (Matt Warren, Papapetrou Patroklos) - [`6535078`](https://github.com/argoproj/argo-cd/commit/65350789e8e593f348a7b8179d70b56407c9a429) docs: small fixes for mkdocs warnings ([#&#8203;26112](https://github.com/argoproj/argo-cd/issues/26112)) (Michael Crenshaw, Nitish Kumar) - [`03556db`](https://github.com/argoproj/argo-cd/commit/03556db58618c89acda4b7cb86477f5ac8a2cfb2) docs: update MAINTAINERS.md ([#&#8203;26496](https://github.com/argoproj/argo-cd/issues/26496)) (Jaewoo Choi) - [`f7dbfbd`](https://github.com/argoproj/argo-cd/commit/f7dbfbd9b4c8530036bc23367f933510b701e2dc) docs: updated upgrade guide 3.3-3.4 and cluster generator doc with the changed cluster version format ([#&#8203;26837](https://github.com/argoproj/argo-cd/issues/26837)) (Regina Voloshin) - [`6a3a540`](https://github.com/argoproj/argo-cd/commit/6a3a540c9a908e6d2686c9501e51ea199754d472) docs: vscode settings recommendation is outdated ([#&#8203;25925](https://github.com/argoproj/argo-cd/issues/25925)) (Alex Recuenco) ##### Dependency updates - [`66835b6`](https://github.com/argoproj/argo-cd/commit/66835b6ec75e72373b6b3e262c45976dc48a1c33) chore(deps): Upgrade Kustomize to 5.8.1 ([#&#8203;26367](https://github.com/argoproj/argo-cd/issues/26367)) (Regina Voloshin) - [`11567f3`](https://github.com/argoproj/argo-cd/commit/11567f3bb23df919a498fafa1507c9b5e9e38b22) chore(deps): bump SonarSource/sonarqube-scan-action from 7.0.0 to 8.0.0 (cherry-pick 27602 to 3.4) ([#&#8203;27606](https://github.com/argoproj/argo-cd/issues/27606)) (dudinea) - [`2de45e7`](https://github.com/argoproj/argo-cd/commit/2de45e7532a5c781219caf563082e67b47edc31f) chore(deps): bump actions/cache from 5.0.0 to 5.0.1 ([#&#8203;25678](https://github.com/argoproj/argo-cd/issues/25678)) (dependabot\[bot]) - [`9147550`](https://github.com/argoproj/argo-cd/commit/91475509e1bb3cccc8995dd65447d29d0ee2aca7) chore(deps): bump actions/cache from 5.0.1 to 5.0.2 ([#&#8203;26042](https://github.com/argoproj/argo-cd/issues/26042)) (dependabot\[bot]) - [`8c30738`](https://github.com/argoproj/argo-cd/commit/8c30738f6f55301d1344af06a7619259a06a5065) chore(deps): bump actions/cache from 5.0.2 to 5.0.3 ([#&#8203;26183](https://github.com/argoproj/argo-cd/issues/26183)) (dependabot\[bot]) - [`4e827c8`](https://github.com/argoproj/argo-cd/commit/4e827c80cf756a2d347300c86adaa040c7e688a4) chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 ([#&#8203;26123](https://github.com/argoproj/argo-cd/issues/26123)) (dependabot\[bot]) - [`4bfd624`](https://github.com/argoproj/argo-cd/commit/4bfd6243a1e88717a52da757897d34e57102f656) chore(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 ([#&#8203;25726](https://github.com/argoproj/argo-cd/issues/25726)) (dependabot\[bot]) - [`796b722`](https://github.com/argoproj/argo-cd/commit/796b722807c2f955d77ff910bc8270dbb2ce34eb) chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.0 ([#&#8203;26635](https://github.com/argoproj/argo-cd/issues/26635)) (dependabot\[bot]) - [`f1c5201`](https://github.com/argoproj/argo-cd/commit/f1c5201e0ce0d0aa2bb1108b8ed03978ae7bd55c) chore(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 ([#&#8203;26801](https://github.com/argoproj/argo-cd/issues/26801)) (dependabot\[bot]) - [`667b7d6`](https://github.com/argoproj/argo-cd/commit/667b7d658c8fd0c6bbb296b83ffa860b2125eb38) chore(deps): bump actions/setup-go from 6.1.0 to 6.2.0 ([#&#8203;25950](https://github.com/argoproj/argo-cd/issues/25950)) (dependabot\[bot]) - [`d77f8d8`](https://github.com/argoproj/argo-cd/commit/d77f8d8667396cb1d23b5d60fdb8cdd3682dcb4d) chore(deps): bump actions/setup-go from 6.2.0 to 6.3.0 ([#&#8203;26620](https://github.com/argoproj/argo-cd/issues/26620)) (dependabot\[bot]) - [`f76046f`](https://github.com/argoproj/argo-cd/commit/f76046fc7ee1316e4d522210b692b21e920894e3) chore(deps): bump actions/setup-node from 6.1.0 to 6.2.0 ([#&#8203;25997](https://github.com/argoproj/argo-cd/issues/25997)) (dependabot\[bot]) - [`6baa4bc`](https://github.com/argoproj/argo-cd/commit/6baa4bcbcc9437bf67a300f1aeab9b676aa624e8) chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 ([#&#8203;26675](https://github.com/argoproj/argo-cd/issues/26675)) (dependabot\[bot]) - [`3db8a41`](https://github.com/argoproj/argo-cd/commit/3db8a412e03a0255e4fbf0089346d7c1da981aaf) chore(deps): bump actions/stale from 10.1.1 to 10.2.0 ([#&#8203;26474](https://github.com/argoproj/argo-cd/issues/26474)) (dependabot\[bot]) - [`8d24a9a`](https://github.com/argoproj/argo-cd/commit/8d24a9a211befad4f740018f6c1b36805e16e855) chore(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 ([#&#8203;25679](https://github.com/argoproj/argo-cd/issues/25679)) (dependabot\[bot]) - [`38345d6`](https://github.com/argoproj/argo-cd/commit/38345d6185cd8241732fedcdf33a01f94182322f) chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 ([#&#8203;26633](https://github.com/argoproj/argo-cd/issues/26633)) (dependabot\[bot]) - [`2615be4`](https://github.com/argoproj/argo-cd/commit/2615be441d887442732a2c1893751603176e948b) chore(deps): bump axios from 1.12.2 to 1.13.5 in /ui-test ([#&#8203;26353](https://github.com/argoproj/argo-cd/issues/26353)) (dependabot\[bot]) - [`4e71de3`](https://github.com/argoproj/argo-cd/commit/4e71de3ef794a64a5651f751623c6cc1a143dfab) chore(deps): bump basic-ftp from 5.0.5 to 5.2.0 in /ui-test ([#&#8203;26617](https://github.com/argoproj/argo-cd/issues/26617)) (dependabot\[bot]) - [`01629cc`](https://github.com/argoproj/argo-cd/commit/01629ccd7cb5426a47be60cf447b79078017a5e1) chore(deps): bump code.gitea.io/sdk/gitea from 0.22.1 to 0.23.2 ([#&#8203;26231](https://github.com/argoproj/argo-cd/issues/26231)) (dependabot\[bot]) - [`67d425f`](https://github.com/argoproj/argo-cd/commit/67d425f23749eb839900e8514e6ceddd5375c3d3) chore(deps): bump codecov/test-results-action from 1.1.1 to 1.2.1 ([#&#8203;25703](https://github.com/argoproj/argo-cd/issues/25703)) (dependabot\[bot]) - [`40412aa`](https://github.com/argoproj/argo-cd/commit/40412aaba3d37d351007f0ede7bcdc1b9f5053e1) chore(deps): bump docker/build-push-action from 6.18.0 to 6.19.1 ([#&#8203;26414](https://github.com/argoproj/argo-cd/issues/26414)) (dependabot\[bot]) - [`c13ba1e`](https://github.com/argoproj/argo-cd/commit/c13ba1ee985ce25c0998ad201d2afddab7f3216c) chore(deps): bump docker/build-push-action from 6.19.1 to 6.19.2 ([#&#8203;26433](https://github.com/argoproj/argo-cd/issues/26433)) (dependabot\[bot]) - [`560d428`](https://github.com/argoproj/argo-cd/commit/560d428381fc728ecfae141fd78b0bae7cbac7b3) chore(deps): bump docker/build-push-action from 6.19.2 to 7.0.0 ([#&#8203;26706](https://github.com/argoproj/argo-cd/issues/26706)) (dependabot\[bot]) - [`d064cec`](https://github.com/argoproj/argo-cd/commit/d064cec17ac9c02ce521719891899ea1a9e2753d) chore(deps): bump docker/login-action from 3.6.0 to 3.7.0 ([#&#8203;26172](https://github.com/argoproj/argo-cd/issues/26172)) (dependabot\[bot]) - [`3321498`](https://github.com/argoproj/argo-cd/commit/3321498f0bed8b9d6cb4232fc47172e355ce5f8b) chore(deps): bump docker/login-action from 3.7.0 to 4.0.0 ([#&#8203;26689](https://github.com/argoproj/argo-cd/issues/26689)) (dependabot\[bot]) - [`dd97993`](https://github.com/argoproj/argo-cd/commit/dd9799385d63214f3e2e1ca61673b4d406b74bee) chore(deps): bump docker/setup-buildx-action from 3.11.1 to 3.12.0 ([#&#8203;25771](https://github.com/argoproj/argo-cd/issues/25771)) (dependabot\[bot]) - [`d8d7009`](https://github.com/argoproj/argo-cd/commit/d8d7009a4f6c88b00a1aee166d74211d586de2bd) chore(deps): bump docker/setup-buildx-action from 3.12.0 to 4.0.0 ([#&#8203;26705](https://github.com/argoproj/argo-cd/issues/26705)) (dependabot\[bot]) - [`063d3b6`](https://github.com/argoproj/argo-cd/commit/063d3b6d8024f9ed8d65b80ab5011aa16b488464) chore(deps): bump docker/setup-qemu-action from 3.6.0 to 4.0.0 ([#&#8203;26688](https://github.com/argoproj/argo-cd/issues/26688)) (dependabot\[bot]) - [`c212bb7`](https://github.com/argoproj/argo-cd/commit/c212bb77bd72aeafc413307ab79a07c77aaae4e0) chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.20.0 to 1.21.0 ([#&#8203;25975](https://github.com/argoproj/argo-cd/issues/25975)) (dependabot\[bot]) - [`040cc37`](https://github.com/argoproj/argo-cd/commit/040cc37ad3304de1b16513a3d0908de5b24f714e) chore(deps): bump github.com/Azure/kubelogin from 0.2.13 to 0.2.14 ([#&#8203;25883](https://github.com/argoproj/argo-cd/issues/25883)) (dependabot\[bot]) - [`a8676ae`](https://github.com/argoproj/argo-cd/commit/a8676aeb46b3f679e1ee5996f8c2329f41118dfa) chore(deps): bump github.com/Azure/kubelogin from 0.2.14 to 0.2.15 ([#&#8203;26560](https://github.com/argoproj/argo-cd/issues/26560)) (dependabot\[bot]) - [`6041e85`](https://github.com/argoproj/argo-cd/commit/6041e85df06245c84254c8f46e26d23e2cf2cf6a) chore(deps): bump github.com/Azure/kubelogin from 0.2.15 to 0.2.16 ([#&#8203;26781](https://github.com/argoproj/argo-cd/issues/26781)) (dependabot\[bot]) - [`9182e66`](https://github.com/argoproj/argo-cd/commit/9182e6696fc07c9089dd3074c799b5b41ef76170) chore(deps): bump github.com/alicebob/miniredis/v2 from 2.35.0 to 2.36.0 ([#&#8203;26103](https://github.com/argoproj/argo-cd/issues/26103)) (dependabot\[bot]) - [`e10a395`](https://github.com/argoproj/argo-cd/commit/e10a395f348618a467c717edce182129ddbdad13) chore(deps): bump github.com/alicebob/miniredis/v2 from 2.36.0 to 2.36.1 ([#&#8203;26146](https://github.com/argoproj/argo-cd/issues/26146)) (dependabot\[bot]) - [`adf88c5`](https://github.com/argoproj/argo-cd/commit/adf88c56efce11e30c3ab646d6b16aa9bc2760dc) chore(deps): bump github.com/alicebob/miniredis/v2 from 2.36.1 to 2.37.0 ([#&#8203;26621](https://github.com/argoproj/argo-cd/issues/26621)) (dependabot\[bot]) - [`05620ce`](https://github.com/argoproj/argo-cd/commit/05620cea27855de13346db103e5c7a53757625af) chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.9 to 1.32.7 ([#&#8203;26254](https://github.com/argoproj/argo-cd/issues/26254)) (dependabot\[bot]) - [`1f12498`](https://github.com/argoproj/argo-cd/commit/1f124986d93f041f1a731066e062e2399ba40b5d) chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.10 to 1.32.11 ([#&#8203;26679](https://github.com/argoproj/argo-cd/issues/26679)) (dependabot\[bot]) - [`47eb7ee`](https://github.com/argoproj/argo-cd/commit/47eb7ee4d60ddab193fdd069d27bc6d923a37a73) chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.7 to 1.32.8 ([#&#8203;26492](https://github.com/argoproj/argo-cd/issues/26492)) (dependabot\[bot]) - [`9851b84`](https://github.com/argoproj/argo-cd/commit/9851b84f979e27594be7e2d68bb838158f178305) chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.8 to 1.32.9 ([#&#8203;26514](https://github.com/argoproj/argo-cd/issues/26514)) (dependabot\[bot]) - [`2ae64ba`](https://github.com/argoproj/argo-cd/commit/2ae64ba04b2e18901407c5a332473ded82fee940) chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.9 to 1.32.10 ([#&#8203;26581](https://github.com/argoproj/argo-cd/issues/26581)) (dependabot\[bot]) - [`cd65bc0`](https://github.com/argoproj/argo-cd/commit/cd65bc0585ab2e14dc250d2eee7638769465794f) chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.62 to 1.19.7 ([#&#8203;26251](https://github.com/argoproj/argo-cd/issues/26251)) (dependabot\[bot]) - [`abb60a9`](https://github.com/argoproj/argo-cd/commit/abb60a9c2730df947cd2d029611a43203f191e11) chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.19.10 to 1.19.11 ([#&#8203;26680](https://github.com/argoproj/argo-cd/issues/26680)) (dependabot\[bot]) - [`f4852f7`](https://github.com/argoproj/argo-cd/commit/f4852f70afb568af588962ea78c8e762d2158975) chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.19.7 to 1.19.8 ([#&#8203;26495](https://github.com/argoproj/argo-cd/issues/26495)) (dependabot\[bot]) - [`f2fdc65`](https://github.com/argoproj/argo-cd/commit/f2fdc6538689807781e03243e6a738ee1a1ea4fe) chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.19.8 to 1.19.9 ([#&#8203;26515](https://github.com/argoproj/argo-cd/issues/26515)) (dependabot\[bot]) - [`63ddc3c`](https://github.com/argoproj/argo-cd/commit/63ddc3c3df1219fc3bf026b9843a27f57e6f4f17) chore(deps): bump github.com/aws/aws-sdk-go-v2/service/codecommit from 1.33.10 to 1.33.11 ([#&#8203;26842](https://github.com/argoproj/argo-cd/issues/26842)) (dependabot\[bot]) - [`09fac7b`](https://github.com/argoproj/argo-cd/commit/09fac7b7f32f6b0a58e7dc2c4129cd9f2de2ffdf) chore(deps): bump github.com/aws/smithy-go from 1.24.0 to 1.24.1 ([#&#8203;26564](https://github.com/argoproj/argo-cd/issues/26564)) (dependabot\[bot]) - [`f50f88f`](https://github.com/argoproj/argo-cd/commit/f50f88fb66dcbb4f30acadcd7444ac190d0b130d) chore(deps): bump github.com/aws/smithy-go from 1.24.1 to 1.24.2 ([#&#8203;26657](https://github.com/argoproj/argo-cd/issues/26657)) (dependabot\[bot]) - [`b4a52fc`](https://github.com/argoproj/argo-cd/commit/b4a52fc5c87201ee031c10222760ab3ce88af770) chore(deps): bump github.com/bmatcuk/doublestar/v4 from 4.9.1 to 4.9.2 ([#&#8203;25932](https://github.com/argoproj/argo-cd/issues/25932)) (dependabot\[bot]) - [`3811a30`](https://github.com/argoproj/argo-cd/commit/3811a3094905d68f74259cdddc0417a7a7ea8a11) chore(deps): bump github.com/bmatcuk/doublestar/v4 from 4.9.2 to 4.10.0 ([#&#8203;26144](https://github.com/argoproj/argo-cd/issues/26144)) (dependabot\[bot]) - [`d1089f8`](https://github.com/argoproj/argo-cd/commit/d1089f8b559567dc16bad23b2852c18a95a93b75) chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.17.0 to 2.18.0 ([#&#8203;26782](https://github.com/argoproj/argo-cd/issues/26782)) (dependabot\[bot]) - [`acc4bb7`](https://github.com/argoproj/argo-cd/commit/acc4bb7078197778da51f658b86def63c9ffafc0) chore(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 ([#&#8203;26616](https://github.com/argoproj/argo-cd/issues/26616)) (dependabot\[bot]) - [`96f1266`](https://github.com/argoproj/argo-cd/commit/96f12668464113632c85cf64136b5c84ae6e2bde) chore(deps): bump github.com/expr-lang/expr from 1.17.6 to 1.17.7 ([#&#8203;25677](https://github.com/argoproj/argo-cd/issues/25677)) (dependabot\[bot]) - [`f1ce190`](https://github.com/argoproj/argo-cd/commit/f1ce1906719c242d4db78132d35538c3703d1d2c) chore(deps): bump github.com/expr-lang/expr from 1.17.7 to 1.17.8 ([#&#8203;26459](https://github.com/argoproj/argo-cd/issues/26459)) (dependabot\[bot]) - [`60fed8b`](https://github.com/argoproj/argo-cd/commit/60fed8b4ec04b5cf69d271694d919aafe660f6df) chore(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 (cherry-pick [#&#8203;27101](https://github.com/argoproj/argo-cd/issues/27101) for 3.4) ([#&#8203;27207](https://github.com/argoproj/argo-cd/issues/27207)) (argo-cd-cherry-pick-bot\[bot], dependabot\[bot]) - [`fd1307d`](https://github.com/argoproj/argo-cd/commit/fd1307d45434ef5a74a97fc25893023c50d9f5ec) chore(deps): bump github.com/go-openapi/runtime from 0.29.2 to 0.29.3 ([#&#8203;26736](https://github.com/argoproj/argo-cd/issues/26736)) (dependabot\[bot]) - [`fe93731`](https://github.com/argoproj/argo-cd/commit/fe9373177747cfb17f8ec4920bfaf52524763238) chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.3.0 to 5.3.1 ([#&#8203;26171](https://github.com/argoproj/argo-cd/issues/26171)) (dependabot\[bot]) - [`9b10fe9`](https://github.com/argoproj/argo-cd/commit/9b10fe9774be65ce17e5039e0c1a402bac124864) chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.88 to 0.9.89 ([#&#8203;26333](https://github.com/argoproj/argo-cd/issues/26333)) (dependabot\[bot]) - [`b337855`](https://github.com/argoproj/argo-cd/commit/b337855e22d4d9c39204c65d43387f82bb3496ce) chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.89 to 0.9.91 ([#&#8203;26360](https://github.com/argoproj/argo-cd/issues/26360)) (dependabot\[bot]) - [`8aea561`](https://github.com/argoproj/argo-cd/commit/8aea5612abe0cf8d59ffe612c3f89fb1e3f87819) chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.91 to 0.9.93 ([#&#8203;26563](https://github.com/argoproj/argo-cd/issues/26563)) (dependabot\[bot]) - [`564d17d`](https://github.com/argoproj/argo-cd/commit/564d17d57f04302da1c954a6b02a3973048c8d5b) chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.93 to 0.9.94 ([#&#8203;26656](https://github.com/argoproj/argo-cd/issues/26656)) (dependabot\[bot]) - [`a9da448`](https://github.com/argoproj/argo-cd/commit/a9da448046a3921e85a7457b5daa2fbf3ee25207) chore(deps): bump github.com/olekukonko/tablewriter from 1.1.2 to 1.1.3 ([#&#8203;26043](https://github.com/argoproj/argo-cd/issues/26043)) (dependabot\[bot]) - [`bd9c12c`](https://github.com/argoproj/argo-cd/commit/bd9c12cbbad8d9b8d34e59435646dfa713f859b5) chore(deps): bump github.com/olekukonko/tablewriter from 1.1.3 to 1.1.4 ([#&#8203;26820](https://github.com/argoproj/argo-cd/issues/26820)) (dependabot\[bot]) - [`9285435`](https://github.com/argoproj/argo-cd/commit/928543527d7ea7d694196f835566c7a1715e97d4) chore(deps): bump github.com/redis/go-redis/v9 from 9.17.2 to 9.17.3 ([#&#8203;26145](https://github.com/argoproj/argo-cd/issues/26145)) (dependabot\[bot]) - [`0c2fa1e`](https://github.com/argoproj/argo-cd/commit/0c2fa1ea23c6ff950525e7db73b418c9b5e026b3) chore(deps): bump github.com/redis/go-redis/v9 from 9.17.3 to 9.18.0 ([#&#8203;26475](https://github.com/argoproj/argo-cd/issues/26475)) (dependabot\[bot]) - [`b18d576`](https://github.com/argoproj/argo-cd/commit/b18d576fe22e8e9d2ca3714a04589fb6cf1e8a0d) chore(deps): bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 ([#&#8203;26021](https://github.com/argoproj/argo-cd/issues/26021)) (dependabot\[bot]) - [`ca82ee1`](https://github.com/argoproj/argo-cd/commit/ca82ee11e231c6203f4c3ae07c84cad06095ff4d) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.10.0 to 1.11.0 ([#&#8203;25867](https://github.com/argoproj/argo-cd/issues/25867)) (dependabot\[bot]) - [`3ac7a0b`](https://github.com/argoproj/argo-cd/commit/3ac7a0b69a6133ed6e46c995934641ca151cf2dc) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.11.0 to 1.12.0 ([#&#8203;25934](https://github.com/argoproj/argo-cd/issues/25934)) (dependabot\[bot]) - [`2322cdc`](https://github.com/argoproj/argo-cd/commit/2322cdca322eb45a04442a5a587493f250d90ce1) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.12.0 to 1.13.0 ([#&#8203;25946](https://github.com/argoproj/argo-cd/issues/25946)) (dependabot\[bot]) - [`0da603d`](https://github.com/argoproj/argo-cd/commit/0da603db115d6c7dc8d651c8433d38067740e703) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.13.0 to 1.14.0 ([#&#8203;25973](https://github.com/argoproj/argo-cd/issues/25973)) (dependabot\[bot]) - [`c626b20`](https://github.com/argoproj/argo-cd/commit/c626b202b7c3e43ad5ff76586becb338520958d0) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.14.0 to 1.16.0 ([#&#8203;26081](https://github.com/argoproj/argo-cd/issues/26081)) (dependabot\[bot]) - [`c757497`](https://github.com/argoproj/argo-cd/commit/c7574970d0a81e984c5eb2ecec6d4eaf8fa52510) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.16.0 to 1.18.0 ([#&#8203;26143](https://github.com/argoproj/argo-cd/issues/26143)) (dependabot\[bot]) - [`9c108cb`](https://github.com/argoproj/argo-cd/commit/9c108cbaa07c012b97fc9786d7e83d7cca2611dc) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.18.0 to 1.19.0 ([#&#8203;26155](https://github.com/argoproj/argo-cd/issues/26155)) (dependabot\[bot]) - [`9d459c8`](https://github.com/argoproj/argo-cd/commit/9d459c8afefc2600fee6399f78f3885cc1038d7c) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.19.0 to 1.21.0 ([#&#8203;26165](https://github.com/argoproj/argo-cd/issues/26165)) (dependabot\[bot]) - [`e548ec7`](https://github.com/argoproj/argo-cd/commit/e548ec76c74a79a76d483d129493638d2a36e4b0) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.21.0 to 1.23.0 ([#&#8203;26170](https://github.com/argoproj/argo-cd/issues/26170)) (dependabot\[bot]) - [`0a70881`](https://github.com/argoproj/argo-cd/commit/0a7088192111edddcace56c8107c530bfdc60802) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.23.0 to 1.25.0 ([#&#8203;26202](https://github.com/argoproj/argo-cd/issues/26202)) (dependabot\[bot]) - [`f255cef`](https://github.com/argoproj/argo-cd/commit/f255cef326a47e5a3967aa5741a10774c3c17ab4) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.25.0 to 1.26.0 ([#&#8203;26250](https://github.com/argoproj/argo-cd/issues/26250)) (dependabot\[bot]) - [`9cc0c77`](https://github.com/argoproj/argo-cd/commit/9cc0c77eb5669942893b07ac913adb8c64be7600) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.26.0 to 1.27.0 ([#&#8203;26267](https://github.com/argoproj/argo-cd/issues/26267)) (dependabot\[bot]) - [`257ebc5`](https://github.com/argoproj/argo-cd/commit/257ebc5f3ed47405e01a40ecc887978bdd299547) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.27.0 to 1.28.0 ([#&#8203;26292](https://github.com/argoproj/argo-cd/issues/26292)) (dependabot\[bot]) - [`7ccc6f9`](https://github.com/argoproj/argo-cd/commit/7ccc6f94c73cff07f7421ab334449fa9276eb551) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.28.0 to 1.28.1 ([#&#8203;26334](https://github.com/argoproj/argo-cd/issues/26334)) (dependabot\[bot]) - [`ad186cf`](https://github.com/argoproj/argo-cd/commit/ad186cfe54fcc0ab174f7cb6eb67213d6f7ef3e5) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.28.1 to 1.29.0 ([#&#8203;26358](https://github.com/argoproj/argo-cd/issues/26358)) (dependabot\[bot]) - [`e8539be`](https://github.com/argoproj/argo-cd/commit/e8539bea12fab77fcf80897d586a4be41da8305c) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.29.0 to 1.30.0 ([#&#8203;26384](https://github.com/argoproj/argo-cd/issues/26384)) (dependabot\[bot]) - [`a544bc0`](https://github.com/argoproj/argo-cd/commit/a544bc0920588027d5446e0c4c3b3bb6ea21e7f5) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.30.0 to 1.31.0 ([#&#8203;26413](https://github.com/argoproj/argo-cd/issues/26413)) (dependabot\[bot]) - [`dcf0a15`](https://github.com/argoproj/argo-cd/commit/dcf0a1586ddb823e2a6eb5bdbca35a17e575e5dd) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.31.0 to 1.34.0 ([#&#8203;26461](https://github.com/argoproj/argo-cd/issues/26461)) (dependabot\[bot]) - [`67c5fe2`](https://github.com/argoproj/argo-cd/commit/67c5fe27cd0a19461174ad609340d87068428356) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.34.0 to 1.35.0 ([#&#8203;26476](https://github.com/argoproj/argo-cd/issues/26476)) (dependabot\[bot]) - [`adbf9cd`](https://github.com/argoproj/argo-cd/commit/adbf9cd2373044a724371896c8bfe53929d44f85) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.35.0 to 1.36.0 ([#&#8203;26493](https://github.com/argoproj/argo-cd/issues/26493)) (dependabot\[bot]) - [`7db8ab2`](https://github.com/argoproj/argo-cd/commit/7db8ab20cbf9606aa9b0612a58d44ad79e510e2d) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.36.0 to 1.39.0 ([#&#8203;26533](https://github.com/argoproj/argo-cd/issues/26533)) (dependabot\[bot]) - [`a4f9f57`](https://github.com/argoproj/argo-cd/commit/a4f9f57b5fc716ab02f944e15629264a97be038d) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.39.0 to 1.41.0 ([#&#8203;26561](https://github.com/argoproj/argo-cd/issues/26561)) (dependabot\[bot]) - [`4ffad60`](https://github.com/argoproj/argo-cd/commit/4ffad600955762a813f3842155e8f3d7f3b81b71) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.41.0 to 1.42.0 ([#&#8203;26605](https://github.com/argoproj/argo-cd/issues/26605)) (dependabot\[bot]) - [`9843065`](https://github.com/argoproj/argo-cd/commit/98430658d8ad85f36d4ae75ac28d0199bd950060) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.42.0 to 1.43.0 ([#&#8203;26622](https://github.com/argoproj/argo-cd/issues/26622)) (dependabot\[bot]) - [`858f159`](https://github.com/argoproj/argo-cd/commit/858f159cf9da8b7f6eb099cff326009469225eef) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.43.0 to 1.44.0 ([#&#8203;26634](https://github.com/argoproj/argo-cd/issues/26634)) (dependabot\[bot]) - [`91253dc`](https://github.com/argoproj/argo-cd/commit/91253dcf4648afa83cf65d79a9055b955ff284c1) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.44.0 to 1.46.0 ([#&#8203;26655](https://github.com/argoproj/argo-cd/issues/26655)) (dependabot\[bot]) - [`89cd590`](https://github.com/argoproj/argo-cd/commit/89cd590cb868367d2ce6a3cc44cdb936027cdc98) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.8.1 to 1.8.2 ([#&#8203;25676](https://github.com/argoproj/argo-cd/issues/25676)) (dependabot\[bot]) - [`106acda`](https://github.com/argoproj/argo-cd/commit/106acdafec489ea139f33efeafbc7f271c6fa965) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.8.2 to 1.9.0 ([#&#8203;25701](https://github.com/argoproj/argo-cd/issues/25701)) (dependabot\[bot]) - [`b5a91a1`](https://github.com/argoproj/argo-cd/commit/b5a91a18cd0e673dc2d5b09c66cb355f8c1d5288) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.9.0 to 1.9.1 ([#&#8203;25725](https://github.com/argoproj/argo-cd/issues/25725)) (dependabot\[bot]) - [`abf2233`](https://github.com/argoproj/argo-cd/commit/abf2233426a969fbb69fd45bca590eb8f7b0f6e6) chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.9.1 to 1.10.0 ([#&#8203;25770](https://github.com/argoproj/argo-cd/issues/25770)) (dependabot\[bot]) - [`7825b4b`](https://github.com/argoproj/argo-cd/commit/7825b4bce38b695798ab3979bee44f83564182d4) chore(deps): bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 ([#&#8203;26649](https://github.com/argoproj/argo-cd/issues/26649)) (dependabot\[bot]) - [`6be8ac1`](https://github.com/argoproj/argo-cd/commit/6be8ac10e68d98735940e3af83ff56b3c2501fda) chore(deps): bump golang.org/x/crypto from 0.47.0 to 0.48.0 ([#&#8203;26362](https://github.com/argoproj/argo-cd/issues/26362)) (dependabot\[bot]) - [`a195501`](https://github.com/argoproj/argo-cd/commit/a1955019f8aec184b97a0c4453c30c897b7887f9) chore(deps): bump golang.org/x/net from 0.48.0 to 0.49.0 ([#&#8203;25947](https://github.com/argoproj/argo-cd/issues/25947)) (dependabot\[bot]) - [`89fe752`](https://github.com/argoproj/argo-cd/commit/89fe752eb4e9aad2a1977711c4ac7f1fad84a3bc) chore(deps): bump golang.org/x/net from 0.49.0 to 0.50.0 ([#&#8203;26361](https://github.com/argoproj/argo-cd/issues/26361)) (dependabot\[bot]) - [`5fff3b3`](https://github.com/argoproj/argo-cd/commit/5fff3b3640265a5b737341ac7661a0c8d09dfbff) chore(deps): bump golang.org/x/net from 0.50.0 to 0.51.0 ([#&#8203;26623](https://github.com/argoproj/argo-cd/issues/26623)) (dependabot\[bot]) - [`4524dc9`](https://github.com/argoproj/argo-cd/commit/4524dc997c59b5e4c5d261bd84bfa7317646627a) chore(deps): bump golang.org/x/net from 0.51.0 to 0.52.0 ([#&#8203;26799](https://github.com/argoproj/argo-cd/issues/26799)) (dependabot\[bot]) - [`92e4b2c`](https://github.com/argoproj/argo-cd/commit/92e4b2c877310f107df1b1321124e9a7d5215230) chore(deps): bump golang.org/x/oauth2 from 0.35.0 to 0.36.0 ([#&#8203;26733](https://github.com/argoproj/argo-cd/issues/26733)) (dependabot\[bot]) - [`b3c5f4b`](https://github.com/argoproj/argo-cd/commit/b3c5f4b1c67e2b9bb2e67f39280fa437e06b9d62) chore(deps): bump golang.org/x/sync from 0.19.0 to 0.20.0 ([#&#8203;26734](https://github.com/argoproj/argo-cd/issues/26734)) (dependabot\[bot]) - [`93a7717`](https://github.com/argoproj/argo-cd/commit/93a7717c7127c753fcbe85b32ee40948fe369710) chore(deps): bump golang.org/x/term from 0.38.0 to 0.39.0 ([#&#8203;25933](https://github.com/argoproj/argo-cd/issues/25933)) (dependabot\[bot]) - [`235bf2a`](https://github.com/argoproj/argo-cd/commit/235bf2aacea642c245e070a3232b8cd6ead5bf94) chore(deps): bump golang.org/x/term from 0.39.0 to 0.40.0 ([#&#8203;26357](https://github.com/argoproj/argo-cd/issues/26357)) (dependabot\[bot]) - [`d8b33bd`](https://github.com/argoproj/argo-cd/commit/d8b33bd4372f9108fe008425c980babed007213e) chore(deps): bump golang.org/x/time from 0.14.0 to 0.15.0 ([#&#8203;26737](https://github.com/argoproj/argo-cd/issues/26737)) (dependabot\[bot]) - [`bac8c4b`](https://github.com/argoproj/argo-cd/commit/bac8c4bc1921e3343ad099636e38dd5730101c7c) chore(deps): bump google.golang.org/grpc from 1.77.0 to 1.78.0 ([#&#8203;25789](https://github.com/argoproj/argo-cd/issues/25789)) (dependabot\[bot]) - [`09b3856`](https://github.com/argoproj/argo-cd/commit/09b3856177e0d2e12afa2048c6158570c44f4724) chore(deps): bump google.golang.org/grpc from 1.78.0 to 1.79.0 ([#&#8203;26432](https://github.com/argoproj/argo-cd/issues/26432)) (dependabot\[bot]) - [`8dfbdec`](https://github.com/argoproj/argo-cd/commit/8dfbdec94151dba7167bd08ae640f7f74f9cb18b) chore(deps): bump google.golang.org/grpc from 1.79.0 to 1.79.1 ([#&#8203;26458](https://github.com/argoproj/argo-cd/issues/26458)) (dependabot\[bot]) - [`37f29e5`](https://github.com/argoproj/argo-cd/commit/37f29e517d2f2c043179691f1ecf025cd17d9ab7) chore(deps): bump google.golang.org/grpc from 1.79.1 to 1.79.2 ([#&#8203;26735](https://github.com/argoproj/argo-cd/issues/26735)) (dependabot\[bot]) - [`ea71adb`](https://github.com/argoproj/argo-cd/commit/ea71adbae5913401850543f7d5849c4de80c1485) chore(deps): bump google.golang.org/grpc from 1.79.2 to 1.79.3 (cherry-pick [#&#8203;26886](https://github.com/argoproj/argo-cd/issues/26886) for 3.4) ([#&#8203;26952](https://github.com/argoproj/argo-cd/issues/26952)) (argo-cd-cherry-pick-bot\[bot], dependabot\[bot], Blake Pettersson) - [`a21fcf3`](https://github.com/argoproj/argo-cd/commit/a21fcf32ae25505c169b0d957364d7216dd992b6) chore(deps): bump goreleaser/goreleaser-action from 6.4.0 to 7.0.0 ([#&#8203;26565](https://github.com/argoproj/argo-cd/issues/26565)) (dependabot\[bot]) - [`f46c387`](https://github.com/argoproj/argo-cd/commit/f46c387c683a5ba04c3a8167c685134213a84aab) chore(deps): bump immutable from 4.0.0 to 4.3.8 in /ui ([#&#8203;26690](https://github.com/argoproj/argo-cd/issues/26690)) (dependabot\[bot]) - [`5b8ce54`](https://github.com/argoproj/argo-cd/commit/5b8ce54f9d87faeaebe63e206db1c6b69ce049bc) chore(deps): bump k8s.io/kubernetes from 1.34.0 to 1.34.2 in /gitops-engine ([#&#8203;25675](https://github.com/argoproj/argo-cd/issues/25675)) (dependabot\[bot], reggie-k) - [`1a1b142`](https://github.com/argoproj/argo-cd/commit/1a1b142ceaff5585075b8eb1171a8d2a21e7d958) chore(deps): bump library/busybox from `2383baa` to `b86c79d` in /test/e2e/multiarch-container ([#&#8203;26101](https://github.com/argoproj/argo-cd/issues/26101)) (dependabot\[bot]) - [`82ee09a`](https://github.com/argoproj/argo-cd/commit/82ee09a93043f86f911f71f117bb4ea529bd329f) chore(deps): bump library/busybox from `b86c79d` to `e226d63` in /test/e2e/multiarch-container ([#&#8203;26122](https://github.com/argoproj/argo-cd/issues/26122)) (dependabot\[bot]) - [`b357063`](https://github.com/argoproj/argo-cd/commit/b357063c0243a024bb6b8baf5c4f15201cac8f5b) chore(deps): bump library/busybox from `d80cd69` to `2383baa` in /test/e2e/multiarch-container ([#&#8203;25884](https://github.com/argoproj/argo-cd/issues/25884)) (dependabot\[bot]) - [`8ef0fd7`](https://github.com/argoproj/argo-cd/commit/8ef0fd7068e0e2e2853585d993496aa41abfc75a) chore(deps): bump library/busybox from `e226d63` to `b3255e7` in /test/e2e/multiarch-container ([#&#8203;26229](https://github.com/argoproj/argo-cd/issues/26229)) (dependabot\[bot]) - [`0ee21af`](https://github.com/argoproj/argo-cd/commit/0ee21afe37408aa6b76ceb1a199f428a9cf4c2ec) chore(deps): bump library/golang from 1.26.0 to 1.26.1 in /test/container ([#&#8203;26708](https://github.com/argoproj/argo-cd/issues/26708)) (dependabot\[bot]) - [`e4a28fa`](https://github.com/argoproj/argo-cd/commit/e4a28fa71fde4899ec7cdf6726e957cc70c84a8b) chore(deps): bump library/golang from `31c1e53` to `6cc2338` in /test/remote ([#&#8203;25847](https://github.com/argoproj/argo-cd/issues/25847)) (dependabot\[bot]) - [`23b387f`](https://github.com/argoproj/argo-cd/commit/23b387f1171f35ee210cd1cc4ee94ab4515a256e) chore(deps): bump library/golang from `36b4f45` to `31c1e53` in /test/remote ([#&#8203;25829](https://github.com/argoproj/argo-cd/issues/25829)) (dependabot\[bot]) - [`8866fcf`](https://github.com/argoproj/argo-cd/commit/8866fcf20760a0a8c95da07934c94ea258934d08) chore(deps): bump library/golang from `6cc2338` to `8bbd140` in /test/remote ([#&#8203;25974](https://github.com/argoproj/argo-cd/issues/25974)) (dependabot\[bot]) - [`474d900`](https://github.com/argoproj/argo-cd/commit/474d9005f4defbe428dbaca3dea0ebe6b6741055) chore(deps): bump library/golang from `a22b2e6` to `36b4f45` in /test/remote ([#&#8203;25680](https://github.com/argoproj/argo-cd/issues/25680)) (dependabot\[bot]) - [`79a11cb`](https://github.com/argoproj/argo-cd/commit/79a11cb745fffb76fa15001793463d5cbb257b89) chore(deps): bump library/golang from `e2ddb15` to `c7e98cc` in /test/container ([#&#8203;26780](https://github.com/argoproj/argo-cd/issues/26780)) (dependabot\[bot]) - [`21acbb8`](https://github.com/argoproj/argo-cd/commit/21acbb861dcc8cd40f8d53ff285da99c4ee7cf06) chore(deps): bump library/redis from 8.2.1 to 8.2.2 in /test/container ([#&#8203;24859](https://github.com/argoproj/argo-cd/issues/24859)) (dependabot\[bot]) - [`6ab9426`](https://github.com/argoproj/argo-cd/commit/6ab9426cf5ccc96399d67562478ccd4dfaf1321f) chore(deps): bump library/redis from 8.6.0 to 8.6.1 in /test/container ([#&#8203;26579](https://github.com/argoproj/argo-cd/issues/26579)) (dependabot\[bot]) - [`2c6d97a`](https://github.com/argoproj/argo-cd/commit/2c6d97a89f8aec14f54ed5a564770fcea762d154) chore(deps): bump library/redis from `5cb00b0` to `1c054d5` in /test/container ([#&#8203;26654](https://github.com/argoproj/argo-cd/issues/26654)) (dependabot\[bot]) - [`8c1a815`](https://github.com/argoproj/argo-cd/commit/8c1a815b7832fdcdfff2f399439e2c158d9ae730) chore(deps): bump library/redis from `dc123d5` to `5cb00b0` in /test/container ([#&#8203;26606](https://github.com/argoproj/argo-cd/issues/26606)) (dependabot\[bot]) - [`8b2ad9b`](https://github.com/argoproj/argo-cd/commit/8b2ad9ba6666369e9f54ba58a2ffed88ae2e366e) chore(deps): bump library/ubuntu from 25.10 to 26.04 in /test/container ([#&#8203;26431](https://github.com/argoproj/argo-cd/issues/26431)) (dependabot\[bot]) - [`6a90202`](https://github.com/argoproj/argo-cd/commit/6a902023b2675253856306222c470f7a35e4bd02) chore(deps): bump library/ubuntu from `4095ef6` to `fed6ddb` in /test/container ([#&#8203;26494](https://github.com/argoproj/argo-cd/issues/26494)) (dependabot\[bot]) - [`559dc16`](https://github.com/argoproj/argo-cd/commit/559dc16e7216dc8e250eeb69f78f749396a74e9f) chore(deps): bump lodash from 4.17.21 to 4.17.23 in /ui ([#&#8203;26100](https://github.com/argoproj/argo-cd/issues/26100)) (dependabot\[bot]) - [`b70d144`](https://github.com/argoproj/argo-cd/commit/b70d1444f02ff99c3fda16c00f1d526d9099168e) chore(deps): bump minimatch from 3.1.2 to 3.1.3 in /ui ([#&#8203;26604](https://github.com/argoproj/argo-cd/issues/26604)) (dependabot\[bot]) - [`5c2a417`](https://github.com/argoproj/argo-cd/commit/5c2a417257d0fed7916c46632f814e4d3443c8ce) chore(deps): bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 ([#&#8203;26102](https://github.com/argoproj/argo-cd/issues/26102)) (dependabot\[bot]) - [`d11d025`](https://github.com/argoproj/argo-cd/commit/d11d0251865aa02bf9c21af41aedc556de569a46) chore(deps): bump qs from 6.11.0 to 6.14.1 in /ui ([#&#8203;25828](https://github.com/argoproj/argo-cd/issues/25828)) (dependabot\[bot]) - [`5cfcd0f`](https://github.com/argoproj/argo-cd/commit/5cfcd0f88fb3ae9d563949e954b66c0021f4cc45) chore(deps): bump qs from 6.14.1 to 6.14.2 in /ui ([#&#8203;26444](https://github.com/argoproj/argo-cd/issues/26444)) (dependabot\[bot]) - [`43a9524`](https://github.com/argoproj/argo-cd/commit/43a9524d0c610b14e4804f1b4d88e6c5982c0003) chore(deps): bump renovatebot/github-action from 44.0.5 to 44.2.0 ([#&#8203;25702](https://github.com/argoproj/argo-cd/issues/25702)) (dependabot\[bot]) - [`28beb3e`](https://github.com/argoproj/argo-cd/commit/28beb3ec426447d6e61c9cc290c10d9995131704) chore(deps): bump renovatebot/github-action from 44.2.0 to 44.2.1 ([#&#8203;25781](https://github.com/argoproj/argo-cd/issues/25781)) (dependabot\[bot]) - [`fa6f5c6`](https://github.com/argoproj/argo-cd/commit/fa6f5c63c8a8e169b7529e0a8c886a5483a745fc) chore(deps): bump renovatebot/github-action from 44.2.1 to 44.2.2 ([#&#8203;25818](https://github.com/argoproj/argo-cd/issues/25818)) (dependabot\[bot]) - [`93205a7`](https://github.com/argoproj/argo-cd/commit/93205a7a081c948272e313b2a3ba6f72fa3d026b) chore(deps): bump renovatebot/github-action from 44.2.2 to 44.2.3 ([#&#8203;25868](https://github.com/argoproj/argo-cd/issues/25868)) (dependabot\[bot]) - [`d08a879`](https://github.com/argoproj/argo-cd/commit/d08a87931e9ccf4ad108b3f7d87e9b94d44cf8ac) chore(deps): bump renovatebot/github-action from 44.2.3 to 44.2.4 ([#&#8203;25949](https://github.com/argoproj/argo-cd/issues/25949)) (dependabot\[bot]) - [`8b1415a`](https://github.com/argoproj/argo-cd/commit/8b1415a6b7f27f41b3b6a1cf9fe20f75b3cfd022) chore(deps): bump renovatebot/github-action from 44.2.4 to 44.2.5 ([#&#8203;26059](https://github.com/argoproj/argo-cd/issues/26059)) (dependabot\[bot]) - [`e42727b`](https://github.com/argoproj/argo-cd/commit/e42727bcafc33bd7a479cc0fb152047bc9d2a8b5) chore(deps): bump renovatebot/github-action from 44.2.5 to 44.2.6 ([#&#8203;26156](https://github.com/argoproj/argo-cd/issues/26156)) (dependabot\[bot]) - [`a7c771f`](https://github.com/argoproj/argo-cd/commit/a7c771fbdd1cfbb46b994041fe77e7b90046ffac) chore(deps): bump renovatebot/github-action from 44.2.6 to 46.0.1 ([#&#8203;26203](https://github.com/argoproj/argo-cd/issues/26203)) (dependabot\[bot]) - [`39fcff7`](https://github.com/argoproj/argo-cd/commit/39fcff7bad2afc9812e49ef3e8e35e4430566119) chore(deps): bump renovatebot/github-action from 46.0.1 to 46.0.2 ([#&#8203;26336](https://github.com/argoproj/argo-cd/issues/26336)) (dependabot\[bot]) - [`53a5cd3`](https://github.com/argoproj/argo-cd/commit/53a5cd34206e3890335f57e7c3f64c77dc36db28) chore(deps): bump renovatebot/github-action from 46.0.2 to 46.1.0 ([#&#8203;26434](https://github.com/argoproj/argo-cd/issues/26434)) (dependabot\[bot]) - [`139ecf6`](https://github.com/argoproj/argo-cd/commit/139ecf610b451da5b8071565cd3516cbe4b732bc) chore(deps): bump renovatebot/github-action from 46.1.0 to 46.1.1 ([#&#8203;26460](https://github.com/argoproj/argo-cd/issues/26460)) (dependabot\[bot]) - [`296100f`](https://github.com/argoproj/argo-cd/commit/296100fe13e52b8762df50eb17efc6f93c511b2f) chore(deps): bump renovatebot/github-action from 46.1.1 to 46.1.2 ([#&#8203;26562](https://github.com/argoproj/argo-cd/issues/26562)) (dependabot\[bot]) - [`5e3feb4`](https://github.com/argoproj/argo-cd/commit/5e3feb4463e93468ad000da82c49147bf3e18c9e) chore(deps): bump renovatebot/github-action from 46.1.2 to 46.1.3 ([#&#8203;26658](https://github.com/argoproj/argo-cd/issues/26658)) (dependabot\[bot]) - [`60ee213`](https://github.com/argoproj/argo-cd/commit/60ee21377c93a07282be2f70d1c05f58022971b5) chore(deps): bump renovatebot/github-action from 46.1.3 to 46.1.4 ([#&#8203;26730](https://github.com/argoproj/argo-cd/issues/26730)) (dependabot\[bot]) - [`b5a08fa`](https://github.com/argoproj/argo-cd/commit/b5a08fac7ab4e3752b089fd1445a091de18bac8f) chore(deps): bump renovatebot/github-action from 46.1.4 to 46.1.5 ([#&#8203;26839](https://github.com/argoproj/argo-cd/issues/26839)) (dependabot\[bot]) - [`cc302ba`](https://github.com/argoproj/argo-cd/commit/cc302bab90de5f9b0ed881dd0d5f1a7e52415e60) chore(deps): bump sigs.k8s.io/structured-merge-diff/v6 from 6.3.1-0.20251003215857-446d8398e19c to 6.3.2 ([#&#8203;26332](https://github.com/argoproj/argo-cd/issues/26332)) (dependabot\[bot]) - [`36e8c52`](https://github.com/argoproj/argo-cd/commit/36e8c528297002e77c9f9a9c358cd71d7cf5a327) chore(deps): bump sigstore/cosign-installer from 4.0.0 to 4.1.0 ([#&#8203;26761](https://github.com/argoproj/argo-cd/issues/26761)) (dependabot\[bot]) - [`0af9b67`](https://github.com/argoproj/argo-cd/commit/0af9b6761e4e1600d79893c4e74a30c5ec658dc0) chore(deps): bump the otel group across 1 directory with 6 updates ([#&#8203;26668](https://github.com/argoproj/argo-cd/issues/26668)) (dependabot\[bot]) - [`20bf53f`](https://github.com/argoproj/argo-cd/commit/20bf53f4a6f49b2b4758451d0cddc791b1f67311) chore(deps): bump the otel group with 4 updates ([#&#8203;25553](https://github.com/argoproj/argo-cd/issues/25553)) (dependabot\[bot]) - [`1762a59`](https://github.com/argoproj/argo-cd/commit/1762a59f301eb2dadcb4de86bda75935ff02cb10) chore(deps): bump the otel group with 6 updates ([#&#8203;26731](https://github.com/argoproj/argo-cd/issues/26731)) (dependabot\[bot], reggie-k) - [`49d0b48`](https://github.com/argoproj/argo-cd/commit/49d0b489840c9883761308d0fc54b0ab144295a5) chore(deps): bump tj-actions/changed-files from 47.0.1 to 47.0.2 ([#&#8203;26359](https://github.com/argoproj/argo-cd/issues/26359)) (dependabot\[bot]) - [`0f069ee`](https://github.com/argoproj/argo-cd/commit/0f069ee767ca96e6dd2cb714c88ab9dd7445a813) chore(deps): bump tj-actions/changed-files from 47.0.2 to 47.0.4 ([#&#8203;26491](https://github.com/argoproj/argo-cd/issues/26491)) (dependabot\[bot]) - [`14e69bf`](https://github.com/argoproj/argo-cd/commit/14e69bfa0ca93fbc5a386403fc59ec4ba28f52aa) chore(deps): bump tj-actions/changed-files from 47.0.4 to 47.0.5 ([#&#8203;26676](https://github.com/argoproj/argo-cd/issues/26676)) (dependabot\[bot]) - [`3b34d2a`](https://github.com/argoproj/argo-cd/commit/3b34d2a56ab69f5b1fe29511cc46d37d1e4d09b7) chore(deps): bump tmp from 0.2.3 to 0.2.4 in /ui-test ([#&#8203;24058](https://github.com/argoproj/argo-cd/issues/24058)) (dependabot\[bot], Blake Pettersson) - [`c34d44a`](https://github.com/argoproj/argo-cd/commit/c34d44ab7f9c9ff2bdd0a0ec2cb8218016f5c0b8) chore(deps): bump ubuntu in gh actions to 24.04 and ubuntu in test/remote/Dockerfile to 25.10 ([#&#8203;25763](https://github.com/argoproj/argo-cd/issues/25763)) (Regina Voloshin) - [`7925bf7`](https://github.com/argoproj/argo-cd/commit/7925bf79167d26435bb04b6e9bfa26f5d19a26e2) chore(deps): migrated aws sdk v1 to v2 for EKS with argocd-k8s-auth ([#&#8203;26200](https://github.com/argoproj/argo-cd/issues/26200)) (Regina Voloshin, Papapetrou Patroklos) - [`3ddf722`](https://github.com/argoproj/argo-cd/commit/3ddf7225171d6e4dd4637ae9eca6693d6a2a90cb) chore(deps): update dependency [@&#8203;codecov/webpack-plugin](https://github.com/codecov/webpack-plugin) to v0.0.1-beta.12 ([#&#8203;25385](https://github.com/argoproj/argo-cd/issues/25385)) (renovate\[bot]) - [`81d109f`](https://github.com/argoproj/argo-cd/commit/81d109fb7a0f8f0e8aba2a58883241068e4439da) chore(deps): update dependency [@&#8203;types/deepmerge](https://github.com/types/deepmerge) to v2.2.3 ([#&#8203;25609](https://github.com/argoproj/argo-cd/issues/25609)) (renovate\[bot]) - [`7f34ee8`](https://github.com/argoproj/argo-cd/commit/7f34ee84fdaf56e881ee5019c968eeb4e1ec404c) chore(deps): update dependency [@&#8203;types/minimatch](https://github.com/types/minimatch) to v3.0.5 ([#&#8203;26139](https://github.com/argoproj/argo-cd/issues/26139)) (renovate\[bot]) - [`807ff53`](https://github.com/argoproj/argo-cd/commit/807ff53fd5fb023e297621676f0061046fa66dce) chore(deps): update dependency [@&#8203;types/prop-types](https://github.com/types/prop-types) to v15.7.15 ([#&#8203;26140](https://github.com/argoproj/argo-cd/issues/26140)) (renovate\[bot]) - [`1b85a68`](https://github.com/argoproj/argo-cd/commit/1b85a688ac5f26dc438bb884614251d1d73c7ac4) chore(deps): update dependency lodash-es to v4.17.23 \[security] ([#&#8203;26099](https://github.com/argoproj/argo-cd/issues/26099)) (renovate\[bot]) - [`c19d046`](https://github.com/argoproj/argo-cd/commit/c19d0461ffa67919123b0583520a393dae367a70) chore(deps): update docker.io/library/golang:1.25.5 docker digest to [`0f406d3`](https://github.com/argoproj/argo-cd/commit/0f406d3) ([#&#8203;25951](https://github.com/argoproj/argo-cd/issues/25951)) (argoproj-renovate\[bot]) - [`4409ec0`](https://github.com/argoproj/argo-cd/commit/4409ec0ab8171ee0b7111e87b6796424060226f5) chore(deps): update docker.io/library/golang:1.25.5 docker digest to [`31c1e53`](https://github.com/argoproj/argo-cd/commit/31c1e53) ([#&#8203;25831](https://github.com/argoproj/argo-cd/issues/25831)) (argoproj-renovate\[bot]) - [`ef21768`](https://github.com/argoproj/argo-cd/commit/ef21768b92d000010de8ba4281c45c8806214c05) chore(deps): update docker.io/library/golang:1.25.5 docker digest to [`581c059`](https://github.com/argoproj/argo-cd/commit/581c059) ([#&#8203;25966](https://github.com/argoproj/argo-cd/issues/25966)) (argoproj-renovate\[bot]) - [`5598f87`](https://github.com/argoproj/argo-cd/commit/5598f87d820d5025fa94ffe5e9aa0baa237194e1) chore(deps): update docker.io/library/golang:1.25.5 docker digest to [`6cc2338`](https://github.com/argoproj/argo-cd/commit/6cc2338) ([#&#8203;25838](https://github.com/argoproj/argo-cd/issues/25838)) (argoproj-renovate\[bot]) - [`5113f82`](https://github.com/argoproj/argo-cd/commit/5113f820de82b5a3c7ca8c677e9432d682acbe69) chore(deps): update docker.io/library/golang:1.25.5 docker digest to [`97be073`](https://github.com/argoproj/argo-cd/commit/97be073) ([#&#8203;25820](https://github.com/argoproj/argo-cd/issues/25820)) (argoproj-renovate\[bot]) - [`f8cab49`](https://github.com/argoproj/argo-cd/commit/f8cab49a073b1fcd24a2f3877788c7675fd503b0) chore(deps): update docker.io/library/golang:1.25.6 docker digest to [`06d1251`](https://github.com/argoproj/argo-cd/commit/06d1251) ([#&#8203;26256](https://github.com/argoproj/argo-cd/issues/26256)) (argoproj-renovate\[bot]) - [`46e9022`](https://github.com/argoproj/argo-cd/commit/46e9022ab86a778fe247bfd5b766137b245c53d6) chore(deps): update docker.io/library/golang:1.25.6 docker digest to [`0c87ea6`](https://github.com/argoproj/argo-cd/commit/0c87ea6) ([#&#8203;26235](https://github.com/argoproj/argo-cd/issues/26235)) (argoproj-renovate\[bot]) - [`1d66593`](https://github.com/argoproj/argo-cd/commit/1d6659319513881a1367bd544829979ae9ff565b) chore(deps): update docker.io/library/golang:1.25.6 docker digest to [`4c973c7`](https://github.com/argoproj/argo-cd/commit/4c973c7) ([#&#8203;26232](https://github.com/argoproj/argo-cd/issues/26232)) (argoproj-renovate\[bot]) - [`acb30b4`](https://github.com/argoproj/argo-cd/commit/acb30b4e06f33176bf45d945f58caf42cf5d3c97) chore(deps): update docker.io/library/golang:1.25.6 docker digest to [`ce63a16`](https://github.com/argoproj/argo-cd/commit/ce63a16) ([#&#8203;26056](https://github.com/argoproj/argo-cd/issues/26056)) (argoproj-renovate\[bot]) - [`f6b0c81`](https://github.com/argoproj/argo-cd/commit/f6b0c8146f47863566ec34a0cbaffacd31fc057c) chore(deps): update docker.io/library/golang:1.26.0 docker digest to [`b39810f`](https://github.com/argoproj/argo-cd/commit/b39810f) ([#&#8203;26603](https://github.com/argoproj/argo-cd/issues/26603)) (argoproj-renovate\[bot]) - [`58993ec`](https://github.com/argoproj/argo-cd/commit/58993ecabc8de601f773b6b684ae6d1d30b84cef) chore(deps): update docker.io/library/golang:1.26.0 docker digest to [`fb612b7`](https://github.com/argoproj/argo-cd/commit/fb612b7) ([#&#8203;26779](https://github.com/argoproj/argo-cd/issues/26779)) (renovate\[bot]) - [`82be819`](https://github.com/argoproj/argo-cd/commit/82be819e9ae28710f1ec2a6aedf5e3c7f6fb7489) chore(deps): update docker.io/library/redis:8.2.3 docker digest to [`c4316c4`](https://github.com/argoproj/argo-cd/commit/c4316c4) ([#&#8203;26130](https://github.com/argoproj/argo-cd/issues/26130)) (renovate\[bot]) - [`d35a251`](https://github.com/argoproj/argo-cd/commit/d35a2518e63d4cfbf0fbf7bcede3bae9b7839884) chore(deps): update docker.io/library/registry:3.0 docker digest to [`6c5666b`](https://github.com/argoproj/argo-cd/commit/6c5666b) ([#&#8203;26217](https://github.com/argoproj/argo-cd/issues/26217)) (renovate\[bot]) - [`988e4f4`](https://github.com/argoproj/argo-cd/commit/988e4f48cfa4802408b9ab20789e5b227fe11978) chore(deps): update docker.io/library/ubuntu:25.10 docker digest to [`4a9232c`](https://github.com/argoproj/argo-cd/commit/4a9232c) ([#&#8203;26131](https://github.com/argoproj/argo-cd/issues/26131)) (renovate\[bot]) - [`cc0752d`](https://github.com/argoproj/argo-cd/commit/cc0752d33472f514fee810b02ec1b1e6068cc4c6) chore(deps): update group golang to v1.25.5 ([#&#8203;25723](https://github.com/argoproj/argo-cd/issues/25723)) (argoproj-renovate\[bot]) - [`23c021f`](https://github.com/argoproj/argo-cd/commit/23c021f53db9c4d3c1072bd82e0f2b3ee8e6a0eb) chore(deps): update group golang to v1.25.6 ([#&#8203;26034](https://github.com/argoproj/argo-cd/issues/26034)) (argoproj-renovate\[bot]) - [`51327cb`](https://github.com/argoproj/argo-cd/commit/51327cb8185cec3bcdccab0a14aa8797043a5dae) chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.10.1 ([#&#8203;26382](https://github.com/argoproj/argo-cd/issues/26382)) (argoproj-renovate\[bot], Blake Pettersson) - [`1f6d54c`](https://github.com/argoproj/argo-cd/commit/1f6d54ce04c80ba1a40930c610d5dfdbb2058e45) chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.11.1 ([#&#8203;26713](https://github.com/argoproj/argo-cd/issues/26713)) (argoproj-renovate\[bot], reggie-k) - [`ffeacae`](https://github.com/argoproj/argo-cd/commit/ffeacae414c06f1df26359a07fa245feebcc4e8a) chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.11.2 ([#&#8203;26728](https://github.com/argoproj/argo-cd/issues/26728)) (argoproj-renovate\[bot]) - [`845d1c9`](https://github.com/argoproj/argo-cd/commit/845d1c9c405e05bc81f0744f86ed1d0170639dcd) chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.11.3 ([#&#8203;26771](https://github.com/argoproj/argo-cd/issues/26771)) (argoproj-renovate\[bot]) - [`38363f3`](https://github.com/argoproj/argo-cd/commit/38363f33880801d65f2eef720d1cbff8a51134ac) chore(deps): update module github.com/vektra/mockery/v3 to v3.6.2 ([#&#8203;25995](https://github.com/argoproj/argo-cd/issues/25995)) (argoproj-renovate\[bot], Regina Voloshin) - [`42f09f7`](https://github.com/argoproj/argo-cd/commit/42f09f752913810b406cc417a7b81af86680957f) chore(deps): update module github.com/vektra/mockery/v3 to v3.6.3 ([#&#8203;26029](https://github.com/argoproj/argo-cd/issues/26029)) (argoproj-renovate\[bot]) - [`630c6e8`](https://github.com/argoproj/argo-cd/commit/630c6e86ea327ae1d214dd8527f585e29f552970) chore(deps): update module github.com/vektra/mockery/v3 to v3.6.4 ([#&#8203;26445](https://github.com/argoproj/argo-cd/issues/26445)) (argoproj-renovate\[bot]) - [`0d22f39`](https://github.com/argoproj/argo-cd/commit/0d22f39603872115d047304606467d54305123f3) chore(deps): update module github.com/vektra/mockery/v3 to v3.7.0 ([#&#8203;26716](https://github.com/argoproj/argo-cd/issues/26716)) (argoproj-renovate\[bot], Regina Voloshin) - [`eedf6cc`](https://github.com/argoproj/argo-cd/commit/eedf6cc58eb513e217a808462078d39ab48c43f4) chore(deps): update module k8s.io/kubernetes to v1.34.2 \[security] ([#&#8203;25682](https://github.com/argoproj/argo-cd/issues/25682)) (renovate\[bot], reggie-k) - [`c879b6d`](https://github.com/argoproj/argo-cd/commit/c879b6da2f3f71c442b4aeb4a527aef328130b53) chore(deps): update notifications-engine to fix GitHub PR comments nil panic ([#&#8203;26065](https://github.com/argoproj/argo-cd/issues/26065)) (John Soutar) - [`da042b7`](https://github.com/argoproj/argo-cd/commit/da042b7f968d382c761aa97d9a4123c966c1c4e4) chore(deps): update notifications-engine to v0.5.1-0.20251223091026-8c0c96d8d530 ([#&#8203;25785](https://github.com/argoproj/argo-cd/issues/25785)) (Pasha Kostohrys, pasha) - [`5ec3110`](https://github.com/argoproj/argo-cd/commit/5ec311001b50d5829c57638e2fe8e3230075d324) chore(deps): update to helm 3.19.4 due to cve : <https://github.com/helm/helm/releases/tag/v3.19.4> ([#&#8203;25769](https://github.com/argoproj/argo-cd/issues/25769)) (Bryan Stenson) ##### Other work - [`bbb13df`](https://github.com/argoproj/argo-cd/commit/bbb13df56f3f57e55c5b8dfdf97f104d8d46f601) Change to make codegen-local (Kevin Joe Harris) - [`e4a97bd`](https://github.com/argoproj/argo-cd/commit/e4a97bde49ffa8fd3bfc31f063126c0a6b03d9e7) Clarify database initialization/migration section (jcjveraa) - [`d60b41d`](https://github.com/argoproj/argo-cd/commit/d60b41da5efe872cf830c9b5a19d134aeeec6706) Fixed broken links in USERS.md (Kevin Joe Harris) - [`ccdcf6f`](https://github.com/argoproj/argo-cd/commit/ccdcf6f885d25d4f52d26ca04f89b946a1d9221a) Merge branch 'master' into Fix-broken-links-in-users (S Kevin Joe Harris) - [`5e4a4ce`](https://github.com/argoproj/argo-cd/commit/5e4a4ce9ef14cf5ee608d8f8f7e3202adcfab314) Merge commit from fork (Alexander Matyushentsev) - [`987768c`](https://github.com/argoproj/argo-cd/commit/987768c07de603a6b18852c1fde6bcafaf6f6caa) Merge pull request [#&#8203;26133](https://github.com/argoproj/argo-cd/issues/26133) from Kevinjoeharris/Fix-broken-links-in-users (Papapetrou Patroklos) - [`650fa6a`](https://github.com/argoproj/argo-cd/commit/650fa6a10e4a748838b7ea5d48c068f25faf9e79) Merge pull request [#&#8203;26295](https://github.com/argoproj/argo-cd/issues/26295) from jcjveraa/patch-2 (Papapetrou Patroklos) - [`ae08a3e`](https://github.com/argoproj/argo-cd/commit/ae08a3ed6cbae72e87496029556be0e7de0951f5) Merge pull request [#&#8203;26519](https://github.com/argoproj/argo-cd/issues/26519) from hokatabi/fix/kustomize-nameprefix-suffix-docs (Papapetrou Patroklos) - [`46ff85a`](https://github.com/argoproj/argo-cd/commit/46ff85af31198f1b549b0fd3c261081846a0c17e) Merge pull request [#&#8203;26546](https://github.com/argoproj/argo-cd/issues/26546) from Kevinjoeharris/codegen-local (Papapetrou Patroklos) - [`973c3f2`](https://github.com/argoproj/argo-cd/commit/973c3f281d3ebe1c14e421c90c7539c8e5b23c4b) Merge pull request [#&#8203;26569](https://github.com/argoproj/argo-cd/issues/26569) from sh-cho/fix-docs-link (Papapetrou Patroklos) - [`1d50c48`](https://github.com/argoproj/argo-cd/commit/1d50c48decd70c7a55889f56d9bd2e83ff404a5d) Merge pull request [#&#8203;26590](https://github.com/argoproj/argo-cd/issues/26590) from sh-cho/fix-docs-link-correctly (Papapetrou Patroklos) - [`9e9a49d`](https://github.com/argoproj/argo-cd/commit/9e9a49d95fa8df4911494666c64e09fd6dafb124) Merge pull request [#&#8203;26643](https://github.com/argoproj/argo-cd/issues/26643) from malikdraz/fix/helm-version-deprecated-flag (Papapetrou Patroklos) - [`bd284b1`](https://github.com/argoproj/argo-cd/commit/bd284b1d2964fbc6c790c5e8b91d6c845181295b) \[docs] Add database initialization instructions example-header (jcjveraa) - [`849815e`](https://github.com/argoproj/argo-cd/commit/849815ee1a35632f20b9d78b19afe3e40a91961c) chore(applicationset): Fix modernize linter ([#&#8203;26299](https://github.com/argoproj/argo-cd/issues/26299)) (Matthieu MOREL) - [`34ccf86`](https://github.com/argoproj/argo-cd/commit/34ccf865f63841f30833251bc77bdd4ed98c09e5) chore(applicationset): Fix modernize linter ([#&#8203;26320](https://github.com/argoproj/argo-cd/issues/26320)) (Matthieu MOREL) - [`2743392`](https://github.com/argoproj/argo-cd/commit/27433929c06067fbc1a41a172b5c3111eeaf4547) chore(applicationset): Fix modernize linter ([#&#8203;26326](https://github.com/argoproj/argo-cd/issues/26326)) (Matthieu MOREL) - [`989fa6f`](https://github.com/argoproj/argo-cd/commit/989fa6fecd32127dff966f286ffcc88a4aa36130) chore(appset): basic progressive sync e2e tests ([#&#8203;26092](https://github.com/argoproj/argo-cd/issues/26092)) (Kanika Rana, krana limaDocker) - [`216611f`](https://github.com/argoproj/argo-cd/commit/216611ff3b6d003b30f2f8c16a64b6aab17a372b) chore(ci): migrate from deprecated codecov action ([#&#8203;25704](https://github.com/argoproj/argo-cd/issues/25704)) (Michael Crenshaw) - [`286c6b8`](https://github.com/argoproj/argo-cd/commit/286c6b87252a9825a49622dce771f8b624edc5d7) chore(cmd): Fix modernize linter ([#&#8203;26298](https://github.com/argoproj/argo-cd/issues/26298)) (Matthieu MOREL) - [`76162a9`](https://github.com/argoproj/argo-cd/commit/76162a93105a5cf01a10a3faa8203621b487a0c3) chore(cmd): Fix modernize linter ([#&#8203;26321](https://github.com/argoproj/argo-cd/issues/26321)) (Matthieu MOREL) - [`b48ed49`](https://github.com/argoproj/argo-cd/commit/b48ed499c0ed586cc918a617d81ebf5d6e15e940) chore(cmd): unify CLI names via common constants and simplify main dispatch ([#&#8203;24486](https://github.com/argoproj/argo-cd/issues/24486)) (jaehanbyun) - [`6b2b066`](https://github.com/argoproj/argo-cd/commit/6b2b0668bea57b27e808d8b9bae381ab2a4389dc) chore(cmpserver): Fix modernize linter ([#&#8203;26317](https://github.com/argoproj/argo-cd/issues/26317)) (Matthieu MOREL, Blake Pettersson) - [`ac83f1d`](https://github.com/argoproj/argo-cd/commit/ac83f1d8dae502a86cb39067c44a049151701c55) chore(commitserver): Fix modernize linter ([#&#8203;26327](https://github.com/argoproj/argo-cd/issues/26327)) (Matthieu MOREL) - [`88223b0`](https://github.com/argoproj/argo-cd/commit/88223b09e4760e0c263af30685cb6e1e175bd00b) chore(common): Fix modernize linter ([#&#8203;26312](https://github.com/argoproj/argo-cd/issues/26312)) (Matthieu MOREL, Blake Pettersson) - [`e2f7e7d`](https://github.com/argoproj/argo-cd/commit/e2f7e7d27fc438f0af203ecd38da086146cddc2b) chore(controller): Fix modernize linter ([#&#8203;26303](https://github.com/argoproj/argo-cd/issues/26303)) (Matthieu MOREL) - [`0c9039e`](https://github.com/argoproj/argo-cd/commit/0c9039ecd95c8fca98e37adf149c12596f715a5d) chore(controller): Fix modernize linter ([#&#8203;26313](https://github.com/argoproj/argo-cd/issues/26313)) (Matthieu MOREL, Blake Pettersson) - [`326831a`](https://github.com/argoproj/argo-cd/commit/326831aee4889fcf481925d60748e40457e33d5b) chore(docs): add 3.4 release approver and checklist ([#&#8203;26528](https://github.com/argoproj/argo-cd/issues/26528)) (Codey Jenkins) - [`6e0c949`](https://github.com/argoproj/argo-cd/commit/6e0c949dd2a711e57d56b20b8350aeb227e6dcff) chore(hack): Fix modernize linter ([#&#8203;26304](https://github.com/argoproj/argo-cd/issues/26304)) (Matthieu MOREL) - [`2e63883`](https://github.com/argoproj/argo-cd/commit/2e638831a696ebf7cbbe15d52c9734d22c23eb2d) chore(hydrator): improve error message ([#&#8203;25737](https://github.com/argoproj/argo-cd/issues/25737)) (Michael Crenshaw) - [`7ccb6ce`](https://github.com/argoproj/argo-cd/commit/7ccb6cecc195f6489919ebe5a5f0ddd597c0fbc3) chore(migration): migrate to `aws-sdk-go-v2` ([#&#8203;26439](https://github.com/argoproj/argo-cd/issues/26439)) (Nitish Kumar) - [`2bea8c0`](https://github.com/argoproj/argo-cd/commit/2bea8c0deb5dca1592de41ff8c3f51728264cab9) chore(pkg): Fix modernize linter ([#&#8203;26314](https://github.com/argoproj/argo-cd/issues/26314)) (Matthieu MOREL, Blake Pettersson) - [`ac0c63e`](https://github.com/argoproj/argo-cd/commit/ac0c63eb4371a0dd9a4919778a10f7df95bfee7a) chore(refactor): bump `notifications-engine` to include Teams adaptive card fix ([#&#8203;26449](https://github.com/argoproj/argo-cd/issues/26449)) (Jaewoo Choi) - [`342aea4`](https://github.com/argoproj/argo-cd/commit/342aea457f91f26d780e35d3bb8a88f4679fae56) chore(reposerver): Fix modernize linter ([#&#8203;26315](https://github.com/argoproj/argo-cd/issues/26315)) (Matthieu MOREL, Blake Pettersson) - [`0cff632`](https://github.com/argoproj/argo-cd/commit/0cff63250238b953b6a06889694edece462a8ef9) chore(server): Fix modernize linter ([#&#8203;26324](https://github.com/argoproj/argo-cd/issues/26324)) (Matthieu MOREL) - [`a108a84`](https://github.com/argoproj/argo-cd/commit/a108a84f62b9fd3a28b04d283a81dbf577f3c81a) chore(server): Fix modernize linter ([#&#8203;26328](https://github.com/argoproj/argo-cd/issues/26328)) (Matthieu MOREL) - [`2e1d81d`](https://github.com/argoproj/argo-cd/commit/2e1d81d62c9c5c1e739284b7496a79d2caa94836) chore(test): Fix modernize linter ([#&#8203;26301](https://github.com/argoproj/argo-cd/issues/26301)) (Matthieu MOREL) - [`28ca821`](https://github.com/argoproj/argo-cd/commit/28ca82197859e2c8e34ce50fe165aab97c51d35e) chore(tilt): use manifest image name instead of kustomize override ([#&#8203;26190](https://github.com/argoproj/argo-cd/issues/26190)) (Codey Jenkins) - [`b912405`](https://github.com/argoproj/argo-cd/commit/b912405c16392b968aa650366e440eff5bf2a5aa) chore(ui): add `qeId` to paginate dropdown menus ([#&#8203;25929](https://github.com/argoproj/argo-cd/issues/25929)) (Jaewoo Choi) - [`a369ae2`](https://github.com/argoproj/argo-cd/commit/a369ae2cf61af6813d490ecd0a0c7d3b42d5cc56) chore(util): Fix modernize linter ([#&#8203;26300](https://github.com/argoproj/argo-cd/issues/26300)) (Matthieu MOREL) - [`1a62c87`](https://github.com/argoproj/argo-cd/commit/1a62c87d29b63c7417787c9e06568592de070124) chore(util): Fix modernize linter ([#&#8203;26316](https://github.com/argoproj/argo-cd/issues/26316)) (Matthieu MOREL, Blake Pettersson) - [`1d65d8b`](https://github.com/argoproj/argo-cd/commit/1d65d8be6ccd8b7daef10d070a3835dbdbecbdf6) chore(util): Fix modernize linter ([#&#8203;26323](https://github.com/argoproj/argo-cd/issues/26323)) (Matthieu MOREL) - [`34eeede`](https://github.com/argoproj/argo-cd/commit/34eeede822a5abb295ed349ee3ada96eda5bddd9) chore(util): Fix modernize linter ([#&#8203;26329](https://github.com/argoproj/argo-cd/issues/26329)) (Matthieu MOREL) - [`1b4398b`](https://github.com/argoproj/argo-cd/commit/1b4398b5ba6f4c83fdd93cbc2659cfc62ab3797b) chore(util): Fix modernize linter ([#&#8203;26342](https://github.com/argoproj/argo-cd/issues/26342)) (Matthieu MOREL) - [`847b8b2`](https://github.com/argoproj/argo-cd/commit/847b8b203c9537258defa068640488d47f98cf1b) chore(util): Fix modernize linter ([#&#8203;26344](https://github.com/argoproj/argo-cd/issues/26344)) (Matthieu MOREL) - [`e208035`](https://github.com/argoproj/argo-cd/commit/e208035ac7598e31f64f29f695c63af4c7dfe86e) chore: Add C.H. Robinson to USERS.md ([#&#8203;26825](https://github.com/argoproj/argo-cd/issues/26825)) (Anudeep Reddy) - [`76a1413`](https://github.com/argoproj/argo-cd/commit/76a14132f5e044ac656f3b847b5295a7a797e377) chore: Make links accessible + friendly ([#&#8203;26815](https://github.com/argoproj/argo-cd/issues/26815)) (Josh Soref) - [`91a1311`](https://github.com/argoproj/argo-cd/commit/91a1311bbeddb8d02133842c544fce4b351a1e28) chore: Remove unnecessary "CD" suffix in MAINTAINERS.md ([#&#8203;25778](https://github.com/argoproj/argo-cd/issues/25778)) (Yuan Tang) - [`4c77f0c`](https://github.com/argoproj/argo-cd/commit/4c77f0c9635c4171c9f2ed0a598270463accc91f) chore: add maintainers name in the `MAINTAINERS.md` file ([#&#8203;25685](https://github.com/argoproj/argo-cd/issues/25685)) (Nitish Kumar) - [`1049d40`](https://github.com/argoproj/argo-cd/commit/1049d40b7dc2b5dcda215da288ea3761dd98e4db) chore: add tests to validate ConfigMap/Secret key removal in server-side diff ([#&#8203;25216](https://github.com/argoproj/argo-cd/issues/25216)) (pedro-cs-ribeiro, Pedro Ribeiro, Leonardo Luz Almeida) - [`6740282`](https://github.com/argoproj/argo-cd/commit/6740282c3a34d4e3f18169171b1514b5abe83b08) chore: adds Pat and Reggie as release champion and approver for 3.5 ([#&#8203;26748](https://github.com/argoproj/argo-cd/issues/26748)) (Papapetrou Patroklos) - [`251c366`](https://github.com/argoproj/argo-cd/commit/251c366f8a6eb77a9a7ac1b526ac08dab6cf2d29) chore: bump argo-ui version ([#&#8203;26629](https://github.com/argoproj/argo-cd/issues/26629)) (jwinters01) - [`e8eebd7`](https://github.com/argoproj/argo-cd/commit/e8eebd7b12dcf29a4dc85f2c1898779a0a17846b) chore: bump gitops-engine with force+replace test ([#&#8203;24508](https://github.com/argoproj/argo-cd/issues/24508)) (Alexandre Gaudreault) - [`7f877a6`](https://github.com/argoproj/argo-cd/commit/7f877a68a91f6b1f49be48a57beea4219bf80c74) chore: bumps dex version to 2.45.0 ([#&#8203;26609](https://github.com/argoproj/argo-cd/issues/26609)) (Papapetrou Patroklos) - [`b2df604`](https://github.com/argoproj/argo-cd/commit/b2df60414c25b0a124fd0269179289bc99ff6c67) chore: bumps go redis client 9.17.2 ([#&#8203;25643](https://github.com/argoproj/argo-cd/issues/25643)) (Papapetrou Patroklos, dependabot\[bot]) - [`b1a93b4`](https://github.com/argoproj/argo-cd/commit/b1a93b4756a4382a5905eb47bc8e3b5267f732c0) chore: bumps golang version everywhere to the latest 1.25.5 ([#&#8203;25716](https://github.com/argoproj/argo-cd/issues/25716)) (Papapetrou Patroklos) - [`a2e0b6f`](https://github.com/argoproj/argo-cd/commit/a2e0b6f9021129e64856112a9603354884bb3579) chore: bumps golang version to 1.26 in all places ([#&#8203;26393](https://github.com/argoproj/argo-cd/issues/26393)) (Papapetrou Patroklos, Nitish Kumar) - [`08390e2`](https://github.com/argoproj/argo-cd/commit/08390e21cbcd209da656ca81060615379fee9ac4) chore: bumps notification engine to the latest ([#&#8203;25887](https://github.com/argoproj/argo-cd/issues/25887)) (Papapetrou Patroklos) - [`b543e18`](https://github.com/argoproj/argo-cd/commit/b543e18b102a1e2df52d5b310bf59d9b76ea2222) chore: bumps ubuntu base docker image to 25.10 ([#&#8203;25758](https://github.com/argoproj/argo-cd/issues/25758)) (Papapetrou Patroklos) - [`6a597c9`](https://github.com/argoproj/argo-cd/commit/6a597c9e62dabf8e624251a351a52116ea0aa541) chore: fix `make test` running all the gitops-engine tests when requested to test specific ArgoCD module ([#&#8203;26089](https://github.com/argoproj/argo-cd/issues/26089)) ([#&#8203;26090](https://github.com/argoproj/argo-cd/issues/26090)) (dudinea) - [`0cdd44b`](https://github.com/argoproj/argo-cd/commit/0cdd44bda77a5e410682bda1ffd3ce31bee51509) chore: fix gitops-engine mod name so it can be referenced by external repos ([#&#8203;26407](https://github.com/argoproj/argo-cd/issues/26407)) (Leonardo Luz Almeida) - [`8515358`](https://github.com/argoproj/argo-cd/commit/8515358413cbecdd7b68b3f8b1fe23282b3dcbec) chore: improve app install ID error ([#&#8203;26178](https://github.com/argoproj/argo-cd/issues/26178)) (Michael Crenshaw) - [`7acd930`](https://github.com/argoproj/argo-cd/commit/7acd9305df524818f7b7ed819ae7afebd059416b) chore: install git-lfs 3.7.1 version using an install script ([#&#8203;26465](https://github.com/argoproj/argo-cd/issues/26465)) (Papapetrou Patroklos, Nitish Kumar) - [`d875c61`](https://github.com/argoproj/argo-cd/commit/d875c6170efce65083a79f5365b559d667476d5d) chore: make getRepositorySecret more readable ([#&#8203;26827](https://github.com/argoproj/argo-cd/issues/26827)) (Michael Crenshaw) - [`9213601`](https://github.com/argoproj/argo-cd/commit/921360116027661687139dfd33f2461984f4bcb6) chore: migrate k8s.gcr.io to registry.k8s.io in install manifests ([#&#8203;25802](https://github.com/argoproj/argo-cd/issues/25802)) (Aya Hosni, Nitish Kumar) - [`9cfcd2d`](https://github.com/argoproj/argo-cd/commit/9cfcd2d261637487c9a02258fa11326dadf864dc) chore: placate Sonar by ignoring tetsdata files ([#&#8203;26371](https://github.com/argoproj/argo-cd/issues/26371)) (Regina Voloshin) - [`5959693`](https://github.com/argoproj/argo-cd/commit/59596938450ad99fcb9355675b5ae2216a8eb667) chore: stop using the deprecated fields of the cluster structure ([#&#8203;25745](https://github.com/argoproj/argo-cd/issues/25745)) (Papapetrou Patroklos) - [`4c59c3c`](https://github.com/argoproj/argo-cd/commit/4c59c3c7ecaca9943e66c6fd845d19e24ddf96d3) chore: unify clientOpts usage in command parameters ([#&#8203;24251](https://github.com/argoproj/argo-cd/issues/24251)) (jaehanbyun, Nitish Kumar, Blake Pettersson) - [`b5e0921`](https://github.com/argoproj/argo-cd/commit/b5e09212cf3d64193dcdcb69cd56307a2355fb25) chore: update generated files from codegen (shibatch) - [`c86e32b`](https://github.com/argoproj/argo-cd/commit/c86e32b9d6e00448eeea184ea7543604d3e3bcb9) chore: update go-oidc to v3.17.0 ([#&#8203;26822](https://github.com/argoproj/argo-cd/issues/26822)) (Mike Cutsail) - [`5345a2a`](https://github.com/argoproj/argo-cd/commit/5345a2aa22e2eb1e317abb87d066ab95c97971d4) chore: update golangci-lint to v2.8.0 ([#&#8203;26354](https://github.com/argoproj/argo-cd/issues/26354)) (Matthieu MOREL) - [`a3b4c83`](https://github.com/argoproj/argo-cd/commit/a3b4c8327f38ef2edfb3be6c68f96729ce98f9d8) chore: update redis-ha chart to 4.35.10 ([#&#8203;26453](https://github.com/argoproj/argo-cd/issues/26453)) (Tuxthepirate, Blake Pettersson) - [`5e7bb39`](https://github.com/argoproj/argo-cd/commit/5e7bb39b028806b6ab856fdd1046737c443a6578) chore: use base ref for cherry-pick prs ([#&#8203;26551](https://github.com/argoproj/argo-cd/issues/26551)) (Blake Pettersson) - [`18fe8c4`](https://github.com/argoproj/argo-cd/commit/18fe8c4e34c612ac9d8b65fdb1e2248b37439383) chore: use server-side apply for CRDs in Tiltfile to fix annotation size limit ([#&#8203;26419](https://github.com/argoproj/argo-cd/issues/26419)) (Linghao Su) - [`d63aa84`](https://github.com/argoproj/argo-cd/commit/d63aa846c5c0b8d5dbfed632d5b6c9d11c1cf42b) ci: Make codecov steps conditional on codecov secret existence and enable running them on forks ([#&#8203;25765](https://github.com/argoproj/argo-cd/issues/25765)) (Regina Voloshin) - [`b0488f5`](https://github.com/argoproj/argo-cd/commit/b0488f5a9eba027f9962f6518f495a568ea00331) ci: Revive CodeCov steps ([#&#8203;26350](https://github.com/argoproj/argo-cd/issues/26350)) (Regina Voloshin) - [`cf53ed7`](https://github.com/argoproj/argo-cd/commit/cf53ed7ad15d0da139bb25bb3897677cc7dfc1b1) ci: Skip CodeQL for documentation-only changes ([#&#8203;26602](https://github.com/argoproj/argo-cd/issues/26602)) (S Kevin Joe Harris, rumstead) - [`7477ecb`](https://github.com/argoproj/argo-cd/commit/7477ecb5b93637f8e1c8540287237ae5f23a787a) ci: exclude gitops engine bumps from renovate ([#&#8203;26787](https://github.com/argoproj/argo-cd/issues/26787)) (Regina Voloshin) - [`1418e87`](https://github.com/argoproj/argo-cd/commit/1418e874209d2bc9e9df7b504f35b1ab52331b6d) ci: exclude testdata from sonar.exclusions ([#&#8203;26398](https://github.com/argoproj/argo-cd/issues/26398)) (Regina Voloshin) - [`fdbe19a`](https://github.com/argoproj/argo-cd/commit/fdbe19adafa0486636004ef3e1418a2d00d036c7) ci: label stale issues and PRs without auto-closing ([#&#8203;26318](https://github.com/argoproj/argo-cd/issues/26318)) (S Kevin Joe Harris) - [`a46baf4`](https://github.com/argoproj/argo-cd/commit/a46baf48638e29a33329d1694cd021f7a6d0eb78) ci: make Upload code coverage information to codecov.io step always run ([#&#8203;26379](https://github.com/argoproj/argo-cd/issues/26379)) (Regina Voloshin) - [`c85d655`](https://github.com/argoproj/argo-cd/commit/c85d65511b6342b51a4f452c58de6538e4f5002b) ci: run pr-title-check on pull-request ([#&#8203;26662](https://github.com/argoproj/argo-cd/issues/26662)) (Regina Voloshin) - [`884b639`](https://github.com/argoproj/argo-cd/commit/884b639e1efd1d0741579800b17ed5e741544f14) ci: test against k8s 1.34.2 ([#&#8203;25856](https://github.com/argoproj/argo-cd/issues/25856)) (Regina Voloshin) - [`e8895b8`](https://github.com/argoproj/argo-cd/commit/e8895b8d68bd9cf9512fc90249766b357058bf80) ci: test against k8s 1.35.0 ([#&#8203;26062](https://github.com/argoproj/argo-cd/issues/26062)) (Regina Voloshin) - [`fb6a46c`](https://github.com/argoproj/argo-cd/commit/fb6a46c8decacc0b1617019adb2635d01d25ca56) ci: upgrade codeql for go 1.26 support and give renovate post upgrade commands ([#&#8203;26446](https://github.com/argoproj/argo-cd/issues/26446)) (rumstead) - [`6facafc`](https://github.com/argoproj/argo-cd/commit/6facafc1d38ffb567879d5d1d9af954b3ab08cae) crate changelog with git instead of github (reggie-k) - [`afdb3fe`](https://github.com/argoproj/argo-cd/commit/afdb3fe04733e31f1fe845dc9f9fb32a6e0b495a) docs(operator-manual): fix typos and improve clarity ([#&#8203;26542](https://github.com/argoproj/argo-cd/issues/26542)) (Rishabh Pandey) - [`ff83056`](https://github.com/argoproj/argo-cd/commit/ff8305694f52b509fa2534fbf14d7d4e56657bf7) fix(repo-server): optimize repoLock on checkout for manifest-generate-paths ([#&#8203;26468](https://github.com/argoproj/argo-cd/issues/26468)) (Artem Vdovin) - [`b61b08d`](https://github.com/argoproj/argo-cd/commit/b61b08d18b12e9f8757dbdbc6792b95e91ed4e80) fix(repo-server): optimize short ref resolution in revision comparison ([#&#8203;26456](https://github.com/argoproj/argo-cd/issues/26456)) (Rodrigo Fior Kuntzer) - [`3ce6f14`](https://github.com/argoproj/argo-cd/commit/3ce6f14b744c14c7ea1f2f912958abffe5cb84e1) refactor: remove helper pointer functions in pull\_request tests ([#&#8203;26598](https://github.com/argoproj/argo-cd/issues/26598)) (Takuma Shibuya) - [`6795b80`](https://github.com/argoproj/argo-cd/commit/6795b80cfcee5a5a545247feab702f26404c4cea) refactor: replace ptr.To with new(expr) ([#&#8203;26534](https://github.com/argoproj/argo-cd/issues/26534)) (Takuma Shibuya) - [`499ba48`](https://github.com/argoproj/argo-cd/commit/499ba48383565d99cfc3d58c7418cca58c51d3f3) test only goreleaser and a dd an author template (reggie-k) - [`7ed8a8b`](https://github.com/argoproj/argo-cd/commit/7ed8a8bb3fc8a9853ac5918469215a75ce751b31) test only goreleaser and a dd an author template (reggie-k) - [`2d19fa0`](https://github.com/argoproj/argo-cd/commit/2d19fa078142a8821c3b22bd8655242f4ece1895) test(e2e): CMP test fails locally on Mac ([#&#8203;25901](https://github.com/argoproj/argo-cd/issues/25901)) (Alexandre Gaudreault) - [`95c17b6`](https://github.com/argoproj/argo-cd/commit/95c17b68f53cec773d5d0bbc97d8f6af05c4a99a) test(e2e): ExpectConsistency was not consistent ([#&#8203;26778](https://github.com/argoproj/argo-cd/issues/26778)) (Alexandre Gaudreault) - [`b9c4c2b`](https://github.com/argoproj/argo-cd/commit/b9c4c2b6f54e50a0b79c844b47b3dda841c264d1) test(e2e): add e2e tests for reverse deletionOrder when progressive sync enabled (cherry-pick [#&#8203;26673](https://github.com/argoproj/argo-cd/issues/26673) for 3.4) ([#&#8203;27263](https://github.com/argoproj/argo-cd/issues/27263)) (argo-cd-cherry-pick-bot\[bot], Kanika Rana) - [`dab6f3b`](https://github.com/argoproj/argo-cd/commit/dab6f3bfaec6f978ff073e791ce0dc6ee30e2f51) test(e2e): add isolation by ensuring unique name ([#&#8203;25724](https://github.com/argoproj/argo-cd/issues/25724)) (Alexandre Gaudreault) - [`b0e4e84`](https://github.com/argoproj/argo-cd/commit/b0e4e84f230ce5cd72ec8c5b3ce0fc4e6681f544) test(e2e): configurable tmp dir locally ([#&#8203;25780](https://github.com/argoproj/argo-cd/issues/25780)) (Alexandre Gaudreault, dependabot\[bot], Pasha Kostohrys, pasha, Regina Voloshin, Shubham Singh, shubham singh mahar, github-actions\[bot], CI, Josh Soref, argoproj-renovate\[bot], Jakub Rudnik, Illia Oleksiuk, Aya Hosni, Nitish Kumar) - [`ee1bf89`](https://github.com/argoproj/argo-cd/commit/ee1bf89bf80d0667a9ed135f0e0e7fae8b225f6c) test(e2e): fix TestDeletionConfirmation flakiness ([#&#8203;25902](https://github.com/argoproj/argo-cd/issues/25902)) (Alexandre Gaudreault) - [`e988c55`](https://github.com/argoproj/argo-cd/commit/e988c55a11de8ebd052250074665aa15fc66e32b) test(e2e): fix invalid AppSet test on master ([#&#8203;25939](https://github.com/argoproj/argo-cd/issues/25939)) (Alexandre Gaudreault) - [`0114636`](https://github.com/argoproj/argo-cd/commit/0114636cdc144d8d5618ce686f04a21e3f62dc2c) test(e2e): oras binary not found locally if not installed in path ([#&#8203;25751](https://github.com/argoproj/argo-cd/issues/25751)) (Alexandre Gaudreault) - [`f8899ee`](https://github.com/argoproj/argo-cd/commit/f8899ee310fd42a528bbf11065c847811705df87) test(e2e): unstable CMP e2e test when running locally ([#&#8203;25752](https://github.com/argoproj/argo-cd/issues/25752)) (Alexandre Gaudreault) - [`4aa2ba4`](https://github.com/argoproj/argo-cd/commit/4aa2ba4715f1759a4d4c8faf5b749c9a7b2ccd0d) test(e2e): update local certs so they are valid on MacOS ([#&#8203;25864](https://github.com/argoproj/argo-cd/issues/25864)) (Alexandre Gaudreault) - [`9a777c6`](https://github.com/argoproj/argo-cd/commit/9a777c63fa32f90f96a9b348fb390e6dbf632365) test(engine): cleanup hook tests ([#&#8203;25673](https://github.com/argoproj/argo-cd/issues/25673)) (Alexandre Gaudreault) - [`48f01b5`](https://github.com/argoproj/argo-cd/commit/48f01b5965055614bb0d423c46a2162c7af14b0d) test(engine): refactor engine tests to ignore dry-run results ([#&#8203;25674](https://github.com/argoproj/argo-cd/issues/25674)) (Alexandre Gaudreault) - [`9728b6c`](https://github.com/argoproj/argo-cd/commit/9728b6c44d5a890e3072afa3b6292a831174a1b2) ci: replace goreleaser github api calls with git commands (cherry-pick [#&#8203;27706](https://github.com/argoproj/argo-cd/issues/27706) for 3.4) ([#&#8203;27710](https://github.com/argoproj/argo-cd/issues/27710)) (argo-cd-cherry-pick-bot\[bot], Regina Voloshin) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.3.9...v3.4.1> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v3.4.0`](https://github.com/argoproj/argo-cd/compare/v3.3.11...v3.4.0) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.3.11...v3.4.0) ### [`v3.3.11`](https://github.com/argoproj/argo-cd/releases/tag/v3.3.11) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.3.10...v3.3.11) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.11/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.11/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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`cd3b64d`](https://github.com/argoproj/argo-cd/commit/cd3b64dd8c250b61a8220ef07eabf47384635d15): fix(lint): unnecessary nesting (cherry-pick [#&#8203;27815](https://github.com/argoproj/argo-cd/issues/27815) for 3.3) ([#&#8203;27818](https://github.com/argoproj/argo-cd/issues/27818)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`82dd8ce`](https://github.com/argoproj/argo-cd/commit/82dd8ce2e39d1f254572f53527e91fa3703e854d): fix(ui): don't prefetch errors ([#&#8203;27877](https://github.com/argoproj/argo-cd/issues/27877)) (cherry-pick [#&#8203;27925](https://github.com/argoproj/argo-cd/issues/27925) for 3.3) ([#&#8203;28023](https://github.com/argoproj/argo-cd/issues/28023)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`da10473`](https://github.com/argoproj/argo-cd/commit/da10473981262fdb7693a0e06e104db72efd8c26): fix: nil-check (cherry-pick [#&#8203;28039](https://github.com/argoproj/argo-cd/issues/28039) for 3.3) ([#&#8203;28041](https://github.com/argoproj/argo-cd/issues/28041)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`d556067`](https://github.com/argoproj/argo-cd/commit/d5560679d12628243d5aeef9f85feb49adaa41e5): fix: prevent InvalidSpecError race in application controller startup (cherry-pick [#&#8203;27672](https://github.com/argoproj/argo-cd/issues/27672) for 3.3) ([#&#8203;27844](https://github.com/argoproj/argo-cd/issues/27844)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`21d5538`](https://github.com/argoproj/argo-cd/commit/21d55380342feb67f894fb800d100ac40460d778): fix: remove resourceVersion from ssd ([#&#8203;27406](https://github.com/argoproj/argo-cd/issues/27406)) (cherry-pick release-3.3) ([#&#8203;28016](https://github.com/argoproj/argo-cd/issues/28016)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`120eb31`](https://github.com/argoproj/argo-cd/commit/120eb3126a5aa68efb178f67aa819ab799eac225): fix: truncate labels for deletion hook resources (cherry-pick [#&#8203;27542](https://github.com/argoproj/argo-cd/issues/27542) for 3.3) ([#&#8203;27715](https://github.com/argoproj/argo-cd/issues/27715)) ([@&#8203;choejwoo](https://github.com/choejwoo)) ##### Dependency updates - [`1cb5892`](https://github.com/argoproj/argo-cd/commit/1cb5892bd8c209d5e6fe3fac2bb27ce62477854e): chore(deps): bump redoc/dompurify to v3.4.0 in /ui for fixing CVE-2026-41240(cherry-pick 3.3) ([#&#8203;27912](https://github.com/argoproj/argo-cd/issues/27912)) ([@&#8203;alkakumari016](https://github.com/alkakumari016)) ##### Other work - [`9e25303`](https://github.com/argoproj/argo-cd/commit/9e253030b62e7b8ae314a5a2d5c75ba8169bfabc): fix(gitops-engine): fix nil pointer dereference error in removeWebookMutation() (cherry-pick [#&#8203;27749](https://github.com/argoproj/argo-cd/issues/27749) for 3.3) ([#&#8203;28032](https://github.com/argoproj/argo-cd/issues/28032)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.3.10...v3.3.11> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v3.3.10`](https://github.com/argoproj/argo-cd/releases/tag/v3.3.10) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.3.9...v3.3.10) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.10/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.10/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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`eb947bf`](https://github.com/argoproj/argo-cd/commit/eb947bfea26df18294600efa65235df44e68ff47): fix: prevent panic on nil APIResource in permission validator (cherry-pick [#&#8203;26610](https://github.com/argoproj/argo-cd/issues/26610) for 3.3) ([#&#8203;27753](https://github.com/argoproj/argo-cd/issues/27753)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`7b8c7be`](https://github.com/argoproj/argo-cd/commit/7b8c7be98657082396e1726ff9b1d97c1c4f5166): fix: wrap lines toggle causes log lines to overflow container - Fixes \[Issue [#&#8203;27586](https://github.com/argoproj/argo-cd/issues/27586)] (cherry-pick [#&#8203;27627](https://github.com/argoproj/argo-cd/issues/27627) for 3.3) ([#&#8203;27671](https://github.com/argoproj/argo-cd/issues/27671)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Other work - [`7879e63`](https://github.com/argoproj/argo-cd/commit/7879e6322465080a82d152bf00f2b92e0f36c658): Merge commit from fork ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`00f83c4`](https://github.com/argoproj/argo-cd/commit/00f83c41dcfd879f34f8e0248c860d704b41cf0f): Merge commit from fork ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`d7f8ba1`](https://github.com/argoproj/argo-cd/commit/d7f8ba1b6c62634faf9894161dbdd632e3e39528): chore: align Go versions across Dockerfiles and downgrade Go version in go.mod ([#&#8203;27808](https://github.com/argoproj/argo-cd/issues/27808)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`5c7eb8f`](https://github.com/argoproj/argo-cd/commit/5c7eb8f083342e48867e8857e52408c114a4baf3): chore: bump otel/sdk to 1.43.0 (release-3.3) ([#&#8203;27807](https://github.com/argoproj/argo-cd/issues/27807)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`7830a12`](https://github.com/argoproj/argo-cd/commit/7830a129c9c87267e1b74dc453c199d4fa327dfb): chore: update Go to 1.25.9 on release-3.3 to resolve CVEs ([#&#8203;27639](https://github.com/argoproj/argo-cd/issues/27639)) ([#&#8203;27656](https://github.com/argoproj/argo-cd/issues/27656)) ([@&#8203;ihmdika](https://github.com/ihmdika)) - [`ac11bec`](https://github.com/argoproj/argo-cd/commit/ac11bec9986807adc8886ef1181eced7347ef5c6): fix(gitops-engine): apply HideSecretData to server-side diff results … ([#&#8203;27762](https://github.com/argoproj/argo-cd/issues/27762)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.3.9...v3.3.10> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v3.3.9`](https://github.com/argoproj/argo-cd/releases/tag/v3.3.9) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.3.8...v3.3.9) > \[!IMPORTANT] > This release contains a security fix to a critical vulnerability: <https://github.com/argoproj/argo-cd/security/advisories/GHSA-3v3m-wc6v-x4x3> #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.9/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.9/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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`8178655`](https://github.com/argoproj/argo-cd/commit/81786559682714d487536a919e2f37137f47f481): fix(server): Avoid error when attempting a second delete operation (cherry-pick [#&#8203;27495](https://github.com/argoproj/argo-cd/issues/27495) for 3.3) ([#&#8203;27501](https://github.com/argoproj/argo-cd/issues/27501)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`c89b3a9`](https://github.com/argoproj/argo-cd/commit/c89b3a96ae0b48f77a4edf821822059eb3d92188): fix(ui): prevent pod logs viewer crash on stale container index (cherry-pick [#&#8203;27553](https://github.com/argoproj/argo-cd/issues/27553) for 3.3) ([#&#8203;27565](https://github.com/argoproj/argo-cd/issues/27565)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`96107fe`](https://github.com/argoproj/argo-cd/commit/96107fe7a3edbd1152468897a8f6433f3288b034): fix: ApplicationSet DuckType Generator panics on non-string values in Clus… (cherry-pick [#&#8203;27265](https://github.com/argoproj/argo-cd/issues/27265) for 3.3) ([#&#8203;27525](https://github.com/argoproj/argo-cd/issues/27525)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`741a6f5`](https://github.com/argoproj/argo-cd/commit/741a6f59650ba4f892fbad276f097f2732718a38): fix: put/get ocimetadata to/from redis cache ([#&#8203;27521](https://github.com/argoproj/argo-cd/issues/27521)) (cherry-pick [#&#8203;27589](https://github.com/argoproj/argo-cd/issues/27589) for 3.3) ([#&#8203;27593](https://github.com/argoproj/argo-cd/issues/27593)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Documentation - [`5a3a892`](https://github.com/argoproj/argo-cd/commit/5a3a892ed3b705bfb122df6173c44a8689a4f9f6): docs: fix progressive sync since version to reflect beta promotion in v3.3.0 (cherry-pick [#&#8203;27608](https://github.com/argoproj/argo-cd/issues/27608) for 3.3) ([#&#8203;27612](https://github.com/argoproj/argo-cd/issues/27612)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Dependency updates - [`0a2ba7c`](https://github.com/argoproj/argo-cd/commit/0a2ba7c4c16c711532e557bd8d796d7fda95c745): chore(deps): bump SonarSource/sonarqube-scan-action from 7.0.0 to 8.0.0 (cherry pick [#&#8203;27602](https://github.com/argoproj/argo-cd/issues/27602) to release-3.3) ([#&#8203;27610](https://github.com/argoproj/argo-cd/issues/27610)) ([@&#8203;dudinea](https://github.com/dudinea)) - [`184b8a9`](https://github.com/argoproj/argo-cd/commit/184b8a915ac2fc4b467395465912fc943fb5cdd7): chore(deps): bump go version to resolve CVEs ([#&#8203;27509](https://github.com/argoproj/argo-cd/issues/27509)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) ##### Other work - [`fd7ecb3`](https://github.com/argoproj/argo-cd/commit/fd7ecb33235498cc0913b9444d327a289a0ab218): Merge commit from fork ([@&#8203;alexmt](https://github.com/alexmt)) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.3.8...v3.3.9> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v3.3.8`](https://github.com/argoproj/argo-cd/releases/tag/v3.3.8) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.3.7...v3.3.8) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.8/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.8/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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`fb727cf`](https://github.com/argoproj/argo-cd/commit/fb727cf7c1ea579854ff0f0323f291ab02174347): Revert "fix: prevent automatic refreshes from informer resync and status updates (cherry-pick [#&#8203;25290](https://github.com/argoproj/argo-cd/issues/25290) for 3.3)" ([#&#8203;27400](https://github.com/argoproj/argo-cd/issues/27400)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`26c8152`](https://github.com/argoproj/argo-cd/commit/26c81520167817209f717a5ea9b1ee0ce6e4c3dd): fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing ([#&#8203;26793](https://github.com/argoproj/argo-cd/issues/26793)) ([#&#8203;27462](https://github.com/argoproj/argo-cd/issues/27462)) ([@&#8203;anandf](https://github.com/anandf)) - [`82b6d45`](https://github.com/argoproj/argo-cd/commit/82b6d45701f16f093da8711ad40d212c4865ae29): fix(appset): change appset resource status count to 5000 by default (cherry-pick [#&#8203;26249](https://github.com/argoproj/argo-cd/issues/26249) for 3.3) ([#&#8203;26263](https://github.com/argoproj/argo-cd/issues/26263)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`9bff1c5`](https://github.com/argoproj/argo-cd/commit/9bff1c5b8dcf1e30c4cb85e56a35305dda6dac44): fix(cli): uses DrySource revision for app diff/manifests with sourceHydrator ([#&#8203;23817](https://github.com/argoproj/argo-cd/issues/23817)) (cherry-pick [#&#8203;24670](https://github.com/argoproj/argo-cd/issues/24670) for 3.3) ([#&#8203;27481](https://github.com/argoproj/argo-cd/issues/27481)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`6f3ef7d`](https://github.com/argoproj/argo-cd/commit/6f3ef7dc95cdb7a7e9f7daa402ef38199eb575c7): fix: avoid stale informer cache in RevisionMetadata handler (cherry-pick [#&#8203;27392](https://github.com/argoproj/argo-cd/issues/27392) for 3.3) ([#&#8203;27396](https://github.com/argoproj/argo-cd/issues/27396)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`b64eb4f`](https://github.com/argoproj/argo-cd/commit/b64eb4f07a5d01482cf7d9628250781056e3f91e): fix: revert autosync event message format change (cherry-pick [#&#8203;27387](https://github.com/argoproj/argo-cd/issues/27387) for 3.3) ([#&#8203;27389](https://github.com/argoproj/argo-cd/issues/27389)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.3.7...v3.3.8> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v3.3.7`](https://github.com/argoproj/argo-cd/releases/tag/v3.3.7) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.3.6...v3.3.7) #### 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:** [#&#8203;27344 – Application controller not refreshing applications](https://github.com/argoproj/argo-cd/issues/27344) ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.7/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.7/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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`ea51bd8`](https://github.com/argoproj/argo-cd/commit/ea51bd8047e5ec171ea753bcce4008064b7b6393): \[release-3.3] fix: improve perf: switch parentUIDToChildren to map of sets, remove cache rebuild ([#&#8203;26863](https://github.com/argoproj/argo-cd/issues/26863)) ([#&#8203;27108](https://github.com/argoproj/argo-cd/issues/27108)) ([@&#8203;jcogilvie](https://github.com/jcogilvie)) - [`4d2f261`](https://github.com/argoproj/argo-cd/commit/4d2f2613d8f12fb38064c6f05a9f4ea6ba892a01): fix(ci): run yarn install with --frozen-lockfile (cherry-pick [#&#8203;27099](https://github.com/argoproj/argo-cd/issues/27099) for 3.3) ([#&#8203;27351](https://github.com/argoproj/argo-cd/issues/27351)) ([@&#8203;dudinea](https://github.com/dudinea)) - [`671efff`](https://github.com/argoproj/argo-cd/commit/671efff31dc8a2c2726f0066ea7b02e7e64efa71): fix(controller): reduce secret deepcopies and deserialization ([#&#8203;27049](https://github.com/argoproj/argo-cd/issues/27049)) (cherry-pick release-3.3) ([#&#8203;27129](https://github.com/argoproj/argo-cd/issues/27129)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`a77c150`](https://github.com/argoproj/argo-cd/commit/a77c1501fe213602bfcb7a7d8da2657c783026e6): fix(docs): Fix manifest path in Source Hydrator docs (cherry-pick [#&#8203;27123](https://github.com/argoproj/argo-cd/issues/27123) for 3.3) ([#&#8203;27167](https://github.com/argoproj/argo-cd/issues/27167)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`f0b924f`](https://github.com/argoproj/argo-cd/commit/f0b924f0b01633b538e054b09ef6efb062faa10b): fix(server): Ensure OIDC config is refreshed at server restart (cherry-pick [#&#8203;26913](https://github.com/argoproj/argo-cd/issues/26913) for 3.3) ([#&#8203;27114](https://github.com/argoproj/argo-cd/issues/27114)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`7eedc7a`](https://github.com/argoproj/argo-cd/commit/7eedc7ac4e36ef9bc52a32f100fc65a861c3bb75): fix(ui): OCI revision metadata never renders due to conflicting guard clause ([#&#8203;26948](https://github.com/argoproj/argo-cd/issues/26948)) (cherry-pick [#&#8203;27097](https://github.com/argoproj/argo-cd/issues/27097) for 3.3) ([#&#8203;27365](https://github.com/argoproj/argo-cd/issues/27365)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`b0e0415`](https://github.com/argoproj/argo-cd/commit/b0e04154cf1fcc5bb6f892082665bb1c1135dd48): fix(ui): handle 401 error in stream (cherry-pick [#&#8203;26917](https://github.com/argoproj/argo-cd/issues/26917) for 3.3) ([#&#8203;27227](https://github.com/argoproj/argo-cd/issues/27227)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`3b12b2e`](https://github.com/argoproj/argo-cd/commit/3b12b2e0d537308703bd84bbc0a65ac9051936e2): fix: Add X-Frame-Options and CSP headers to Swagger UI endpoints (cherry-pick [#&#8203;26521](https://github.com/argoproj/argo-cd/issues/26521) for 3.3) ([#&#8203;27154](https://github.com/argoproj/argo-cd/issues/27154)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`4939e1f`](https://github.com/argoproj/argo-cd/commit/4939e1fb84beb75286e0a1eb2394f32e3c39e610): fix: force attempt http2 with custom tls config (cherry-pick [#&#8203;26976](https://github.com/argoproj/argo-cd/issues/26976) for 3.3) ([#&#8203;27358](https://github.com/argoproj/argo-cd/issues/27358)) ([@&#8203;SamyDjemai](https://github.com/SamyDjemai)) - [`e372a7f`](https://github.com/argoproj/argo-cd/commit/e372a7f09c8e5892f6cea13ab73ef1b4aa40d730): fix: pass repo.insecure flag to `helm dependency build` (cherry-pick [#&#8203;27078](https://github.com/argoproj/argo-cd/issues/27078) for 3.3) ([#&#8203;27083](https://github.com/argoproj/argo-cd/issues/27083)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`99e88e0`](https://github.com/argoproj/argo-cd/commit/99e88e0963b8975cde7fc6c1cda302cbdac5f6d7): fix: prevent automatic refreshes from informer resync and status updates (cherry-pick [#&#8203;25290](https://github.com/argoproj/argo-cd/issues/25290) for 3.3) ([#&#8203;27230](https://github.com/argoproj/argo-cd/issues/27230)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`2512512`](https://github.com/argoproj/argo-cd/commit/2512512b0cd9fc15aff334c60c89cd14d7e5f87c): fix: trigger app sync on app-set spec change (cherry-pick [#&#8203;26811](https://github.com/argoproj/argo-cd/issues/26811) for 3.3) ([#&#8203;27130](https://github.com/argoproj/argo-cd/issues/27130)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`e451591`](https://github.com/argoproj/argo-cd/commit/e451591448ac3897d54fdeed39338b1d78f01e07): fix: use force flag in copyutil symlink to prevent repo-server crashes (cherry-pick [#&#8203;26613](https://github.com/argoproj/argo-cd/issues/26613) for 3.3) ([#&#8203;27057](https://github.com/argoproj/argo-cd/issues/27057)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`b948ff0`](https://github.com/argoproj/argo-cd/commit/b948ff074dc61fb0ccd80cab0caf1e66b59e59c3): fix: use unique names for initial commits (cherry-pick [#&#8203;27171](https://github.com/argoproj/argo-cd/issues/27171) for 3.3) ([#&#8203;27197](https://github.com/argoproj/argo-cd/issues/27197)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Dependency updates - [`899c5e8`](https://github.com/argoproj/argo-cd/commit/899c5e819c7f95f5907a449c8dea878c85265ac7): chore(deps): bump fast-xml-parser from 4.5.3 to 4.5.6 in /ui - 3.3 ([#&#8203;27360](https://github.com/argoproj/argo-cd/issues/27360)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`7fd134a`](https://github.com/argoproj/argo-cd/commit/7fd134a040307259745a0d56ac3844a5087a362f): chore(deps): bump go-jose from 4.1.3 to 4.1.4 (cherry-pick [#&#8203;27101](https://github.com/argoproj/argo-cd/issues/27101) for… ([#&#8203;27208](https://github.com/argoproj/argo-cd/issues/27208)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`2daefc0`](https://github.com/argoproj/argo-cd/commit/2daefc045249285ea449095f32f676d4233a24a2): chore(deps): update notifications-engine dependency in release-3.3 to v0.5.1-0.20260316232552-d27ba0152c1c ([#&#8203;27093](https://github.com/argoproj/argo-cd/issues/27093)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) ##### Other work - [`45cbc84`](https://github.com/argoproj/argo-cd/commit/45cbc8421ca30a9777592fcf92bf9ac0f8dd40a1): test(e2e): add e2e tests for reverse deletionOrder when progressive sync enabled (cherry-pick [#&#8203;26673](https://github.com/argoproj/argo-cd/issues/26673) for 3.3) ([#&#8203;27340](https://github.com/argoproj/argo-cd/issues/27340)) ([@&#8203;ranakan19](https://github.com/ranakan19)) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.3.6...v3.3.7> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v3.3.6`](https://github.com/argoproj/argo-cd/releases/tag/v3.3.6) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.3.5...v3.3.6) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.6/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.6/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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`4a823fe`](https://github.com/argoproj/argo-cd/commit/4a823fecf0c2ddcc299629078318d9e705e5c2b6): fix: controller incorrectly detecting diff during app normalization (cherry-pick [#&#8203;27002](https://github.com/argoproj/argo-cd/issues/27002) for 3.3) ([#&#8203;27013](https://github.com/argoproj/argo-cd/issues/27013)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`c5d7748`](https://github.com/argoproj/argo-cd/commit/c5d7748f2e8fc5ebd179f1d2c0708803c1c8780f): fix: wrong installation id returned from cache (cherry-pick [#&#8203;26969](https://github.com/argoproj/argo-cd/issues/26969) for 3.3) ([#&#8203;27027](https://github.com/argoproj/argo-cd/issues/27027)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.3.5...v3.3.6> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v3.3.5`](https://github.com/argoproj/argo-cd/releases/tag/v3.3.5) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.3.4...v3.3.5) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.5/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.5/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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`e53c10c`](https://github.com/argoproj/argo-cd/commit/e53c10caec8be0119bbcc7fa687d6daef62bfcef): fix(UI): show RollingSync step clearly when labels match no step (cherry-pick [#&#8203;26877](https://github.com/argoproj/argo-cd/issues/26877) for 3.3) ([#&#8203;26884](https://github.com/argoproj/argo-cd/issues/26884)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`03dda41`](https://github.com/argoproj/argo-cd/commit/03dda413f0f405275c6f6b1f119fb5be8e891186): fix(ci): add .gitkeep to images dir (cherry-pick [#&#8203;26892](https://github.com/argoproj/argo-cd/issues/26892) for 3.3) ([#&#8203;26911](https://github.com/argoproj/argo-cd/issues/26911)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`ff207a4`](https://github.com/argoproj/argo-cd/commit/ff207a460b34411f755916feded68c9025b09d1a): fix(server): fix find container logic for terminal (cherry-pick [#&#8203;26858](https://github.com/argoproj/argo-cd/issues/26858) for 3.3) ([#&#8203;26934](https://github.com/argoproj/argo-cd/issues/26934)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`06d960d`](https://github.com/argoproj/argo-cd/commit/06d960ddf461286ccaf5fe5ce9f5e0e4767f243b): fix(ui): Improve message on self-healing disabling panel ([#&#8203;26977](https://github.com/argoproj/argo-cd/issues/26977)) (cherry-pick [#&#8203;26978](https://github.com/argoproj/argo-cd/issues/26978) for 3.3) ([#&#8203;26981](https://github.com/argoproj/argo-cd/issues/26981)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`0dc0a66`](https://github.com/argoproj/argo-cd/commit/0dc0a66e7f03034afa28f8da33de01694060c3f4): fix(ui): include \_-prefixed dirs in embedded assets (cherry-pick [#&#8203;26589](https://github.com/argoproj/argo-cd/issues/26589) for 3.3) ([#&#8203;26910](https://github.com/argoproj/argo-cd/issues/26910)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`494b44c`](https://github.com/argoproj/argo-cd/commit/494b44ca5b8af1a1cc6e38fa088e0f2b142763ad): fix: Hook resources not created at PostSync when configured with PreDelete PostDelete hooks (cherry-pick [#&#8203;26996](https://github.com/argoproj/argo-cd/issues/26996) for 3.3) ([#&#8203;26999](https://github.com/argoproj/argo-cd/issues/26999)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`422cabb`](https://github.com/argoproj/argo-cd/commit/422cabb648a65f0854d5068741557f1d0cb0f214): fix: stack overflow when processing circular ownerrefs in resource graph ([#&#8203;26783](https://github.com/argoproj/argo-cd/issues/26783)) (cherry-pick [#&#8203;26790](https://github.com/argoproj/argo-cd/issues/26790) for 3.3) ([#&#8203;26879](https://github.com/argoproj/argo-cd/issues/26879)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Dependency updates - [`476800e`](https://github.com/argoproj/argo-cd/commit/476800e479f19c0fca1f49708053d51c147c7c4c): chore(deps): bump google.golang.org/grpc from 1.77.0 to 1.79.3 for release-3.3 ([#&#8203;26886](https://github.com/argoproj/argo-cd/issues/26886)) ([#&#8203;26953](https://github.com/argoproj/argo-cd/issues/26953)) ([@&#8203;dudinea](https://github.com/dudinea)) ##### Other work - [`ea8a881`](https://github.com/argoproj/argo-cd/commit/ea8a881c143fd49db77265487c05598d2aa9677d): ci: test against k8s 1.35.0 (cherry-pick [#&#8203;26062](https://github.com/argoproj/argo-cd/issues/26062) for 3.3) ([#&#8203;26860](https://github.com/argoproj/argo-cd/issues/26860)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.3.4...v3.3.5> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v3.3.4`](https://github.com/argoproj/argo-cd/releases/tag/v3.3.4) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.3.3...v3.3.4) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.4/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.4/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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`182e4c6`](https://github.com/argoproj/argo-cd/commit/182e4c62b2e2b41212e7c6d2eae0ac206c96fc99): fix(ci): Add missing git-lfs installer checksum for ppc64le (cherry-pick [#&#8203;26835](https://github.com/argoproj/argo-cd/issues/26835) for 3.3) ([#&#8203;26836](https://github.com/argoproj/argo-cd/issues/26836)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`2fcc40a`](https://github.com/argoproj/argo-cd/commit/2fcc40a0fce851063970eaff1d3c59d3b1ab87b1): fix: skip token refresh threshold parsing in unrelated components (cherry-pick 3.3) ([#&#8203;26806](https://github.com/argoproj/argo-cd/issues/26806)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) ##### Documentation - [`01b86e7`](https://github.com/argoproj/argo-cd/commit/01b86e79007678d6cbf7a04f00da35afd3db77c8): docs: clarify cluster version change impact for ClusterGenerator, CMP Plugins and migration ([#&#8203;26851](https://github.com/argoproj/argo-cd/issues/26851)) ([@&#8203;reggie-k](https://github.com/reggie-k)) ##### Other work - [`e164f8c`](https://github.com/argoproj/argo-cd/commit/e164f8c50bf3d363c96c6ac31b50355fc76edf2f): chore: bump otel-sdk (release-3.3) ([#&#8203;26808](https://github.com/argoproj/argo-cd/issues/26808)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.3.3...v3.3.4> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v3.3.3`](https://github.com/argoproj/argo-cd/releases/tag/v3.3.3) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.3.2...v3.3.3) > \[!IMPORTANT] > Following Helm 3.19.0 change in how Helm interprets K8s cluster version, Argo CD `3.3.3` release contains a change that aligns how Argo CD interprets K8s cluster version with Helm behavior. > > Impact: Application Sets with Cluster Generators, that fetch clusters based on their Kubernetes version and use `argocd.argoproj.io/auto-label-cluster-info` on the cluster secret, need to be updated to use `argocd.argoproj.io/kubernetes-version` with the `vMajor.Minor.Patch` format instead of the previous `Major.Minor` format. > > More details here: <https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/3.2-3.3/#cluster-version-format-change> #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.3/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.3/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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`6224d67`](https://github.com/argoproj/argo-cd/commit/6224d6787e11f06b2b259de8548787e59acfd839): fix(actions): Use correct annotation for CNPG suspend/resume (cherry-pick [#&#8203;26711](https://github.com/argoproj/argo-cd/issues/26711) for 3.3) ([#&#8203;26727](https://github.com/argoproj/argo-cd/issues/26727)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`968c633`](https://github.com/argoproj/argo-cd/commit/968c6338a706911a7d63e08986de60ac15b81514): fix(controller): handle comma-separated hook annotations for PreDelete/PostDelete hooks (cherry-pick [#&#8203;26420](https://github.com/argoproj/argo-cd/issues/26420) for 3.3) ([#&#8203;26586](https://github.com/argoproj/argo-cd/issues/26586)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`4411801`](https://github.com/argoproj/argo-cd/commit/4411801980b1594907b9c9bb524188be519fe405): fix(health): use note.drySha when available (cherry-pick [#&#8203;26698](https://github.com/argoproj/argo-cd/issues/26698) for 3.3) ([#&#8203;26750](https://github.com/argoproj/argo-cd/issues/26750)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`3d3760f`](https://github.com/argoproj/argo-cd/commit/3d3760f4b4cc63c4a347c4824e97f7416954a378): fix(ui): standard resource icons are not displayed properly.[#&#8203;26216](https://github.com/argoproj/argo-cd/issues/26216) (cherry-pick [#&#8203;26228](https://github.com/argoproj/argo-cd/issues/26228) for 3.3) ([#&#8203;26380](https://github.com/argoproj/argo-cd/issues/26380)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`c6df35d`](https://github.com/argoproj/argo-cd/commit/c6df35db8eca91ba87e371fbd2a13a97b0db4bab): fix: consistency of kubeversion with helm version 3 3 ([#&#8203;26744](https://github.com/argoproj/argo-cd/issues/26744)) ([@&#8203;ppapapetrou76](https://github.com/ppapapetrou76)) - [`5e19021`](https://github.com/argoproj/argo-cd/commit/5e190219c9cb885fae6d2ae0ecfe1961fea8b70b): fix: multi-level cross-namespace hierarchy traversal for cluster-scop… ([#&#8203;26640](https://github.com/argoproj/argo-cd/issues/26640)) ([@&#8203;agaudreault](https://github.com/agaudreault)) ##### Other work - [`c61c593`](https://github.com/argoproj/argo-cd/commit/c61c5931ce6584abb3dbb02f1c512fcbb2873c6a): chore: use base ref for cherry-pick prs (cherry-pick [#&#8203;26551](https://github.com/argoproj/argo-cd/issues/26551) for 3.3) ([#&#8203;26553](https://github.com/argoproj/argo-cd/issues/26553)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.3.2...v3.3.3> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v3.3.2`](https://github.com/argoproj/argo-cd/releases/tag/v3.3.2) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.3.1...v3.3.2) > \[!IMPORTANT] > Before upgrading all types of Argo CD installations to this release, please read the upgrade guide first: > <https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/3.2-3.3/#breaking-changes> > > **Upgrading Argo CD which is managing itself** > > Users who have an Argo CD Application that manages their Argo CD installation, must enable `ServerSideApply=true` sync option on this Application in order for the upgrade to succeed. > > The issue with `failed to perform client-side apply migration` that existed on version `3.3.0` and `3.3.1` has been solved in this release: [#&#8203;26279](https://github.com/argoproj/argo-cd/issues/26279) > > For users who have previously upgraded to Argo CD `3.3.0`or `3.3.1` and applied the temporary remediation of `ClientSideApplyMigration=false` sync option on the Application that manages their Argo CD, are required to remove this setting to restore the default behavior of performing the migration. > The reason for removing the `ClientSideApplyMigration=false` sync option is that it may cause conflicts between Argo CD K8s field manager and other field managers at a later point in time. > > More details here: > <https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#client-side-apply-migration> #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.2/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`67c2319`](https://github.com/argoproj/argo-cd/commit/67c23193c4dc23defb4cad555ba975cf501ba1b0): fix: use csapgrade to patch managedFields for client-side apply migration (cherry-pick [#&#8203;26289](https://github.com/argoproj/argo-cd/issues/26289) for 3.3) ([#&#8203;26516](https://github.com/argoproj/argo-cd/issues/26516)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Documentation - [`1bf62ae`](https://github.com/argoproj/argo-cd/commit/1bf62aea1991a772769b110d8a10e8d56a3c1eb2): docs: instruct to enable ClientSideApplyMigration in 3.3.2 (cherry-pick [#&#8203;26547](https://github.com/argoproj/argo-cd/issues/26547) for 3.3) ([#&#8203;26549](https://github.com/argoproj/argo-cd/issues/26549)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.3.1...v3.3.2> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v3.3.1`](https://github.com/argoproj/argo-cd/releases/tag/v3.3.1) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.3.0...v3.3.1) > \[!IMPORTANT] > Before upgrading all types of Argo CD installations to this release, please read the upgrade guide first: > <https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/3.2-3.3/#breaking-changes> > > **Upgrading Argo CD which is managing itself** > > Users who have an Argo CD Application that manages their Argo CD installation, must enable `ServerSideApply=true` sync option on this Application in order for the upgrade to succeed. > > In some cases, there may be a sync error like `Failed to perform client-side apply migration: failed to perform client-side apply migration on manager kubectl-client-side-apply`. > > We are currently working on a long-term fix to this issue, the progress can be tracked here: [#&#8203;26279](https://github.com/argoproj/argo-cd/issues/26279) > > A temporary remediation is to additionally set the `ClientSideApplyMigration=false` sync option on this Application. This solution is temporary and not recommended for the long run because it may result in conflicts between Argo CD K8s field manager and other field managers at a later point in time, and if you use it, you will need to remove it after the above issue is fixed. > > More details here: > <https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#client-side-apply-migration> #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.1/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.1/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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`8449d9a`](https://github.com/argoproj/argo-cd/commit/8449d9a0f32571e10c9e04228501930a97e36661): fix(server): OIDC config via secrets fails ([#&#8203;18269](https://github.com/argoproj/argo-cd/issues/18269)) (cherry-pick [#&#8203;26214](https://github.com/argoproj/argo-cd/issues/26214) for 3.3) ([#&#8203;26423](https://github.com/argoproj/argo-cd/issues/26423)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`d0b2a6c`](https://github.com/argoproj/argo-cd/commit/d0b2a6cfd7b28a32869327343c304992ae052ed8): fix: Fix excessive ls-remote requests on monorepos with Auto Sync enabled apps (26277) (cherry-pick [#&#8203;26278](https://github.com/argoproj/argo-cd/issues/26278) for 3.3) ([#&#8203;26372](https://github.com/argoproj/argo-cd/issues/26372)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`e464f6a`](https://github.com/argoproj/argo-cd/commit/e464f6ae43f91a5ecd69ff36b88d679af0839faa): fix: AppProject finalizer should consider apps in all allowed namespaces ([#&#8203;24347](https://github.com/argoproj/argo-cd/issues/24347)) (cherry-pick [#&#8203;26416](https://github.com/argoproj/argo-cd/issues/26416) for 3.3) ([#&#8203;26480](https://github.com/argoproj/argo-cd/issues/26480)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`445916f`](https://github.com/argoproj/argo-cd/commit/445916fdb0e1221869b868fc0ee493ac5ce4779a): fix: compressedLayerExtracterStore+isCompressedLayer - allow tar.gzip suffixes (cherry-pick [#&#8203;26355](https://github.com/argoproj/argo-cd/issues/26355) for 3.3) ([#&#8203;26376](https://github.com/argoproj/argo-cd/issues/26376)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Dependency updates - [`6126798`](https://github.com/argoproj/argo-cd/commit/61267982abf59e3ac55ce913198565da061ce986): chore(deps): Upgrade Kustomize to 5.8.1 (cherry-pick [#&#8203;26367](https://github.com/argoproj/argo-cd/issues/26367) for 3.3) ([#&#8203;26369](https://github.com/argoproj/argo-cd/issues/26369)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Other work - [`92df21c`](https://github.com/argoproj/argo-cd/commit/92df21cfc02acfe2c931e0c9a55a52c964ce1e95): chore(appset): cherry-pick basic progressive sync e2e tests ([#&#8203;26092](https://github.com/argoproj/argo-cd/issues/26092)) ([#&#8203;26191](https://github.com/argoproj/argo-cd/issues/26191)) ([@&#8203;ranakan19](https://github.com/ranakan19)) - [`4b0a2c0`](https://github.com/argoproj/argo-cd/commit/4b0a2c0ef29bc60207f99dc0bdd29ce50aef25d6): chore: bumps ubuntu base docker image to 25.10 (cherry-pick [#&#8203;25758](https://github.com/argoproj/argo-cd/issues/25758) for 3.3) ([#&#8203;26436](https://github.com/argoproj/argo-cd/issues/26436)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`273683b`](https://github.com/argoproj/argo-cd/commit/273683b6473eeb9a31593eb2be51379b54846084): chore: placate Sonar by ignoring testdata files (cherry-pick [#&#8203;26371](https://github.com/argoproj/argo-cd/issues/26371) for 3.3) ([#&#8203;26377](https://github.com/argoproj/argo-cd/issues/26377)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`8df5e96`](https://github.com/argoproj/argo-cd/commit/8df5e96981410dc8c78617252ad5353bb8ae20b4): test(e2e): CMP test fails locally on Mac (cherry-pick [#&#8203;25901](https://github.com/argoproj/argo-cd/issues/25901) for 3.3) ([#&#8203;26340](https://github.com/argoproj/argo-cd/issues/26340)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`2449314`](https://github.com/argoproj/argo-cd/commit/24493145a6befae7b85402adcf0b3395dc5d54a9): test(e2e): add isolation by ensuring unique name (cherry-pick [#&#8203;25724](https://github.com/argoproj/argo-cd/issues/25724) for 3.3) ([#&#8203;26287](https://github.com/argoproj/argo-cd/issues/26287)) ([@&#8203;ranakan19](https://github.com/ranakan19)) - [`c4f0cd3`](https://github.com/argoproj/argo-cd/commit/c4f0cd3e84ffbb08bdfa9b24f69995f316ed0119): test(e2e): configurable tmp dir locally ([#&#8203;25780](https://github.com/argoproj/argo-cd/issues/25780)) ([#&#8203;26339](https://github.com/argoproj/argo-cd/issues/26339)) ([@&#8203;ranakan19](https://github.com/ranakan19)) - [`55d0d09`](https://github.com/argoproj/argo-cd/commit/55d0d098028a29a000b58af51c129f1c07cd687f): test(e2e): fix TestDeletionConfirmation flakiness (cherry-pick [#&#8203;25902](https://github.com/argoproj/argo-cd/issues/25902) for 3.3) ([#&#8203;26284](https://github.com/argoproj/argo-cd/issues/26284)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`6f270cc`](https://github.com/argoproj/argo-cd/commit/6f270cc8f4badeabfabe10a1a3948801c6852021): test(e2e): oras binary not found locally if not installed in path (cherry-pick [#&#8203;25751](https://github.com/argoproj/argo-cd/issues/25751) for 3.3) ([#&#8203;26337](https://github.com/argoproj/argo-cd/issues/26337)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`54f2916`](https://github.com/argoproj/argo-cd/commit/54f29167a63c061b7d2d8259051e3d00bcc60a1d): test(e2e): unstable CMP e2e test when running locally (cherry-pick [#&#8203;25752](https://github.com/argoproj/argo-cd/issues/25752) for 3.3) ([#&#8203;26288](https://github.com/argoproj/argo-cd/issues/26288)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`0038fce`](https://github.com/argoproj/argo-cd/commit/0038fce14d04295cea3dd10a0b50b4ff8eda853b): test(e2e): update local certs so they are valid on MacOS (cherry-pick [#&#8203;25864](https://github.com/argoproj/argo-cd/issues/25864) for 3.3) ([#&#8203;26338](https://github.com/argoproj/argo-cd/issues/26338)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.3.0...v3.3.1> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v3.3.0`](https://github.com/argoproj/argo-cd/releases/tag/v3.3.0) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.2.12...v3.3.0) > \[!IMPORTANT] > Before upgrading all types of Argo CD installations to this release, please read the upgrade guide first: > <https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/3.2-3.3/#breaking-changes> > > **Upgrading Argo CD which is managing itself** > > Users who have an Argo CD Application that manages their Argo CD installation, must enable `ServerSideApply=true` sync option on this Application in order for the upgrade to succeed. > > In some cases, there may be a sync error like `Failed to perform client-side apply migration: failed to perform client-side apply migration on manager kubectl-client-side-apply`. > > We are currently working on a long-term fix to this issue, the progress can be tracked here: [#&#8203;26279](https://github.com/argoproj/argo-cd/issues/26279) > > A temporary remediation is to additionally set the `ClientSideApplyMigration=false` sync option on this Application. This solution is temporary and not recommended for the long run because it may result in conflicts between Argo CD K8s field manager and other field managers at a later point in time, and if you use it, you will need to remove it after the above issue is fixed. > > More details here: > <https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#client-side-apply-migration> #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.0/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.0/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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-3-3-release-candidate-00e99f7b7daa). #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Features - [`ce2fb70`](https://github.com/argoproj/argo-cd/commit/ce2fb703a6a7b5e0b5e8ee3e1f1b34747dcec844): Revert "feat: Ability to create custom labels for namespaces created … ([#&#8203;455](https://github.com/argoproj/argo-cd/issues/455)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`e50dd00`](https://github.com/argoproj/argo-cd/commit/e50dd008fd009121bd8429dc348ebba84e41ff64): feat(actions): Add cloudnativepg reload, restart, promote, suspend and resume actions ([#&#8203;24192](https://github.com/argoproj/argo-cd/issues/24192)) ([@&#8203;rouke-broersma](https://github.com/rouke-broersma)) - [`3ee16c0`](https://github.com/argoproj/argo-cd/commit/3ee16c08600668a62beb08218b45574b4f982c03): feat(actions): PullRequest merge action ([#&#8203;24823](https://github.com/argoproj/argo-cd/issues/24823)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`0c77f3c`](https://github.com/argoproj/argo-cd/commit/0c77f3ca1ff6e8ff8c0871299f01106723f2f45c): feat(actions): add icons to apps actions ([#&#8203;25343](https://github.com/argoproj/argo-cd/issues/25343)) ([#&#8203;25344](https://github.com/argoproj/argo-cd/issues/25344)) ([@&#8203;rickbrouwer](https://github.com/rickbrouwer)) - [`a64933f`](https://github.com/argoproj/argo-cd/commit/a64933f11ddd7536fbb4c6254e714737d2ce30e7): feat(actions): add pause action for KEDA ScaledObject and ScaledJob ([#&#8203;25301](https://github.com/argoproj/argo-cd/issues/25301)) ([#&#8203;25302](https://github.com/argoproj/argo-cd/issues/25302)) ([@&#8203;rickbrouwer](https://github.com/rickbrouwer)) - [`97d50a1`](https://github.com/argoproj/argo-cd/commit/97d50a14a6be916a8b68f8bce5f39f3b19d81899): feat(appset): add pprof endpoints ([#&#8203;25044](https://github.com/argoproj/argo-cd/issues/25044)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`482440b`](https://github.com/argoproj/argo-cd/commit/482440b1315b8b5c617e712ec715fecd0b55d90f): feat(appset): use clone instead of replace on sprig templates to reduce function copies ([#&#8203;25576](https://github.com/argoproj/argo-cd/issues/25576)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`64421a7`](https://github.com/argoproj/argo-cd/commit/64421a7acc88915faa315691d6aed594da41a1f9): feat(ci): add run failure link to cherry pick comment ([#&#8203;24838](https://github.com/argoproj/argo-cd/issues/24838)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`4678361`](https://github.com/argoproj/argo-cd/commit/46783614d5a10feb671d5c55e9c8e74f22be4560): feat(cli): Add additional examples to `proj list` command ([#&#8203;25169](https://github.com/argoproj/argo-cd/issues/25169)) ([@&#8203;onasser1](https://github.com/onasser1)) - [`ac12ab9`](https://github.com/argoproj/argo-cd/commit/ac12ab91f3a25f782f0658c0e25880bd8bf9b5ad): feat(cli): Updated CLI to show Plugins during tab completion ([#&#8203;24758](https://github.com/argoproj/argo-cd/issues/24758)) ([@&#8203;christianh814](https://github.com/christianh814)) - [`53c3542`](https://github.com/argoproj/argo-cd/commit/53c35423ab701a674d35d76ae4f3b0a3d9f44140): feat(cli): add powershell completion ([#&#8203;25595](https://github.com/argoproj/argo-cd/issues/25595)) ([@&#8203;onasser1](https://github.com/onasser1)) - [`f866959`](https://github.com/argoproj/argo-cd/commit/f866959fe1eb596fc381f68e688a010a159980cb): feat(cli): added support for filtering by group in app get-resource CLI command ([#&#8203;25495](https://github.com/argoproj/argo-cd/issues/25495)) ([@&#8203;sabre1041](https://github.com/sabre1041)) - [`ac1a2f8`](https://github.com/argoproj/argo-cd/commit/ac1a2f8536701cc23684632a2d1bc3b20408b1a8): feat(health): add grafana-org-operator Health ([#&#8203;25662](https://github.com/argoproj/argo-cd/issues/25662)) ([@&#8203;sathieu](https://github.com/sathieu)) - [`0c6fa28`](https://github.com/argoproj/argo-cd/commit/0c6fa288c2ad172cda5d0f8a03460c625681a80a): feat(hydrator): add inline parameter support to Source Hydrator ([#&#8203;24228](https://github.com/argoproj/argo-cd/issues/24228)) ([#&#8203;24277](https://github.com/argoproj/argo-cd/issues/24277)) ([@&#8203;sangyeong01](https://github.com/sangyeong01)) - [`dea7ead`](https://github.com/argoproj/argo-cd/commit/dea7ead9a3ca3ea9e7093e927b209b946c3a4dd4): feat(hydrator): avoid unnecessary repo-server calls ([#&#8203;25150](https://github.com/argoproj/argo-cd/issues/25150)) ([@&#8203;pbhatnagar-oss](https://github.com/pbhatnagar-oss)) - [`6cd30d3`](https://github.com/argoproj/argo-cd/commit/6cd30d3b997cc4d8776059dc4cd1448652f50275): feat(hydrator): don't push commits if manifests don't change ([#&#8203;25056](https://github.com/argoproj/argo-cd/issues/25056)) ([@&#8203;pbhatnagar-oss](https://github.com/pbhatnagar-oss)) - [`fe02a8f`](https://github.com/argoproj/argo-cd/commit/fe02a8f410b2ad37bd7faacbaec4668018628f64): feat(redis): Secrets credentials via volume mount ([#&#8203;24597](https://github.com/argoproj/argo-cd/issues/24597)) ([@&#8203;Mangaal](https://github.com/Mangaal)) - [`bbc3e99`](https://github.com/argoproj/argo-cd/commit/bbc3e99aa424d404b78ad862d10e8cd76bb267ce): feat(repo): add support for github app authentication without installationid ([#&#8203;25339](https://github.com/argoproj/argo-cd/issues/25339)) ([#&#8203;25374](https://github.com/argoproj/argo-cd/issues/25374)) ([@&#8203;pbhatnagar-oss](https://github.com/pbhatnagar-oss)) - [`1ae13b2`](https://github.com/argoproj/argo-cd/commit/1ae13b2896e9668662324753c6c41239956778ca): feat(ui): conditionally render app view extensions ([#&#8203;25132](https://github.com/argoproj/argo-cd/issues/25132)) ([@&#8203;jwinters01](https://github.com/jwinters01)) - [`afaf16b`](https://github.com/argoproj/argo-cd/commit/afaf16b80847e9dfde3e61131e279178875ab926): feat(ui): hide sync option 'replace' if sync with replace is disabled in the server (issue no. [#&#8203;22625](https://github.com/argoproj/argo-cd/issues/22625)) ([#&#8203;22647](https://github.com/argoproj/argo-cd/issues/22647)) ([@&#8203;jan-mrm](https://github.com/jan-mrm)) - [`528482c`](https://github.com/argoproj/argo-cd/commit/528482c87ab011894f503ff5c287bf3769b3dc15): feat(ui): implement abstraction layer for appset ui support ([#&#8203;24916](https://github.com/argoproj/argo-cd/issues/24916)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`b74c7aa`](https://github.com/argoproj/argo-cd/commit/b74c7aa31f5f3c49508f56a1819ecdac0f8727c2): feat(ui): improve sync warnings ([#&#8203;25524](https://github.com/argoproj/argo-cd/issues/25524)) ([@&#8203;jwinters01](https://github.com/jwinters01)) - [`90b3e85`](https://github.com/argoproj/argo-cd/commit/90b3e856a6d6d462baf8d9490496dae50e2b20f9): feat(ui): support custom icons ([#&#8203;20864](https://github.com/argoproj/argo-cd/issues/20864)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`a56a803`](https://github.com/argoproj/argo-cd/commit/a56a8030319ee3af0f6287865133403f8f9ad380): feat: Ability to create custom labels for namespaces created with syncOptions CreateNamespace ([#&#8203;443](https://github.com/argoproj/argo-cd/issues/443)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`9ab0b2e`](https://github.com/argoproj/argo-cd/commit/9ab0b2ecae9688e8fb317521d618c73973a073c7): feat: Add ability to hide certain annotations on secret resources ([#&#8203;577](https://github.com/argoproj/argo-cd/issues/577)) ([@&#8203;svghadi](https://github.com/svghadi)) - [`9ee5cca`](https://github.com/argoproj/argo-cd/commit/9ee5cca38b84524c701b75f1cea3611b9e857dbe): feat: Add health check for Ceph CRD ([#&#8203;24111](https://github.com/argoproj/argo-cd/issues/24111)) ([@&#8203;afarbos](https://github.com/afarbos)) - [`51c9add`](https://github.com/argoproj/argo-cd/commit/51c9add05d9bc8f8fafc1631968eb853db53a904): feat: Add health checks for ServiceBinding and ServiceInstance ([#&#8203;25007](https://github.com/argoproj/argo-cd/issues/25007)) ([@&#8203;dzahariev](https://github.com/dzahariev)) - [`8c890d4`](https://github.com/argoproj/argo-cd/commit/8c890d4285c7c805960cee8035a3515e4503c484): feat: Add impersonation support for App finalizer deletion ([#&#8203;24524](https://github.com/argoproj/argo-cd/issues/24524)) ([@&#8203;ccjette-logmein](https://github.com/ccjette-logmein)) - [`ed537d5`](https://github.com/argoproj/argo-cd/commit/ed537d5f3fb605b2a943e69367b9537be86db282): feat: Add path flag to ArgoCD CLI app list ([#&#8203;24834](https://github.com/argoproj/argo-cd/issues/24834)) ([@&#8203;onasser1](https://github.com/onasser1)) - [`1c4ef33`](https://github.com/argoproj/argo-cd/commit/1c4ef336872ce4f30cf2b9134e7f8bcf57c3c813): feat: Add server-side apply manager config ([#&#8203;418](https://github.com/argoproj/argo-cd/issues/418)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`7493226`](https://github.com/argoproj/argo-cd/commit/7493226dda5b7d2190a8f4255cc8a2f9a7fdceb0): feat: Add support for HPA v2 (autoscaling/v2) ([#&#8203;411](https://github.com/argoproj/argo-cd/issues/411)) ([@&#8203;EppO](https://github.com/EppO)) - [`1a6973a`](https://github.com/argoproj/argo-cd/commit/1a6973af2d909cdf2bd9d1ddbcaaeb66e5085abb): feat: Add the ability to not autogenerate external URLs from ingress object ([#&#8203;13705](https://github.com/argoproj/argo-cd/issues/13705)) ([#&#8203;25383](https://github.com/argoproj/argo-cd/issues/25383)) ([@&#8203;rkevin-arch](https://github.com/rkevin-arch)) - [`ed7c77a`](https://github.com/argoproj/argo-cd/commit/ed7c77a9290bd4ee55107f23e12c0fc71ca10be9): feat: Apply out of sync option only ([#&#8203;533](https://github.com/argoproj/argo-cd/issues/533)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`d65e9d9`](https://github.com/argoproj/argo-cd/commit/d65e9d92277d8b60e70aaf51ce5711087d271050): feat: Enable SkipDryRunOnMissingResource sync option on Application level ([#&#8203;712](https://github.com/argoproj/argo-cd/issues/712)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`aba3819`](https://github.com/argoproj/argo-cd/commit/aba38192fb16c35a6731717d81454a219565bcce): feat: Implement Server-Side Diffs ([#&#8203;522](https://github.com/argoproj/argo-cd/issues/522)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`6b2984e`](https://github.com/argoproj/argo-cd/commit/6b2984ebc47085852a7b63a0fd0b73c52e986217): feat: More optimal IterateHierarchyV2 and iterateChildrenV2 \[[#&#8203;600](https://github.com/argoproj/argo-cd/issues/600)] ([#&#8203;601](https://github.com/argoproj/argo-cd/issues/601)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`4eb3ca3`](https://github.com/argoproj/argo-cd/commit/4eb3ca3feefbd6aa3cd800ef6a6ba396b8e70f05): feat: Namespace/CRD creation should happen before PreSync phase ([#&#8203;159](https://github.com/argoproj/argo-cd/issues/159)) ( <>) - [`3bf3d8a`](https://github.com/argoproj/argo-cd/commit/3bf3d8a2124e772ac651f3fd42375c4e9b8008af): feat: PreDelete hooks support (Issue [#&#8203;13975](https://github.com/argoproj/argo-cd/issues/13975)) ([#&#8203;22288](https://github.com/argoproj/argo-cd/issues/22288)) ([@&#8203;pedro-cs-ribeiro](https://github.com/pedro-cs-ribeiro)) - [`5fd9f44`](https://github.com/argoproj/argo-cd/commit/5fd9f449e75774f6b2b7b1ff137c7759e075e385): feat: Prune resources in reverse of sync wave order ([#&#8203;538](https://github.com/argoproj/argo-cd/issues/538)) ([@&#8203;svghadi](https://github.com/svghadi)) - [`e360551`](https://github.com/argoproj/argo-cd/commit/e360551b19d58b133fb3e98ce420bd696b76176c): feat: Support for retries when building up cluster cache ([#&#8203;374](https://github.com/argoproj/argo-cd/issues/374)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`e56739c`](https://github.com/argoproj/argo-cd/commit/e56739ceba00848d6e8a6ba8eb935ca3b5c800dc): feat: add CreateResource to kubectl ([#&#8203;12174](https://github.com/argoproj/argo-cd/issues/12174) and [#&#8203;4116](https://github.com/argoproj/argo-cd/issues/4116)) ([#&#8203;516](https://github.com/argoproj/argo-cd/issues/516)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`0b4199b`](https://github.com/argoproj/argo-cd/commit/0b4199b0013509f6a076ebb555842a5aabd338a6): feat: add FindResources method that allows to find any resource in cache ([#&#8203;204](https://github.com/argoproj/argo-cd/issues/204)) ( <>) - [`f9456de`](https://github.com/argoproj/argo-cd/commit/f9456de217f8fb8893d09998bab0d8efff95f4fd): feat: add GvkParser in cluster cache ([#&#8203;404](https://github.com/argoproj/argo-cd/issues/404)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`1b08fd1`](https://github.com/argoproj/argo-cd/commit/1b08fd100453e10506bf033967a89893d26b5976): feat: add ability to use shallow clone for repositories ([#&#8203;24931](https://github.com/argoproj/argo-cd/issues/24931)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`d8b1a12`](https://github.com/argoproj/argo-cd/commit/d8b1a12ce68f163f75b2d4e03ce09d63447d62a5): feat: add basic support for server-side apply ([#&#8203;363](https://github.com/argoproj/argo-cd/issues/363)) ([@&#8203;sathieu](https://github.com/sathieu)) - [`bfac3f5`](https://github.com/argoproj/argo-cd/commit/bfac3f53c9ba606f109c50cfb962f9d2b2c194b8): feat: add creation timestamp ([#&#8203;87](https://github.com/argoproj/argo-cd/issues/87)) ([@&#8203;taisho6339](https://github.com/taisho6339)) - [`9664cf8`](https://github.com/argoproj/argo-cd/commit/9664cf81236b0ac7551992dd37425c769beca3cc): feat: add profile feature for agent, and fix logr's panic ([#&#8203;444](https://github.com/argoproj/argo-cd/issues/444)) ([@&#8203;alswl](https://github.com/alswl)) - [`f6f1a42`](https://github.com/argoproj/argo-cd/commit/f6f1a424924c3e455fb2ea7c10cc6c63adc9eda7): feat: add status.resourcesCount field to appset and change limit default ([#&#8203;24698](https://github.com/argoproj/argo-cd/issues/24698)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`c7bab2e`](https://github.com/argoproj/argo-cd/commit/c7bab2eeca221d0a32b47df49af517f6d3ac1c7c): feat: add support split yaml that return actual yamls ([#&#8203;346](https://github.com/argoproj/argo-cd/issues/346)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`ed70eac`](https://github.com/argoproj/argo-cd/commit/ed70eac8b7bd6b2f276502398fdbccccab5d189a): feat: add sync delete option ([#&#8203;507](https://github.com/argoproj/argo-cd/issues/507)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`aae8ded`](https://github.com/argoproj/argo-cd/commit/aae8ded161136ccc01cf5f21a99815a15ec2410f): feat: added cascade option to DeleteResource - argo-cd [#&#8203;5368](https://github.com/argoproj/argo-cd/issues/5368) ([#&#8203;220](https://github.com/argoproj/argo-cd/issues/220)) ([@&#8203;ishitasequeira](https://github.com/ishitasequeira)) - [`0000f05`](https://github.com/argoproj/argo-cd/commit/0000f05c38a01299ab292dd712acfa00d6d4db99): feat: adds various OCI metrics ([#&#8203;25493](https://github.com/argoproj/argo-cd/issues/25493)) ([@&#8203;ppapapetrou76](https://github.com/ppapapetrou76)) - [`e77acec`](https://github.com/argoproj/argo-cd/commit/e77acec858edf8a88b9ae7925ce799845bc2a5cc): feat: allow limiting clusterResourceWhitelist by resource name ([#&#8203;12208](https://github.com/argoproj/argo-cd/issues/12208)) ([#&#8203;24674](https://github.com/argoproj/argo-cd/issues/24674)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`09e5225`](https://github.com/argoproj/argo-cd/commit/09e5225f847266a4f4a3cdc984795bec0e96d804): feat: application resource deletion protection ([#&#8203;630](https://github.com/argoproj/argo-cd/issues/630)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`69dfa70`](https://github.com/argoproj/argo-cd/commit/69dfa708a69153722bec2bac69ad7d8ddc8b0f88): feat: auto migrate kubectl-client-side-apply fields for SSA ([#&#8203;727](https://github.com/argoproj/argo-cd/issues/727)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`187312f`](https://github.com/argoproj/argo-cd/commit/187312fe86ed627b1cf4147c13dccf9ff331424b): feat: auto respect rbac for discovery/sync ([#&#8203;532](https://github.com/argoproj/argo-cd/issues/532)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`bc9ce57`](https://github.com/argoproj/argo-cd/commit/bc9ce5764fa306f58cf59199a94f6c968c775a2d): feat: better error message for sync operations ([#&#8203;336](https://github.com/argoproj/argo-cd/issues/336)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`9163758`](https://github.com/argoproj/argo-cd/commit/916375861ee2e3773e1d5e07b5bda78687d3b6f7): feat: cluster cache should expose synchronization error ([#&#8203;32](https://github.com/argoproj/argo-cd/issues/32)) ( <>) - [`ae94ad9`](https://github.com/argoproj/argo-cd/commit/ae94ad9510e8514dbaf4ebbd40f1ce06fc53c018): feat: configurable watch resync timeout. ability to disable cluster resync ([#&#8203;353](https://github.com/argoproj/argo-cd/issues/353)) ([@&#8203;jessesuen](https://github.com/jessesuen)) - [`3c54508`](https://github.com/argoproj/argo-cd/commit/3c545080c935de52c5e6d919468c0cb21d91b613): feat: create namespace ([#&#8203;94](https://github.com/argoproj/argo-cd/issues/94)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`ddce93c`](https://github.com/argoproj/argo-cd/commit/ddce93cfdd5d23769d0b2e19f0887775d1110b40): feat: cross namespace hierarchy traversal from cluster-scoped parents to namespaced children (fixes [#&#8203;24379](https://github.com/argoproj/argo-cd/issues/24379)) ([#&#8203;24847](https://github.com/argoproj/argo-cd/issues/24847)) ([@&#8203;jcogilvie](https://github.com/jcogilvie)) - [`92a3433`](https://github.com/argoproj/argo-cd/commit/92a343356268f7ba28d8567975804cea02c2e55e): feat: detect PVC StatefulSet ownership ([#&#8203;112](https://github.com/argoproj/argo-cd/issues/112)) ( <>) - [`4ea93db`](https://github.com/argoproj/argo-cd/commit/4ea93dbdc002e8171180f65495a54996355595ba): feat: enable forks to release and publish to custom quay registries ([#&#8203;25365](https://github.com/argoproj/argo-cd/issues/25365)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`ddc92c9`](https://github.com/argoproj/argo-cd/commit/ddc92c9bdbe942400291bb5c1e7445cbd1ba9aa6): feat: expose APIGroups in GetClusterInfo ([#&#8203;283](https://github.com/argoproj/argo-cd/issues/283)) ( <>) - [`762cb1b`](https://github.com/argoproj/argo-cd/commit/762cb1bc26e56b5413d86757a51040bd2e10205e): feat: expose all kubernetes resources in cluster info ([#&#8203;337](https://github.com/argoproj/argo-cd/issues/337)) ( <>) - [`8aefb18`](https://github.com/argoproj/argo-cd/commit/8aefb1843342e16a0c96ef4005e880b972226f96): feat: expose cluster sync retry timeout ([#&#8203;373](https://github.com/argoproj/argo-cd/issues/373)) ([@&#8203;yeya24](https://github.com/yeya24)) - [`e58bdf2`](https://github.com/argoproj/argo-cd/commit/e58bdf2f87b5b60a05fde0b7837779061b170c08): feat: implement KEDA scaledJob health-checks ([#&#8203;25106](https://github.com/argoproj/argo-cd/issues/25106)) ([@&#8203;rickbrouwer](https://github.com/rickbrouwer)) - [`cd2e16d`](https://github.com/argoproj/argo-cd/commit/cd2e16da1adb66d7e732f7415fe3f6bb7462c117): feat: implement gitops-agent ([#&#8203;37](https://github.com/argoproj/argo-cd/issues/37)) ( <>) - [`605958d`](https://github.com/argoproj/argo-cd/commit/605958d429a4c7e52e4e396e30c1b7c868a49065): feat: improve memory consumption limiting ([#&#8203;100](https://github.com/argoproj/argo-cd/issues/100)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`344b1bc`](https://github.com/argoproj/argo-cd/commit/344b1bcfc2282b4afc7e8d7475dec00f5d42f542): feat: improve sync operation messages ([#&#8203;84](https://github.com/argoproj/argo-cd/issues/84)) ( <>) - [`cfdefa4`](https://github.com/argoproj/argo-cd/commit/cfdefa46b20c33a0ac31fc5e7c2c118c97ba9ccc): feat: introduce SyncWaveHook callbacks invoked after applying each sync wave ([#&#8203;177](https://github.com/argoproj/argo-cd/issues/177)) ([@&#8203;jessesuen](https://github.com/jessesuen)) - [`5c6aa59`](https://github.com/argoproj/argo-cd/commit/5c6aa59ed3a4275f3819dc8f021ba9d6c3acf504): feat: oidc background token refresh ([#&#8203;23727](https://github.com/argoproj/argo-cd/issues/23727)) ([@&#8203;devopsjedi](https://github.com/devopsjedi)) - [`82f0935`](https://github.com/argoproj/argo-cd/commit/82f09353636829cb3c0335ed21b0e0d889fdb16e): feat: prune last ([#&#8203;203](https://github.com/argoproj/argo-cd/issues/203)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`c0c2dd1`](https://github.com/argoproj/argo-cd/commit/c0c2dd1f6f487c46a25d3d3caaad7fec06667728): feat: retry with client side dry run if server one was failed ([#&#8203;548](https://github.com/argoproj/argo-cd/issues/548)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`c617562`](https://github.com/argoproj/argo-cd/commit/c61756277bf9f44dc2ec9ca3c4bfe4ec388832de): feat: return images from resources when sync occurs ([#&#8203;642](https://github.com/argoproj/argo-cd/issues/642)) ([@&#8203;Aaron-9900](https://github.com/Aaron-9900)) - [`7669da6`](https://github.com/argoproj/argo-cd/commit/7669da6c3e94002bdc056a62a2b0eaac91e5c7f6): feat: split refresh button with dropdown for hard refresh ([#&#8203;25445](https://github.com/argoproj/argo-cd/issues/25445)) ([@&#8203;choejwoo](https://github.com/choejwoo)) - [`89ddd0d`](https://github.com/argoproj/argo-cd/commit/89ddd0dffbc91086db7295f1c8806e3508c6a905): feat: support 'Replace=true' sync option ([#&#8203;246](https://github.com/argoproj/argo-cd/issues/246)) ( <>) - [`11d47a6`](https://github.com/argoproj/argo-cd/commit/11d47a621575a95782fe2bd0f6332ddc01960ac1): feat: support configuring cluster cache re-sync timeout ([#&#8203;107](https://github.com/argoproj/argo-cd/issues/107)) ( <>) - [`723667d`](https://github.com/argoproj/argo-cd/commit/723667dff7d5cd02635b8f66cb2b2082855dbb08): feat: support exiting early from IterateHierarchy method ([#&#8203;388](https://github.com/argoproj/argo-cd/issues/388)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`e8cfb83`](https://github.com/argoproj/argo-cd/commit/e8cfb8313282150e28c2321e537bedfc623a2a68): feat: support limiting number of concurrent k8s list queries ([#&#8203;55](https://github.com/argoproj/argo-cd/issues/55)) ( <>) - [`a4c77d5`](https://github.com/argoproj/argo-cd/commit/a4c77d5c70fba49f9699ddbf189bd158bb9f3352): feat: support managing cluster resources in a namespaced mode ([#&#8203;297](https://github.com/argoproj/argo-cd/issues/297)) ( <>) - [`1ce2acc`](https://github.com/argoproj/argo-cd/commit/1ce2acc845d230a279442eb7576203525bced9cc): feat: support replace strategy for CRD ([#&#8203;252](https://github.com/argoproj/argo-cd/issues/252)) ( <>) - [`89cb483`](https://github.com/argoproj/argo-cd/commit/89cb483bbbd85a5c6d2dfe4bebe74a5bff6ce3af): feat: support resource prune propagation policy ([#&#8203;235](https://github.com/argoproj/argo-cd/issues/235)) ( <>) - [`ff6e9f8`](https://github.com/argoproj/argo-cd/commit/ff6e9f853241994e4e9ac9346fe4d22bab6d55e6): feat: support resource pruning in gitops-agent ([#&#8203;45](https://github.com/argoproj/argo-cd/issues/45)) ( <>) - [`fbecbb8`](https://github.com/argoproj/argo-cd/commit/fbecbb86e41254a75a59943b5eb43ed55d21cdb9): feat: sync-options annotation with Force=true ([#&#8203;414](https://github.com/argoproj/argo-cd/issues/414)) ([#&#8203;560](https://github.com/argoproj/argo-cd/issues/560)) ([@&#8203;kkk777-7](https://github.com/kkk777-7)) - [`026d10e`](https://github.com/argoproj/argo-cd/commit/026d10e3f26884b181ab40a8a55dddd22aadbc8d): feat: syncing to a different revision requires override privilege ([#&#8203;22858](https://github.com/argoproj/argo-cd/issues/22858)) ([@&#8203;schraax](https://github.com/schraax)) - [`552ad1c`](https://github.com/argoproj/argo-cd/commit/552ad1c75b4a143ba6c834e9d36bd7cdb35c53fe): feat: update unpause fast/gradual actions for Numaplane rollouts ([#&#8203;24545](https://github.com/argoproj/argo-cd/issues/24545)) ([@&#8203;dpadhiar](https://github.com/dpadhiar)) - [`90979fe`](https://github.com/argoproj/argo-cd/commit/90979fe432d46043ad753d9503f645f64e31abff): feat: use Kubernetes v1.18.6 libraries ([#&#8203;102](https://github.com/argoproj/argo-cd/issues/102)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`1301eaa`](https://github.com/argoproj/argo-cd/commit/1301eaa9e7d31086831cc6a1d3e917754529654c): feat: use different env variable to control server side K8s API call timeout ([#&#8203;25271](https://github.com/argoproj/argo-cd/issues/25271)) ([@&#8203;ppapapetrou76](https://github.com/ppapapetrou76)) ##### Bug fixes - [`f3ae26b`](https://github.com/argoproj/argo-cd/commit/f3ae26bb8330c7a5fe7187f6889e8c374bcf8d3b): fix(actions): enable pause action so deployment can be paused ([#&#8203;25394](https://github.com/argoproj/argo-cd/issues/25394)) ([#&#8203;25395](https://github.com/argoproj/argo-cd/issues/25395)) ([@&#8203;rickbrouwer](https://github.com/rickbrouwer)) - [`15568cb`](https://github.com/argoproj/argo-cd/commit/15568cb9d57200927dd15858508f882826529153): fix(appset): do not trigger reconciliation on appsets not part of allowed namespaces when updating a cluster secret (cherry-pick [#&#8203;25622](https://github.com/argoproj/argo-cd/issues/25622) for 3.3) ([#&#8203;25909](https://github.com/argoproj/argo-cd/issues/25909)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`e582975`](https://github.com/argoproj/argo-cd/commit/e5829757e77f1728d333dab0a94eae5c31e3aa65): fix(appset): ensure finalizer is added when deletionOrder is set as reverse ([#&#8203;25125](https://github.com/argoproj/argo-cd/issues/25125)) ([@&#8203;ranakan19](https://github.com/ranakan19)) - [`40e9a06`](https://github.com/argoproj/argo-cd/commit/40e9a060d7b3746fc91b9800fccbe0a6b2b7e731): fix(appset): handle pre/post delete hook finalizers conflicts ([#&#8203;25539](https://github.com/argoproj/argo-cd/issues/25539)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`c377101`](https://github.com/argoproj/argo-cd/commit/c377101491406203f479fb74a573269eb5c8e50c): fix(appset): progressive sync loop when application has sync errors ([#&#8203;24507](https://github.com/argoproj/argo-cd/issues/24507)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`d78929e`](https://github.com/argoproj/argo-cd/commit/d78929e7f6c7e114241e7cbfa5fab14391027a2e): fix(cluster): reduce lock contention on cluster initialization ([#&#8203;660](https://github.com/argoproj/argo-cd/issues/660)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`adb68bc`](https://github.com/argoproj/argo-cd/commit/adb68bcaab73a18c454caae4c744d932ee83670f): fix(clusterCache): don't miss finding live obj if obj is cluster-scoped and namespacedResources is in transition ([#&#8203;597](https://github.com/argoproj/argo-cd/issues/597)) ([@&#8203;ncdc](https://github.com/ncdc)) - [`e181fbb`](https://github.com/argoproj/argo-cd/commit/e181fbb81df7214401f51daf8b2253c9f9142f2f): fix(cmp): fix plugins not having access to argocd cli for git ASKPASS ([#&#8203;24665](https://github.com/argoproj/argo-cd/issues/24665)) ([@&#8203;zachaller](https://github.com/zachaller)) - [`ef5b778`](https://github.com/argoproj/argo-cd/commit/ef5b77811d7cb1d07a0305bc0b39caed179553fd): fix(health): incorrect reason in PullRequest script ([#&#8203;24826](https://github.com/argoproj/argo-cd/issues/24826)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`2849f53`](https://github.com/argoproj/argo-cd/commit/2849f5393076feb85255051c38ef5eee089c0030): fix(health): typo in PromotionStrategy health.lua ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`7c0f032`](https://github.com/argoproj/argo-cd/commit/7c0f032deff536ae64db7dd3a730a59bc0affb81): fix(health): update crossplane healthchecks ([#&#8203;25386](https://github.com/argoproj/argo-cd/issues/25386)) ([@&#8203;jonasz-lasut](https://github.com/jonasz-lasut)) - [`28ec26a`](https://github.com/argoproj/argo-cd/commit/28ec26a6ca6b6a8e9908dc0f946b0f44100af239): fix(health): use promotion resource Ready condition regardless of reason ([#&#8203;24971](https://github.com/argoproj/argo-cd/issues/24971)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`dab4cc0`](https://github.com/argoproj/argo-cd/commit/dab4cc0b8ad178b8b42c1c9f8418f20692700570): fix(hooks): always remove finalizers on create if hook exists ([#&#8203;770](https://github.com/argoproj/argo-cd/issues/770)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`b52a075`](https://github.com/argoproj/argo-cd/commit/b52a0750b2bf8c726d4a689000a723946f1c57b9): fix(hydrator): .gitattributes include deeply nested files ([#&#8203;25870](https://github.com/argoproj/argo-cd/issues/25870)) (cherry-pick [#&#8203;26011](https://github.com/argoproj/argo-cd/issues/26011) for 3.3) ([#&#8203;26013](https://github.com/argoproj/argo-cd/issues/26013)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`a2659e9`](https://github.com/argoproj/argo-cd/commit/a2659e95603427e02c817994cf3994575feee322): fix(hydrator): appset should preserve annotation when hydration is requested ([#&#8203;25644](https://github.com/argoproj/argo-cd/issues/25644)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`48a9dcc`](https://github.com/argoproj/argo-cd/commit/48a9dcc23b962eafe0a74691769c2c891882ec31): fix(hydrator): empty links for failed operation ([#&#8203;25025](https://github.com/argoproj/argo-cd/issues/25025)) (cherry-pick [#&#8203;26014](https://github.com/argoproj/argo-cd/issues/26014) for 3.3) ([#&#8203;26018](https://github.com/argoproj/argo-cd/issues/26018)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`fe0466d`](https://github.com/argoproj/argo-cd/commit/fe0466de511fb7d202ec7c15b24fc18db8230f21): fix(hydrator): git fetch needs creds ([#&#8203;25727](https://github.com/argoproj/argo-cd/issues/25727)) (cherry-pick [#&#8203;25738](https://github.com/argoproj/argo-cd/issues/25738) for 3.3) ([#&#8203;25742](https://github.com/argoproj/argo-cd/issues/25742)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`393cb97`](https://github.com/argoproj/argo-cd/commit/393cb97042a5b5089ef26f93ff43c1e21c883df3): fix(hydrator): hydrated sha missing on no-ops ([#&#8203;25694](https://github.com/argoproj/argo-cd/issues/25694)) (cherry-pick [#&#8203;25695](https://github.com/argoproj/argo-cd/issues/25695) for 3.3) ([#&#8203;25697](https://github.com/argoproj/argo-cd/issues/25697)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`0fa47b1`](https://github.com/argoproj/argo-cd/commit/0fa47b11b258da9a082a5b206e7fb175e70a9fdd): fix(hydrator): pass destination.namespace to manifest rendering ([#&#8203;25478](https://github.com/argoproj/argo-cd/issues/25478)) (cherry-pick [#&#8203;25699](https://github.com/argoproj/argo-cd/issues/25699) for 3.3) ([#&#8203;26019](https://github.com/argoproj/argo-cd/issues/26019)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`708c636`](https://github.com/argoproj/argo-cd/commit/708c63683c1a4c7936f8dae4f432cd6d1e6371ad): fix(hydrator): race when pushing notes (cherry-pick [#&#8203;25700](https://github.com/argoproj/argo-cd/issues/25700) for 3.3) ([#&#8203;25709](https://github.com/argoproj/argo-cd/issues/25709)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`05b4169`](https://github.com/argoproj/argo-cd/commit/05b416906e758bcb3f22b6911af7c94f44dc1352): fix(metrics): more consistent oci metrics (cherry-pick [#&#8203;25549](https://github.com/argoproj/argo-cd/issues/25549) for 3.3) ([#&#8203;25728](https://github.com/argoproj/argo-cd/issues/25728)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`ed983d8`](https://github.com/argoproj/argo-cd/commit/ed983d8a6985fce56d7dbf486626238e2166b691): fix(oci): loosen up layer restrictions ([#&#8203;24640](https://github.com/argoproj/argo-cd/issues/24640)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`5efb184`](https://github.com/argoproj/argo-cd/commit/5efb184c7970b19a4671b4377d73b624ca8e7107): fix(oidc): check userinfo endpoint in AuthMiddleware ([#&#8203;23586](https://github.com/argoproj/argo-cd/issues/23586)) ([@&#8203;the-technat](https://github.com/the-technat)) - [`7921242`](https://github.com/argoproj/argo-cd/commit/792124280fcc67d9b3498bc0a27e05844ddb1e30): fix(server): Dry run always in client mode just for yaml manifest validation even with server side apply ([#&#8203;564](https://github.com/argoproj/argo-cd/issues/564)) ([@&#8203;anandf](https://github.com/anandf)) - [`7430650`](https://github.com/argoproj/argo-cd/commit/7430650ff567d12ce452a72dc1c3055e10b603ed): fix(server): ensure resource health status is inferred on application retrieval ([#&#8203;24832](https://github.com/argoproj/argo-cd/issues/24832)) ([#&#8203;24851](https://github.com/argoproj/argo-cd/issues/24851)) ([@&#8203;vr009](https://github.com/vr009)) - [`20604f1`](https://github.com/argoproj/argo-cd/commit/20604f1b21772df85f39878cb6774672446038ac): fix(server): update resourceVersion on Terminate retry (cherry-pick [#&#8203;25650](https://github.com/argoproj/argo-cd/issues/25650) for 3.3) ([#&#8203;25717](https://github.com/argoproj/argo-cd/issues/25717)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`4a5648e`](https://github.com/argoproj/argo-cd/commit/4a5648ee411b42f6601782ae6c1c50e0f724c9c5): fix(server): use server side dry run in case if it is server side apply ([#&#8203;546](https://github.com/argoproj/argo-cd/issues/546)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`b3a2ec1`](https://github.com/argoproj/argo-cd/commit/b3a2ec15e61912aa0612ccfee21576dea2d6b408): fix(sync): ApplyOutOfSyncOnly=true sync option is not honoured for cluster scoped resources ([#&#8203;765](https://github.com/argoproj/argo-cd/issues/765)) ([@&#8203;anandf](https://github.com/anandf)) - [`8007df5`](https://github.com/argoproj/argo-cd/commit/8007df5f6c5dd78a1a8cef73569468ce4d83682c): fix(sync): create namespace before dry-run ([#&#8203;731](https://github.com/argoproj/argo-cd/issues/731)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`c2f611f`](https://github.com/argoproj/argo-cd/commit/c2f611f8cdb37131d970b0555025a2e4a4ad1e79): fix(ui): Improve Delete Dialog Behaviour when deleting child apps in the app-of-app pattern ([#&#8203;24802](https://github.com/argoproj/argo-cd/issues/24802)) ([@&#8203;aali309](https://github.com/aali309)) - [`27a503a`](https://github.com/argoproj/argo-cd/commit/27a503aa598ea09f5584ba5fde1661c5813f84c5): fix(ui): add null-safe handling for assignedWindows in status panel ([#&#8203;25128](https://github.com/argoproj/argo-cd/issues/25128)) ([@&#8203;choejwoo](https://github.com/choejwoo)) - [`65cbbca`](https://github.com/argoproj/argo-cd/commit/65cbbca0685c8a1682505d47585471e0b1d9d4d0): fix(ui): convert EditablePanel, EditbleSection and Query to function component ([#&#8203;22776](https://github.com/argoproj/argo-cd/issues/22776)) ([@&#8203;linghaoSu](https://github.com/linghaoSu)) - [`7e1db4a`](https://github.com/argoproj/argo-cd/commit/7e1db4a2a8e6818168b4cc0c013001e624f071dc): fix(ui): convert PodView components to functional components ([#&#8203;23781](https://github.com/argoproj/argo-cd/issues/23781)) ([@&#8203;chansuke](https://github.com/chansuke)) - [`de901da`](https://github.com/argoproj/argo-cd/commit/de901da62a72cf9a407be64aa3a1d19a73cd1695): fix(ui): convert ProjectDetails components to functional components ([#&#8203;23797](https://github.com/argoproj/argo-cd/issues/23797)) ([@&#8203;chansuke](https://github.com/chansuke)) - [`59c9c60`](https://github.com/argoproj/argo-cd/commit/59c9c601530d249a503ec396b52bfef6e06910d2): fix(ui): convert TagsInput component to functional component ([#&#8203;23795](https://github.com/argoproj/argo-cd/issues/23795)) ([@&#8203;jiwlee97](https://github.com/jiwlee97)) - [`b4e022c`](https://github.com/argoproj/argo-cd/commit/b4e022c7d907700b9743d674f6da8e602695464b): fix(ui): convert class component to functional component in project-sync-windows-edit ([#&#8203;23837](https://github.com/argoproj/argo-cd/issues/23837)) ([@&#8203;jiwlee97](https://github.com/jiwlee97)) - [`6d40847`](https://github.com/argoproj/argo-cd/commit/6d40847e177f866a959b53235479e6265814adf3): fix(ui): fix minor UI issue in app operation state ([#&#8203;24845](https://github.com/argoproj/argo-cd/issues/24845)) ([@&#8203;choejwoo](https://github.com/choejwoo)) - [`ed1fb04`](https://github.com/argoproj/argo-cd/commit/ed1fb04bcc46b0e36f442fdc625602e2d50bd0ca): fix(ui): inaccurate timestamp in tooltip for root node ([#&#8203;25014](https://github.com/argoproj/argo-cd/issues/25014)) ([@&#8203;choejwoo](https://github.com/choejwoo)) - [`e7b51da`](https://github.com/argoproj/argo-cd/commit/e7b51daf58986f3acdf0fcc3b4c9a4c76ae3ac0a): fix(ui): migrate certs-list.tsx from class to functional ([#&#8203;23646](https://github.com/argoproj/argo-cd/issues/23646)) ([#&#8203;23820](https://github.com/argoproj/argo-cd/issues/23820)) ([@&#8203;bianbbc87](https://github.com/bianbbc87)) - [`68d10fe`](https://github.com/argoproj/argo-cd/commit/68d10fe7cb7c6fdc3ac1fbcca0cd424e2f20629b): fix(ui): migrate gpgkeys-list.tsx from class to functional ([#&#8203;23646](https://github.com/argoproj/argo-cd/issues/23646)) ([#&#8203;23821](https://github.com/argoproj/argo-cd/issues/23821)) ([@&#8203;bianbbc87](https://github.com/bianbbc87)) - [`44324c0`](https://github.com/argoproj/argo-cd/commit/44324c079196bbc1351179ca909e7c2b8cf17407): fix(ui): migrate repos-list.tsx from class to functional ([#&#8203;23646](https://github.com/argoproj/argo-cd/issues/23646)) ([#&#8203;23818](https://github.com/argoproj/argo-cd/issues/23818)) ([@&#8203;bianbbc87](https://github.com/bianbbc87)) - [`ad96cb8`](https://github.com/argoproj/argo-cd/commit/ad96cb8f0eda28fca0ef08b921fd9c5b9d01acca): fix(ui): overlapping UI elements and add resource units to tooltips ([#&#8203;24717](https://github.com/argoproj/argo-cd/issues/24717)) ([@&#8203;choejwoo](https://github.com/choejwoo)) - [`0b40e3b`](https://github.com/argoproj/argo-cd/commit/0b40e3bc786ed6fd50b39303e95bdd72f6ba577d): fix(ui): refactor tooltip, align action btns in app tile view ([#&#8203;25098](https://github.com/argoproj/argo-cd/issues/25098)) ([@&#8203;choejwoo](https://github.com/choejwoo)) - [`8dcaa2f`](https://github.com/argoproj/argo-cd/commit/8dcaa2fa4761f9283a3435c02e2f5c6fd1e0e58d): fix(ui): show delete/details action dropdown for orphaned resource ([#&#8203;24766](https://github.com/argoproj/argo-cd/issues/24766)) ([@&#8203;choejwoo](https://github.com/choejwoo)) - [`24fbf28`](https://github.com/argoproj/argo-cd/commit/24fbf285d270e1a66505ae995ea5448ac1ce0bc1): fix: shell compatibility issues in Procfile ([#&#8203;24792](https://github.com/argoproj/argo-cd/issues/24792)) ([@&#8203;adityaraj178](https://github.com/adityaraj178)) - [`0679215`](https://github.com/argoproj/argo-cd/commit/06792159924477c02f12856b80c40973e7e3fb31): fix: [#&#8203;24781](https://github.com/argoproj/argo-cd/issues/24781) update crossplane healthchecks to V2 version ([#&#8203;24782](https://github.com/argoproj/argo-cd/issues/24782)) ([@&#8203;jonasz-lasut](https://github.com/jonasz-lasut)) - [`2c97a96`](https://github.com/argoproj/argo-cd/commit/2c97a96cab1b9386728feed92e0fa31547ea2a98): fix: 'ResourceOperations.CreateResource' should use 'kubectl' package to properly execute create operation ([#&#8203;298](https://github.com/argoproj/argo-cd/issues/298)) ( <>) - [`847cfc9`](https://github.com/argoproj/argo-cd/commit/847cfc9f8b200e96a70b591a68b9fb385cf2ce56): fix: Ability to disable Server Side Apply on individual resource level ([#&#8203;634](https://github.com/argoproj/argo-cd/issues/634)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`2565df3`](https://github.com/argoproj/argo-cd/commit/2565df31d16fd28d34a442072cbb7bcbb7415d33): fix: Add ScaleDownLimit as health state for HPA ([#&#8203;343](https://github.com/argoproj/argo-cd/issues/343)) ([@&#8203;harikrongali](https://github.com/harikrongali)) - [`23f41cb`](https://github.com/argoproj/argo-cd/commit/23f41cb84931266f2632688c934ff101ae30e868): fix: Add ScalingDisabled healthy state to HPA ([#&#8203;323](https://github.com/argoproj/argo-cd/issues/323)) ([@&#8203;maruina](https://github.com/maruina)) - [`5d680d6`](https://github.com/argoproj/argo-cd/commit/5d680d6b808bb9881e87cef628913238019f8da7): fix: Add additional healthy states for HPA ([#&#8203;234](https://github.com/argoproj/argo-cd/issues/234)) ([@&#8203;mikebryant](https://github.com/mikebryant)) - [`61c0cc7`](https://github.com/argoproj/argo-cd/commit/61c0cc745e0bbd0dc4a35d50f5a6d0f87606ff3b): fix: Add missing IngressClass in kind order when syncing tasks ([#&#8203;380](https://github.com/argoproj/argo-cd/issues/380)) ([@&#8203;terrytangyuan](https://github.com/terrytangyuan)) - [`c0b63af`](https://github.com/argoproj/argo-cd/commit/c0b63afb740ce71a046a2efe2e75ffaebab3c72e): fix: Address issue during diff when secret data is nil ([#&#8203;345](https://github.com/argoproj/argo-cd/issues/345)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`ed6fe76`](https://github.com/argoproj/argo-cd/commit/ed6fe769e6aa626f20379d0c2ccd3cbac2d8ae0c): fix: Allow the ISVC to be healthy when the Stopped Condition is False ([#&#8203;25312](https://github.com/argoproj/argo-cd/issues/25312)) ([@&#8203;hdefazio](https://github.com/hdefazio)) - [`da66819`](https://github.com/argoproj/argo-cd/commit/da6681916f4d88c9300e0422471e5ba480e1330e): fix: Change wrong log level in cluster.go openAPISchema, gvkParser ([#&#8203;430](https://github.com/argoproj/argo-cd/issues/430)) ([@&#8203;dllegru](https://github.com/dllegru)) - [`6657adf`](https://github.com/argoproj/argo-cd/commit/6657adfcfde4420c7d62d1fb3f39f6431e028a11): fix: Check for err == nil before Fatal ([#&#8203;61](https://github.com/argoproj/argo-cd/issues/61)) ([@&#8203;darshanime](https://github.com/darshanime)) - [`3a3f6a3`](https://github.com/argoproj/argo-cd/commit/3a3f6a33d7eed83929096997cbdbe3bc9ff95069): fix: Child apps should not affect parent app's health by default ([#&#8203;153](https://github.com/argoproj/argo-cd/issues/153)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`d59276a`](https://github.com/argoproj/argo-cd/commit/d59276a397540aa3c42eb9b66c431ee55e4f215d): fix: Clear ApplicationSet applicationStatus when ProgressiveSync is disabled ([#&#8203;24587](https://github.com/argoproj/argo-cd/issues/24587)) ([@&#8203;aali309](https://github.com/aali309)) - [`760fcb6`](https://github.com/argoproj/argo-cd/commit/760fcb68be8ea237417ebef475919f24dfed4859): fix: Current time is not set in startedAt in NewSyncContext ([#&#8203;180](https://github.com/argoproj/argo-cd/issues/180)) ([@&#8203;yutachaos](https://github.com/yutachaos)) - [`814d79d`](https://github.com/argoproj/argo-cd/commit/814d79df4954c8a8b9ebbbe023b974b9c634a8f9): fix: Data race between gitops-engine's pkg/cache/cluster.go and itself, on Argo CD startup ([#&#8203;4627](https://github.com/argoproj/argo-cd/issues/4627)) ([#&#8203;168](https://github.com/argoproj/argo-cd/issues/168)) ([@&#8203;jgwest](https://github.com/jgwest)) - [`872c470`](https://github.com/argoproj/argo-cd/commit/872c4700331e65ecbe618cc7aca3d134ffd93aba): fix: Detect unknown fields in invalid specs as OutOfSync ([#&#8203;154](https://github.com/argoproj/argo-cd/issues/154)) ([@&#8203;jgwest](https://github.com/jgwest)) - [`380f7be`](https://github.com/argoproj/argo-cd/commit/380f7be5bf322929c265537fb7e0b1628dc8d759): fix: Dry run stuck on pre sync hook ([#&#8203;236](https://github.com/argoproj/argo-cd/issues/236)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`2bc3fef`](https://github.com/argoproj/argo-cd/commit/2bc3fef13e0712cf177ba6cbcfb52283f3d9ca73): fix: Fix argument order in resource filter ([#&#8203;436](https://github.com/argoproj/argo-cd/issues/436)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`762f9b7`](https://github.com/argoproj/argo-cd/commit/762f9b70f3056381aa782a4ea310a57919380d49): fix: Fix checking dryRun when using Server Side Apply ([#&#8203;699](https://github.com/argoproj/argo-cd/issues/699)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`dbef22c`](https://github.com/argoproj/argo-cd/commit/dbef22c84397c46929782d34e6f5e3c2df8d0d7e): fix: Fixed inconsistent alignment of titles and headings in status panel ([#&#8203;23160](https://github.com/argoproj/argo-cd/issues/23160)) ([@&#8203;sivasath16](https://github.com/sivasath16)) - [`30abebd`](https://github.com/argoproj/argo-cd/commit/30abebda3d930d93065eec8864aac7e0d56ae119): fix: GCP config connector healthchecks do not make use of existing observedGeneration [#&#8203;24458](https://github.com/argoproj/argo-cd/issues/24458) ([#&#8203;24459](https://github.com/argoproj/argo-cd/issues/24459)) ([@&#8203;Hapshanko](https://github.com/Hapshanko)) - [`53cbe5f`](https://github.com/argoproj/argo-cd/commit/53cbe5f6be19b58390c75759583b8729c5547184): fix: HPA health check is making incorrect assumption on annotations ([#&#8203;190](https://github.com/argoproj/argo-cd/issues/190)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`2daaf1e`](https://github.com/argoproj/argo-cd/commit/2daaf1e317432e71ab7e07f919b4391dc690f48d): fix: Health status for HTTPRoute with multiple generations ([#&#8203;24958](https://github.com/argoproj/argo-cd/issues/24958)) ([#&#8203;24959](https://github.com/argoproj/argo-cd/issues/24959)) ([@&#8203;lindeskar](https://github.com/lindeskar)) - [`54bbebf`](https://github.com/argoproj/argo-cd/commit/54bbebf5933c6e8eb4fe9b3bcc81f81d19fa029c): fix: Hook Deletion Policies HookSucceeded should be run after whole H… ([#&#8203;144](https://github.com/argoproj/argo-cd/issues/144)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`93cf3c5`](https://github.com/argoproj/argo-cd/commit/93cf3c532b30cf05ab3baeca56fc9d0c4fc1256b): fix: Lock to write MockKubectlCmd.LastValidate to fix the race condition ([#&#8203;52](https://github.com/argoproj/argo-cd/issues/52)) ([@&#8203;suzuki-shunsuke](https://github.com/suzuki-shunsuke)) - [`1f14791`](https://github.com/argoproj/argo-cd/commit/1f147912e4c4eac30bcba41ebf3c4995c38c1c63): fix: Make CephCluster CRD health script deterministic ([#&#8203;25391](https://github.com/argoproj/argo-cd/issues/25391)) ([#&#8203;25392](https://github.com/argoproj/argo-cd/issues/25392)) ([@&#8203;rkevin-arch](https://github.com/rkevin-arch)) - [`dcb86f7`](https://github.com/argoproj/argo-cd/commit/dcb86f7d6b6460e4f9172f49b0dbc67d27589c97): fix: Namespace auto-creation ([#&#8203;105](https://github.com/argoproj/argo-cd/issues/105)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`3ef5ab1`](https://github.com/argoproj/argo-cd/commit/3ef5ab187edd80dfd564301a7969c0212568e90c): fix: New kube applier for server side diff dry run with refactoring ([#&#8203;662](https://github.com/argoproj/argo-cd/issues/662)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`ed31317`](https://github.com/argoproj/argo-cd/commit/ed31317b276570be2ef14fe531870fe6922cab9e): fix: Only consider resources which supports appropriate verb for any given operation ([#&#8203;423](https://github.com/argoproj/argo-cd/issues/423)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`0d0cec6`](https://github.com/argoproj/argo-cd/commit/0d0cec6b66c906b1dda6784637e1dfb2ada328f1): fix: Only show `apiVersion/kind` when `targetState` is defined ([#&#8203;25068](https://github.com/argoproj/argo-cd/issues/25068)) ([@&#8203;jsoref](https://github.com/jsoref)) - [`32c32a6`](https://github.com/argoproj/argo-cd/commit/32c32a67cb2d0e4077e6e474dade43c798458e59): fix: Only show please update resource specification message when spec… (cherry-pick [#&#8203;25066](https://github.com/argoproj/argo-cd/issues/25066) for 3.3) ([#&#8203;25894](https://github.com/argoproj/argo-cd/issues/25894)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`b7c7d02`](https://github.com/argoproj/argo-cd/commit/b7c7d02b0eee5e735256cae47a1ce856b7cfaf9f): fix: Opentelemetry Collector in sidecar mode doesn't count instances ([#&#8203;25407](https://github.com/argoproj/argo-cd/issues/25407)) ([@&#8203;JorTurFer](https://github.com/JorTurFer)) - [`fbcaf35`](https://github.com/argoproj/argo-cd/commit/fbcaf35ab2c26568c7a384be43260861cd55360a): fix: Progress Sync Unknown in UI ([#&#8203;24202](https://github.com/argoproj/argo-cd/issues/24202)) ([@&#8203;aali309](https://github.com/aali309)) - [`69d5d94`](https://github.com/argoproj/argo-cd/commit/69d5d94c4e6f345d35277cc62cd2ae494e04b329): fix: Revert test tools image redis to non-alpine based image ([#&#8203;25381](https://github.com/argoproj/argo-cd/issues/25381)) ([#&#8203;25382](https://github.com/argoproj/argo-cd/issues/25382)) ([@&#8203;rkevin-arch](https://github.com/rkevin-arch)) - [`8849c3f`](https://github.com/argoproj/argo-cd/commit/8849c3f30c5523222c2575951b3102006c1f51d4): fix: Server side diff now works correctly with fields removal ([#&#8203;640](https://github.com/argoproj/argo-cd/issues/640)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`89c110b`](https://github.com/argoproj/argo-cd/commit/89c110b5952eb1005f1962aad128f20a0d3dc0ed): fix: Server-Side diff removed fields missing in diff ([#&#8203;722](https://github.com/argoproj/argo-cd/issues/722)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`4fd1847`](https://github.com/argoproj/argo-cd/commit/4fd18478f5946b756fe253055358f89d4dd403a9): fix: Server-side diff shows incorrect diffs for list related changes ([#&#8203;688](https://github.com/argoproj/argo-cd/issues/688)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`73bcea9`](https://github.com/argoproj/argo-cd/commit/73bcea9c8c8f0f93322274af1aeb17b0e3cfe4d1): fix: Set QPS and burst rate for resource ops client ([#&#8203;395](https://github.com/argoproj/argo-cd/issues/395)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`8d99997`](https://github.com/argoproj/argo-cd/commit/8d99997db097f1e3c8966ee84e43fdd3c5e879e9): fix: Set TLSServerName in NewKubeConfig ([#&#8203;156](https://github.com/argoproj/argo-cd/issues/156)) ([@&#8203;ailurarctos](https://github.com/ailurarctos)) - [`7171d62`](https://github.com/argoproj/argo-cd/commit/7171d62f8c6e1eab34759ae88c86622cce99e26d): fix: Support transition from a git managed namespace to auto-create n… ([#&#8203;141](https://github.com/argoproj/argo-cd/issues/141)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`33f542d`](https://github.com/argoproj/argo-cd/commit/33f542da003cf7e227299a901a42d46f80015873): fix: SyncOption Replace=True is broken ([#&#8203;321](https://github.com/argoproj/argo-cd/issues/321)) ( <>) - [`74de77a`](https://github.com/argoproj/argo-cd/commit/74de77a24c80e0397f1c0f92e0f6ea9a19210e9d): fix: Toggle `automated.enabled` to disable auto-sync for rollbacks (cherry-pick [#&#8203;25719](https://github.com/argoproj/argo-cd/issues/25719) for 3.3) ([#&#8203;25943](https://github.com/argoproj/argo-cd/issues/25943)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`598dbcb`](https://github.com/argoproj/argo-cd/commit/598dbcb61d192a3e6b771cd41ec44862684f68b6): fix: Update copyutil command 'cp -n' to resolve warning ([#&#8203;24708](https://github.com/argoproj/argo-cd/issues/24708)) ([@&#8203;marcofranssen](https://github.com/marcofranssen)) - [`069a5e6`](https://github.com/argoproj/argo-cd/commit/069a5e64fb79ea610661b7ea4c0417987f50eb8f): fix: WithInitialState should require start time to support generateName hooks properly ([#&#8203;183](https://github.com/argoproj/argo-cd/issues/183)) ([@&#8203;jessesuen](https://github.com/jessesuen)) - [`b0c5e00`](https://github.com/argoproj/argo-cd/commit/b0c5e00ccfa5d1e73087a18dc59e2e4c72f5f175): fix: add default protocol to subset of ports if it is empty ([#&#8203;347](https://github.com/argoproj/argo-cd/issues/347)) ([@&#8203;ahalay](https://github.com/ahalay)) - [`ee1db09`](https://github.com/argoproj/argo-cd/commit/ee1db0902c5aff35cff8f2825695e8876367f7db): fix: add missing scheme install imports ([#&#8203;89](https://github.com/argoproj/argo-cd/issues/89)) ( <>) - [`917f5a0`](https://github.com/argoproj/argo-cd/commit/917f5a0f16d57162a335e8134230e714de4faa05): fix: add suspended condition ([#&#8203;484](https://github.com/argoproj/argo-cd/issues/484)) ([@&#8203;ashutosh16](https://github.com/ashutosh16)) - [`c1e2359`](https://github.com/argoproj/argo-cd/commit/c1e23597e77e6ddc410aa834ca27120d082dfe15): fix: address kubectl auth reconcile during server-side diff ([#&#8203;562](https://github.com/argoproj/argo-cd/issues/562)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`a6472c8`](https://github.com/argoproj/argo-cd/commit/a6472c83935700e43756ea7c19e91c5ef83f509b): fix: allow docker dhi helm charts to be used (cherry-pick [#&#8203;25835](https://github.com/argoproj/argo-cd/issues/25835) for 3.3) ([#&#8203;25964](https://github.com/argoproj/argo-cd/issues/25964)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`d5d7e8f`](https://github.com/argoproj/argo-cd/commit/d5d7e8fad2e56ef2d7b52767f0dd89e8af3f8344): fix: allow flags to be set when `auto-sync` is disabled ([#&#8203;24328](https://github.com/argoproj/argo-cd/issues/24328)) ([#&#8203;24380](https://github.com/argoproj/argo-cd/issues/24380)) ([@&#8203;downfa11](https://github.com/downfa11)) - [`bc811c5`](https://github.com/argoproj/argo-cd/commit/bc811c5774079e4e58483fb8c176c3f4a1b25aa7): fix: allow for backwards compatibility of durations defined in days ([#&#8203;24769](https://github.com/argoproj/argo-cd/issues/24769)) ([@&#8203;lplazas](https://github.com/lplazas)) - [`46073c1`](https://github.com/argoproj/argo-cd/commit/46073c1cd66d70b80f376b81078da2a2aba2cf91): fix: applyOutOfSyncOnly should work with sync waves as well ([#&#8203;251](https://github.com/argoproj/argo-cd/issues/251)) ([@&#8203;kshamajain99](https://github.com/kshamajain99)) - [`2a9c144`](https://github.com/argoproj/argo-cd/commit/2a9c1448b292af84c1e3a607ad42c21bfbcfa785): fix: applyoutofsync with dry-run ([#&#8203;253](https://github.com/argoproj/argo-cd/issues/253)) ([@&#8203;kshamajain99](https://github.com/kshamajain99)) - [`b4dd8b8`](https://github.com/argoproj/argo-cd/commit/b4dd8b8c3976d03f9928a393c2447830a3ef7449): fix: avoid acquiring lock on mutex and semaphore at the same time to prevent deadlock ([#&#8203;521](https://github.com/argoproj/argo-cd/issues/521)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`7a09f69`](https://github.com/argoproj/argo-cd/commit/7a09f69ad6293fa764ab425a3b3223996c4394d7): fix: avoid calling UpdateRevisionForPaths unnecessary ([#&#8203;25151](https://github.com/argoproj/argo-cd/issues/25151)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`d25b8fd`](https://github.com/argoproj/argo-cd/commit/d25b8fd69f0dc83b0eead1154c5d33add1c61de7): fix: avoid memory and events spike after forcesfully refreshing api cache ([#&#8203;145](https://github.com/argoproj/argo-cd/issues/145)) ( <>) - [`54992bf`](https://github.com/argoproj/argo-cd/commit/54992bf42431e71f71f11647e82105530e56305e): fix: avoid resources lock contention utilizing channel ([#&#8203;629](https://github.com/argoproj/argo-cd/issues/629)) ([@&#8203;mpelekh](https://github.com/mpelekh)) - [`98ccd3d`](https://github.com/argoproj/argo-cd/commit/98ccd3d43fd9f4dbc3f6610b9701fbf56be53ded): fix: calculate SSA diffs with smd.merge.Updater ([#&#8203;467](https://github.com/argoproj/argo-cd/issues/467)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`fe4ab01`](https://github.com/argoproj/argo-cd/commit/fe4ab01cba7656617a293fc32de250d4069a473b): fix: capture stderr in executil RunWithExecRunOpts ([#&#8203;25139](https://github.com/argoproj/argo-cd/issues/25139)) ([@&#8203;dudinea](https://github.com/dudinea)) - [`56e31f3`](https://github.com/argoproj/argo-cd/commit/56e31f36682290ecd564810b123ba25ec77c47b2): fix: change failed conversion log level to debug ([#&#8203;69](https://github.com/argoproj/argo-cd/issues/69)) ( <>) - [`81dcc2f`](https://github.com/argoproj/argo-cd/commit/81dcc2f2eee94753b514615e40ca995ee71f1b9b): fix: check for no local config when running `argocd context dev-system` ([#&#8203;25245](https://github.com/argoproj/argo-cd/issues/25245)) ([@&#8203;anbraten](https://github.com/anbraten)) - [`828dc75`](https://github.com/argoproj/argo-cd/commit/828dc7574b8adc2dd557658e878614f2ca6967d2): fix: check resource namespaces are managed ([#&#8203;143](https://github.com/argoproj/argo-cd/issues/143)) ([@&#8203;jopit](https://github.com/jopit)) - [`cd6a9aa`](https://github.com/argoproj/argo-cd/commit/cd6a9aaf3f8370d1c15afae9e7612420934d6f69): fix: cherry pick [#&#8203;25516](https://github.com/argoproj/argo-cd/issues/25516) to release-3.3 ([#&#8203;26114](https://github.com/argoproj/argo-cd/issues/26114)) ([@&#8203;FourFifthsCode](https://github.com/FourFifthsCode)) - [`3f3e54f`](https://github.com/argoproj/argo-cd/commit/3f3e54f7c340ef4cc9b8953325430ca5aaa465db): fix: cherry-picking with quotes in the title ([#&#8203;25017](https://github.com/argoproj/argo-cd/issues/25017)) ([@&#8203;Joibel](https://github.com/Joibel)) - [`8fbb44c`](https://github.com/argoproj/argo-cd/commit/8fbb44c336f06397840a7b626c6535d11b2183de): fix: close response body on error paths to prevent connection leak (cherry-pick [#&#8203;25824](https://github.com/argoproj/argo-cd/issues/25824) for 3.3) ([#&#8203;26005](https://github.com/argoproj/argo-cd/issues/26005)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`f4e479e`](https://github.com/argoproj/argo-cd/commit/f4e479e3f0ff06ced36eba12a175c180b101e92c): fix: consider Replace/Force sync option on live resource annotations ([#&#8203;26110](https://github.com/argoproj/argo-cd/issues/26110)) ([#&#8203;26189](https://github.com/argoproj/argo-cd/issues/26189)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`610ea27`](https://github.com/argoproj/argo-cd/commit/610ea27c8eaab810e8d11587059a8e67803eb359): fix: correct mismatch in typescript repository model ([#&#8203;25273](https://github.com/argoproj/argo-cd/issues/25273)) ([#&#8203;25274](https://github.com/argoproj/argo-cd/issues/25274)) ([@&#8203;allanyung](https://github.com/allanyung)) - [`ed3acd0`](https://github.com/argoproj/argo-cd/commit/ed3acd0f79ec5dfbd88a2962bfce66e282bec5d7): fix: correct typo ([#&#8203;24671](https://github.com/argoproj/argo-cd/issues/24671)) ([@&#8203;adityaraj178](https://github.com/adityaraj178)) - [`c04f859`](https://github.com/argoproj/argo-cd/commit/c04f859da9b2038b3ad1913be6589858d6311a0a): fix: correctly infer ownership references from PVC to StatefulSet ([#&#8203;138](https://github.com/argoproj/argo-cd/issues/138)) ( <>) - [`90e48bc`](https://github.com/argoproj/argo-cd/commit/90e48bca14b3e43edade00cb42e881e943c77a9a): fix: crashing page on application create for write secret ([#&#8203;25582](https://github.com/argoproj/argo-cd/issues/25582)) ([@&#8203;emirot](https://github.com/emirot)) - [`9129e86`](https://github.com/argoproj/argo-cd/commit/9129e8668f0be092a6f0c0653ec093e77f5b514b): fix: create read and write secret for same url ([#&#8203;25581](https://github.com/argoproj/argo-cd/issues/25581)) ([@&#8203;emirot](https://github.com/emirot)) - [`2545f6c`](https://github.com/argoproj/argo-cd/commit/2545f6c175e39fa221f1729dda3cad2ce9162407): fix: data race fixes and cleanups ([#&#8203;122](https://github.com/argoproj/argo-cd/issues/122)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`b576959`](https://github.com/argoproj/argo-cd/commit/b576959416254659febd07cc0eb4b175db8ee1d5): fix: data race on ctxCompleted ([#&#8203;86](https://github.com/argoproj/argo-cd/issues/86)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`3f38eee`](https://github.com/argoproj/argo-cd/commit/3f38eee773eb3a219795cb7cfb67087c74cd4fb7): fix: deadlock in listener ([#&#8203;271](https://github.com/argoproj/argo-cd/issues/271)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`a0c23b4`](https://github.com/argoproj/argo-cd/commit/a0c23b4210799fa39e04d4976926d06d96ea1ca9): fix: deadlock on start missing watches ([#&#8203;604](https://github.com/argoproj/argo-cd/issues/604)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`f38075d`](https://github.com/argoproj/argo-cd/commit/f38075deb3032b70053fc702574d12e58e2fe6b8): fix: deduplicate OpenAPI definitions for GVKParser ([#&#8203;587](https://github.com/argoproj/argo-cd/issues/587)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`a22b346`](https://github.com/argoproj/argo-cd/commit/a22b34675f57696d55cb9d4abf99f7b07a166654): fix: deduplicate OpenAPI definitions for GVKParser ([#&#8203;587](https://github.com/argoproj/argo-cd/issues/587)) ([#&#8203;590](https://github.com/argoproj/argo-cd/issues/590)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`53b0bea`](https://github.com/argoproj/argo-cd/commit/53b0beae4ae93552eca727b4e67bcf178b81d42d): fix: default to tree view if extension shouldn't be shown ([#&#8203;25578](https://github.com/argoproj/argo-cd/issues/25578)) ([@&#8203;jwinters01](https://github.com/jwinters01)) - [`6fe0c00`](https://github.com/argoproj/argo-cd/commit/6fe0c0050bafa05fee0b9805497e4cbc520e3a77): fix: diff should perform server side like apply during resource diffing ([#&#8203;82](https://github.com/argoproj/argo-cd/issues/82)) ( <>) - [`eb210cf`](https://github.com/argoproj/argo-cd/commit/eb210cf6d14c6a6788c0577508fba1a1755b0eaf): fix: diffing should not fail if known kubernetes resource has invalid fields ([#&#8203;88](https://github.com/argoproj/argo-cd/issues/88)) ( <>) - [`ad9a694`](https://github.com/argoproj/argo-cd/commit/ad9a694fe4bcc833d7619faa391b77dd587f852d): fix: do not replace namespaces ([#&#8203;524](https://github.com/argoproj/argo-cd/issues/524)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`c23d4d7`](https://github.com/argoproj/argo-cd/commit/c23d4d77d836865d035726fe676814a5d3bd2299): fix: don't remove defaulted fields and rely only on three way diff merge during diffing ([#&#8203;68](https://github.com/argoproj/argo-cd/issues/68)) ( <>) - [`ca7dcbc`](https://github.com/argoproj/argo-cd/commit/ca7dcbc59482bc927d9b76d5b9606ac60c846ce0): fix: don't show error about missing appset ([#&#8203;24995](https://github.com/argoproj/argo-cd/issues/24995)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`c517b47`](https://github.com/argoproj/argo-cd/commit/c517b47f2f2f2e2d1555a4c1c696e7e51ed75d7d): fix: ensureCRDReady check did not work for v1 CRDs ([#&#8203;378](https://github.com/argoproj/argo-cd/issues/378)) ([@&#8203;terrytangyuan](https://github.com/terrytangyuan)) - [`2cf3a72`](https://github.com/argoproj/argo-cd/commit/2cf3a72c659ce01bfa8322f02d838973103681e3): fix: exclude creationTimestamp from diffing ([#&#8203;128](https://github.com/argoproj/argo-cd/issues/128)) ( <>) - [`478f8cb`](https://github.com/argoproj/argo-cd/commit/478f8cb2076f8b86a5b57f7492c85dcc71ff689f): fix: file extension comparisons are case sensitive ([#&#8203;243](https://github.com/argoproj/argo-cd/issues/243)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`05ccc01`](https://github.com/argoproj/argo-cd/commit/05ccc01e172169398383cc69fd91c8875156f1f4): fix: fix cherry-pick bot again because I broke sign off ([#&#8203;25040](https://github.com/argoproj/argo-cd/issues/25040)) ([@&#8203;Joibel](https://github.com/Joibel)) - [`70ab73c`](https://github.com/argoproj/argo-cd/commit/70ab73ca3291c132189caf5110ddfed1e6b63bb1): fix: fix nil pointer dereference in cluster caching ([#&#8203;34](https://github.com/argoproj/argo-cd/issues/34)) ( <>) - [`1ade3a1`](https://github.com/argoproj/argo-cd/commit/1ade3a199867eef8f17c8a6d5c5ba7073aa5ebd9): fix: fix temporary files written to '/dev/shm' not cleaned up ([#&#8203;568](https://github.com/argoproj/argo-cd/issues/568)) ([#&#8203;569](https://github.com/argoproj/argo-cd/issues/569)) ([@&#8203;jgwest](https://github.com/jgwest)) - [`df8727c`](https://github.com/argoproj/argo-cd/commit/df8727cca56d5e3f184204d367060269ae05d4a7): fix: git tag override ([#&#8203;25530](https://github.com/argoproj/argo-cd/issues/25530)) ([@&#8203;tossmilestone](https://github.com/tossmilestone)) - [`d948e6b`](https://github.com/argoproj/argo-cd/commit/d948e6b41c88309ed186e842eee5eba8373d25ec): fix: github actions versions and warnings ([#&#8203;639](https://github.com/argoproj/argo-cd/issues/639)) ([@&#8203;jmeridth](https://github.com/jmeridth)) - [`5f90e7b`](https://github.com/argoproj/argo-cd/commit/5f90e7b481b787e43cb53148a5d78a8dd04e5ce5): fix: go mod tidy is not working due to k8s.io/externaljwt dependency ([#&#8203;710](https://github.com/argoproj/argo-cd/issues/710)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`0aecd43`](https://github.com/argoproj/argo-cd/commit/0aecd43903539a2047af6826019cb1ba514df4f7): fix: handle nil ParseableType from GVKParser ([#&#8203;574](https://github.com/argoproj/argo-cd/issues/574)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`36e7746`](https://github.com/argoproj/argo-cd/commit/36e77462aec78cc31b277be34ab75fb6a3987629): fix: health check for HPA doesn't catch all good states ([#&#8203;369](https://github.com/argoproj/argo-cd/issues/369)) ( <>) - [`21b78bd`](https://github.com/argoproj/argo-cd/commit/21b78bd366285511267e8f9cf7ec3c3a5fdbd3bc): fix: health status for daemonset with onDelete updateStrategy ([#&#8203;137](https://github.com/argoproj/argo-cd/issues/137)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`c9bb009`](https://github.com/argoproj/argo-cd/commit/c9bb0095d37408d76e4c0dfcabeb6ee21ff7e895): fix: health status is set to healthy for statefulset with updateStrat… ([#&#8203;136](https://github.com/argoproj/argo-cd/issues/136)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`1e9f4aa`](https://github.com/argoproj/argo-cd/commit/1e9f4aa793d50bfcbef6872dc6d925d4a2aa3e94): fix: honor debuglog cmd option in application controller ([#&#8203;25591](https://github.com/argoproj/argo-cd/issues/25591)) ([@&#8203;ppapapetrou76](https://github.com/ppapapetrou76)) - [`7396c1a`](https://github.com/argoproj/argo-cd/commit/7396c1a9d2e9c53af2e874cb12516eca6e335b80): fix: hydration errors not set on applications ([#&#8203;24755](https://github.com/argoproj/argo-cd/issues/24755)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`59a09cd`](https://github.com/argoproj/argo-cd/commit/59a09cd918a397732cab9ac400f69bb6bc1cb53f): fix: improve manifest parsing ([#&#8203;97](https://github.com/argoproj/argo-cd/issues/97)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`3d64c21`](https://github.com/argoproj/argo-cd/commit/3d64c21206c8756668df4eef2ef8f93014b16230): fix: invalid error message on health check failure ([#&#8203;26040](https://github.com/argoproj/argo-cd/issues/26040)) (cherry-pick [#&#8203;26039](https://github.com/argoproj/argo-cd/issues/26039) for 3.3) ([#&#8203;26063](https://github.com/argoproj/argo-cd/issues/26063)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`8617aa1`](https://github.com/argoproj/argo-cd/commit/8617aa1a7e8dac4d0c8284a59c01e98df159a110): fix: leverage RetryWatcher to watch cluster events and introduce periodical K8S API state resynchronization ([#&#8203;133](https://github.com/argoproj/argo-cd/issues/133)) ( <>) - [`452f6c6`](https://github.com/argoproj/argo-cd/commit/452f6c68b808a088dc206a5a2922bb771051436a): fix: limit number of resources in appset status ([#&#8203;24690](https://github.com/argoproj/argo-cd/issues/24690)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`bf0661e`](https://github.com/argoproj/argo-cd/commit/bf0661ea81097fd4acc26c4e1f8ba8413756e577): fix: make webhook payload handlers recover from panics ([#&#8203;24862](https://github.com/argoproj/argo-cd/issues/24862)) ([@&#8203;jake-ciolek](https://github.com/jake-ciolek)) - [`9393e58`](https://github.com/argoproj/argo-cd/commit/9393e587d58e36ec42a8c9f9da499f5ad5a71e8e): fix: makefile mkdocs directive ([#&#8203;25480](https://github.com/argoproj/argo-cd/issues/25480)) ([@&#8203;emirot](https://github.com/emirot)) - [`e284fd7`](https://github.com/argoproj/argo-cd/commit/e284fd71cb96fc2767d3ae79b26e0533ad8edc4a): fix: managed namespaces should not mutate the live state ([#&#8203;479](https://github.com/argoproj/argo-cd/issues/479)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`b3254f8`](https://github.com/argoproj/argo-cd/commit/b3254f88f4cc29d7c1cc0c3e7c25cfd087b98d76): fix: missing resource version in tests ([#&#8203;256](https://github.com/argoproj/argo-cd/issues/256)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`28e8472`](https://github.com/argoproj/argo-cd/commit/28e8472c69f35ec14a8df4c703899dce517d266d): fix: nil and empty ignoredifferences (cherry-pick [#&#8203;25980](https://github.com/argoproj/argo-cd/issues/25980) for 3.3) ([#&#8203;26000](https://github.com/argoproj/argo-cd/issues/26000)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`f420bb9`](https://github.com/argoproj/argo-cd/commit/f420bb91a1e6345b4f1fbce92e689cb6216c4828): fix: panic for data type conversion to \*unstructured.Unstructured. ([#&#8203;109](https://github.com/argoproj/argo-cd/issues/109)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`0bc2f8c`](https://github.com/argoproj/argo-cd/commit/0bc2f8c395f67123156d4ce6b667bf730618307f): fix: panic: interface conversion: interface {} is string ([#&#8203;189](https://github.com/argoproj/argo-cd/issues/189)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`0be58f2`](https://github.com/argoproj/argo-cd/commit/0be58f261add85e5c443fda36986c1514b5df4c7): fix: printing gvkparser error message ([#&#8203;585](https://github.com/argoproj/argo-cd/issues/585)) ([@&#8203;pgier](https://github.com/pgier)) - [`b7dbff8`](https://github.com/argoproj/argo-cd/commit/b7dbff80b2b5ad4faee74926ed9b03a614a97159): fix: reduces information returned by settings api when accessed anonymously ([#&#8203;25346](https://github.com/argoproj/argo-cd/issues/25346)) ([@&#8203;ppapapetrou76](https://github.com/ppapapetrou76)) - [`3c778a5`](https://github.com/argoproj/argo-cd/commit/3c778a54318904919e4eb4d964db5bb514c1897d): fix: register new CRD to apigroups ([#&#8203;247](https://github.com/argoproj/argo-cd/issues/247)) ([@&#8203;kshamajain99](https://github.com/kshamajain99)) - [`728f2e7`](https://github.com/argoproj/argo-cd/commit/728f2e74365ba27ff8262ac36ca3a710f3a8c9d1): fix: regression on creationTimestamp with server-side diff ([#&#8203;25210](https://github.com/argoproj/argo-cd/issues/25210)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`b58645a`](https://github.com/argoproj/argo-cd/commit/b58645a27c6cee96e0bf8c1879cdd56f8e2c4408): fix: remove deprecated ioutil ([#&#8203;528](https://github.com/argoproj/argo-cd/issues/528)) ([@&#8203;fengshunli](https://github.com/fengshunli)) - [`3951079`](https://github.com/argoproj/argo-cd/commit/3951079de1995c4539643b98b200b16eac5eb985): fix: remove last-applied-configuration before diff in ssa ([#&#8203;460](https://github.com/argoproj/argo-cd/issues/460)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`9a03edb`](https://github.com/argoproj/argo-cd/commit/9a03edb8e71e5addf5b14e2c9520d23351ee0594): fix: remove lock acquisition in ClusterCache.GetAPIResources() ([#&#8203;543](https://github.com/argoproj/argo-cd/issues/543)) ([@&#8203;jessesuen](https://github.com/jessesuen)) - [`f11f15b`](https://github.com/argoproj/argo-cd/commit/f11f15b3d5d8e3a04851b86747aaade956cb95bf): fix: remove optional parameter from NewClusterCache function ([#&#8203;36](https://github.com/argoproj/argo-cd/issues/36)) ( <>) - [`8b2e0e1`](https://github.com/argoproj/argo-cd/commit/8b2e0e1aecba18e7c8ddb6d32511864bfe3a0c82): fix: remove unnecessary --self-heal-backoff-cooldown-seconds flag from app controller ([#&#8203;25579](https://github.com/argoproj/argo-cd/issues/25579)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`f649502`](https://github.com/argoproj/argo-cd/commit/f6495020a330ae605d3ab4b20357e72c29072f9d): fix: removeNamespaceAnnotation should not panic if annotation has unexpected value ([#&#8203;361](https://github.com/argoproj/argo-cd/issues/361)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`1f371a0`](https://github.com/argoproj/argo-cd/commit/1f371a01cf01b776543b21aaedea9f9c79cdc9d8): fix: replace k8s.io/endpointslice to v0.29.2 ([#&#8203;583](https://github.com/argoproj/argo-cd/issues/583)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`a9fd001`](https://github.com/argoproj/argo-cd/commit/a9fd001c1174546017ea444373f35a61ad901841): fix: replace k8s.io/endpointslice version ([#&#8203;582](https://github.com/argoproj/argo-cd/issues/582)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`d1f8cdd`](https://github.com/argoproj/argo-cd/commit/d1f8cddad08eb7a098180a23301f2d04a45958df): fix: resolve argocdService initialization issue in notifications CLI ([#&#8203;24664](https://github.com/argoproj/argo-cd/issues/24664)) ([@&#8203;puretension](https://github.com/puretension)) - [`b0fffe4`](https://github.com/argoproj/argo-cd/commit/b0fffe419a0f0a40f9f2c0b6346b752ed6537385): fix: resolve deadlock ([#&#8203;539](https://github.com/argoproj/argo-cd/issues/539)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`4a75a75`](https://github.com/argoproj/argo-cd/commit/4a75a756a7dbda1045193ed00fc279e8a7ad9d50): fix: restore ability to connect a repo in the GUI ([#&#8203;25259](https://github.com/argoproj/argo-cd/issues/25259)) ([@&#8203;allanyung](https://github.com/allanyung)) - [`21ae489`](https://github.com/argoproj/argo-cd/commit/21ae4895896ad5f15abeae4f3bd2b63d40ad33f8): fix: return empty instead of error if cache unavailable ([#&#8203;25072](https://github.com/argoproj/argo-cd/issues/25072)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`60f2ff5`](https://github.com/argoproj/argo-cd/commit/60f2ff5f77912847de4844f7363706bac2347ace): fix: return empty list instead of nil to prevent panic. Fixes [#&#8203;25189](https://github.com/argoproj/argo-cd/issues/25189) ([#&#8203;25192](https://github.com/argoproj/argo-cd/issues/25192)) ([@&#8203;ivanpedersen](https://github.com/ivanpedersen)) - [`5444415`](https://github.com/argoproj/argo-cd/commit/5444415c868bf2f935f112a2423dc069cd798dec): fix: revert [#&#8203;24197](https://github.com/argoproj/argo-cd/issues/24197) ([#&#8203;25294](https://github.com/argoproj/argo-cd/issues/25294)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`73452f8`](https://github.com/argoproj/argo-cd/commit/73452f8a586215908b1d12e5090f483f33919e61): fix: run go mod tidy in ci workflow ([#&#8203;652](https://github.com/argoproj/argo-cd/issues/652)) ([@&#8203;jmeridth](https://github.com/jmeridth)) - [`fb9d974`](https://github.com/argoproj/argo-cd/commit/fb9d9747bda3e8d769080e9744c7207bfbad8d59): fix: server-side diff shows duplicate containerPorts ([#&#8203;24785](https://github.com/argoproj/argo-cd/issues/24785)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`093aef0`](https://github.com/argoproj/argo-cd/commit/093aef0dad58015619479509f0d2ac71cc9cefd7): fix: server-side diff shows refresh/hydrate annotations ([#&#8203;737](https://github.com/argoproj/argo-cd/issues/737)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`a1dc4c5`](https://github.com/argoproj/argo-cd/commit/a1dc4c598b931a5978e477d350b260fbdfa1508d): fix: sort endpoint IP addresses before diffing ([#&#8203;160](https://github.com/argoproj/argo-cd/issues/160)) ([@&#8203;wtam2018](https://github.com/wtam2018)) - [`c036d3f`](https://github.com/argoproj/argo-cd/commit/c036d3f6b0e24ff09845b29b5d3c3971e101ee8b): fix: sort fields to correctly calculate diff in server-side apply ([#&#8203;456](https://github.com/argoproj/argo-cd/issues/456)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`e8d9803`](https://github.com/argoproj/argo-cd/commit/e8d9803a2bb015f9a7c64751bba63ef060bb0b26): fix: stop relying on imported types for ingress health check ([#&#8203;335](https://github.com/argoproj/argo-cd/issues/335)) ([@&#8203;jessesuen](https://github.com/jessesuen)) - [`58cd2c3`](https://github.com/argoproj/argo-cd/commit/58cd2c38973a59e2d0fcbf6fa16c85255434206f): fix: stop using deleted method 'SetPopulateResourceInfoHandler'; regenerate cluster cache mock; ([#&#8203;47](https://github.com/argoproj/argo-cd/issues/47)) ( <>) - [`96038ba`](https://github.com/argoproj/argo-cd/commit/96038ba2a14032b2ccb339247b2efec8aeda86f3): fix: structured merge diff fix for null metadata field ([#&#8203;24844](https://github.com/argoproj/argo-cd/issues/24844)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`6cde798`](https://github.com/argoproj/argo-cd/commit/6cde7989d534ee768659f2fd1dda3028bb2efaca): fix: structured-merge diff apply default values in live resource ([#&#8203;435](https://github.com/argoproj/argo-cd/issues/435)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`65db274`](https://github.com/argoproj/argo-cd/commit/65db274b8d73302f131768571ff1bb9383f476af): fix: stuck hook issue when a Job resource has a ttlSecondsAfterFinished field set ([#&#8203;646](https://github.com/argoproj/argo-cd/issues/646)) ([@&#8203;dejanzele](https://github.com/dejanzele)) - [`c5bf3a2`](https://github.com/argoproj/argo-cd/commit/c5bf3a248419567583ccedfb9637004740ae6062): fix: sync hooks should be deleted after sync phase/wave completion ([#&#8203;92](https://github.com/argoproj/argo-cd/issues/92)) ( <>) - [`a9f11fa`](https://github.com/argoproj/argo-cd/commit/a9f11fade3194202fb56034786d16da6c1660e1c): fix: sync option applyOutOfSync ([#&#8203;245](https://github.com/argoproj/argo-cd/issues/245)) ([@&#8203;kshamajain99](https://github.com/kshamajain99)) - [`354817a`](https://github.com/argoproj/argo-cd/commit/354817a103eec8f6a539a851f7ee5205aff4792e): fix: sync should apply Namespaces and CRDs before resources that depend on them ([#&#8203;225](https://github.com/argoproj/argo-cd/issues/225)) ( <>) - [`f68f0ec`](https://github.com/argoproj/argo-cd/commit/f68f0ec16b217cc9b89f450f7d9eb7c1d2ea8832): fix: the concurrency issue with git detached processing in Repo Server ([#&#8203;25101](https://github.com/argoproj/argo-cd/issues/25101)) ([#&#8203;25127](https://github.com/argoproj/argo-cd/issues/25127)) ([@&#8203;dudinea](https://github.com/dudinea)) - [`983f47e`](https://github.com/argoproj/argo-cd/commit/983f47e3bbc0821bfb9cd29bccec307eaa3c47ed): fix: typo error in comments ([#&#8203;24650](https://github.com/argoproj/argo-cd/issues/24650)) ([@&#8203;warjiang](https://github.com/warjiang)) - [`c3079fc`](https://github.com/argoproj/argo-cd/commit/c3079fc31a1c832ce4407aacb815f3d8e427a2a8): fix: update ExternalSecret discovery.lua to also include the refreshPolicy ([#&#8203;24707](https://github.com/argoproj/argo-cd/issues/24707)) ([@&#8203;KyriosGN0](https://github.com/KyriosGN0)) - [`425d65e`](https://github.com/argoproj/argo-cd/commit/425d65e07695a741d90b248f2f365f6a4329c23d): fix: update golangci-lint ci ([#&#8203;529](https://github.com/argoproj/argo-cd/issues/529)) ([@&#8203;fengshunli](https://github.com/fengshunli)) - [`38f73a7`](https://github.com/argoproj/argo-cd/commit/38f73a75c3cfd8a204a6b8149f4994e336447b78): fix: update normalization for ignoreDifferences on server-side diff ([#&#8203;747](https://github.com/argoproj/argo-cd/issues/747)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`99bd42d`](https://github.com/argoproj/argo-cd/commit/99bd42d9a3eed694e8578cf8a46a9fe6a6487967): fix: update packages structure ([#&#8203;42](https://github.com/argoproj/argo-cd/issues/42)) ( <>) - [`9198b79`](https://github.com/argoproj/argo-cd/commit/9198b79e317f23750298f872f8913ddd19b47b27): fix: update searchbar props on url parameter change ([#&#8203;24930](https://github.com/argoproj/argo-cd/issues/24930)) ([@&#8203;jwinters01](https://github.com/jwinters01)) - [`e932dc2`](https://github.com/argoproj/argo-cd/commit/e932dc2575e27b0e13565e01b9a9057e3fcba6db): fix: use custom cluster secret informer ([#&#8203;25534](https://github.com/argoproj/argo-cd/issues/25534)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`a880fee`](https://github.com/argoproj/argo-cd/commit/a880feeefa5cb6462072193442af06576994db0e): fix: use informer in webhook handler to reduce memory usage ([#&#8203;24622](https://github.com/argoproj/argo-cd/issues/24622)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`cfb6f5e`](https://github.com/argoproj/argo-cd/commit/cfb6f5e7d71b7a20bc9eecb4dff0c53348795bd0): fix: use registry for `helm registry ..` commands ([#&#8203;23142](https://github.com/argoproj/argo-cd/issues/23142)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`42e1b44`](https://github.com/argoproj/argo-cd/commit/42e1b448496babb050045f62726c3ec8812a975a): fix: use streaming YAML decoder from Kubernetes ([#&#8203;85](https://github.com/argoproj/argo-cd/issues/85)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`0eede80`](https://github.com/argoproj/argo-cd/commit/0eede8069aec15685482571c38632caa5dd1dd48): fix: volumeClaimTemplates are out of sync incorrectly ([#&#8203;127](https://github.com/argoproj/argo-cd/issues/127)) ( <>) - [`7495c63`](https://github.com/argoproj/argo-cd/commit/7495c633c378ca446d166bd5c9e2a46c7e40b476): fix: workflows without status.phase should be considered Progressing ([#&#8203;296](https://github.com/argoproj/argo-cd/issues/296)) ([@&#8203;jessesuen](https://github.com/jessesuen)) - [`81073bd`](https://github.com/argoproj/argo-cd/commit/81073bdb1f1d34ca061e53a7cb9f94c8f1ecb71b): fix:(ui) don't render ApplicationSelector unless the panel is showing ([#&#8203;25201](https://github.com/argoproj/argo-cd/issues/25201)) ([@&#8203;jwinters01](https://github.com/jwinters01)) ##### Documentation - [`6b1654b`](https://github.com/argoproj/argo-cd/commit/6b1654bea9afecf9bfe00ec5cbeeba2419ffd400): docs(OCI): Add private repository examples for private OCI repo ([#&#8203;24737](https://github.com/argoproj/argo-cd/issues/24737)) ([@&#8203;GuillaumeASSIER](https://github.com/GuillaumeASSIER)) - [`f308ebf`](https://github.com/argoproj/argo-cd/commit/f308ebf197fc6d6498d056db7685e9fe0b6a88d8): docs(hydrator): document commit-server ServiceMonitor ([#&#8203;24800](https://github.com/argoproj/argo-cd/issues/24800)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`be2b7da`](https://github.com/argoproj/argo-cd/commit/be2b7da724f41907e80fe759c17e4ffae3522d6e): docs(users): Add Dematic to USERS.md ([#&#8203;25246](https://github.com/argoproj/argo-cd/issues/25246)) ([@&#8203;jefftougas](https://github.com/jefftougas)) - [`ce62770`](https://github.com/argoproj/argo-cd/commit/ce627702dc0b5aaaeeff68dac4d30ac3d6917ad2): docs(users): add Topicus.Education to adopters list ([#&#8203;25215](https://github.com/argoproj/argo-cd/issues/25215)) ([@&#8203;sboschman](https://github.com/sboschman)) - [`b8ca641`](https://github.com/argoproj/argo-cd/commit/b8ca641e1d0c42a3fefd8d1eaea07db000fdc199): docs(webhook): document Azure DevOps username/password ([#&#8203;24693](https://github.com/argoproj/argo-cd/issues/24693)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`b3dfab5`](https://github.com/argoproj/argo-cd/commit/b3dfab5f6df4f0f81d9327bc752f9065961b2c1f): docs: Add Collins Aerospace to USERS.md ([#&#8203;25247](https://github.com/argoproj/argo-cd/issues/25247)) ([@&#8203;jeremyj563](https://github.com/jeremyj563)) - [`be31558`](https://github.com/argoproj/argo-cd/commit/be31558b41a979981140d4903e62337c62608976): docs: Add Expedia to USERS.md ([#&#8203;25251](https://github.com/argoproj/argo-cd/issues/25251)) ([@&#8203;manali1205](https://github.com/manali1205)) - [`43828a7`](https://github.com/argoproj/argo-cd/commit/43828a7770e1409aae8aa69904f2b190fec6434c): docs: Add IQVIA to the USERS.md list ([#&#8203;25253](https://github.com/argoproj/argo-cd/issues/25253)) ([@&#8203;jonathan-dale](https://github.com/jonathan-dale)) - [`3c12c01`](https://github.com/argoproj/argo-cd/commit/3c12c0108a30ad2f1577bfb7e9cd9da990f46db2): docs: Add docs for CronJob health checks ([#&#8203;25477](https://github.com/argoproj/argo-cd/issues/25477)) ([@&#8203;dobesv](https://github.com/dobesv)) - [`7c3b710`](https://github.com/argoproj/argo-cd/commit/7c3b710fbd78acaa02cb7d986925dd680e70153f): docs: Add documentation for GitHub Actions integration ([#&#8203;22953](https://github.com/argoproj/argo-cd/issues/22953)) ([@&#8203;applejag](https://github.com/applejag)) - [`82a2b76`](https://github.com/argoproj/argo-cd/commit/82a2b76da2821c4c645e5735db666a7d91e13390): docs: Add documentation for `name` property on Application `sources` resource ([#&#8203;24937](https://github.com/argoproj/argo-cd/issues/24937)) ([@&#8203;zentron](https://github.com/zentron)) - [`2ab3b0d`](https://github.com/argoproj/argo-cd/commit/2ab3b0ddafcbd43d3ba8053f14bbf1b230aca73e): docs: Adding Arcadia to USERS.md ([#&#8203;25242](https://github.com/argoproj/argo-cd/issues/25242)) ([@&#8203;jgavinray](https://github.com/jgavinray)) - [`bcff1f6`](https://github.com/argoproj/argo-cd/commit/bcff1f6e3ae62627ae528eef8392422e8a49e5b9): docs: Application source is not an array ([#&#8203;25411](https://github.com/argoproj/argo-cd/issues/25411)) ([@&#8203;stieler-it](https://github.com/stieler-it)) - [`de781f4`](https://github.com/argoproj/argo-cd/commit/de781f4a7688dec6a1f51354e0146784617aef66): docs: ApplicationSet any-namespace supports glob/regex ([#&#8203;25403](https://github.com/argoproj/argo-cd/issues/25403)) ([@&#8203;Mangaal](https://github.com/Mangaal)) - [`98a2261`](https://github.com/argoproj/argo-cd/commit/98a22612ddcc4d07ecbfae192227664d74c43404): docs: Delete dangling word in Source Hydrator docs ([#&#8203;24601](https://github.com/argoproj/argo-cd/issues/24601)) ([@&#8203;josemaia](https://github.com/josemaia)) - [`910661f`](https://github.com/argoproj/argo-cd/commit/910661fab52f15e7e4c114c2fd35ec900365e0fb): docs: Document how to change --disable-auth in dev guide ([#&#8203;25308](https://github.com/argoproj/argo-cd/issues/25308)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`9c64f4d`](https://github.com/argoproj/argo-cd/commit/9c64f4d7f8155c1351be8da38911af91777bb98a): docs: Document setting TARGET\_ARCH for running make image locally on Mac with Apple chip ([#&#8203;25334](https://github.com/argoproj/argo-cd/issues/25334)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`ef6a27f`](https://github.com/argoproj/argo-cd/commit/ef6a27fdfcb468ec4b66f32d3bf3b93dbc417eff): docs: Document the correct sync option to disable client side migration ([#&#8203;25288](https://github.com/argoproj/argo-cd/issues/25288)) ([@&#8203;bryanhorstmann](https://github.com/bryanhorstmann)) - [`06bffeb`](https://github.com/argoproj/argo-cd/commit/06bffebc04e9fb75aaac8323095f73790a268924): docs: Document usage of ?. in notifications triggers and fix examples ([#&#8203;25352](https://github.com/argoproj/argo-cd/issues/25352)) ([#&#8203;25418](https://github.com/argoproj/argo-cd/issues/25418)) ([@&#8203;dudinea](https://github.com/dudinea)) - [`ba50c4a`](https://github.com/argoproj/argo-cd/commit/ba50c4a604f7846524061df68b83f0211aa1c4b1): docs: Fixes kubectl exec command in troubleshooting.md ([#&#8203;25387](https://github.com/argoproj/argo-cd/issues/25387)) ([@&#8203;mathewpeterson](https://github.com/mathewpeterson)) - [`7065fbb`](https://github.com/argoproj/argo-cd/commit/7065fbb6ca243416c62fa0967bb9ed8ea385032f): docs: Improve switch to annotation tracking docs, clarifying that a new Git commit may be needed to avoid orphan resources ([#&#8203;25309](https://github.com/argoproj/argo-cd/issues/25309)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`76c4996`](https://github.com/argoproj/argo-cd/commit/76c4996e2eca6ce61441e654e7074b6a4adddccf): docs: Mention default secret used to find Dex client secrets ([#&#8203;24105](https://github.com/argoproj/argo-cd/issues/24105)) ([@&#8203;kwentine](https://github.com/kwentine)) - [`51b93e7`](https://github.com/argoproj/argo-cd/commit/51b93e7b3ff91fb28a0df7ea3865749f3368b4ae): docs: Remove old link in USERS.md ([#&#8203;24646](https://github.com/argoproj/argo-cd/issues/24646)) ([@&#8203;onasser1](https://github.com/onasser1)) - [`d92ad4d`](https://github.com/argoproj/argo-cd/commit/d92ad4d5c88c7ee184fdea8030e86bcbca0ed98a): docs: Set Regina as release approver for 3.0 ([#&#8203;25349](https://github.com/argoproj/argo-cd/issues/25349)) ([@&#8203;todaywasawesome](https://github.com/todaywasawesome)) - [`fe3632f`](https://github.com/argoproj/argo-cd/commit/fe3632fe0cd8e50f4ed6402fdddc3f1fdc6c6f8d): docs: Update Argo CD installation and API server access instructions ([#&#8203;25120](https://github.com/argoproj/argo-cd/issues/25120)) ([@&#8203;revitalbarletz](https://github.com/revitalbarletz)) - [`0a93e57`](https://github.com/argoproj/argo-cd/commit/0a93e5701f3c97aa4cf81a65f7d0cc194c6d779a): docs: Update Kustomize documentation for forceCommonLabels and forceCommonAnnotations ([#&#8203;25138](https://github.com/argoproj/argo-cd/issues/25138)) ([@&#8203;revitalbarletz](https://github.com/revitalbarletz)) - [`2d2249d`](https://github.com/argoproj/argo-cd/commit/2d2249d3d8993e9363378b4d6044154dfa0ff0e7): docs: Update USERS.md ([#&#8203;24806](https://github.com/argoproj/argo-cd/issues/24806)) ([@&#8203;zxselimcan](https://github.com/zxselimcan)) - [`27715cd`](https://github.com/argoproj/argo-cd/commit/27715cd5569112b749462c108421555253ee9891): docs: Update index.md to remove gitops-engine dependency reference ([#&#8203;25335](https://github.com/argoproj/argo-cd/issues/25335)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`26efb17`](https://github.com/argoproj/argo-cd/commit/26efb17b225d8c652041e57038d14ccad4889d17): docs: Update notes on Argo+Flux collaboration ([#&#8203;126](https://github.com/argoproj/argo-cd/issues/126)) ( <>) - [`84d94c0`](https://github.com/argoproj/argo-cd/commit/84d94c0e7b0558b81a3cf76fb42a6346b8fe2f17): docs: Update plugin generator docs to include overview ([#&#8203;25292](https://github.com/argoproj/argo-cd/issues/25292)) ([@&#8203;LogicalShark](https://github.com/LogicalShark)) - [`1f8e9d9`](https://github.com/argoproj/argo-cd/commit/1f8e9d9a90677e8f778590171bf29903cd2a416c): docs: Update release.md to add step for retrying failed docs build in readthedocs ([#&#8203;25341](https://github.com/argoproj/argo-cd/issues/25341)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`576c0c2`](https://github.com/argoproj/argo-cd/commit/576c0c2887493635b365d698c20977f570baa942): docs: Update telepresence command in the debugging-remote-environment.md ([#&#8203;24949](https://github.com/argoproj/argo-cd/issues/24949)) ([@&#8203;Julian-Chu](https://github.com/Julian-Chu)) - [`96804e8`](https://github.com/argoproj/argo-cd/commit/96804e89a25a8c72184b1ac1f25e06fb66815da8): docs: Update webhook documentation to clarify application sets ([#&#8203;25368](https://github.com/argoproj/argo-cd/issues/25368)) ([@&#8203;todaywasawesome](https://github.com/todaywasawesome)) - [`72e88be`](https://github.com/argoproj/argo-cd/commit/72e88be125acef6d30da320fcb532467f372c460): docs: add Cilium Gateway API example for Argo CD with HTTP and gRPC routes ([#&#8203;25405](https://github.com/argoproj/argo-cd/issues/25405)) ([@&#8203;intojhanurag](https://github.com/intojhanurag)) - [`54f9b8c`](https://github.com/argoproj/argo-cd/commit/54f9b8c9b51aff84e5cc77c6983008c64e1c0eab): docs: add MongoDB to users.md ([#&#8203;25248](https://github.com/argoproj/argo-cd/issues/25248)) ([@&#8203;sakib](https://github.com/sakib)) - [`7ba0898`](https://github.com/argoproj/argo-cd/commit/7ba0898a5d5aa54e813e7f403487dca721d8a3c5): docs: add added healthchecks to upgrade docs ([#&#8203;25487](https://github.com/argoproj/argo-cd/issues/25487)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`f5eaae7`](https://github.com/argoproj/argo-cd/commit/f5eaae73a2ee3293b051c054a0dde3aa3ce5661b): docs: add app password step to retrieve using gmail support ([#&#8203;22706](https://github.com/argoproj/argo-cd/issues/22706)) ([@&#8203;afzal442](https://github.com/afzal442)) - [`42929ff`](https://github.com/argoproj/argo-cd/commit/42929ffe5c1e0e8e440533f42784aa6e22a4e231): docs: add explanation of `drySource` in hydrator ([#&#8203;25470](https://github.com/argoproj/argo-cd/issues/25470)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`ebca052`](https://github.com/argoproj/argo-cd/commit/ebca0521ad7127e494e0c34277bf84021fef60fb): docs: add git concurrency issue in upgrade instruction ([#&#8203;25167](https://github.com/argoproj/argo-cd/issues/25167)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`1bce29f`](https://github.com/argoproj/argo-cd/commit/1bce29fd7955d842fcdc80d6deea8dd84b1451e4): docs: add missing closing bracket ([#&#8203;24659](https://github.com/argoproj/argo-cd/issues/24659)) ([@&#8203;melosa11](https://github.com/melosa11)) - [`9a6cf9d`](https://github.com/argoproj/argo-cd/commit/9a6cf9d611a59473346fad521266858a9c42a7a6): docs: add myself as reviewer ([#&#8203;179](https://github.com/argoproj/argo-cd/issues/179)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`7ba62f9`](https://github.com/argoproj/argo-cd/commit/7ba62f9838d89b5b5c80f5ef462e1cfb47dd64b0): docs: add overrides in multi-source applications ([#&#8203;25089](https://github.com/argoproj/argo-cd/issues/25089)) ([@&#8203;afzal442](https://github.com/afzal442)) - [`625651c`](https://github.com/argoproj/argo-cd/commit/625651c65d4fba0b951acc7440c7fa7a834d8eff): docs: add releasing.md file ([#&#8203;35](https://github.com/argoproj/argo-cd/issues/35)) ( <>) - [`0447ab6`](https://github.com/argoproj/argo-cd/commit/0447ab62c4ca2b950c5588a1e3c555e90f4ce908): docs: add screenshot of 'Confirm Pruning' experience ([#&#8203;25612](https://github.com/argoproj/argo-cd/issues/25612)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`98d0e84`](https://github.com/argoproj/argo-cd/commit/98d0e8451a529a837c0a9a283d998b214483b88f): docs: add user content for managed-by-url annotation ([#&#8203;25055](https://github.com/argoproj/argo-cd/issues/25055)) ([@&#8203;aali309](https://github.com/aali309)) - [`8639b7b`](https://github.com/argoproj/argo-cd/commit/8639b7be5e862a17b30efff441eb59ec3cd6a7d3): docs: added Helm 3.19.4 upgrade to the upgrade guide ([#&#8203;25776](https://github.com/argoproj/argo-cd/issues/25776)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`d7954f0`](https://github.com/argoproj/argo-cd/commit/d7954f0698bcdcb112f023ee30822d1c65c8c6e5): docs: adds a section for OCI private repos in OCI dcos ([#&#8203;25572](https://github.com/argoproj/argo-cd/issues/25572)) ([@&#8203;ppapapetrou76](https://github.com/ppapapetrou76)) - [`f67da0b`](https://github.com/argoproj/argo-cd/commit/f67da0b43dc2811fb28d57dcf7a4c467a133c311): docs: align operator-manual with actual values ([#&#8203;25594](https://github.com/argoproj/argo-cd/issues/25594)) ([@&#8203;kejne](https://github.com/kejne)) - [`a2f57be`](https://github.com/argoproj/argo-cd/commit/a2f57be3d55c55476c5865b318816e15904bd9c4): docs: application view ui extension docs ([#&#8203;25050](https://github.com/argoproj/argo-cd/issues/25050)) ([@&#8203;jwinters01](https://github.com/jwinters01)) - [`943936a`](https://github.com/argoproj/argo-cd/commit/943936a90942e59f39ea9aff2b6e134ff7f42f62): docs: clarify default hook deletion policy ([#&#8203;25170](https://github.com/argoproj/argo-cd/issues/25170)) ([@&#8203;Globulard](https://github.com/Globulard)) - [`9c4579b`](https://github.com/argoproj/argo-cd/commit/9c4579b229ed798ec087023364ed4033618f341c): docs: clarify explanation of reconciliation interval and auto-sync behavior ([#&#8203;25024](https://github.com/argoproj/argo-cd/issues/25024)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`c3b39b3`](https://github.com/argoproj/argo-cd/commit/c3b39b3a7e7d60916959919cf03c409f677c775e): docs: clarify project description ([#&#8203;53](https://github.com/argoproj/argo-cd/issues/53)) ( <>) - [`ca84c31`](https://github.com/argoproj/argo-cd/commit/ca84c31a468f8609fa4c522f2d8877a848292011): docs: clarify resource.exclusions 25009 ([#&#8203;25107](https://github.com/argoproj/argo-cd/issues/25107)) ([@&#8203;sdahlbac](https://github.com/sdahlbac)) - [`706e469`](https://github.com/argoproj/argo-cd/commit/706e469809723f7c57c105d695db3fd0bedd7c97): docs: custom actions contributor guide ([#&#8203;25461](https://github.com/argoproj/argo-cd/issues/25461)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`df17961`](https://github.com/argoproj/argo-cd/commit/df17961bbd04e2d98b52bc175cd0f1da96eb9d20): docs: document 'top level' packages ([#&#8203;44](https://github.com/argoproj/argo-cd/issues/44)) ( <>) - [`be0d295`](https://github.com/argoproj/argo-cd/commit/be0d2952ace606d67ebf50b318b753ec6e57be53): docs: explain `rollingSync` example ([#&#8203;25509](https://github.com/argoproj/argo-cd/issues/25509)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`8373059`](https://github.com/argoproj/argo-cd/commit/83730591761d807354e40c989640be1fe034a8d3): docs: fix doubled data field in notification examples ([#&#8203;25354](https://github.com/argoproj/argo-cd/issues/25354)) ([@&#8203;jckinjo](https://github.com/jckinjo)) - [`2f175fc`](https://github.com/argoproj/argo-cd/commit/2f175fcd647f00bbb9f0217f6413e358486745c8): docs: fix duration known type ([#&#8203;25035](https://github.com/argoproj/argo-cd/issues/25035)) ([@&#8203;fad3t](https://github.com/fad3t)) - [`91c479b`](https://github.com/argoproj/argo-cd/commit/91c479b228bd4630bb33248367904d29c4c11450): docs: fix exponential backoff timeout parameter documentation ([#&#8203;21021](https://github.com/argoproj/argo-cd/issues/21021)) ([#&#8203;25601](https://github.com/argoproj/argo-cd/issues/25601)) ([@&#8203;sahanajc4](https://github.com/sahanajc4)) - [`9087ad7`](https://github.com/argoproj/argo-cd/commit/9087ad7282e27040fb8e0fc2153f0dee3af401b9): docs: fix inconsistency in application health example ([#&#8203;24585](https://github.com/argoproj/argo-cd/issues/24585)) ([@&#8203;revitalbarletz](https://github.com/revitalbarletz)) - [`ae03d8f`](https://github.com/argoproj/argo-cd/commit/ae03d8f2d111ce28ef39b4feb093b67bdea456ba): docs: fix jsonnet example indentation ([#&#8203;25620](https://github.com/argoproj/argo-cd/issues/25620)) ([@&#8203;onasser1](https://github.com/onasser1)) - [`ba41758`](https://github.com/argoproj/argo-cd/commit/ba41758147f1ff3f486a86974026722b7584b0f1): docs: fix typo in hydrator commit message template documentation ([#&#8203;24822](https://github.com/argoproj/argo-cd/issues/24822)) ([@&#8203;gyu-young-park](https://github.com/gyu-young-park)) - [`7dacb11`](https://github.com/argoproj/argo-cd/commit/7dacb11b02765aeeba9244d699bf54b996c16d7e): docs: fix typos ([#&#8203;24666](https://github.com/argoproj/argo-cd/issues/24666)) ([@&#8203;JPBotelho](https://github.com/JPBotelho)) - [`d0cb9c4`](https://github.com/argoproj/argo-cd/commit/d0cb9c4ea82ced2e064af08cddd2f610b6ff725d): docs: high availability notes for CMP ([#&#8203;24743](https://github.com/argoproj/argo-cd/issues/24743)) ([@&#8203;fm1ck3y](https://github.com/fm1ck3y)) - [`8e91653`](https://github.com/argoproj/argo-cd/commit/8e91653f7370e8ba20df35ff46d9c288efd7134d): docs: improve secret url for source hydrator ([#&#8203;25502](https://github.com/argoproj/argo-cd/issues/25502)) ([@&#8203;emirot](https://github.com/emirot)) - [`0456a70`](https://github.com/argoproj/argo-cd/commit/0456a707f307af337538bfe4f18a5f2edc8a7538): docs: listed added healthchecks in 3.3 ([#&#8203;25665](https://github.com/argoproj/argo-cd/issues/25665)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`e6152b8`](https://github.com/argoproj/argo-cd/commit/e6152b827b4e63995fa53e7fc70afba72ae655ea): docs: more thorough release instructions ([#&#8203;25173](https://github.com/argoproj/argo-cd/issues/25173)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`6cfef6b`](https://github.com/argoproj/argo-cd/commit/6cfef6bf02ac9627802fe3aba6ddf7327a6f728a): docs: promote ApplicationSet's Progressive Sync to beta ([#&#8203;25122](https://github.com/argoproj/argo-cd/issues/25122)) ([@&#8203;ranakan19](https://github.com/ranakan19)) - [`42477a5`](https://github.com/argoproj/argo-cd/commit/42477a5fcd01924cfb3eb3f415add408332d28d1): docs: remove duplicated period in plugins.md ([#&#8203;24746](https://github.com/argoproj/argo-cd/issues/24746)) ([@&#8203;nekomachi-touge](https://github.com/nekomachi-touge)) - [`0aaffce`](https://github.com/argoproj/argo-cd/commit/0aaffce556f64886d1a940dc8d4375295f6b9a6a): docs: remove gitops-engine in dependencies developer guide ([#&#8203;24888](https://github.com/argoproj/argo-cd/issues/24888)) ([@&#8203;robinlieb](https://github.com/robinlieb)) - [`c1332ab`](https://github.com/argoproj/argo-cd/commit/c1332abf899e84aefa363a5d7a7606cb2c126c2b): docs: remove out-of-date sections ([#&#8203;248](https://github.com/argoproj/argo-cd/issues/248)) ([@&#8203;sbose78](https://github.com/sbose78)) - [`d5fee5a`](https://github.com/argoproj/argo-cd/commit/d5fee5a18af39b71b151d306b973956dadded7e4): docs: sync-waves guide: Use markdown formatting ([#&#8203;25372](https://github.com/argoproj/argo-cd/issues/25372)) ([@&#8203;dubek](https://github.com/dubek)) - [`8bebf65`](https://github.com/argoproj/argo-cd/commit/8bebf65bbe1e1288cde02c904bda5ed28052d629): docs: update Azure workload identity setup instructions ([#&#8203;25598](https://github.com/argoproj/argo-cd/issues/25598)) ([@&#8203;revitalbarletz](https://github.com/revitalbarletz)) - [`c430882`](https://github.com/argoproj/argo-cd/commit/c43088265eb0a051f4b347137dfd7aa04bc70985): docs: update Getting Started guide with local setup guidance ([#&#8203;25486](https://github.com/argoproj/argo-cd/issues/25486)) ([@&#8203;revitalbarletz](https://github.com/revitalbarletz)) - [`c0c9768`](https://github.com/argoproj/argo-cd/commit/c0c97684240e0f39c7254311e22ebfd5a1f0a38b): docs: update RBAC documentation for user/group assignment ([#&#8203;25546](https://github.com/argoproj/argo-cd/issues/25546)) ([@&#8203;revitalbarletz](https://github.com/revitalbarletz)) - [`c917599`](https://github.com/argoproj/argo-cd/commit/c917599b0b499626d02758b15084c1f156f6e128): docs: update RepoCreds Type description to include oci option ([#&#8203;25353](https://github.com/argoproj/argo-cd/issues/25353)) ([@&#8203;robinlieb](https://github.com/robinlieb)) - [`318e331`](https://github.com/argoproj/argo-cd/commit/318e3319c5d92b3153ee61f41b0c21957b55bea5): docs: update declarative setup for EKS clusters using Pod Identity ([#&#8203;25198](https://github.com/argoproj/argo-cd/issues/25198)) ([@&#8203;Woitekku](https://github.com/Woitekku)) - [`290aab9`](https://github.com/argoproj/argo-cd/commit/290aab9fff09b2515c8c3c1518888036f10cf4b7): docs: update link to health checks in gitops-engine ([#&#8203;24887](https://github.com/argoproj/argo-cd/issues/24887)) ([@&#8203;robinlieb](https://github.com/robinlieb)) - [`1db5ee8`](https://github.com/argoproj/argo-cd/commit/1db5ee809c1cfea3b2ee8477749f72bd28c35347): docs: update link to point to resource health documentation ([#&#8203;24652](https://github.com/argoproj/argo-cd/issues/24652)) ([@&#8203;J3m3](https://github.com/J3m3)) - [`4a4db1d`](https://github.com/argoproj/argo-cd/commit/4a4db1d9ca4879847475833b2a9db4991bc926ac): docs: update mkdocs local install steps ([#&#8203;25503](https://github.com/argoproj/argo-cd/issues/25503)) ([@&#8203;emirot](https://github.com/emirot)) - [`8d40fa3`](https://github.com/argoproj/argo-cd/commit/8d40fa3b5cb7a72da60a12e31a34ab07e0d0fdaf): docs: update user content for deleting applications ([#&#8203;25124](https://github.com/argoproj/argo-cd/issues/25124)) ([@&#8203;aali309](https://github.com/aali309)) - [`e58d75f`](https://github.com/argoproj/argo-cd/commit/e58d75f1da347ec9f5ec448afe54bd017ef382a7): docs: upgrade instructions for 3.3 with SSA ([#&#8203;25649](https://github.com/argoproj/argo-cd/issues/25649)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`a864d70`](https://github.com/argoproj/argo-cd/commit/a864d7052fa0ff025e8b2ebbe3494f4eb4265592): docs: use GitHub alerts instead of mkdocs admonitions ([#&#8203;24631](https://github.com/argoproj/argo-cd/issues/24631)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) ##### Dependency updates - [`d235018`](https://github.com/argoproj/argo-cd/commit/d23501875cb98d1169f6d262c983bb229aea5dac): Revert "chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0" ([#&#8203;25427](https://github.com/argoproj/argo-cd/issues/25427)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`320754a`](https://github.com/argoproj/argo-cd/commit/320754a470235b4e4782060eba568a53b688bd2a): Revert "chore(deps): bump peter-evans/create-pull-request from 7.0.8 to 7.0.9" ([#&#8203;25426](https://github.com/argoproj/argo-cd/issues/25426)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`1265e83`](https://github.com/argoproj/argo-cd/commit/1265e8382ee13eae270a1b0fc4e2920e8f19b0ba): chore(deps): Update some dependencies - another run ([#&#8203;22228](https://github.com/argoproj/argo-cd/issues/22228)) ([#&#8203;696](https://github.com/argoproj/argo-cd/issues/696)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`acb47d5`](https://github.com/argoproj/argo-cd/commit/acb47d5407b6deedbce7d7cec20c4e6fa5e64048): chore(deps): Update some package versions ([#&#8203;690](https://github.com/argoproj/argo-cd/issues/690)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`88c35a9`](https://github.com/argoproj/argo-cd/commit/88c35a9acf6991acc67d6da5111de8c628b4a0be): chore(deps): Upgrade structured-merge-diff from v4.4.1 to v4.4.3 ([#&#8203;637](https://github.com/argoproj/argo-cd/issues/637)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`2c6edd8`](https://github.com/argoproj/argo-cd/commit/2c6edd819fd246e5f5d317a1663d3f657efe16a8): chore(deps): bump SonarSource/sonarqube-scan-action from 5.3.1 to 7.0.0 ([#&#8203;25585](https://github.com/argoproj/argo-cd/issues/25585)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`5159744`](https://github.com/argoproj/argo-cd/commit/515974410e7a3d8de41ee2565aa41d7180e502e8): chore(deps): bump actions/cache from 2.1.4 to 2.1.5 ([#&#8203;275](https://github.com/argoproj/argo-cd/issues/275)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`6911e59`](https://github.com/argoproj/argo-cd/commit/6911e599aeab4d0f7b3003a81ad01d0612afdb17): chore(deps): bump actions/cache from 2.1.5 to 2.1.6 ([#&#8203;282](https://github.com/argoproj/argo-cd/issues/282)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`31088be`](https://github.com/argoproj/argo-cd/commit/31088be65b1e5ea3971f6473dc35e7f12e266075): chore(deps): bump actions/cache from 4.2.4 to 4.3.0 ([#&#8203;24736](https://github.com/argoproj/argo-cd/issues/24736)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`125606e`](https://github.com/argoproj/argo-cd/commit/125606ef8997bd27daaec3c79d4e15832887d00c): chore(deps): bump actions/cache from 4.3.0 to 5.0.0 ([#&#8203;25626](https://github.com/argoproj/argo-cd/issues/25626)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`933f7cb`](https://github.com/argoproj/argo-cd/commit/933f7cb71efcba18836672d6cd6e5ab647a753ab): chore(deps): bump actions/cache from v1 to v2 ([#&#8203;71](https://github.com/argoproj/argo-cd/issues/71)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`ba03b48`](https://github.com/argoproj/argo-cd/commit/ba03b485430818281e32bcfab9a2dd8917bcf356): chore(deps): bump actions/cache from v2 to v2.1.4 ([#&#8203;216](https://github.com/argoproj/argo-cd/issues/216)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`d4476dc`](https://github.com/argoproj/argo-cd/commit/d4476dcce4862ea4b0888f21a959276f76337660): chore(deps): bump actions/checkout from 4.0.0 to 5.0.0 ([#&#8203;24953](https://github.com/argoproj/argo-cd/issues/24953)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`0a585e2`](https://github.com/argoproj/argo-cd/commit/0a585e24ed4d2d1a931a21b2c5e824b1051d6659): chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 ([#&#8203;25322](https://github.com/argoproj/argo-cd/issues/25322)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`290db5d`](https://github.com/argoproj/argo-cd/commit/290db5de8680333f6fda6f5023473aa75f7f87ec): chore(deps): bump actions/checkout from 5.0.1 to 6.0.1 ([#&#8203;25482](https://github.com/argoproj/argo-cd/issues/25482)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`3d2d32b`](https://github.com/argoproj/argo-cd/commit/3d2d32bc2c65b57427d6d1e61ba77d38f8e7a59c): chore(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 ([#&#8203;25086](https://github.com/argoproj/argo-cd/issues/25086)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`c7f2518`](https://github.com/argoproj/argo-cd/commit/c7f25189f0f79fa8fccb1061671ecb7d820dc769): chore(deps): bump actions/setup-go ([#&#8203;720](https://github.com/argoproj/argo-cd/issues/720)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`c8139b3`](https://github.com/argoproj/argo-cd/commit/c8139b3f9496f2fd06bdef77d047a411d0a910ef): chore(deps): bump actions/setup-go from 2.1.3 to 2.1.4 ([#&#8203;319](https://github.com/argoproj/argo-cd/issues/319)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`4f069a2`](https://github.com/argoproj/argo-cd/commit/4f069a220a1202bdfc9907ad8715a957ee932e92): chore(deps): bump actions/setup-go from 2.1.4 to 3.2.0 ([#&#8203;412](https://github.com/argoproj/argo-cd/issues/412)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`e03364f`](https://github.com/argoproj/argo-cd/commit/e03364f7ddca3cbc43f6f8ba01e8e59180a28abe): chore(deps): bump actions/setup-go from 3.2.0 to 3.2.1 ([#&#8203;428](https://github.com/argoproj/argo-cd/issues/428)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`99b5a62`](https://github.com/argoproj/argo-cd/commit/99b5a6265022723e5078df5201beb4d0d113ed92): chore(deps): bump actions/setup-go from 6.0.0 to 6.1.0 ([#&#8203;25360](https://github.com/argoproj/argo-cd/issues/25360)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`817d0e4`](https://github.com/argoproj/argo-cd/commit/817d0e48c3a17dc42e809838390ff5b60fa7402c): chore(deps): bump actions/setup-go from v1 to v2.1.0 ([#&#8203;73](https://github.com/argoproj/argo-cd/issues/73)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`607629e`](https://github.com/argoproj/argo-cd/commit/607629ec6a978b37ec0559478c928f18b85a240c): chore(deps): bump actions/setup-go from v2.1.0 to v2.1.1 ([#&#8203;104](https://github.com/argoproj/argo-cd/issues/104)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`7026950`](https://github.com/argoproj/argo-cd/commit/7026950e0da2f5f4ccefffdf389e9e463c09eb08): chore(deps): bump actions/setup-go from v2.1.1 to v2.1.2 ([#&#8203;114](https://github.com/argoproj/argo-cd/issues/114)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`646ff03`](https://github.com/argoproj/argo-cd/commit/646ff039d23e85dea7e2a27e58fbdb6f0a014e09): chore(deps): bump actions/setup-go from v2.1.2 to v2.1.3 ([#&#8203;152](https://github.com/argoproj/argo-cd/issues/152)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`d1ece2d`](https://github.com/argoproj/argo-cd/commit/d1ece2d57bc8c220f2f2fd4c07974d0843140ab7): chore(deps): bump actions/setup-node from 5.0.0 to 6.0.0 ([#&#8203;24952](https://github.com/argoproj/argo-cd/issues/24952)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`644d1e6`](https://github.com/argoproj/argo-cd/commit/644d1e6ec20c6c7acf6f2b77463b3f9200c21d7f): chore(deps): bump actions/setup-node from 6.0.0 to 6.1.0 ([#&#8203;25507](https://github.com/argoproj/argo-cd/issues/25507)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`8e9d24a`](https://github.com/argoproj/argo-cd/commit/8e9d24a60f43c70d9740016d52f8253377f548d1): chore(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 ([#&#8203;25085](https://github.com/argoproj/argo-cd/issues/25085)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`7faf8c9`](https://github.com/argoproj/argo-cd/commit/7faf8c981873dfc3de3cebc54451bc2176016887): chore(deps): bump axios from 1.8.2 to 1.12.2 in /ui-test ([#&#8203;24793](https://github.com/argoproj/argo-cd/issues/24793)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`6df6b7a`](https://github.com/argoproj/argo-cd/commit/6df6b7a35545dea23a1e7a65d3bcd814f245ab6c): chore(deps): bump code.gitea.io/sdk/gitea from 0.22.0 to 0.22.1 ([#&#8203;25057](https://github.com/argoproj/argo-cd/issues/25057)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`f0c9d7e`](https://github.com/argoproj/argo-cd/commit/f0c9d7e75e0f60acecd79edeaa3defff0199afd5): chore(deps): bump codecov/codecov-action from 1.4.1 to 1.5.0 ([#&#8203;274](https://github.com/argoproj/argo-cd/issues/274)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`2d49581`](https://github.com/argoproj/argo-cd/commit/2d495813b77c007209c494401093513b13b68911): chore(deps): bump codecov/codecov-action from 1.5.0 to 3.1.0 ([#&#8203;405](https://github.com/argoproj/argo-cd/issues/405)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`60c6378`](https://github.com/argoproj/argo-cd/commit/60c6378a12b484134e8561fbfcee86234509bca2): chore(deps): bump codecov/codecov-action from [`a2f73fb`](https://github.com/argoproj/argo-cd/commit/a2f73fb6db51fcd2e0aa085dfb36dea90c5e3689) to [`5c47607`](https://github.com/argoproj/argo-cd/commit/5c47607acb93fed5485fdbf7232e8a31425f672a) ([#&#8203;649](https://github.com/argoproj/argo-cd/issues/649)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`d12976c`](https://github.com/argoproj/argo-cd/commit/d12976c298f3c85230c13835ced2d0f5b1405d48): chore(deps): bump codecov/codecov-action from v1 to v1.0.10 ([#&#8203;72](https://github.com/argoproj/argo-cd/issues/72)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`618250f`](https://github.com/argoproj/argo-cd/commit/618250fc4810b5381ce203f77c8bf2913b828726): chore(deps): bump codecov/codecov-action from v1.0.10 to v1.0.12 ([#&#8203;106](https://github.com/argoproj/argo-cd/issues/106)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`4d6f298`](https://github.com/argoproj/argo-cd/commit/4d6f2988b2a7bd423da70e674bb26f972966352e): chore(deps): bump codecov/codecov-action from v1.0.12 to v1.0.13 ([#&#8203;120](https://github.com/argoproj/argo-cd/issues/120)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`2098827`](https://github.com/argoproj/argo-cd/commit/209882714e9de2612db3ef030c3655c48610fd0a): chore(deps): bump codecov/codecov-action from v1.0.13 to v1.1.0 ([#&#8203;194](https://github.com/argoproj/argo-cd/issues/194)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`dac8377`](https://github.com/argoproj/argo-cd/commit/dac837751e19b63e1d04ce2f225f522d27743de5): chore(deps): bump codecov/codecov-action from v1.1.0 to v1.1.1 ([#&#8203;199](https://github.com/argoproj/argo-cd/issues/199)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`ee1772e`](https://github.com/argoproj/argo-cd/commit/ee1772e1dc16f0804c8da0da7a0aa61d82730fed): chore(deps): bump codecov/codecov-action from v1.1.1 to v1.2.0 ([#&#8203;200](https://github.com/argoproj/argo-cd/issues/200)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`bb076f0`](https://github.com/argoproj/argo-cd/commit/bb076f0a893899d9db0f26682d2ef8cf74a17a0e): chore(deps): bump codecov/codecov-action from v1.2.0 to v1.2.1 ([#&#8203;202](https://github.com/argoproj/argo-cd/issues/202)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`9e41499`](https://github.com/argoproj/argo-cd/commit/9e414998c8c4267889d8e46b39456d45e48e4ca9): chore(deps): bump codecov/codecov-action from v1.2.1 to v1.4.1 ([#&#8203;260](https://github.com/argoproj/argo-cd/issues/260)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`c9fb04a`](https://github.com/argoproj/argo-cd/commit/c9fb04a606be7b9a5033d7a6c4d5c3a7742f7806): chore(deps): bump docker/login-action from 3.5.0 to 3.6.0 ([#&#8203;24789](https://github.com/argoproj/argo-cd/issues/24789)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`f645075`](https://github.com/argoproj/argo-cd/commit/f64507521d408541552acf56e4ffe59c132f1baa): chore(deps): bump express from 4.20.0 to 4.22.1 in /ui ([#&#8203;25469](https://github.com/argoproj/argo-cd/issues/25469)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`6638dd6`](https://github.com/argoproj/argo-cd/commit/6638dd67a697dde0fe8f23e809c4d1db5d1e01e7): chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.19.1 to 1.20.0 ([#&#8203;25212](https://github.com/argoproj/argo-cd/issues/25212)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`9ef837c`](https://github.com/argoproj/argo-cd/commit/9ef837c3264961c306568cbaabf49f371bc49e46): chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.11.0 to 1.12.0 ([#&#8203;24593](https://github.com/argoproj/argo-cd/issues/24593)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`25ee9cc`](https://github.com/argoproj/argo-cd/commit/25ee9cc36db38080e1c632ef3b3c1bedce0657d1): chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.12.0 to 1.13.0 ([#&#8203;24894](https://github.com/argoproj/argo-cd/issues/24894)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`fd2fc0a`](https://github.com/argoproj/argo-cd/commit/fd2fc0abf99ca8056d6a7c250e8dedc22c35fe22): chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.13.0 to 1.13.1 ([#&#8203;25254](https://github.com/argoproj/argo-cd/issues/25254)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b74cf45`](https://github.com/argoproj/argo-cd/commit/b74cf4563b6c542b6ff97ad72393b9e5c492c6e2): chore(deps): bump github.com/Azure/kubelogin from 0.2.10 to 0.2.11 ([#&#8203;24943](https://github.com/argoproj/argo-cd/issues/24943)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`0e10276`](https://github.com/argoproj/argo-cd/commit/0e102761543e778c3d587fa8f8d0142286f51bd1): chore(deps): bump github.com/Azure/kubelogin from 0.2.11 to 0.2.12 ([#&#8203;24983](https://github.com/argoproj/argo-cd/issues/24983)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`3fa7348`](https://github.com/argoproj/argo-cd/commit/3fa7348ec5df6a9f5d82f5cc8a124c37a538f59f): chore(deps): bump github.com/Azure/kubelogin from 0.2.12 to 0.2.13 ([#&#8203;25376](https://github.com/argoproj/argo-cd/issues/25376)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`9419eb9`](https://github.com/argoproj/argo-cd/commit/9419eb95a8ed0ecdc86f3d6ac1b1b240442dfb33): chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.16.0 to 2.17.0 ([#&#8203;24787](https://github.com/argoproj/argo-cd/issues/24787)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`1d4d5db`](https://github.com/argoproj/argo-cd/commit/1d4d5dbbdcad8f56377a1bd75d14154f066bba77): chore(deps): bump github.com/casbin/casbin/v2 from 2.123.0 to 2.126.0 ([#&#8203;24630](https://github.com/argoproj/argo-cd/issues/24630)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`52c70b8`](https://github.com/argoproj/argo-cd/commit/52c70b84c893eae122e3706d5757c854e89a3310): chore(deps): bump github.com/casbin/casbin/v2 from 2.126.0 to 2.127.0 ([#&#8203;24675](https://github.com/argoproj/argo-cd/issues/24675)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`8e778f1`](https://github.com/argoproj/argo-cd/commit/8e778f12ac6a0e6ea5e4253e730be5ae84abbf7f): chore(deps): bump github.com/casbin/casbin/v2 from 2.127.0 to 2.128.0 ([#&#8203;24918](https://github.com/argoproj/argo-cd/issues/24918)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b91c191`](https://github.com/argoproj/argo-cd/commit/b91c191a34ee3739796a47f85612fc27740a2433): chore(deps): bump github.com/casbin/casbin/v2 from 2.128.0 to 2.131.0 ([#&#8203;25142](https://github.com/argoproj/argo-cd/issues/25142)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`1389f0c`](https://github.com/argoproj/argo-cd/commit/1389f0c032db1ae91ff0dada46457e6d28eb438a): chore(deps): bump github.com/casbin/casbin/v2 from 2.131.0 to 2.132.0 ([#&#8203;25177](https://github.com/argoproj/argo-cd/issues/25177)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`dcfd191`](https://github.com/argoproj/argo-cd/commit/dcfd191d8e8605aa46c970be9c162c9c540d2fee): chore(deps): bump github.com/casbin/casbin/v2 from 2.132.0 to 2.134.0 ([#&#8203;25319](https://github.com/argoproj/argo-cd/issues/25319)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`7ebdf10`](https://github.com/argoproj/argo-cd/commit/7ebdf10cbf803517b0a33a8f5beeecf85c307186): chore(deps): bump github.com/casbin/casbin/v2 from 2.134.0 to 2.135.0 ([#&#8203;25583](https://github.com/argoproj/argo-cd/issues/25583)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`19ca5df`](https://github.com/argoproj/argo-cd/commit/19ca5dfad7fd9b4a0a3568af378edd18445b53f6): chore(deps): bump github.com/cyphar/filepath-securejoin from 0.4.1 to 0.6.0 ([#&#8203;25228](https://github.com/argoproj/argo-cd/issues/25228)) ([@&#8203;yuvalshi0](https://github.com/yuvalshi0)) - [`c549aea`](https://github.com/argoproj/argo-cd/commit/c549aea1fd95cc54acfebd321e1456ecff0a007c): chore(deps): bump github.com/cyphar/filepath-securejoin from 0.6.0 to 0.6.1 ([#&#8203;25356](https://github.com/argoproj/argo-cd/issues/25356)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`51a45c0`](https://github.com/argoproj/argo-cd/commit/51a45c08357f5d3260bf27c26ea1bf53728e1a82): chore(deps): bump github.com/evanphx/json-patch ([#&#8203;125](https://github.com/argoproj/argo-cd/issues/125)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`11a5e25`](https://github.com/argoproj/argo-cd/commit/11a5e25708c756dc12ffbca7574747f5e12cf961): chore(deps): bump github.com/evanphx/json-patch to v5.9.11 ([#&#8203;682](https://github.com/argoproj/argo-cd/issues/682)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`ab11e95`](https://github.com/argoproj/argo-cd/commit/ab11e959b47be6a37d5e4d8b907e56df0624b80e): chore(deps): bump github.com/go-jose/go-jose/v4 from 4.1.2 to 4.1.3 ([#&#8203;24855](https://github.com/argoproj/argo-cd/issues/24855)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`eb76c93`](https://github.com/argoproj/argo-cd/commit/eb76c93f0a2ef5e93c63a47add67b73f0de3ba1b): chore(deps): bump github.com/go-logr/logr from 0.2.0 to 0.2.1 ([#&#8203;173](https://github.com/argoproj/argo-cd/issues/173)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`5bbbdfb`](https://github.com/argoproj/argo-cd/commit/5bbbdfbc6998397dfb594b892ba03b920105144c): chore(deps): bump github.com/go-logr/logr from 1.2.0 to 1.2.2 ([#&#8203;368](https://github.com/argoproj/argo-cd/issues/368)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`5a60cc4`](https://github.com/argoproj/argo-cd/commit/5a60cc4ee6d0b50ee62fbc8b136f15d27b655b83): chore(deps): bump github.com/go-openapi/runtime from 0.28.0 to 0.29.0 ([#&#8203;24775](https://github.com/argoproj/argo-cd/issues/24775)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b829cd2`](https://github.com/argoproj/argo-cd/commit/b829cd29c89de5e295db4e6685d9b2d85ad6b94b): chore(deps): bump github.com/go-openapi/runtime from 0.29.0 to 0.29.2 ([#&#8203;25255](https://github.com/argoproj/argo-cd/issues/25255)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`0f8652d`](https://github.com/argoproj/argo-cd/commit/0f8652d4e73afede5a9ec3b5a8170b73490b8c06): chore(deps): bump github.com/golang/mock from 1.4.4 to 1.5.0 ([#&#8203;241](https://github.com/argoproj/argo-cd/issues/241)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`59b6b0e`](https://github.com/argoproj/argo-cd/commit/59b6b0e2b87b2d0ded674102ab8feeed536f56d3): chore(deps): bump github.com/grpc-ecosystem/go-grpc-middleware/v2 from 2.3.2 to 2.3.3 ([#&#8203;25176](https://github.com/argoproj/argo-cd/issues/25176)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`860eed5`](https://github.com/argoproj/argo-cd/commit/860eed5127291c4c134bde473f6e9e853c76f368): chore(deps): bump github.com/itchyny/gojq from 0.12.17 to 0.12.18 ([#&#8203;25465](https://github.com/argoproj/argo-cd/issues/25465)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`cc57831`](https://github.com/argoproj/argo-cd/commit/cc57831808c4366b9a5ccb43b8ebbd1c0d758833): chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.87 to 0.9.88 ([#&#8203;25544](https://github.com/argoproj/argo-cd/issues/25544)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`2adf456`](https://github.com/argoproj/argo-cd/commit/2adf4568a17f6c68912a6a00f66e7ac846c651b8): chore(deps): bump github.com/olekukonko/tablewriter from 1.0.9 to 1.1.0 ([#&#8203;24676](https://github.com/argoproj/argo-cd/issues/24676)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b6bf931`](https://github.com/argoproj/argo-cd/commit/b6bf931fe4766955de54aae4174b618d3173539d): chore(deps): bump github.com/olekukonko/tablewriter from 1.1.0 to 1.1.1 ([#&#8203;25232](https://github.com/argoproj/argo-cd/issues/25232)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`56dcea0`](https://github.com/argoproj/argo-cd/commit/56dcea0cfe5b538f59277d2437bced3a2e426038): chore(deps): bump github.com/olekukonko/tablewriter from 1.1.1 to 1.1.2 ([#&#8203;25453](https://github.com/argoproj/argo-cd/issues/25453)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`db76222`](https://github.com/argoproj/argo-cd/commit/db76222068517689d4c8943952dd81a4bb8ae978): chore(deps): bump github.com/spf13/cobra from 0.0.5 to 0.0.7 ([#&#8203;78](https://github.com/argoproj/argo-cd/issues/78)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`f53e1d5`](https://github.com/argoproj/argo-cd/commit/f53e1d56298f15664d489b33e562b004da58815d): chore(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 ([#&#8203;25505](https://github.com/argoproj/argo-cd/issues/25505)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`e5e3a1c`](https://github.com/argoproj/argo-cd/commit/e5e3a1cf5c1263d3db5cfda60cd86f540e0cf6a8): chore(deps): bump github.com/spf13/cobra from 1.2.1 to 1.5.0 ([#&#8203;420](https://github.com/argoproj/argo-cd/issues/420)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`ee5c440`](https://github.com/argoproj/argo-cd/commit/ee5c440fc4cbfec1b6ae8fb806dd798ef23d3c9f): chore(deps): bump github.com/stretchr/testify from 1.4.0 to 1.6.1 ([#&#8203;77](https://github.com/argoproj/argo-cd/issues/77)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`09186f3`](https://github.com/argoproj/argo-cd/commit/09186f3d4f4b943942bec04496f52a2e84dd62da): chore(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0 ([#&#8203;208](https://github.com/argoproj/argo-cd/issues/208)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`f43147f`](https://github.com/argoproj/argo-cd/commit/f43147f813c8779b32624a1b8a055805cc10136f): chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.142.6 to 0.147.1 ([#&#8203;24705](https://github.com/argoproj/argo-cd/issues/24705)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`e75e37c`](https://github.com/argoproj/argo-cd/commit/e75e37c06cce0512ce29aa9ae0e6dbc8c32bd7a5): chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.147.1 to 0.148.0 ([#&#8203;24718](https://github.com/argoproj/argo-cd/issues/24718)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`eff6a63`](https://github.com/argoproj/argo-cd/commit/eff6a63e10e1f1b6169184d4cff2903737b78de8): chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.148.0 to 0.148.1 ([#&#8203;24774](https://github.com/argoproj/argo-cd/issues/24774)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b8f5299`](https://github.com/argoproj/argo-cd/commit/b8f5299f2198143b8d319e29a37693fb33f0bd81): chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.148.1 to 0.157.0 ([#&#8203;24950](https://github.com/argoproj/argo-cd/issues/24950)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`1b4fde1`](https://github.com/argoproj/argo-cd/commit/1b4fde19865403cab17737b3011f1a7529407ec1): chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.157.0 to 0.157.1 ([#&#8203;25108](https://github.com/argoproj/argo-cd/issues/25108)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`c7b47c3`](https://github.com/argoproj/argo-cd/commit/c7b47c3cd2ab5e7278b0c315d908b0fd2bf08861): chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.157.1 to 0.159.0 ([#&#8203;25175](https://github.com/argoproj/argo-cd/issues/25175)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`61a89dc`](https://github.com/argoproj/argo-cd/commit/61a89dc23e854bfd991154629d3ced050618679c): chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.159.0 to 0.160.0 ([#&#8203;25281](https://github.com/argoproj/argo-cd/issues/25281)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`a62e368`](https://github.com/argoproj/argo-cd/commit/a62e3687f2dbf74d22c570075dc722614d476a29): chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.160.0 to 1.5.0 ([#&#8203;25481](https://github.com/argoproj/argo-cd/issues/25481)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`4ddd0a2`](https://github.com/argoproj/argo-cd/commit/4ddd0a2fc7bd2ef4da061b347864d9869f269857): chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.5.0 to 1.7.0 ([#&#8203;25543](https://github.com/argoproj/argo-cd/issues/25543)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`45a54ae`](https://github.com/argoproj/argo-cd/commit/45a54ae04106bd1476c91aac236392ed64311f3c): chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.7.0 to 1.8.0 ([#&#8203;25554](https://github.com/argoproj/argo-cd/issues/25554)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`8fec5c5`](https://github.com/argoproj/argo-cd/commit/8fec5c53060c9b1c267e256113c7a9331298d5c9): chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.8.0 to 1.8.1 ([#&#8203;25616](https://github.com/argoproj/argo-cd/issues/25616)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`4d33ca9`](https://github.com/argoproj/argo-cd/commit/4d33ca981b9df3a2b232491889243dfa8b355452): chore(deps): bump golang.org/x/crypto from 0.42.0 to 0.43.0 ([#&#8203;24908](https://github.com/argoproj/argo-cd/issues/24908)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`791e924`](https://github.com/argoproj/argo-cd/commit/791e92490fb9d52a47e65e2eede2aa359270b2a8): chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 ([#&#8203;25355](https://github.com/argoproj/argo-cd/issues/25355)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`805c389`](https://github.com/argoproj/argo-cd/commit/805c3891cb9bc65930d564f47fdf9c2c5c4243d6): chore(deps): bump golang.org/x/crypto from 0.45.0 to 0.46.0 ([#&#8203;25555](https://github.com/argoproj/argo-cd/issues/25555)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`30f4acc`](https://github.com/argoproj/argo-cd/commit/30f4accb42d628d50bbdcba1ddf2a4239e5c027d): chore(deps): bump golang.org/x/net from 0.26.0 to 0.33.0 ([#&#8203;671](https://github.com/argoproj/argo-cd/issues/671)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`e5ef2e1`](https://github.com/argoproj/argo-cd/commit/e5ef2e16d84d3e9f5bb271be94782f81a6048566): chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 ([#&#8203;700](https://github.com/argoproj/argo-cd/issues/700)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`9169c08`](https://github.com/argoproj/argo-cd/commit/9169c08c91e754686bfcbeb38e155a5256572eff): chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 ([#&#8203;713](https://github.com/argoproj/argo-cd/issues/713)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`f0bb119`](https://github.com/argoproj/argo-cd/commit/f0bb1192a8d6040c1878ce7db6d7b464bad1e54a): chore(deps): bump golang.org/x/net from 0.44.0 to 0.46.0 ([#&#8203;24904](https://github.com/argoproj/argo-cd/issues/24904)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`f618adb`](https://github.com/argoproj/argo-cd/commit/f618adb93e3e3eec4e87069d09db996160acdb94): chore(deps): bump golang.org/x/net from 0.46.0 to 0.47.0 ([#&#8203;25264](https://github.com/argoproj/argo-cd/issues/25264)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`fa873d4`](https://github.com/argoproj/argo-cd/commit/fa873d4085d539096f4b4023c9a76aba0d7bb05a): chore(deps): bump golang.org/x/net from 0.47.0 to 0.48.0 ([#&#8203;25556](https://github.com/argoproj/argo-cd/issues/25556)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`ce183f0`](https://github.com/argoproj/argo-cd/commit/ce183f02fe1373b03b9cd2107b753f19ae5158cb): chore(deps): bump golang.org/x/oauth2 from 0.31.0 to 0.32.0 ([#&#8203;24903](https://github.com/argoproj/argo-cd/issues/24903)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`d8a86f4`](https://github.com/argoproj/argo-cd/commit/d8a86f4ccb81ffca93a9f54e7dbc9d96db4b83ce): chore(deps): bump golang.org/x/oauth2 from 0.32.0 to 0.33.0 ([#&#8203;25234](https://github.com/argoproj/argo-cd/issues/25234)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b6da054`](https://github.com/argoproj/argo-cd/commit/b6da0545f3e7293f607715453a007953cef59145): chore(deps): bump golang.org/x/oauth2 from 0.33.0 to 0.34.0 ([#&#8203;25559](https://github.com/argoproj/argo-cd/issues/25559)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`6d303b9`](https://github.com/argoproj/argo-cd/commit/6d303b9b3fae98f66556180613e06dd25750c4ba): chore(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 ([#&#8203;25231](https://github.com/argoproj/argo-cd/issues/25231)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`95b191d`](https://github.com/argoproj/argo-cd/commit/95b191d349448b56ccd258ca9e44f41352e0b0af): chore(deps): bump golang.org/x/time from 0.13.0 to 0.14.0 ([#&#8203;24906](https://github.com/argoproj/argo-cd/issues/24906)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`90b69e9`](https://github.com/argoproj/argo-cd/commit/90b69e9ae5868de50266b6bb1e810ce0b04a345f): chore(deps): bump golangci-lint ([#&#8203;719](https://github.com/argoproj/argo-cd/issues/719)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`da6623b`](https://github.com/argoproj/argo-cd/commit/da6623b2e79013ea2c44a627a0813672c2894e02): chore(deps): bump golangci/golangci-lint-action from 2 to 3.2.0 ([#&#8203;409](https://github.com/argoproj/argo-cd/issues/409)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`13895fe`](https://github.com/argoproj/argo-cd/commit/13895feb999bc93974c1b0e13689c8f199504009): chore(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 ([#&#8203;25236](https://github.com/argoproj/argo-cd/issues/25236)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`df1035d`](https://github.com/argoproj/argo-cd/commit/df1035d236d0008befccd232d6e651a0c3b647da): chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 ([#&#8203;25400](https://github.com/argoproj/argo-cd/issues/25400)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b5f75f1`](https://github.com/argoproj/argo-cd/commit/b5f75f15cc74b21b0aac79abbd1936cb492f426c): chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.2.0 ([#&#8203;25483](https://github.com/argoproj/argo-cd/issues/25483)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`8273c3a`](https://github.com/argoproj/argo-cd/commit/8273c3a8bac3426bbddbc2ef2a252ba76cac74c8): chore(deps): bump google.golang.org/grpc from 1.75.1 to 1.76.0 ([#&#8203;24870](https://github.com/argoproj/argo-cd/issues/24870)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`7b73766`](https://github.com/argoproj/argo-cd/commit/7b73766251ccfa916e27a17b40054325bd4d006a): chore(deps): bump google.golang.org/grpc from 1.76.0 to 1.77.0 ([#&#8203;25320](https://github.com/argoproj/argo-cd/issues/25320)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`d9fe8a4`](https://github.com/argoproj/argo-cd/commit/d9fe8a41752e8e55aa56f80289f91159aed6b308): chore(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 ([#&#8203;25656](https://github.com/argoproj/argo-cd/issues/25656)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`48c6671`](https://github.com/argoproj/argo-cd/commit/48c6671593fdfe52bd887482467598ec2f91b538): chore(deps): bump google.golang.org/protobuf from 1.36.9 to 1.36.10 ([#&#8203;24829](https://github.com/argoproj/argo-cd/issues/24829)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`ec71344`](https://github.com/argoproj/argo-cd/commit/ec7134406a98e963b0e87d8f203719335a6e6d2d): chore(deps): bump js-yaml from 4.1.0 to 4.1.1 in /ui ([#&#8203;25315](https://github.com/argoproj/argo-cd/issues/25315)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`83ce6ca`](https://github.com/argoproj/argo-cd/commit/83ce6ca8cedc48e62181c593132cd47646be78a9): chore(deps): bump k8s libs from 0.29.2 to 0.29.6 ([#&#8203;586](https://github.com/argoproj/argo-cd/issues/586)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`51a33e6`](https://github.com/argoproj/argo-cd/commit/51a33e63f175339e55c29b813c7b836262d0f714): chore(deps): bump k8s.io/klog/v2 from 2.30.0 to 2.70.1 ([#&#8203;426](https://github.com/argoproj/argo-cd/issues/426)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`73f3e7f`](https://github.com/argoproj/argo-cd/commit/73f3e7f01a9b36e655203b93d76927a36d5c3611): chore(deps): bump k8s.io/klog/v2 from 2.4.0 to 2.8.0 ([#&#8203;239](https://github.com/argoproj/argo-cd/issues/239)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b560016`](https://github.com/argoproj/argo-cd/commit/b5600162862f1bc5d5b9540cf12de4f1e394bbfc): chore(deps): bump k8s.io/kubernetes from 1.22.2 to 1.23.1 ([#&#8203;365](https://github.com/argoproj/argo-cd/issues/365)) ([@&#8203;tommyknows](https://github.com/tommyknows)) - [`ef48aa9`](https://github.com/argoproj/argo-cd/commit/ef48aa9c37297e9061b8736afa89bec5424a4e69): chore(deps): bump library/busybox from `2f590fc` to `e3652a0` in /test/e2e/multiarch-container ([#&#8203;25116](https://github.com/argoproj/argo-cd/issues/25116)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b7e09e0`](https://github.com/argoproj/argo-cd/commit/b7e09e0dbab616c7d9cc7e295f09640d6c56eb7e): chore(deps): bump library/busybox from `d82f458` to `2f590fc` in /test/e2e/multiarch-container ([#&#8203;24962](https://github.com/argoproj/argo-cd/issues/24962)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`de79e6a`](https://github.com/argoproj/argo-cd/commit/de79e6aafcc634a1ba9df5cc82c363bae109804f): chore(deps): bump library/busybox from `e3652a0` to `d80cd69` in /test/e2e/multiarch-container ([#&#8203;25560](https://github.com/argoproj/argo-cd/issues/25560)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b760788`](https://github.com/argoproj/argo-cd/commit/b76078863d14514c0d516d4ec084c864d20acfc5): chore(deps): bump library/golang from 1.25.0 to 1.25.1 in /test/container ([#&#8203;24447](https://github.com/argoproj/argo-cd/issues/24447)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b9916c3`](https://github.com/argoproj/argo-cd/commit/b9916c331331db77ccdfe3fac3f9c8cfdb5d5b46): chore(deps): bump library/golang from 1.25.0 to 1.25.1 in /test/remote ([#&#8203;24446](https://github.com/argoproj/argo-cd/issues/24446)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`33e8175`](https://github.com/argoproj/argo-cd/commit/33e817549e8d0add7ddae679507cb8dd0717af0e): chore(deps): bump library/golang from 1.25.1 to 1.25.3 in /test/remote ([#&#8203;24954](https://github.com/argoproj/argo-cd/issues/24954)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`eaf8301`](https://github.com/argoproj/argo-cd/commit/eaf83019a1137d5ce2984d3d04ac198b683a7655): chore(deps): bump library/golang from 1.25.3 to 1.25.5 in /test/remote ([#&#8203;25484](https://github.com/argoproj/argo-cd/issues/25484)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`03e6342`](https://github.com/argoproj/argo-cd/commit/03e6342a4adf46c7748e835b238e865847fb6480): chore(deps): bump library/golang from `0ece421` to `a22b2e6` in /test/remote ([#&#8203;25586](https://github.com/argoproj/argo-cd/issues/25586)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`e161522`](https://github.com/argoproj/argo-cd/commit/e161522dc0f356873c4c86bf0fbd19095433b38b): chore(deps): bump library/golang from `2e3aca2` to `6ea52a0` in /test/remote ([#&#8203;24975](https://github.com/argoproj/argo-cd/issues/24975)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b7b4ab9`](https://github.com/argoproj/argo-cd/commit/b7b4ab938aca25d6be9504704186ae50a1ed32d8): chore(deps): bump library/golang from `7d73c4c` to `2e3aca2` in /test/remote ([#&#8203;24963](https://github.com/argoproj/argo-cd/issues/24963)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`1b973b8`](https://github.com/argoproj/argo-cd/commit/1b973b81efa5ef01f2698770552af6a4f9c843f1): chore(deps): bump library/golang from `8305f5f` to `ab1f5c4` in /test/remote ([#&#8203;24817](https://github.com/argoproj/argo-cd/issues/24817)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`33f6889`](https://github.com/argoproj/argo-cd/commit/33f6889efd917be7b3fff6b94038cd792cfd61ab): chore(deps): bump library/golang from `ab1f5c4` to `d709837` in /test/remote ([#&#8203;24857](https://github.com/argoproj/argo-cd/issues/24857)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`5611814`](https://github.com/argoproj/argo-cd/commit/56118142430d446c231e99203754d114226b3bb5): chore(deps): bump library/registry from `1e96c37` to `cd92709` in /test/container ([#&#8203;24955](https://github.com/argoproj/argo-cd/issues/24955)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`c330254`](https://github.com/argoproj/argo-cd/commit/c3302545cccd63e2d8e22eb944e98b81efe4b88b): chore(deps): bump library/registry from `3725021` to `1e96c37` in /test/container ([#&#8203;24909](https://github.com/argoproj/argo-cd/issues/24909)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`10f991d`](https://github.com/argoproj/argo-cd/commit/10f991d674374db3371dae7ac729aa8266cdfa40): chore(deps): bump min-document from 2.19.0 to 2.19.1 in /ui ([#&#8203;25223](https://github.com/argoproj/argo-cd/issues/25223)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`3ad7da5`](https://github.com/argoproj/argo-cd/commit/3ad7da50f7ade6a7924e7f5d70ae53354e10ece6): chore(deps): bump node-forge from 1.3.0 to 1.3.2 in /ui ([#&#8203;25434](https://github.com/argoproj/argo-cd/issues/25434)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`68ff7df`](https://github.com/argoproj/argo-cd/commit/68ff7df659387b8f2d844c976fa967cb92f8d3fa): chore(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 ([#&#8203;24803](https://github.com/argoproj/argo-cd/issues/24803)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`4a1bf9e`](https://github.com/argoproj/argo-cd/commit/4a1bf9efff892c4c4fb3c1a38a3afce2625566cd): chore(deps): bump peter-evans/create-pull-request from 7.0.11 to 8.0.0 ([#&#8203;25584](https://github.com/argoproj/argo-cd/issues/25584)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`83548e3`](https://github.com/argoproj/argo-cd/commit/83548e39de88f44c7633ed3966776a0591dd952b): chore(deps): bump peter-evans/create-pull-request from 7.0.8 to 7.0.9 ([#&#8203;25420](https://github.com/argoproj/argo-cd/issues/25420)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`48c969b`](https://github.com/argoproj/argo-cd/commit/48c969b32456f72834a3f42957358bffbaf7cdcb): chore(deps): bump peter-evans/create-pull-request from 7.0.8 to 7.0.9 ([#&#8203;25432](https://github.com/argoproj/argo-cd/issues/25432)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`08b93e8`](https://github.com/argoproj/argo-cd/commit/08b93e83d22d0710b79af0c2852dc000d018299e): chore(deps): bump peter-evans/create-pull-request from 7.0.9 to 7.0.11 ([#&#8203;25545](https://github.com/argoproj/argo-cd/issues/25545)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b7d975e`](https://github.com/argoproj/argo-cd/commit/b7d975e0b3b1eaebc8a6b6de6911e4018fe819c0): chore(deps): bump renovatebot/github-action from 43.0.12 to 43.0.13 ([#&#8203;24677](https://github.com/argoproj/argo-cd/issues/24677)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`8dd534e`](https://github.com/argoproj/argo-cd/commit/8dd534ec381b5ef43e5395ffd6d30c5200971237): chore(deps): bump renovatebot/github-action from 43.0.13 to 43.0.14 ([#&#8203;24777](https://github.com/argoproj/argo-cd/issues/24777)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b260143`](https://github.com/argoproj/argo-cd/commit/b260143db1bb0575a6cdc082b1c091755dbf9d38): chore(deps): bump renovatebot/github-action from 43.0.14 to 43.0.16 ([#&#8203;24896](https://github.com/argoproj/argo-cd/issues/24896)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`9969156`](https://github.com/argoproj/argo-cd/commit/99691565df0fffc0dd6dc252354ac042ec1b6529): chore(deps): bump renovatebot/github-action from 43.0.16 to 43.0.17 ([#&#8203;24951](https://github.com/argoproj/argo-cd/issues/24951)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`cb66083`](https://github.com/argoproj/argo-cd/commit/cb6608346fef7ab56442afe4e1073334f6902ced): chore(deps): bump renovatebot/github-action from 43.0.17 to 43.0.18 ([#&#8203;25011](https://github.com/argoproj/argo-cd/issues/25011)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`e80395b`](https://github.com/argoproj/argo-cd/commit/e80395bacfb0e9cd94441e0fcb2ce08d9d16df5d): chore(deps): bump renovatebot/github-action from 43.0.18 to 43.0.19 ([#&#8203;25099](https://github.com/argoproj/argo-cd/issues/25099)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b7691b2`](https://github.com/argoproj/argo-cd/commit/b7691b21673a1324cfd68aa9893f956a785686a1): chore(deps): bump renovatebot/github-action from 43.0.19 to 43.0.20 ([#&#8203;25156](https://github.com/argoproj/argo-cd/issues/25156)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`2a4734c`](https://github.com/argoproj/argo-cd/commit/2a4734c54cde45f1056033ce19a48afb5eb53326): chore(deps): bump renovatebot/github-action from 43.0.20 to 44.0.2 ([#&#8203;25256](https://github.com/argoproj/argo-cd/issues/25256)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`19ee75b`](https://github.com/argoproj/argo-cd/commit/19ee75b9fcceb88c6c0746f667c52eb1e883b6e0): chore(deps): bump renovatebot/github-action from 44.0.2 to 44.0.3 ([#&#8203;25321](https://github.com/argoproj/argo-cd/issues/25321)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`da4e748`](https://github.com/argoproj/argo-cd/commit/da4e74837cd2b228ba58ed56243ba74fc465b0d2): chore(deps): bump renovatebot/github-action from 44.0.3 to 44.0.5 ([#&#8203;25468](https://github.com/argoproj/argo-cd/issues/25468)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`ab8fdc7`](https://github.com/argoproj/argo-cd/commit/ab8fdc7dbd4c2fe62385465a7b2d8220dedeba4f): chore(deps): bump sigs.k8s.io/yaml from 1.2.0 to 1.3.0 ([#&#8203;339](https://github.com/argoproj/argo-cd/issues/339)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`7aa522b`](https://github.com/argoproj/argo-cd/commit/7aa522b8166d90230588d04bbbd032b70f91ad6d): chore(deps): bump sigstore/cosign-installer from 3.10.0 to 4.0.0 ([#&#8203;24984](https://github.com/argoproj/argo-cd/issues/24984)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`ea3925e`](https://github.com/argoproj/argo-cd/commit/ea3925e34f3ac6b2b35d6958da57a56d3538f8c3): chore(deps): bump softprops/action-gh-release from 2.3.3 to 2.3.4 ([#&#8203;24856](https://github.com/argoproj/argo-cd/issues/24856)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`00eb906`](https://github.com/argoproj/argo-cd/commit/00eb906211ef1d940c91da9bad920946639f438a): chore(deps): bump softprops/action-gh-release from 2.3.4 to 2.4.0 ([#&#8203;24873](https://github.com/argoproj/argo-cd/issues/24873)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`492f712`](https://github.com/argoproj/argo-cd/commit/492f712e705b04d4aca44fd0b71a29d349710ab2): chore(deps): bump softprops/action-gh-release from 2.4.0 to 2.4.1 ([#&#8203;24944](https://github.com/argoproj/argo-cd/issues/24944)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`6bf276f`](https://github.com/argoproj/argo-cd/commit/6bf276f675bce582d780623c414e7423f99f8e1c): chore(deps): bump softprops/action-gh-release from 2.4.1 to 2.4.2 ([#&#8203;25235](https://github.com/argoproj/argo-cd/issues/25235)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`e81872f`](https://github.com/argoproj/argo-cd/commit/e81872fb1d61ad18125468bacf7af00cba433693): chore(deps): bump softprops/action-gh-release from 2.4.2 to 2.5.0 ([#&#8203;25506](https://github.com/argoproj/argo-cd/issues/25506)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`182a084`](https://github.com/argoproj/argo-cd/commit/182a084407ba08f744524be64804364d34acbecd): chore(deps): bump tj-actions/changed-files from 47.0.0 to 47.0.1 ([#&#8203;25627](https://github.com/argoproj/argo-cd/issues/25627)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`7ba800a`](https://github.com/argoproj/argo-cd/commit/7ba800af7530c1ae38f7af5e0a89b7aa7bc677e0): chore(deps): update actions/checkout digest to [`1e31de5`](https://github.com/argoproj/argo-cd/commit/1e31de5) ([#&#8203;24612](https://github.com/argoproj/argo-cd/issues/24612)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`414a178`](https://github.com/argoproj/argo-cd/commit/414a17882d7695a6e02ebb50da018cdf3fa329d9): chore(deps): update codecov/codecov-action action to v5.5.2 ([#&#8203;25608](https://github.com/argoproj/argo-cd/issues/25608)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`5aa6bcb`](https://github.com/argoproj/argo-cd/commit/5aa6bcb387381f709018ff49fd1145544e79ec57): chore(deps): update dependency golang to v1.25.1 ([#&#8203;24618](https://github.com/argoproj/argo-cd/issues/24618)) ([@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot]) - [`c11d35a`](https://github.com/argoproj/argo-cd/commit/c11d35a20f55f2ea6e4c4a3716a39fc2b6f0b0fd): chore(deps): update dependency gotestyourself/gotestsum to v1.13.0 ([#&#8203;24610](https://github.com/argoproj/argo-cd/issues/24610)) ([@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot]) - [`5072fb7`](https://github.com/argoproj/argo-cd/commit/5072fb7136c657c97e9346b983416aaee05318e8): chore(deps): update dependency markdown to v3.10 ([#&#8203;25152](https://github.com/argoproj/argo-cd/issues/25152)) ([@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot]) - [`9faa609`](https://github.com/argoproj/argo-cd/commit/9faa6098ed405d5463177cd3b8c045eb10f58488): chore(deps): update dependency markdown to v3.9 ([#&#8203;24611](https://github.com/argoproj/argo-cd/issues/24611)) ([@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot]) - [`a7a07e2`](https://github.com/argoproj/argo-cd/commit/a7a07e2cd83f66ddd7d4e16bba8786f2ae310244): chore(deps): update dependency normalize-url to v4.5.1 \[security] ([#&#8203;24607](https://github.com/argoproj/argo-cd/issues/24607)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`9fbdc10`](https://github.com/argoproj/argo-cd/commit/9fbdc10cb09888ccb794cb359d585bcfa6c7891d): chore(deps): update dependency pymdown-extensions to v10.17 ([#&#8203;25262](https://github.com/argoproj/argo-cd/issues/25262)) ([@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot]) - [`c1a28aa`](https://github.com/argoproj/argo-cd/commit/c1a28aa51e01021fe060213a71123a7a537704de): chore(deps): update dependency pymdown-extensions to v10.17.1 ([#&#8203;25333](https://github.com/argoproj/argo-cd/issues/25333)) ([@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot]) - [`45a89ef`](https://github.com/argoproj/argo-cd/commit/45a89ef4c0196c9d83c39dff0c302f3dce203746): chore(deps): update docker.io/bitnamilegacy/kubectl:1.32 docker digest to [`9524faf`](https://github.com/argoproj/argo-cd/commit/9524faf) ([#&#8203;24840](https://github.com/argoproj/argo-cd/issues/24840)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`77f313c`](https://github.com/argoproj/argo-cd/commit/77f313c2ec11eb8eddea7095f4c23b41e2f00399): chore(deps): update docker.io/library/busybox docker digest to [`d82f458`](https://github.com/argoproj/argo-cd/commit/d82f458) ([#&#8203;24616](https://github.com/argoproj/argo-cd/issues/24616)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`f209e7a`](https://github.com/argoproj/argo-cd/commit/f209e7aa7b9f32530d3dc03261eebbdc445731ed): chore(deps): update docker.io/library/golang:1.25.0 docker digest to [`5502b0e`](https://github.com/argoproj/argo-cd/commit/5502b0e) ([#&#8203;24617](https://github.com/argoproj/argo-cd/issues/24617)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`b1e05e3`](https://github.com/argoproj/argo-cd/commit/b1e05e3e07447d17d8b44734a527654f8c8a5a7e): chore(deps): update docker.io/library/golang:1.25.1 docker digest to [`3c96199`](https://github.com/argoproj/argo-cd/commit/3c96199) ([#&#8203;24812](https://github.com/argoproj/argo-cd/issues/24812)) ([@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot]) - [`b8e8c1f`](https://github.com/argoproj/argo-cd/commit/b8e8c1fccb3166a34b8260b94c42d8785e7c930d): chore(deps): update docker.io/library/golang:1.25.1 docker digest to [`9b057a4`](https://github.com/argoproj/argo-cd/commit/9b057a4) ([#&#8203;24810](https://github.com/argoproj/argo-cd/issues/24810)) ([@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot]) - [`54311b9`](https://github.com/argoproj/argo-cd/commit/54311b9613cedddcc14ecd4da7fbc388cdbc637e): chore(deps): update docker.io/library/golang:1.25.1 docker digest to [`ab1f5c4`](https://github.com/argoproj/argo-cd/commit/ab1f5c4) ([#&#8203;24820](https://github.com/argoproj/argo-cd/issues/24820)) ([@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot]) - [`aadd977`](https://github.com/argoproj/argo-cd/commit/aadd977816b8b9e3999faa87068c4ea902c27822): chore(deps): update docker.io/library/golang:1.25.1 docker digest to [`d709837`](https://github.com/argoproj/argo-cd/commit/d709837) ([#&#8203;24948](https://github.com/argoproj/argo-cd/issues/24948)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`2d71941`](https://github.com/argoproj/argo-cd/commit/2d71941dd0bd50e9252e76a835ddc6e308fd2ee3): chore(deps): update docker.io/library/golang:1.25.3 docker digest to [`0afe9b5`](https://github.com/argoproj/argo-cd/commit/0afe9b5) ([#&#8203;25168](https://github.com/argoproj/argo-cd/issues/25168)) ([@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot]) - [`9db75f6`](https://github.com/argoproj/argo-cd/commit/9db75f63b3bd9b123ff5c5e3a547455bb6bec63a): chore(deps): update docker.io/library/golang:1.25.3 docker digest to [`0d8c14c`](https://github.com/argoproj/argo-cd/commit/0d8c14c) ([#&#8203;25016](https://github.com/argoproj/argo-cd/issues/25016)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`d8c72c2`](https://github.com/argoproj/argo-cd/commit/d8c72c2c8ecf6a16f05fcac405de8c0728f0359f): chore(deps): update docker.io/library/golang:1.25.3 docker digest to [`6bac879`](https://github.com/argoproj/argo-cd/commit/6bac879) ([#&#8203;25091](https://github.com/argoproj/argo-cd/issues/25091)) ([@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot]) - [`b4c7467`](https://github.com/argoproj/argo-cd/commit/b4c7467cf395a633decbf19774e1fc7ca40c31a0): chore(deps): update docker.io/library/golang:1.25.3 docker digest to [`6d4e5e7`](https://github.com/argoproj/argo-cd/commit/6d4e5e7) ([#&#8203;25187](https://github.com/argoproj/argo-cd/issues/25187)) ([@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot]) - [`7e1946c`](https://github.com/argoproj/argo-cd/commit/7e1946c3d8d945598406ac4bd5219f2b7f4ada5f): chore(deps): update docker.io/library/golang:1.25.3 docker digest to [`6d4e5e7`](https://github.com/argoproj/argo-cd/commit/6d4e5e7) ([#&#8203;25326](https://github.com/argoproj/argo-cd/issues/25326)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`4c57962`](https://github.com/argoproj/argo-cd/commit/4c57962cf47d72560f511a13a224ba3ccddb3389): chore(deps): update docker.io/library/golang:1.25.3 docker digest to [`7e3cbcd`](https://github.com/argoproj/argo-cd/commit/7e3cbcd) ([#&#8203;25158](https://github.com/argoproj/argo-cd/issues/25158)) ([@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot]) - [`c207a4f`](https://github.com/argoproj/argo-cd/commit/c207a4f76cade5e1442069311eb7bcc00f7085a5): chore(deps): update docker.io/library/golang:1.25.3 docker digest to [`8c945d3`](https://github.com/argoproj/argo-cd/commit/8c945d3) ([#&#8203;25038](https://github.com/argoproj/argo-cd/issues/25038)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`6d5678a`](https://github.com/argoproj/argo-cd/commit/6d5678a35193b2277453f27388f1933af90f5254): chore(deps): update docker.io/library/golang:1.25.3 docker digest to [`8c945d3`](https://github.com/argoproj/argo-cd/commit/8c945d3) ([#&#8203;25041](https://github.com/argoproj/argo-cd/issues/25041)) ([@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot]) - [`8d0e5b9`](https://github.com/argoproj/argo-cd/commit/8d0e5b9408c3d9af83eea2fda38e78845c1e53fa): chore(deps): update docker.io/library/golang:1.25.3 docker digest to [`b2663ef`](https://github.com/argoproj/argo-cd/commit/b2663ef) ([#&#8203;25172](https://github.com/argoproj/argo-cd/issues/25172)) ([@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot]) - [`5f66fe5`](https://github.com/argoproj/argo-cd/commit/5f66fe575134a75f8e3cb6c5323e07062798f473): chore(deps): update docker.io/library/golang:1.25.3 docker digest to [`dd08f76`](https://github.com/argoproj/argo-cd/commit/dd08f76) ([#&#8203;25073](https://github.com/argoproj/argo-cd/issues/25073)) ([@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot]) - [`61322b6`](https://github.com/argoproj/argo-cd/commit/61322b66e4369571efb372b37d2d8d5a779e2bae): chore(deps): update docker.io/library/golang:1.25.5 docker digest to [`0ece421`](https://github.com/argoproj/argo-cd/commit/0ece421) ([#&#8203;25568](https://github.com/argoproj/argo-cd/issues/25568)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`035726e`](https://github.com/argoproj/argo-cd/commit/035726e71171375e499ecf038d3d0b82338e476e): chore(deps): update docker.io/library/node:22.9.0 docker digest to [`8398ea1`](https://github.com/argoproj/argo-cd/commit/8398ea1) ([#&#8203;24619](https://github.com/argoproj/argo-cd/issues/24619)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`53fa4f4`](https://github.com/argoproj/argo-cd/commit/53fa4f45b9517a7d681f89cec5b208f9d2a06203): chore(deps): update docker.io/library/node:23.0.0 docker digest to [`9d09fa5`](https://github.com/argoproj/argo-cd/commit/9d09fa5) ([#&#8203;24620](https://github.com/argoproj/argo-cd/issues/24620)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`f437a75`](https://github.com/argoproj/argo-cd/commit/f437a75e390ff37e8819141db32b8b0103935ac5): chore(deps): update docker.io/library/redis:8.2.3 docker digest to [`7cb87cb`](https://github.com/argoproj/argo-cd/commit/7cb87cb) ([#&#8203;25571](https://github.com/argoproj/argo-cd/issues/25571)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`b553cc5`](https://github.com/argoproj/argo-cd/commit/b553cc5ea4448abc32909f887f0289e83d787246): chore(deps): update docker.io/library/ubuntu:25.04 docker digest to [`103c747`](https://github.com/argoproj/argo-cd/commit/103c747) ([#&#8203;24625](https://github.com/argoproj/argo-cd/issues/24625)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`8fc795f`](https://github.com/argoproj/argo-cd/commit/8fc795f1ade83b23bba2dfcf7ca6f82dc0131468): chore(deps): update docker.io/library/ubuntu:25.04 docker digest to [`27771fb`](https://github.com/argoproj/argo-cd/commit/27771fb) ([#&#8203;25031](https://github.com/argoproj/argo-cd/issues/25031)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`e79a2bd`](https://github.com/argoproj/argo-cd/commit/e79a2bd6ea06bed47264ed7c3ec4b02447f4adaa): chore(deps): update docker.io/library/ubuntu:25.10 docker digest to [`5922638`](https://github.com/argoproj/argo-cd/commit/5922638) ([#&#8203;25603](https://github.com/argoproj/argo-cd/issues/25603)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`0fa1f67`](https://github.com/argoproj/argo-cd/commit/0fa1f675c5a924d4edee0ec938460ac1f99d8dbb): chore(deps): update docker.io/library/ubuntu:25.10 docker digest to [`9b61739`](https://github.com/argoproj/argo-cd/commit/9b61739) ([#&#8203;25043](https://github.com/argoproj/argo-cd/issues/25043)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`17b98d9`](https://github.com/argoproj/argo-cd/commit/17b98d9b666d2f78d340e973b051185bd8bec540): chore(deps): update github.com/argoproj/notifications-engine digest to [`e2e7fe1`](https://github.com/argoproj/argo-cd/commit/e2e7fe1) ([#&#8203;25604](https://github.com/argoproj/argo-cd/issues/25604)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`0fb6c51`](https://github.com/argoproj/argo-cd/commit/0fb6c51f9de48711969243faac8df14b01327662): chore(deps): update group golang to v1.25.1 ([#&#8203;24605](https://github.com/argoproj/argo-cd/issues/24605)) ([@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot]) - [`12f332e`](https://github.com/argoproj/argo-cd/commit/12f332ee2e2686068cfa40a73f40cbf2d8f03a3d): chore(deps): update module github.com/golangci/golangci-lint to v2.5.0 ([#&#8203;24673](https://github.com/argoproj/argo-cd/issues/24673)) ([@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot]) - [`6ca71fe`](https://github.com/argoproj/argo-cd/commit/6ca71fec00851c331c50a3f2cfd185f11271eb07): chore(deps): update module github.com/vektra/mockery/v3 to v3.5.5 ([#&#8203;24606](https://github.com/argoproj/argo-cd/issues/24606)) ([@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot]) - [`fa609ef`](https://github.com/argoproj/argo-cd/commit/fa609efbc15f19a8234785743bd81984145d15f5): chore(deps): update module github.com/vektra/mockery/v3 to v3.6.0 ([#&#8203;25280](https://github.com/argoproj/argo-cd/issues/25280)) ([@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot]) - [`50d7b20`](https://github.com/argoproj/argo-cd/commit/50d7b206f502ce2d0a2574201cf36b20ea9c6af8): chore(deps): update module github.com/vektra/mockery/v3 to v3.6.1 ([#&#8203;25569](https://github.com/argoproj/argo-cd/issues/25569)) ([@&#8203;argoproj-renovate](https://github.com/argoproj-renovate)\[bot]) - [`9943486`](https://github.com/argoproj/argo-cd/commit/99434863c9739de75b53181c98568a46c9f504a0): chore(deps): update module k8s.io/kubernetes to v1.34.2 \[security] (cherry-pick [#&#8203;25682](https://github.com/argoproj/argo-cd/issues/25682) for 3.3) ([#&#8203;25683](https://github.com/argoproj/argo-cd/issues/25683)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`ac071b5`](https://github.com/argoproj/argo-cd/commit/ac071b57a156d13ab0c2b26a70fe8e4e3555b93c): chore(deps): update notifications-engine to fix GitHub PR comments nil panic (cherry-pick [#&#8203;26065](https://github.com/argoproj/argo-cd/issues/26065) for 3.3) ([#&#8203;26075](https://github.com/argoproj/argo-cd/issues/26075)) ([@&#8203;soutar](https://github.com/soutar)) - [`369fb75`](https://github.com/argoproj/argo-cd/commit/369fb7577e58d34faacf6dae439e014c36496530): chore(deps): update notifications-engine to v0.5.1-0.20251223091026-8c0c96d8d530 (cherry-pick [#&#8203;25785](https://github.com/argoproj/argo-cd/issues/25785) for 3.3) ([#&#8203;25853](https://github.com/argoproj/argo-cd/issues/25853)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`5de1e64`](https://github.com/argoproj/argo-cd/commit/5de1e6472d272b2c506960111acaf9faaed536dc): chore(deps): update to helm 3.19.4 due to cve : <https://github.com/helm/helm/releases/tag/v3.19.4> (cherry-pick [#&#8203;25769](https://github.com/argoproj/argo-cd/issues/25769) for 3.3) ([#&#8203;25774](https://github.com/argoproj/argo-cd/issues/25774)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`0371401`](https://github.com/argoproj/argo-cd/commit/0371401803996f84bcd70a5f6bb2f0ecc7d7b5d2): chore(deps): upgrade go version in dockerfile ([#&#8203;638](https://github.com/argoproj/argo-cd/issues/638)) ([@&#8203;jmeridth](https://github.com/jmeridth)) - [`f15cf61`](https://github.com/argoproj/argo-cd/commit/f15cf615b8141a9f0d8e37cf92bac2d0e7a486da): chore(deps): upgrade k8s version and client-go ([#&#8203;530](https://github.com/argoproj/argo-cd/issues/530)) ([@&#8203;fengshunli](https://github.com/fengshunli)) ##### Other work - [`f39140c`](https://github.com/argoproj/argo-cd/commit/f39140cf0a07e3b712f27fc34742743ffe846b62): Add "argo + flux" logo ( <>) - [`d79c06d`](https://github.com/argoproj/argo-cd/commit/d79c06d1f0116bcd192fa691612e4215518cc85c): Add Ask-Us-Anything ( <>) - [`0cb4f8a`](https://github.com/argoproj/argo-cd/commit/0cb4f8a5fb76da6c15f97643376f8a512f1b0d7d): Add black box design proposal ( <>) - [`fec5ec3`](https://github.com/argoproj/argo-cd/commit/fec5ec399bfa119c7658bee44b3ae8aa9f3e3030): Add black box hypothesis and acceptance criteria ([@&#8203;2opremio](https://github.com/2opremio)) - [`c90d36e`](https://github.com/argoproj/argo-cd/commit/c90d36e813eef57c586087b12eafbdba7aa66e9e): Add black box hypothesis and acceptance criteria ([@&#8203;2opremio](https://github.com/2opremio)) - [`a9c4d40`](https://github.com/argoproj/argo-cd/commit/a9c4d400c5419793c1fe1052dea887c36efd5f55): Add description of a risk into 'Risks and Mitigations' section ( <>) - [`aedd5f5`](https://github.com/argoproj/argo-cd/commit/aedd5f533e4a2853cfe29f42724c1915a049139a): Add docs that describes requirements for a repo auto-update and docker registry scanning components ( <>) - [`ffe694f`](https://github.com/argoproj/argo-cd/commit/ffe694f1176938a45f1dbffcd90d54ffe4acb4e6): Add engine API to the black-box design ( <>) - [`717b8bf`](https://github.com/argoproj/argo-cd/commit/717b8bfd69482e09a77294ba873570c6ead514b9): Add option to skip the dryrun from the sync context ([#&#8203;708](https://github.com/argoproj/argo-cd/issues/708)) ([@&#8203;Nheijmink19](https://github.com/Nheijmink19)) - [`bd7681a`](https://github.com/argoproj/argo-cd/commit/bd7681ae3f8b432aa688daf2b8358efd9914888e): Added support for impersonation in the kubectl ([#&#8203;534](https://github.com/argoproj/argo-cd/issues/534)) ([@&#8203;anandf](https://github.com/anandf)) - [`2257d23`](https://github.com/argoproj/argo-cd/commit/2257d233ab259f01cfae4d6d58add044cdc36daa): Apply reviewer notes ([@&#8203;alexmt](https://github.com/alexmt)) - [`9970fab`](https://github.com/argoproj/argo-cd/commit/9970faba813851ede988911f4b72fee7e7951b78): Cherry-Pick Retry commit in master ([#&#8203;452](https://github.com/argoproj/argo-cd/issues/452)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`06a52d3`](https://github.com/argoproj/argo-cd/commit/06a52d3d71b0b2a2f9b5970d583d604028bbfbea): Clarify where we want contributions ( <>) - [`15973bc`](https://github.com/argoproj/argo-cd/commit/15973bc6b42d0b0f376c8cb2b7ee9de7715b1d7a): Do not use `--force` with `--dry-run` ([#&#8203;633](https://github.com/argoproj/argo-cd/issues/633)) ([@&#8203;rafal-jan](https://github.com/rafal-jan)) - [`c820482`](https://github.com/argoproj/argo-cd/commit/c820482a8b5122e067cd64a94f26cd8a6e1f92fe): Drop github.com/grpc-ecosystem/grpc-gateway dep ([#&#8203;63](https://github.com/argoproj/argo-cd/issues/63)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`278472d`](https://github.com/argoproj/argo-cd/commit/278472de09982dc09b93669b35ad8be35de36be0): Fix Slack invite: <https://slack.k8s.io/> ( <>) - [`4bd4f29`](https://github.com/argoproj/argo-cd/commit/4bd4f29670eee1ad3889430a7d4245693e424547): Fix data race on err variable ([#&#8203;46](https://github.com/argoproj/argo-cd/issues/46)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`fb2ec13`](https://github.com/argoproj/argo-cd/commit/fb2ec13845723304bc0d847cec66efb9c09a6c8a): Fix markdown links in README.md ([#&#8203;59](https://github.com/argoproj/argo-cd/issues/59)) ([@&#8203;ordovicia](https://github.com/ordovicia)) - [`3e62005`](https://github.com/argoproj/argo-cd/commit/3e620057f47eea514fb60f371bd2909bce6c27c1): Handlers cleanups ([#&#8203;101](https://github.com/argoproj/argo-cd/issues/101)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`777c0ff`](https://github.com/argoproj/argo-cd/commit/777c0ff629136e268e2a60a8c2780232cbe061b9): Initial commit ( <>) - [`c00a93d`](https://github.com/argoproj/argo-cd/commit/c00a93dd2ab5c13be31b0b126ad5c8bdddcd1722): Initial commit ([@&#8203;jaypipes](https://github.com/jaypipes)) - [`9de8221`](https://github.com/argoproj/argo-cd/commit/9de8221284d93d0db91905a8485aabd4fc649a6e): Limit width to 100 characters per line ( <>) - [`174fcfe`](https://github.com/argoproj/argo-cd/commit/174fcfe01e81d650f30b8b6e3aff1e2c9aeb3379): Merge commit from fork ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`1988c70`](https://github.com/argoproj/argo-cd/commit/1988c704d54ee819fe54e3f05c6090e3e5cb3372): Merge commit from fork ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`701bc50`](https://github.com/argoproj/argo-cd/commit/701bc50d01c752cad96185f848088d287a97c7b7): Merge commit from fork ([@&#8203;thevilledev](https://github.com/thevilledev)) - [`7e21b91`](https://github.com/argoproj/argo-cd/commit/7e21b91e9d0f64104c8a661f3f390c5e6d73ddca): Merge commit from fork ([@&#8203;svghadi](https://github.com/svghadi)) - [`fa0d6a8`](https://github.com/argoproj/argo-cd/commit/fa0d6a8eb69e3553f6f1ee5f67283e45f3663caa): Merge commit from fork ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`8b533e5`](https://github.com/argoproj/argo-cd/commit/8b533e576332912e98f78573c56eb0f00427e72f): Merge pull request [#&#8203;1](https://github.com/argoproj/argo-cd/issues/1) from alexmt/design ( <>) - [`ae40d12`](https://github.com/argoproj/argo-cd/commit/ae40d125757aea23feba4ce8e0905e47a55bf546): Merge pull request [#&#8203;10](https://github.com/argoproj/argo-cd/issues/10) from dholbach/add-preliminary-slack ([@&#8203;jaypipes](https://github.com/jaypipes)) - [`3d22b0b`](https://github.com/argoproj/argo-cd/commit/3d22b0b8beb126b9605f141e2b24d999af6e9add): Merge pull request [#&#8203;11](https://github.com/argoproj/argo-cd/issues/11) from dholbach/add-slack-ama ([@&#8203;jaypipes](https://github.com/jaypipes)) - [`142bfe4`](https://github.com/argoproj/argo-cd/commit/142bfe40f501536b53d00513ad91cb9dc66ff7c5): Merge pull request [#&#8203;12](https://github.com/argoproj/argo-cd/issues/12) from alexmt/blackbox-api ( <>) - [`3c2b7eb`](https://github.com/argoproj/argo-cd/commit/3c2b7ebbde21f8de3434423c8b04cd1dce55d7f4): Merge pull request [#&#8203;14](https://github.com/argoproj/argo-cd/issues/14) from argoproj/add-poc-links ( <>) - [`7d29c70`](https://github.com/argoproj/argo-cd/commit/7d29c700caddef66ace23e22930b006eb84d32b9): Merge pull request [#&#8203;15](https://github.com/argoproj/argo-cd/issues/15) from argoproj/add-meeting-times ([@&#8203;jaypipes](https://github.com/jaypipes)) - [`a8b4283`](https://github.com/argoproj/argo-cd/commit/a8b4283616970aaab2dd979cea815420f3180fad): Merge pull request [#&#8203;19](https://github.com/argoproj/argo-cd/issues/19) from argoproj/fix-slack-invite ( <>) - [`57db784`](https://github.com/argoproj/argo-cd/commit/57db7848cfdb7e2857d0e6fd615ec5039a0c729d): Merge pull request [#&#8203;2](https://github.com/argoproj/argo-cd/issues/2) from 2opremio/master ( <>) - [`7220635`](https://github.com/argoproj/argo-cd/commit/7220635f97a3513a59f93291944a1ce73298d288): Merge pull request [#&#8203;20](https://github.com/argoproj/argo-cd/issues/20) from dholbach/add-logo ( <>) - [`051b7c6`](https://github.com/argoproj/argo-cd/commit/051b7c6d9d22e887d0b9304e2514240df50c7a89): Merge pull request [#&#8203;22](https://github.com/argoproj/argo-cd/issues/22) from argoproj/update-events ([@&#8203;jaypipes](https://github.com/jaypipes)) - [`be3abd2`](https://github.com/argoproj/argo-cd/commit/be3abd2a128786f4ad754581e5b50220a49c76e1): Merge pull request [#&#8203;23](https://github.com/argoproj/argo-cd/issues/23) from argoproj/add-faq ([@&#8203;jaypipes](https://github.com/jaypipes)) - [`6dee3d6`](https://github.com/argoproj/argo-cd/commit/6dee3d61d4a98ff5486fe353b3e038882db01a49): Merge pull request [#&#8203;24710](https://github.com/argoproj/argo-cd/issues/24710) from leoluz/gitops-migration ([@&#8203;leoluz](https://github.com/leoluz)) - [`ac46a18`](https://github.com/argoproj/argo-cd/commit/ac46a18b559bd65148a1e46b899d50d14492f3ab): Merge pull request [#&#8203;24726](https://github.com/argoproj/argo-cd/issues/24726) from crenshaw-dev/fix-health-typo ([@&#8203;leoluz](https://github.com/leoluz)) - [`74a3275`](https://github.com/argoproj/argo-cd/commit/74a3275df213edf2be78cecd4f34c142c668586c): Merge pull request [#&#8203;24733](https://github.com/argoproj/argo-cd/issues/24733) from ranakan19/logVerbosity ([@&#8203;leoluz](https://github.com/leoluz)) - [`78edcf4`](https://github.com/argoproj/argo-cd/commit/78edcf4310d3c1b34e355aea7266ff28b363016c): Merge pull request [#&#8203;4](https://github.com/argoproj/argo-cd/issues/4) from dholbach/more-info ( <>) - [`1bd4f7a`](https://github.com/argoproj/argo-cd/commit/1bd4f7af941e2cdd72fd9234dc8556db00883753): Merge pull request [#&#8203;9](https://github.com/argoproj/argo-cd/issues/9) from dholbach/add-coc ([@&#8203;jaypipes](https://github.com/jaypipes)) - [`f5382d9`](https://github.com/argoproj/argo-cd/commit/f5382d9ef1928a9ee24f30df8c6aa4df04b0b94e): Merge remote-tracking branch 'ge-migrated/prepare-migration' into gitops-migration ([@&#8203;leoluz](https://github.com/leoluz)) - [`8430dc0`](https://github.com/argoproj/argo-cd/commit/8430dc06d70093793a05279ce002336822594394): Move argocd core to gitops engine repo ([@&#8203;alexmt](https://github.com/alexmt)) - [`53ff80f`](https://github.com/argoproj/argo-cd/commit/53ff80ff60dd3408ad84a1fc8b28204e491e935c): Move bottom-up design from google doc to markdown ( <>) - [`fb4d62b`](https://github.com/argoproj/argo-cd/commit/fb4d62b938a5aae214ddb89d36a1d89b9795bc91): Point to #gitops on Kubernetes Slack for now ( <>) - [`5622a64`](https://github.com/argoproj/argo-cd/commit/5622a648083e34a315b6657c5a45aa6e640ae08c): Reduce k8s.io/kubernetes usage ([#&#8203;57](https://github.com/argoproj/argo-cd/issues/57)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`921c307`](https://github.com/argoproj/argo-cd/commit/921c307c0c4d9c7c4205db97c5c68b6763c8f2de): Rename black-box, white-box designs to bottom-up/top-down ( <>) - [`d5b318d`](https://github.com/argoproj/argo-cd/commit/d5b318d43010becfc45b16ebc79386a7245400a1): Rephrase a sentence that describes a requirement to contribute Flux specific features into GitOps engine ( <>) - [`6f8e242`](https://github.com/argoproj/argo-cd/commit/6f8e242890b30d92cc59efca3b812be739bb9c8d): Replace SyncUnit with Sync<Term> ( <>) - [`148710a`](https://github.com/argoproj/argo-cd/commit/148710afc08d1bd3ddfa00ab10f044f9b883472e): Replace app with SyncUnit ( <>) - [`7d3da9f`](https://github.com/argoproj/argo-cd/commit/7d3da9f16e353692824a6e83fc31de113b6a9251): Replace ghodss/yaml with sigs.k8s.io/yaml ([#&#8203;62](https://github.com/argoproj/argo-cd/issues/62)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`8697b44`](https://github.com/argoproj/argo-cd/commit/8697b44eea5aa82b24a27adc60daccdbca702b76): Revert "Add option to skip the dryrun from the sync context ([#&#8203;708](https://github.com/argoproj/argo-cd/issues/708))" ([#&#8203;730](https://github.com/argoproj/argo-cd/issues/730)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`38db8bb`](https://github.com/argoproj/argo-cd/commit/38db8bb691a039811b7aea4894e80a3e7018b064): Update OWNERS ([#&#8203;237](https://github.com/argoproj/argo-cd/issues/237)) ([@&#8203;edlee2121](https://github.com/edlee2121)) - [`991ede4`](https://github.com/argoproj/argo-cd/commit/991ede4764a690598795b2ab18d829a957127144): Update USERS.md ([#&#8203;25243](https://github.com/argoproj/argo-cd/issues/25243)) ( <>) - [`bf8e17f`](https://github.com/argoproj/argo-cd/commit/bf8e17f73f47a72f49d626096ebd3691a1a82cbb): Update and trim dependencies ([#&#8203;123](https://github.com/argoproj/argo-cd/issues/123)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`8a3ce6d`](https://github.com/argoproj/argo-cd/commit/8a3ce6d85caa4220cfcaa8aa8b6d6dff476909ec): Update condition to select right pvc as child for statefulset ([#&#8203;550](https://github.com/argoproj/argo-cd/issues/550)) ([@&#8203;hanzala1234](https://github.com/hanzala1234)) - [`4815faf`](https://github.com/argoproj/argo-cd/commit/4815faf272115f03a667691cf024614af9521656): Update events section ( <>) - [`b371e3b`](https://github.com/argoproj/argo-cd/commit/b371e3bfc5e95962096866e3d8e0205bf647f1a2): Update namespace v2 ([#&#8203;465](https://github.com/argoproj/argo-cd/issues/465)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`6a28738`](https://github.com/argoproj/argo-cd/commit/6a28738865e8b230745d84d72a87dedbfbdda3c6): Update specs/design-black-box.md ( <>) - [`6f11a04`](https://github.com/argoproj/argo-cd/commit/6f11a04a647de0c97b98d8e348c0889e49078ab1): Update specs/design-black-box.md ( <>) - [`3fdca00`](https://github.com/argoproj/argo-cd/commit/3fdca00e92349c9cb51bd7da7d14301090487285): Update specs/design-black-box.md ( <>) - [`47e2511`](https://github.com/argoproj/argo-cd/commit/47e2511dc1da44d98d6a4cbb0c73c29a5123a4cf): Update specs/design-black-box.md ( <>) - [`8049fbc`](https://github.com/argoproj/argo-cd/commit/8049fbc8183b4c6f8c0a99138e5d4a4b64e481a3): Update specs/design-black-box.md ( <>) - [`a1b2105`](https://github.com/argoproj/argo-cd/commit/a1b21057fd814d85e1adffbc6901f3a15f122551): Update specs/design-black-box.md ( <>) - [`dd78b0b`](https://github.com/argoproj/argo-cd/commit/dd78b0b09e5f4da7c569ad0c284a5c82e18b274e): Update specs/design-black-box.md ( <>) - [`37e7d2b`](https://github.com/argoproj/argo-cd/commit/37e7d2b470304f8ec91461fe8b57aa73e1e37ef4): Update specs/design-black-box.md ( <>) - [`374c236`](https://github.com/argoproj/argo-cd/commit/374c2361964a8e31381fedf8518fa3be49d49f3b): Update specs/design-black-box.md ( <>) - [`ab1888e`](https://github.com/argoproj/argo-cd/commit/ab1888eef06e18feae819b9ad10b271a19797eaa): Update specs/design-black-box.md ( <>) - [`2bb9588`](https://github.com/argoproj/argo-cd/commit/2bb958819ad5d501f22fbc9045a76d5fde00fece): Update specs/design-black-box.md ( <>) - [`8635459`](https://github.com/argoproj/argo-cd/commit/86354597484ba39ca0a2bc3b57a7e7daf082cca7): Update specs/design-black-box.md ( <>) - [`3a53391`](https://github.com/argoproj/argo-cd/commit/3a533913242c90271cb2c07f64fd3e4facf3e8cb): Update specs/design-black-box.md ( <>) - [`40c5701`](https://github.com/argoproj/argo-cd/commit/40c5701ac36ff4804b871478a42fdb15dbd21fac): Update specs/design-black-box.md ( <>) - [`16598d5`](https://github.com/argoproj/argo-cd/commit/16598d5148980606be8c0bb54b600a28f11be770): Use UpdateSettingsFunc type ([#&#8203;58](https://github.com/argoproj/argo-cd/issues/58)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`fd50001`](https://github.com/argoproj/argo-cd/commit/fd50001c44c417cb9f0d92d4aa54d847234ddf84): Use scheme.GroupKind as key for resource customization settings ( <>) - [`9068f90`](https://github.com/argoproj/argo-cd/commit/9068f90261f6bdd0e9c5698186fa634c20a3520e): add readme notice about ongoing migration ([#&#8203;781](https://github.com/argoproj/argo-cd/issues/781)) ([@&#8203;ppapapetrou76](https://github.com/ppapapetrou76)) - [`ef4dcd6`](https://github.com/argoproj/argo-cd/commit/ef4dcd6c122ffa40c44dde42f4fef11133b6af76): add some explanation about what this project tries to do ( <>) - [`90e5e3a`](https://github.com/argoproj/argo-cd/commit/90e5e3a40eaada4687773a358631fbf762c986c2): added common disable sync otpion ([#&#8203;749](https://github.com/argoproj/argo-cd/issues/749)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`d3f2ce3`](https://github.com/argoproj/argo-cd/commit/d3f2ce3ad7149235ee938de48158963d7c69d85a): addressed review feedback from Jay ( <>) - [`a16fb84`](https://github.com/argoproj/argo-cd/commit/a16fb84a8c4eaaeeb89d0a3364a5b7e87e128394): bump k8s v1.32 ([#&#8203;665](https://github.com/argoproj/argo-cd/issues/665)) ([@&#8203;sivchari](https://github.com/sivchari)) - [`675f8cf`](https://github.com/argoproj/argo-cd/commit/675f8cfe3f073d4ec070b1fb67d6c577f08d21b6): chore(cherry-pick-3.3): bump expr to `v1.17.7` ([#&#8203;25888](https://github.com/argoproj/argo-cd/issues/25888)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`6cce4b2`](https://github.com/argoproj/argo-cd/commit/6cce4b29b9f8bd43b1c76f83d36404c7faf8225f): chore(ci): don't run renovate on forks ([#&#8203;24600](https://github.com/argoproj/argo-cd/issues/24600)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`47142b8`](https://github.com/argoproj/argo-cd/commit/47142b89f4f6b07729db5783aece05aef35ccc31): chore(ci): enable Renovate ([#&#8203;24602](https://github.com/argoproj/argo-cd/issues/24602)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`e4cacd3`](https://github.com/argoproj/argo-cd/commit/e4cacd37c4a82c0710b82a2371a5b34524efbc03): chore(ci): run tests on cherry-pick PRs ([#&#8203;694](https://github.com/argoproj/argo-cd/issues/694)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`4e42f00`](https://github.com/argoproj/argo-cd/commit/4e42f00b576030f1fc23e61b8e1610f55a8669ee): chore(ci): update github runners to oci gh arc runners ([#&#8203;24632](https://github.com/argoproj/argo-cd/issues/24632)) ([@&#8203;koksay](https://github.com/koksay)) - [`116707b`](https://github.com/argoproj/argo-cd/commit/116707bed11bb0a9efc26cdad44d39d84ede77da): chore(cli): plugins always have an argocd prefix ([#&#8203;24768](https://github.com/argoproj/argo-cd/issues/24768)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`112657a`](https://github.com/argoproj/argo-cd/commit/112657a1f90c79cd667fab4f364baffdda0943a0): chore(docs): typo fixing in agent README file ([#&#8203;351](https://github.com/argoproj/argo-cd/issues/351)) ([@&#8203;LinuxSuRen](https://github.com/LinuxSuRen)) - [`9acb8f8`](https://github.com/argoproj/argo-cd/commit/9acb8f815cc8041322e3e54760e4f71368d98bf6): chore(docs): update all installs to use --server-side ([#&#8203;25538](https://github.com/argoproj/argo-cd/issues/25538)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`27f30b4`](https://github.com/argoproj/argo-cd/commit/27f30b4a7dbd17b6920dca088f4f561da37eb17d): chore(refactor): use rbac package for valid actions ([#&#8203;25456](https://github.com/argoproj/argo-cd/issues/25456)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`49f5c03`](https://github.com/argoproj/argo-cd/commit/49f5c03622b2261f4913f50bb297045100d70b75): chore(tilt): add deps for build and ui packages ([#&#8203;25165](https://github.com/argoproj/argo-cd/issues/25165)) ([@&#8203;FourFifthsCode](https://github.com/FourFifthsCode)) - [`712109b`](https://github.com/argoproj/argo-cd/commit/712109be5ed6bacec1ce7be7d17f20168a09b0fe): chore(ui): convert ApplicationDetails components to functional components ([#&#8203;23767](https://github.com/argoproj/argo-cd/issues/23767)) ([@&#8203;chansuke](https://github.com/chansuke)) - [`d1523a0`](https://github.com/argoproj/argo-cd/commit/d1523a07b65c1dbd6cdb0a76ab0838f62445497d): chore(ui): convert user-info-overview to function component ([#&#8203;23786](https://github.com/argoproj/argo-cd/issues/23786)) ([@&#8203;linghaoSu](https://github.com/linghaoSu)) - [`4a71661`](https://github.com/argoproj/argo-cd/commit/4a71661dbe1288d81339a5e4d037bee2f91cace5): chore(ui): fix Incorrect links to applications managed by other argo instances ([#&#8203;23266](https://github.com/argoproj/argo-cd/issues/23266)) ([@&#8203;aali309](https://github.com/aali309)) - [`af7ae18`](https://github.com/argoproj/argo-cd/commit/af7ae18189bc822cde6c01e521366d9aa68b96a2): chore: Add appkey and error fields in appcontroller ([#&#8203;24668](https://github.com/argoproj/argo-cd/issues/24668)) ([#&#8203;24669](https://github.com/argoproj/argo-cd/issues/24669)) ([@&#8203;andrii-korotkov](https://github.com/andrii-korotkov)) - [`e0a0d5b`](https://github.com/argoproj/argo-cd/commit/e0a0d5ba17e6b2c8e0c3aa9d0ad4ba3043c9c227): chore: Adds a script to prepare repo for migration to main ArgoCD Repo ([#&#8203;766](https://github.com/argoproj/argo-cd/issues/766)) ([@&#8203;ppapapetrou76](https://github.com/ppapapetrou76)) - [`d590fe5`](https://github.com/argoproj/argo-cd/commit/d590fe55be99cda404eb91d650924d38204136a0): chore: Cleanup IterateHierarchy v1 ([#&#8203;748](https://github.com/argoproj/argo-cd/issues/748)) ([@&#8203;andrii-korotkov](https://github.com/andrii-korotkov)) - [`a586397`](https://github.com/argoproj/argo-cd/commit/a586397dc3189ccdf07b76cb3a0bb23f4d7a2264): chore: Fix go version during ci lint ([#&#8203;401](https://github.com/argoproj/argo-cd/issues/401)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`531c0db`](https://github.com/argoproj/argo-cd/commit/531c0dbb6852354b60293e4d6e2b63f96b567965): chore: Remove support for deprecated extensions APIs ([#&#8203;381](https://github.com/argoproj/argo-cd/issues/381)) ([@&#8203;terrytangyuan](https://github.com/terrytangyuan)) - [`6f7cd4f`](https://github.com/argoproj/argo-cd/commit/6f7cd4fca5d2626c0787b5184acf017f409867cc): chore: Speficy correct module dependency for kube-aggregator ([#&#8203;39](https://github.com/argoproj/argo-cd/issues/39)) ([@&#8203;jannfis](https://github.com/jannfis)) - [`55bb494`](https://github.com/argoproj/argo-cd/commit/55bb49480a68ca9653b88ddbbc66584d52267081): chore: Spelling ([#&#8203;215](https://github.com/argoproj/argo-cd/issues/215)) ([@&#8203;jsoref](https://github.com/jsoref)) - [`370078d`](https://github.com/argoproj/argo-cd/commit/370078d070b1b3d116b22b42d60c92b59a15f72f): chore: Switch dry run applies to log with debug level ([#&#8203;705](https://github.com/argoproj/argo-cd/issues/705)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`cc707cc`](https://github.com/argoproj/argo-cd/commit/cc707ccc94eca610ae467de38c92d33835bc7b55): chore: Update to Kubernetes v1.19.2 ([#&#8203;139](https://github.com/argoproj/argo-cd/issues/139)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`9282458`](https://github.com/argoproj/argo-cd/commit/928245881d739498fa3cb6174caa4a65c01b17ff): chore: Use v0.20.4 kube dependencies ([#&#8203;238](https://github.com/argoproj/argo-cd/issues/238)) ([@&#8203;sbose78](https://github.com/sbose78)) - [`df2a759`](https://github.com/argoproj/argo-cd/commit/df2a759c657f8b95532d83a5c1dc4800c343b8ff): chore: add --force-conflicts and notes ([#&#8203;25639](https://github.com/argoproj/argo-cd/issues/25639)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`363a715`](https://github.com/argoproj/argo-cd/commit/363a7155a5dca3e32b3ca768ede857050b17f02c): chore: add CODEOWNERS ([#&#8203;641](https://github.com/argoproj/argo-cd/issues/641)) ([@&#8203;jmeridth](https://github.com/jmeridth)) - [`7500c4f`](https://github.com/argoproj/argo-cd/commit/7500c4faa4546caeb67b48a9b9d2ddfe2ac52a7e): chore: add OWNERS file ([#&#8203;41](https://github.com/argoproj/argo-cd/issues/41)) ( <>) - [`c8a5159`](https://github.com/argoproj/argo-cd/commit/c8a5159e108997f2a1f9ac0f2c4b3afb862c3020): chore: add search option to docs while previewing locally ([#&#8203;25660](https://github.com/argoproj/argo-cd/issues/25660)) ([@&#8203;onasser1](https://github.com/onasser1)) - [`7258614`](https://github.com/argoproj/argo-cd/commit/7258614f50414ffb2dca9957b571b906db709998): chore: add unit test for ssa with dryRun ([#&#8203;703](https://github.com/argoproj/argo-cd/issues/703)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`b4e626c`](https://github.com/argoproj/argo-cd/commit/b4e626c9ebce71e90e46bec19b7a56763f70439d): chore: add unit tests for printKeyTable (header, rows, uppercase subtype) ([#&#8203;24274](https://github.com/argoproj/argo-cd/issues/24274)) ([#&#8203;24706](https://github.com/argoproj/argo-cd/issues/24706)) ([@&#8203;myeunee](https://github.com/myeunee)) - [`a48b381`](https://github.com/argoproj/argo-cd/commit/a48b381d3bc77f815075600383031213d7678ded): chore: allow devs to run locally a subset of e2e tests ([#&#8203;25514](https://github.com/argoproj/argo-cd/issues/25514)) ([@&#8203;ppapapetrou76](https://github.com/ppapapetrou76)) - [`46deaab`](https://github.com/argoproj/argo-cd/commit/46deaabea9670880ec24f8d23a4599c109d5dff8): chore: allow docs approvers to merge for docs/operator-manual ([#&#8203;24813](https://github.com/argoproj/argo-cd/issues/24813)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`72bcdda`](https://github.com/argoproj/argo-cd/commit/72bcdda3f0a5b80432d9f72e5b30827a530ac349): chore: avoid unnecessary json marshal ([#&#8203;626](https://github.com/argoproj/argo-cd/issues/626)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`df9b446`](https://github.com/argoproj/argo-cd/commit/df9b446fd7d25c7dfad3308998f4faf84b2db344): chore: avoid unnecessary json unmarshal ([#&#8203;627](https://github.com/argoproj/argo-cd/issues/627)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`edb9faa`](https://github.com/argoproj/argo-cd/commit/edb9faabbfed918a7e214d388a5dcd7f1d60cc22): chore: bump golangci-lint to v1.63.4 and list argo-cd linters ([#&#8203;670](https://github.com/argoproj/argo-cd/issues/670)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`95e0025`](https://github.com/argoproj/argo-cd/commit/95e00254f82a1e2a38c47b8383e68dddff763b88): chore: bump k8s libraries to 1.31 ([#&#8203;619](https://github.com/argoproj/argo-cd/issues/619)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`97ad5b5`](https://github.com/argoproj/argo-cd/commit/97ad5b59a62726af8f9a2a86824b5906d76f7e03): chore: bump k8s v1.34 ([#&#8203;773](https://github.com/argoproj/argo-cd/issues/773)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`a45189f`](https://github.com/argoproj/argo-cd/commit/a45189fc91b93c4c94d72e06ae4c0edcb6559dd9): chore: bump k8s.io dependencies to 1.17 ([#&#8203;70](https://github.com/argoproj/argo-cd/issues/70)) ([@&#8203;darshanime](https://github.com/darshanime)) - [`099cba6`](https://github.com/argoproj/argo-cd/commit/099cba69bdfccba0d9159260f22a79225e1bc8b9): chore: bump kubernetes version to 0.30.x ([#&#8203;579](https://github.com/argoproj/argo-cd/issues/579)) ([@&#8203;sivchari](https://github.com/sivchari)) - [`efca5b9`](https://github.com/argoproj/argo-cd/commit/efca5b9144fab9aa4d5aabb1a51d6340d8fa0bd4): chore: bumps golang version everywhere to the latest 1.25.5 (cherry-pick [#&#8203;25716](https://github.com/argoproj/argo-cd/issues/25716) for 3.3) ([#&#8203;25808](https://github.com/argoproj/argo-cd/issues/25808)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`5db7846`](https://github.com/argoproj/argo-cd/commit/5db7846c78f02fd29230e42a06d70104b67aa027): chore: bumps helm to 3.19.2 and kustomize to 5.7.1 ([#&#8203;25362](https://github.com/argoproj/argo-cd/issues/25362)) ([@&#8203;ppapapetrou76](https://github.com/ppapapetrou76)) - [`10f60b9`](https://github.com/argoproj/argo-cd/commit/10f60b96acb85b4a2edc5b0ee287a19306af9e6e): chore: bumps redis to the latest stable to eliminate vulns ([#&#8203;25272](https://github.com/argoproj/argo-cd/issues/25272)) ([@&#8203;ppapapetrou76](https://github.com/ppapapetrou76)) - [`1d13ebc`](https://github.com/argoproj/argo-cd/commit/1d13ebc37242bf8036ac8b7bb090f026b914323b): chore: bumps redis version to 8.2.1 ([#&#8203;24523](https://github.com/argoproj/argo-cd/issues/24523)) ([@&#8203;ppapapetrou76](https://github.com/ppapapetrou76)) - [`d00c99d`](https://github.com/argoproj/argo-cd/commit/d00c99d52eab97cc54762db372aaeb5a1f849827): chore: copy gitops-engine deps to test container ([#&#8203;24764](https://github.com/argoproj/argo-cd/issues/24764)) ([@&#8203;fm1ck3y](https://github.com/fm1ck3y)) - [`97d4a75`](https://github.com/argoproj/argo-cd/commit/97d4a75189b1cc3b6415d54451c7c06321c7ce43): chore: enable Dependabot v2 ([#&#8203;67](https://github.com/argoproj/argo-cd/issues/67)) ([@&#8203;sullis](https://github.com/sullis)) - [`c323d36`](https://github.com/argoproj/argo-cd/commit/c323d367069008499c736aef9c0c2966fda40b2c): chore: enable dot-imports, duplicated-imports from revive ([#&#8203;678](https://github.com/argoproj/argo-cd/issues/678)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`70bee6a`](https://github.com/argoproj/argo-cd/commit/70bee6a3a5d472d823ecb2cfd260efc39099a114): chore: enable early-return, indent-error-flow and unnecessary-stmt from revive ([#&#8203;674](https://github.com/argoproj/argo-cd/issues/674)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`b111e50`](https://github.com/argoproj/argo-cd/commit/b111e500826b9d1ca8d0764a616cdb091929d52b): chore: enable errorlint ([#&#8203;673](https://github.com/argoproj/argo-cd/issues/673)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`cc13a7d`](https://github.com/argoproj/argo-cd/commit/cc13a7d4172e279801dce845bf7bad41efddb338): chore: enable gocritic ([#&#8203;680](https://github.com/argoproj/argo-cd/issues/680)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`f948991`](https://github.com/argoproj/argo-cd/commit/f948991e78126e19388bf5bf2483b48bd3ca224a): chore: enable gofumpt, gosimple and whitespace linters ([#&#8203;666](https://github.com/argoproj/argo-cd/issues/666)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`0047207`](https://github.com/argoproj/argo-cd/commit/00472077d3b7087c9e545cf5672307d174abc33a): chore: enable goimports linter ([#&#8203;669](https://github.com/argoproj/argo-cd/issues/669)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`ad846ac`](https://github.com/argoproj/argo-cd/commit/ad846ac0fdc0221fb2eb23d57328dc7cf4d776e2): chore: enable increment-decrement and redundant-import-alias from revive ([#&#8203;679](https://github.com/argoproj/argo-cd/issues/679)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`bfdad63`](https://github.com/argoproj/argo-cd/commit/bfdad63e2718f5119264312c54842e673c31dcb0): chore: enable misspell linter ([#&#8203;672](https://github.com/argoproj/argo-cd/issues/672)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`7357465`](https://github.com/argoproj/argo-cd/commit/7357465ea6c088bd9f0afe0d4a2fb155cac9f84d): chore: enable noctx linter ([#&#8203;24765](https://github.com/argoproj/argo-cd/issues/24765)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`f5aa9e4`](https://github.com/argoproj/argo-cd/commit/f5aa9e4d10bb08976bd11bad8c3f199110235ca3): chore: enable perfsprint linter ([#&#8203;676](https://github.com/argoproj/argo-cd/issues/676)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`0426664`](https://github.com/argoproj/argo-cd/commit/04266647b1e0acfb8df480e7e7053348c85f2ac6): chore: enable require-error from testifylint ([#&#8203;681](https://github.com/argoproj/argo-cd/issues/681)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`3826638`](https://github.com/argoproj/argo-cd/commit/382663864e6cbad9d30b748fb174cc8998351752): chore: enable testifylint linter ([#&#8203;657](https://github.com/argoproj/argo-cd/issues/657)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`367311b`](https://github.com/argoproj/argo-cd/commit/367311bd6f454bbf8aefc554fcea33423ebe7d21): chore: enable thelper linter ([#&#8203;675](https://github.com/argoproj/argo-cd/issues/675)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`782fb85`](https://github.com/argoproj/argo-cd/commit/782fb85b948939357fddc07ffdf43b3bf703c3bc): chore: enable unparam linter ([#&#8203;677](https://github.com/argoproj/argo-cd/issues/677)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`ccee583`](https://github.com/argoproj/argo-cd/commit/ccee58366a99a4e28897c57e9d25e5ca177b1b0c): chore: enable unused-parameter and var-declaration from revive ([#&#8203;668](https://github.com/argoproj/argo-cd/issues/668)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`7ac688a`](https://github.com/argoproj/argo-cd/commit/7ac688a30f4f49d0d1ca0e73425d3723de834af0): chore: enable use-any from revive ([#&#8203;667](https://github.com/argoproj/argo-cd/issues/667)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`fdd2736`](https://github.com/argoproj/argo-cd/commit/fdd27369f94b4860594e339ddb4ac4d4e737fd0e): chore: fix Dockerfile COPY to correctly handle gitops-engine ([#&#8203;24863](https://github.com/argoproj/argo-cd/issues/24863)) ([@&#8203;downfa11](https://github.com/downfa11)) - [`f20995b`](https://github.com/argoproj/argo-cd/commit/f20995b271bcfdb23a830602b50fa701a5a7fb2f): chore: fix codegen check ([@&#8203;leoluz](https://github.com/leoluz)) - [`3fcb1a2`](https://github.com/argoproj/argo-cd/commit/3fcb1a2dca327d836c28d7271d94962c3daf2c82): chore: fix go.work.sum ([@&#8203;leoluz](https://github.com/leoluz)) - [`517c1ff`](https://github.com/argoproj/argo-cd/commit/517c1fff4e2d5c70f0af05a98b43ead92742fba5): chore: fix typo in log message ([#&#8203;445](https://github.com/argoproj/argo-cd/issues/445)) ([@&#8203;yujunz](https://github.com/yujunz)) - [`f13be2a`](https://github.com/argoproj/argo-cd/commit/f13be2a393713cb5ab13c13b9dffedc50cf6cf54): chore: gitops migration test PR ([@&#8203;leoluz](https://github.com/leoluz)) - [`a2b3f0a`](https://github.com/argoproj/argo-cd/commit/a2b3f0a78ee4a688d804196ce582d39831c4daa4): chore: gitops-engine post migration fixes ([#&#8203;24727](https://github.com/argoproj/argo-cd/issues/24727)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`a00ce82`](https://github.com/argoproj/argo-cd/commit/a00ce82f1c17beca883981115a16b20ccce373c5): chore: log cluster sync error ([#&#8203;541](https://github.com/argoproj/argo-cd/issues/541)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`ba91252`](https://github.com/argoproj/argo-cd/commit/ba9125230feb9b4ab6b3e6326e81a1d146a18dec): chore: merge gitops-engine test ([@&#8203;leoluz](https://github.com/leoluz)) - [`7d150d0`](https://github.com/argoproj/argo-cd/commit/7d150d0b6bf3972c925c07bb6422741c5fb7c680): chore: more docstrings ([#&#8203;606](https://github.com/argoproj/argo-cd/issues/606)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`3de3136`](https://github.com/argoproj/argo-cd/commit/3de313666b781fff36864256b864f66811342a11): chore: more logging for CRD updates ([#&#8203;554](https://github.com/argoproj/argo-cd/issues/554)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`4ea2768`](https://github.com/argoproj/argo-cd/commit/4ea276860c3c4eeae11816531656162588d7aa94): chore: refactor test functions to pass context from testing.T to fixtures ([#&#8203;25134](https://github.com/argoproj/argo-cd/issues/25134)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`a702089`](https://github.com/argoproj/argo-cd/commit/a70208905739108b980fd7b1648a21f28fdef988): chore: regenerate cluster cache mocks ([#&#8203;40](https://github.com/argoproj/argo-cd/issues/40)) ( <>) - [`b7f60b7`](https://github.com/argoproj/argo-cd/commit/b7f60b7f76dd7d526d0b9a336f4a27d4c76a4459): chore: release champ 3.3 ([#&#8203;25202](https://github.com/argoproj/argo-cd/issues/25202)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`a093a76`](https://github.com/argoproj/argo-cd/commit/a093a7627fe5b85608b087a9f19094ba9fe5c233): chore: remove actions/cache duplicated behavior with actions/setup-go ([#&#8203;658](https://github.com/argoproj/argo-cd/issues/658)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`4386ff4`](https://github.com/argoproj/argo-cd/commit/4386ff4b8df9627c10efc2513871856f94434383): chore: remove duplicate scheme import ([#&#8203;580](https://github.com/argoproj/argo-cd/issues/580)) ([@&#8203;pgier](https://github.com/pgier)) - [`541a154`](https://github.com/argoproj/argo-cd/commit/541a1546cd6466df1c3c1474578f5874ee184b31): chore: remove unnecessary lock value copy in test ([#&#8203;24939](https://github.com/argoproj/argo-cd/issues/24939)) ([@&#8203;shota3506](https://github.com/shota3506)) - [`d6f25a1`](https://github.com/argoproj/argo-cd/commit/d6f25a169e3b1adf37c973d93201841e8932bdec): chore: remove unused struct ([#&#8203;25186](https://github.com/argoproj/argo-cd/issues/25186)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`3d9aab3`](https://github.com/argoproj/argo-cd/commit/3d9aab3cdcd455c77229840871d63ee6aeafb7e5): chore: speed up resolveResourceReferences ([#&#8203;625](https://github.com/argoproj/argo-cd/issues/625)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`8e19104`](https://github.com/argoproj/argo-cd/commit/8e191042761758db995e20913875b5a32e6fc8c6): chore: switch CI to golangci/golangci-lint-action\@&#8203;v2 ([#&#8203;259](https://github.com/argoproj/argo-cd/issues/259)) ( <>) - [`b855894`](https://github.com/argoproj/argo-cd/commit/b855894da06d5bcb2f26ebd3aebd92f1591dbe0a): chore: test resource conversion ([#&#8203;403](https://github.com/argoproj/argo-cd/issues/403)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`8d65e80`](https://github.com/argoproj/argo-cd/commit/8d65e80ecb5ae4e0ad040ad00fefcce4293e54f5): chore: update README get involved links ([#&#8203;647](https://github.com/argoproj/argo-cd/issues/647)) ([@&#8203;jmeridth](https://github.com/jmeridth)) - [`fa0e8d6`](https://github.com/argoproj/argo-cd/commit/fa0e8d60a3a48d89354ceb1d450b9eb5b7fc4dfd): chore: update static scheme ([#&#8203;588](https://github.com/argoproj/argo-cd/issues/588)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`67ddccd`](https://github.com/argoproj/argo-cd/commit/67ddccd3cc95c8d9bc32ac884a8fa0d854fdfdf7): chore: upgrade k8s cliet to v0.24.2 ([#&#8203;427](https://github.com/argoproj/argo-cd/issues/427)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`f8f1b61`](https://github.com/argoproj/argo-cd/commit/f8f1b61ba3fd5fcb647563db3106977e1364de31): chore: upgrade k8s to 1.33.1 ([#&#8203;735](https://github.com/argoproj/argo-cd/issues/735)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`4546217`](https://github.com/argoproj/argo-cd/commit/45462175c9f43dc22f09c9bf8eff82b36648ea59): chore: upgrade the notification engine deps ([#&#8203;25219](https://github.com/argoproj/argo-cd/issues/25219)) ([@&#8203;afzal442](https://github.com/afzal442)) - [`f26533a`](https://github.com/argoproj/argo-cd/commit/f26533ab378fd6a3885e3d4969fdb546a7ccfd24): chore: use Expecter Structs from mockery ([#&#8203;25133](https://github.com/argoproj/argo-cd/issues/25133)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`7cdc0f9`](https://github.com/argoproj/argo-cd/commit/7cdc0f952fadb1a2944f45019441ac0b0adeed1c): chore: use WatchFuncWithContext ([#&#8203;25520](https://github.com/argoproj/argo-cd/issues/25520)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`079240b`](https://github.com/argoproj/argo-cd/commit/079240b9ba972cb5deb2dbc2f6e3cb891ae465ca): chore: use go mod override instead of go.work ([#&#8203;24841](https://github.com/argoproj/argo-cd/issues/24841)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`cebed7e`](https://github.com/argoproj/argo-cd/commit/cebed7e704a5a2319d318a18e1fdda1267d282f6): chore: wrap errors ([#&#8203;732](https://github.com/argoproj/argo-cd/issues/732)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`f960274`](https://github.com/argoproj/argo-cd/commit/f960274139a6f480372358646f61267f5b487e9f): ci(release): only set latest release in github when latest ([#&#8203;24525](https://github.com/argoproj/argo-cd/issues/24525)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`9ae26e4`](https://github.com/argoproj/argo-cd/commit/9ae26e4e74c1ef269f70a79ac8fca138eb9fbc31): ci: test against k8s 1.34.2 (cherry-pick [#&#8203;25856](https://github.com/argoproj/argo-cd/issues/25856) for 3.3) ([#&#8203;25858](https://github.com/argoproj/argo-cd/issues/25858)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`58443c6`](https://github.com/argoproj/argo-cd/commit/58443c658cd601702dfb712c20f2639e6d90229a): describe license and code-of-conduct ( <>) - [`9d32a60`](https://github.com/argoproj/argo-cd/commit/9d32a603b8acdd371d6dc10153cdb96857940789): document meeting times ( <>) - [`b8a7d7b`](https://github.com/argoproj/argo-cd/commit/b8a7d7bfadb1736859a953b41a4f80b5e4f5c30d): document youtube playlist too ( <>) - [`b18f378`](https://github.com/argoproj/argo-cd/commit/b18f378548281bb7804a903f427023507b212bea): fix for nil while sync ([#&#8203;83](https://github.com/argoproj/argo-cd/issues/83)) ([@&#8203;mayzhang2000](https://github.com/mayzhang2000)) - [`c08fd18`](https://github.com/argoproj/argo-cd/commit/c08fd189d29d33aaa13e26f1e7430c9fa010832e): fix second slack-invite link ( <>) - [`c0ffe84`](https://github.com/argoproj/argo-cd/commit/c0ffe8428a23011ae9f6d0d3d01f9bf6200a4339): manage clusters via proxy ([#&#8203;466](https://github.com/argoproj/argo-cd/issues/466)) ([@&#8203;ls0f](https://github.com/ls0f)) - [`21a4cdc`](https://github.com/argoproj/argo-cd/commit/21a4cdc1c5eabc41ec7cc0ac7dbfc00ffc5b12a1): no current events planned ( <>) - [`bcc0243`](https://github.com/argoproj/argo-cd/commit/bcc0243f1ee93edaa2a427e6aed6b69b4457678b): prepare repo for migration to ArgoCD repo ([@&#8203;leoluz](https://github.com/leoluz)) - [`ce9616a`](https://github.com/argoproj/argo-cd/commit/ce9616ad10da6d05c78ecceba23ae256ccb0c0f2): refactor: IterateHierarchy method should use read lock ([#&#8203;65](https://github.com/argoproj/argo-cd/issues/65)) ( <>) - [`46d1496`](https://github.com/argoproj/argo-cd/commit/46d14961401878dc5c396e346c2bad5a9701605c): refactor: Kubernetes 1.21 libraries ([#&#8203;266](https://github.com/argoproj/argo-cd/issues/266)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`32c6afc`](https://github.com/argoproj/argo-cd/commit/32c6afc4a7a5a6fe011cffc6dc494184db5bd411): refactor: Kubernetes v1.20.1 ([#&#8203;195](https://github.com/argoproj/argo-cd/issues/195)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`8d05efd`](https://github.com/argoproj/argo-cd/commit/8d05efd2df57ce72479a567a51ce75c2b4e7093b): refactor: Return error from context ([#&#8203;140](https://github.com/argoproj/argo-cd/issues/140)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`6884d33`](https://github.com/argoproj/argo-cd/commit/6884d330a0493f5dd7a5b4f3ff9d54c095f10a8c): refactor: add an API that returns built-in health assessement function ([#&#8203;285](https://github.com/argoproj/argo-cd/issues/285)) ( <>) - [`16575f1`](https://github.com/argoproj/argo-cd/commit/16575f18343d678f6beffde648bc6d54bc4b8a63): refactor: add methods in errors package to quit with exit codes ([#&#8203;49](https://github.com/argoproj/argo-cd/issues/49)) ([@&#8203;darshanime](https://github.com/darshanime)) - [`e344629`](https://github.com/argoproj/argo-cd/commit/e344629d427af7cac291607a07d1949248a726c7): refactor: allow PatchResource to accept subresource ([#&#8203;175](https://github.com/argoproj/argo-cd/issues/175)) ([@&#8203;jessesuen](https://github.com/jessesuen)) - [`411c8d0`](https://github.com/argoproj/argo-cd/commit/411c8d0f1cca6c81d6382889548e4dfcc73640c6): refactor: cache cmdutil.Factory to improve syncronization performance ([#&#8203;281](https://github.com/argoproj/argo-cd/issues/281)) ( <>) - [`e024377`](https://github.com/argoproj/argo-cd/commit/e024377862d2c0d9d2ce7936e045243ba90f763d): refactor: cleanup printing and logging ([#&#8203;124](https://github.com/argoproj/argo-cd/issues/124)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`ef7702f`](https://github.com/argoproj/argo-cd/commit/ef7702fe8622999fb8421dc2e88e78b5a5d53615): refactor: cleanups ([#&#8203;142](https://github.com/argoproj/argo-cd/issues/142)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`1723191`](https://github.com/argoproj/argo-cd/commit/1723191ddef4cde1f62a7cb5e2d7eb743eb79cf5): refactor: deprecates obsolete Diff field ([#&#8203;54](https://github.com/argoproj/argo-cd/issues/54)) ( <>) - [`8472746`](https://github.com/argoproj/argo-cd/commit/8472746916e61581d3ee270744e6f42d410a4adc): refactor: ensure list semaphore is released after response is fully processed ([#&#8203;135](https://github.com/argoproj/argo-cd/issues/135)) ( <>) - [`cc0fb55`](https://github.com/argoproj/argo-cd/commit/cc0fb5531c29c193291a7f97a50921f544b2d3b9): refactor: improve func signature ([#&#8203;103](https://github.com/argoproj/argo-cd/issues/103)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`11e3221`](https://github.com/argoproj/argo-cd/commit/11e322186bfd215bf728b4f952c497098d2cea37): refactor: reduce usage of k8s.io/kubernetes packages ([#&#8203;258](https://github.com/argoproj/argo-cd/issues/258)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`b067bd7`](https://github.com/argoproj/argo-cd/commit/b067bd7463e7c1fbafba77fe80354c86ba3fcca6): refactor: regenerate cluster cache mock ([#&#8203;291](https://github.com/argoproj/argo-cd/issues/291)) ( <>) - [`afc2e64`](https://github.com/argoproj/argo-cd/commit/afc2e64c708e8eead3a6d4ad6a1253df9b9166b1): refactor: remove dependency on github.com/argoproj/pkg package ([#&#8203;111](https://github.com/argoproj/argo-cd/issues/111)) ( <>) - [`5da9c7e`](https://github.com/argoproj/argo-cd/commit/5da9c7eea0774cecb502752c0dcfdfa42ad45e5d): refactor: stop caching OpenAPISchema since it is cached by cmdutil.Factory ([#&#8203;287](https://github.com/argoproj/argo-cd/issues/287)) ( <>) - [`27374da`](https://github.com/argoproj/argo-cd/commit/27374da031e7dcfcacc345c840338c19de03271b): refactor: ugprade k8s client to v0.22.2 ([#&#8203;338](https://github.com/argoproj/argo-cd/issues/338)) ( <>) - [`57ea690`](https://github.com/argoproj/argo-cd/commit/57ea6903448ffa59b241fc085067de6878efa8ae): refactor: update resources install order according to helm implementation ([#&#8203;309](https://github.com/argoproj/argo-cd/issues/309)) ( <>) - [`3131194`](https://github.com/argoproj/argo-cd/commit/31311943a57a45389dc01412572356f2fdbca128): refactor: use github.com/go-logr/logr for logging ([#&#8203;162](https://github.com/argoproj/argo-cd/issues/162)) ([@&#8203;ash2k](https://github.com/ash2k)) - [`579ea1d`](https://github.com/argoproj/argo-cd/commit/579ea1d764b88d3eb8da38bd8ab101127a6d5dad): refactor: using open api schema in cluster live state cache ([#&#8203;289](https://github.com/argoproj/argo-cd/issues/289)) ( <>) - [`5946820`](https://github.com/argoproj/argo-cd/commit/594682066178451c024ba94a98007c31238c979a): seed FAQ document with content from the Slack AMA session ( <>) - [`c5b7114`](https://github.com/argoproj/argo-cd/commit/c5b7114c501fc0a12a12c9055ed0913be7c278b3): selective sync ([#&#8203;213](https://github.com/argoproj/argo-cd/issues/213)) ([@&#8203;kshamajain99](https://github.com/kshamajain99)) - [`631d429`](https://github.com/argoproj/argo-cd/commit/631d429e2c8c0b70a4b3537c8686022da7627184): set default verbosity as 0 when dry run strategy is none ([@&#8203;ranakan19](https://github.com/ranakan19)) - [`a36bd76`](https://github.com/argoproj/argo-cd/commit/a36bd76d4916ca31fec31a2680b1a989738dce21): shore: update go.work.sum ([@&#8203;leoluz](https://github.com/leoluz)) - [`d8c17c2`](https://github.com/argoproj/argo-cd/commit/d8c17c206f958f7179f9b98d68dad51f77f9cf89): spelling: less than ([#&#8203;434](https://github.com/argoproj/argo-cd/issues/434)) ([@&#8203;jsoref](https://github.com/jsoref)) - [`b628c6d`](https://github.com/argoproj/argo-cd/commit/b628c6dd9ef2a45d086673a83878a0824e12ae13): test(controller): avoid race in test ([#&#8203;25655](https://github.com/argoproj/argo-cd/issues/25655)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`dc952c1`](https://github.com/argoproj/argo-cd/commit/dc952c1a60ae387299409f447de886d21b2a6268): validate resource opts ([#&#8203;759](https://github.com/argoproj/argo-cd/issues/759)) ([@&#8203;agaudreault](https://github.com/agaudreault)) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.2.6...v3.3.0> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v3.2.12`](https://github.com/argoproj/argo-cd/releases/tag/v3.2.12) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.2.11...v3.2.12) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.12/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.12/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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`2d1a0bb`](https://github.com/argoproj/argo-cd/commit/2d1a0bb5507e8fc22b23d7608d56bc0586415b95): fix(lint): unnecessary nesting (cherry-pick [#&#8203;27815](https://github.com/argoproj/argo-cd/issues/27815) for 3.2) ([#&#8203;27819](https://github.com/argoproj/argo-cd/issues/27819)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`4caf270`](https://github.com/argoproj/argo-cd/commit/4caf2709419b4f172d5a7adbe95d20cb1d86e3bd): fix: export url validation function ([#&#8203;27816](https://github.com/argoproj/argo-cd/issues/27816)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`d6e96fc`](https://github.com/argoproj/argo-cd/commit/d6e96fcc00b74d9692301fd18a23d22bf0e802a5): fix: wrap lines toggle causes log lines to overflow container - Fixes \[Issue [#&#8203;27586](https://github.com/argoproj/argo-cd/issues/27586)] (cherry-pick [#&#8203;27627](https://github.com/argoproj/argo-cd/issues/27627) for 3.2) ([#&#8203;27668](https://github.com/argoproj/argo-cd/issues/27668)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Dependency updates - [`cff8c03`](https://github.com/argoproj/argo-cd/commit/cff8c0320985278c1d2a85860eace168a71f1b04): chore(deps): bump github.com/moby/spdystream from 0.5.0 to 0.5.1 (cherry-pick [#&#8203;27401](https://github.com/argoproj/argo-cd/issues/27401) for 3.2) ([#&#8203;27735](https://github.com/argoproj/argo-cd/issues/27735)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Other work - [`3f7237b`](https://github.com/argoproj/argo-cd/commit/3f7237b5baf57a4b77574e2b0c4c793a7010341a): Merge commit from fork ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`c8df5ff`](https://github.com/argoproj/argo-cd/commit/c8df5ff7acc403adcee1256da5d87081cd52f0a6): Merge commit from fork ([@&#8203;blakepettersson](https://github.com/blakepettersson)) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.2.11...v3.2.12> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v3.2.11`](https://github.com/argoproj/argo-cd/releases/tag/v3.2.11) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.2.10...v3.2.11) > \[!IMPORTANT] > This release contains a security fix to a critical vulnerability: <https://github.com/argoproj/argo-cd/security/advisories/GHSA-3v3m-wc6v-x4x3> #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.11/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.11/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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`de48839`](https://github.com/argoproj/argo-cd/commit/de488393833672000e646898a107e8e525058991): fix(server): Avoid error when attempting a second delete operation (cherry-pick [#&#8203;27495](https://github.com/argoproj/argo-cd/issues/27495) for 3.2) ([#&#8203;27500](https://github.com/argoproj/argo-cd/issues/27500)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`81e6c69`](https://github.com/argoproj/argo-cd/commit/81e6c69fae5fc20dab694135c31bd01b112b8f51): fix(ui): handle 401 error in stream (cherry-pick [#&#8203;26917](https://github.com/argoproj/argo-cd/issues/26917) for 3.2) ([#&#8203;27572](https://github.com/argoproj/argo-cd/issues/27572)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`eadd52e`](https://github.com/argoproj/argo-cd/commit/eadd52e46ab7b6b624a730ef7cad28ef36727a1b): fix(ui): prevent pod logs viewer crash on stale container index (cherry-pick [#&#8203;27553](https://github.com/argoproj/argo-cd/issues/27553) for 3.2) ([#&#8203;27563](https://github.com/argoproj/argo-cd/issues/27563)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Dependency updates - [`37c360e`](https://github.com/argoproj/argo-cd/commit/37c360ea97a885b7a20e1af22fa191d04b71fac8): chore(deps): bump SonarSource/sonarqube-scan-action from 5.3.1 to 8.0.0 (cherry pick 27602 to release 3.2) ([#&#8203;27609](https://github.com/argoproj/argo-cd/issues/27609)) ([@&#8203;dudinea](https://github.com/dudinea)) ##### Other work - [`9625be3`](https://github.com/argoproj/argo-cd/commit/9625be3f31f9c3817b75eadda0afd476800c4ce8): Merge commit from fork ([@&#8203;alexmt](https://github.com/alexmt)) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.2.10...v3.2.11> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v3.2.10`](https://github.com/argoproj/argo-cd/releases/tag/v3.2.10) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.2.9...v3.2.10) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.10/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.10/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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`91da6a0`](https://github.com/argoproj/argo-cd/commit/91da6a0b4c39e1ca7317896225a02561b0d09b31): Revert "fix: prevent automatic refreshes from informer resync and status updates (cherry-pick [#&#8203;25290](https://github.com/argoproj/argo-cd/issues/25290) for 3.2)" ([#&#8203;27399](https://github.com/argoproj/argo-cd/issues/27399)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`5426e98`](https://github.com/argoproj/argo-cd/commit/5426e98a67918377fedf8e073b18aea67900dff2): fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing ([#&#8203;26793](https://github.com/argoproj/argo-cd/issues/26793)) ([#&#8203;27463](https://github.com/argoproj/argo-cd/issues/27463)) ([@&#8203;anandf](https://github.com/anandf)) - [`c3df70e`](https://github.com/argoproj/argo-cd/commit/c3df70e7173d14266a33e07d6db291b61667edf2): fix(cli): uses DrySource revision for app diff/manifests with sourceHydrator ([#&#8203;23817](https://github.com/argoproj/argo-cd/issues/23817)) (cherry-pick [#&#8203;24670](https://github.com/argoproj/argo-cd/issues/24670) for 3.2) ([#&#8203;27482](https://github.com/argoproj/argo-cd/issues/27482)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`3f789ce`](https://github.com/argoproj/argo-cd/commit/3f789ce02d15f11f93695e946174032193127d73): fix: avoid stale informer cache in RevisionMetadata handler (cherry-pick [#&#8203;27392](https://github.com/argoproj/argo-cd/issues/27392) for 3.2) ([#&#8203;27394](https://github.com/argoproj/argo-cd/issues/27394)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`860ef55`](https://github.com/argoproj/argo-cd/commit/860ef554c9b5b5f55f8c351654310c81512301db): fix: revert autosync event message format change (cherry-pick [#&#8203;27387](https://github.com/argoproj/argo-cd/issues/27387) for 3.2) ([#&#8203;27388](https://github.com/argoproj/argo-cd/issues/27388)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.2.9...v3.2.10> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v3.2.9`](https://github.com/argoproj/argo-cd/releases/tag/v3.2.9) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.2.8...v3.2.9) #### 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:** [#&#8203;27344 – Application controller not refreshing applications](https://github.com/argoproj/argo-cd/issues/27344) ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.9/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.9/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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`8420af5`](https://github.com/argoproj/argo-cd/commit/8420af56e384a207717f9d353cd5ebda3773db4c): fix(ci): run yarn install with --frozen-lockfile (cherry-pick [#&#8203;27099](https://github.com/argoproj/argo-cd/issues/27099) for 3.2) ([#&#8203;27355](https://github.com/argoproj/argo-cd/issues/27355)) ([@&#8203;dudinea](https://github.com/dudinea)) - [`d76e1bd`](https://github.com/argoproj/argo-cd/commit/d76e1bdc588aa6608998737de504a1690babbbbd): fix(ui): OCI revision metadata never renders due to conflicting guard clause ([#&#8203;26948](https://github.com/argoproj/argo-cd/issues/26948)) (cherry-pick [#&#8203;27097](https://github.com/argoproj/argo-cd/issues/27097) for 3.2) ([#&#8203;27364](https://github.com/argoproj/argo-cd/issues/27364)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`f9623ce`](https://github.com/argoproj/argo-cd/commit/f9623ce54c3d23899818714f85738bd8280553cf): fix: prevent automatic refreshes from informer resync and status updates (cherry-pick [#&#8203;25290](https://github.com/argoproj/argo-cd/issues/25290) for 3.2) ([#&#8203;27236](https://github.com/argoproj/argo-cd/issues/27236)) ([@&#8203;aali309](https://github.com/aali309)) ##### Dependency updates - [`a39f06d`](https://github.com/argoproj/argo-cd/commit/a39f06d602e3a4d9875f59131ea2a740caaf80af): chore(deps): bump fast-xml-parser from 4.5.3 to 4.5.6 in /ui - 3.2 ([#&#8203;27361](https://github.com/argoproj/argo-cd/issues/27361)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`9ff165a`](https://github.com/argoproj/argo-cd/commit/9ff165ab4191a968e516258f236c4a081a029fbc): chore(deps): update notifications-engine dependency in release-3.2 to v0.5.1-0.20260316232552-d27ba0152c1c ([#&#8203;27094](https://github.com/argoproj/argo-cd/issues/27094)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.2.8...v3.2.9> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v3.2.8`](https://github.com/argoproj/argo-cd/releases/tag/v3.2.8) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.2.7...v3.2.8) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.8/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.8/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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`65378e6`](https://github.com/argoproj/argo-cd/commit/65378e6d14dd94e2920ca5874eee8cef15dd3140): fix(UI): show RollingSync step clearly when labels match no step (cherry-pick [#&#8203;26877](https://github.com/argoproj/argo-cd/issues/26877) for 3.2) ([#&#8203;26883](https://github.com/argoproj/argo-cd/issues/26883)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`1515e91`](https://github.com/argoproj/argo-cd/commit/1515e91ce8d5f3b3cf38b179cb29fd878ef47726): fix: controller incorrectly detecting diff during app normalization (cherry-pick [#&#8203;27002](https://github.com/argoproj/argo-cd/issues/27002) for 3.2) ([#&#8203;27012](https://github.com/argoproj/argo-cd/issues/27012)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`5fca1ce`](https://github.com/argoproj/argo-cd/commit/5fca1ce7d8c42e5cf44053bf7eb3aea8ead73c79): fix: mitigation of grpc-go CVE-2026-33186 for release-3.2 ([#&#8203;26983](https://github.com/argoproj/argo-cd/issues/26983)) ([@&#8203;dudinea](https://github.com/dudinea)) ##### Other work - [`e7d33de`](https://github.com/argoproj/argo-cd/commit/e7d33de05cb1f09f307dadc44fdc3295a1d05a1a): chore: use base ref for cherry-pick prs (cherry-pick [#&#8203;26551](https://github.com/argoproj/argo-cd/issues/26551) for 3.2) ([#&#8203;26554](https://github.com/argoproj/argo-cd/issues/26554)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.2.7...v3.2.8> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v3.2.7`](https://github.com/argoproj/argo-cd/releases/tag/v3.2.7) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.2.6...v3.2.7) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.7/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.7/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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`ca08f90`](https://github.com/argoproj/argo-cd/commit/ca08f90e9616f41422d00fa3aaa3eea93f69144a): fix(server): OIDC config via secrets fails ([#&#8203;18269](https://github.com/argoproj/argo-cd/issues/18269)) (cherry-pick [#&#8203;26214](https://github.com/argoproj/argo-cd/issues/26214) for 3.2) ([#&#8203;26389](https://github.com/argoproj/argo-cd/issues/26389)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`10c3fd0`](https://github.com/argoproj/argo-cd/commit/10c3fd02f46c382700d1e1b0e29bda72b4ee7779): fix: Fix excessive ls-remote requests on monorepos with Auto Sync enabled apps (26277) (cherry-pick [#&#8203;26278](https://github.com/argoproj/argo-cd/issues/26278) for 3.2) ([#&#8203;26502](https://github.com/argoproj/argo-cd/issues/26502)) ([@&#8203;dudinea](https://github.com/dudinea)) - [`9c128e2`](https://github.com/argoproj/argo-cd/commit/9c128e2d4cda18159aabc3b8fa9494b0a11442aa): fix: compressedLayerExtracterStore+isCompressedLayer - allow tar.gzip suffixes (cherry-pick [#&#8203;26355](https://github.com/argoproj/argo-cd/issues/26355) for 3.2) ([#&#8203;26375](https://github.com/argoproj/argo-cd/issues/26375)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) ##### Dependency updates - [`75eddbd`](https://github.com/argoproj/argo-cd/commit/75eddbd910a5463b98bc7a7d026e8cb177eae61b): chore(deps): update group golang to v1.25.6 (cherry-pick release-3.2) ([#&#8203;26291](https://github.com/argoproj/argo-cd/issues/26291)) ([@&#8203;nitishfy](https://github.com/nitishfy)) ##### Other work - [`1f03b27`](https://github.com/argoproj/argo-cd/commit/1f03b27fd548ef36be4b7e08146a9928b64efb7b): ci: exclude testdata from sonar.exclusions (cherry-pick [#&#8203;26398](https://github.com/argoproj/argo-cd/issues/26398) and [#&#8203;26371](https://github.com/argoproj/argo-cd/issues/26371) for 3.2) ([#&#8203;26424](https://github.com/argoproj/argo-cd/issues/26424)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.2.6...v3.2.7> <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjkiLCJ1cGRhdGVkSW5WZXIiOiI0My4yMDEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiS2luZC9TZWN1cml0eSIsIlByaW9yaXR5L01lZGl1bSJdfQ==-->
renovatebot added the
Priority
Medium
3
Kind/Security
labels 2026-02-02 09:02:21 +00:00
renovatebot added 1 commit 2026-02-02 09:02:21 +00:00
renovatebot force-pushed renovate/argoproj-argo-cd-3.x from ca5e42aacc to 4c90239cc7 2026-02-19 00:02:42 +00:00 Compare
renovatebot changed title from chore(deps): update dependency argoproj/argo-cd to v3.3.0 to chore(deps): update dependency argoproj/argo-cd to v3.3.1 2026-02-19 00:02:43 +00:00
renovatebot force-pushed renovate/argoproj-argo-cd-3.x from 4c90239cc7 to c024a90de8 2026-02-23 22:07:31 +00:00 Compare
renovatebot changed title from chore(deps): update dependency argoproj/argo-cd to v3.3.1 to chore(deps): update dependency argoproj/argo-cd to v3.3.2 2026-02-23 22:07:32 +00:00
renovatebot force-pushed renovate/argoproj-argo-cd-3.x from c024a90de8 to 555e4f3706 2026-03-10 14:29:24 +00:00 Compare
renovatebot changed title from chore(deps): update dependency argoproj/argo-cd to v3.3.2 to chore(deps): update dependency argoproj/argo-cd to v3.3.3 2026-03-10 14:29:25 +00:00
renovatebot force-pushed renovate/argoproj-argo-cd-3.x from 555e4f3706 to 829b2705bc 2026-03-17 00:02:47 +00:00 Compare
renovatebot changed title from chore(deps): update dependency argoproj/argo-cd to v3.3.3 to chore(deps): update dependency argoproj/argo-cd to v3.3.4 2026-03-17 00:02:48 +00:00
renovatebot force-pushed renovate/argoproj-argo-cd-3.x from 829b2705bc to 011c7a9730 2026-03-26 00:02:19 +00:00 Compare
renovatebot changed title from chore(deps): update dependency argoproj/argo-cd to v3.3.4 to chore(deps): update dependency argoproj/argo-cd to v3.3.5 2026-03-26 00:02:20 +00:00
renovatebot force-pushed renovate/argoproj-argo-cd-3.x from 011c7a9730 to 9bfd8adc66 2026-03-28 00:03:42 +00:00 Compare
renovatebot changed title from chore(deps): update dependency argoproj/argo-cd to v3.3.5 to chore(deps): update dependency argoproj/argo-cd to v3.3.6 2026-03-28 00:03:43 +00:00
renovatebot force-pushed renovate/argoproj-argo-cd-3.x from 9bfd8adc66 to 196a1ff348 2026-05-21 08:12:10 +00:00 Compare
renovatebot changed title from chore(deps): update dependency argoproj/argo-cd to v3.3.6 to chore(deps): update dependency argoproj/argo-cd to v3.4.2 2026-05-21 08:12:12 +00:00
renovatebot force-pushed renovate/argoproj-argo-cd-3.x from 196a1ff348 to 389c2e9b69 2026-05-29 00:04:34 +00:00 Compare
renovatebot changed title from chore(deps): update dependency argoproj/argo-cd to v3.4.2 to chore(deps): update dependency argoproj/argo-cd to v3.4.3 2026-05-29 00:04:39 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/argoproj-argo-cd-3.x:renovate/argoproj-argo-cd-3.x
git checkout renovate/argoproj-argo-cd-3.x
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DGSE/kubernetes#42