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

Merged
alexlebens merged 1 commits from renovate/unified-argo-cd into main 2026-05-07 00:33:50 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
argoproj/argo-cd minor 3.3.93.4.1

Release Notes

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

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.4.1...v3.3.9


Configuration

📅 Schedule: (in timezone America/Chicago)

  • 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 is behind base branch, 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 | Update | Change | |---|---|---| | [argoproj/argo-cd](https://github.com/argoproj/argo-cd) | minor | `3.3.9` → `3.4.1` | --- ### Release Notes <details> <summary>argoproj/argo-cd (argoproj/argo-cd)</summary> ### [`v3.4.1`](https://github.com/argoproj/argo-cd/releases/tag/v3.4.1) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.3.9...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.4.1...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> </details> --- ### Configuration 📅 **Schedule**: (in timezone America/Chicago) - 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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjUuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE2OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2026-05-07 00:02:53 +00:00
chore(deps): update dependency argoproj/argo-cd to v3.4.1
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 21s
lint-test-helm / validate-kubeconform (pull_request) Successful in 25s
render-manifests / render-manifests (pull_request) Successful in 40s
6d6cb3a982
renovate-bot force-pushed renovate/unified-argo-cd from 8d6d977a96 to 6d6cb3a982 2026-05-07 00:02:53 +00:00 Compare
alexlebens merged commit c0c7867a33 into main 2026-05-07 00:33:50 +00:00
alexlebens deleted branch renovate/unified-argo-cd 2026-05-07 00:33:53 +00:00
Sign in to join this conversation.