chore(deps): update quay.io/argoproj/argocd docker tag to v3 #12

Open
renovate wants to merge 1 commits from renovate/quay.io-argoproj-argocd-3.x into main
Member

This PR contains the following updates:

Package Type Update Change
quay.io/argoproj/argocd final major v2.14.10 -> v3.0.0

Release Notes

argoproj/argo-cd (quay.io/argoproj/argocd)

v3.0.0

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.0/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.0/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Release Notes Blog Post

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

Upgrading

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

Changelog

Features
Bug fixes
Documentation
Dependency updates
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.14.11...v3.0.0

v2.14.11

Compare Source

Quick Start

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

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

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

Changelog

Features
Bug fixes

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.14.10...v2.14.11


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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

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


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [quay.io/argoproj/argocd](https://github.com/argoproj/argo-cd) | final | major | `v2.14.10` -> `v3.0.0` | --- ### Release Notes <details> <summary>argoproj/argo-cd (quay.io/argoproj/argocd)</summary> ### [`v3.0.0`](https://github.com/argoproj/argo-cd/releases/tag/v3.0.0) [Compare Source](https://github.com/argoproj/argo-cd/compare/v2.14.11...v3.0.0) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.0/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.0/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. #### Release Notes Blog Post For a detailed breakdown of the key changes and improvements in this release, check out the [official blog post](https://blog.argoproj.io/argo-cd-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 - [`402802b`](https://github.com/argoproj/argo-cd/commit/402802b08974bb0f1c2e417f7a190d042813c108): feat!: Logs rbac enforce by default ([#&#8203;21678](https://github.com/argoproj/argo-cd/issues/21678)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`cca7485`](https://github.com/argoproj/argo-cd/commit/cca748591737d568e5b976cb060b960c40bd8c14): feat!: update compareoptions default values ([#&#8203;22230](https://github.com/argoproj/argo-cd/issues/22230)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`029927b`](https://github.com/argoproj/argo-cd/commit/029927b25ee19b3b4dfaba554014233920a2b150): feat(appcontroller): store application health status in redis by default ([#&#8203;10312](https://github.com/argoproj/argo-cd/issues/10312)) ([#&#8203;21532](https://github.com/argoproj/argo-cd/issues/21532)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`f775e7b`](https://github.com/argoproj/argo-cd/commit/f775e7bf28f9cd73fd8dd3f653817d4a1b10d47e): feat(appset): Add values to PR generator ([#&#8203;21557](https://github.com/argoproj/argo-cd/issues/21557)) ([@&#8203;dudo](https://github.com/dudo)) - [`b9131c1`](https://github.com/argoproj/argo-cd/commit/b9131c180246272ad7edf441bb80736e683187ab): feat(cmp): pass empty env vars to plugins ([#&#8203;18720](https://github.com/argoproj/argo-cd/issues/18720)) ([#&#8203;22096](https://github.com/argoproj/argo-cd/issues/22096)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`ac50d8e`](https://github.com/argoproj/argo-cd/commit/ac50d8e1c11ce1ea4d943ae7723a1d4a8f9aa3ff): feat(config)!: exclude known interim resources by default ([#&#8203;20013](https://github.com/argoproj/argo-cd/issues/20013)) ([#&#8203;21635](https://github.com/argoproj/argo-cd/issues/21635)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`910b951`](https://github.com/argoproj/argo-cd/commit/910b9518e4752472a3a9594b3a6b6b4f9796be78): feat(controller): enable batch event processing by default ([#&#8203;22338](https://github.com/argoproj/argo-cd/issues/22338)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`7edaef5`](https://github.com/argoproj/argo-cd/commit/7edaef54d456a9f5f59760f0bb4958e41a43fd94): feat(helm): upgrading helm to 3.17.0 ([#&#8203;21722](https://github.com/argoproj/argo-cd/issues/21722)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`3d2c010`](https://github.com/argoproj/argo-cd/commit/3d2c010dbe9c7275ad2cbae02ab9b675ef3058d3): feat(hydrator): handle sourceHydrator fields from webhook ([#&#8203;19397](https://github.com/argoproj/argo-cd/issues/19397)) (cherry-pick [#&#8203;22485](https://github.com/argoproj/argo-cd/issues/22485)) ([#&#8203;22753](https://github.com/argoproj/argo-cd/issues/22753)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`88e43cb`](https://github.com/argoproj/argo-cd/commit/88e43cb730a26e58c52dbdf9e7df6cc5aa4801be): feat(kubectl): upgrading kubectl to 1.32.1 ([#&#8203;21724](https://github.com/argoproj/argo-cd/issues/21724)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`c675757`](https://github.com/argoproj/argo-cd/commit/c6757573ae350c37ce601ab9b7787fd9b33164af): feat(kustomize): support --include-templates for labels ([#&#8203;15283](https://github.com/argoproj/argo-cd/issues/15283)) ([#&#8203;22069](https://github.com/argoproj/argo-cd/issues/22069)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`6f9389c`](https://github.com/argoproj/argo-cd/commit/6f9389c2ea6497d5285cde9e16e7e2b1bdcdb866): feat(log): support match case in pod log search ([#&#8203;21919](https://github.com/argoproj/argo-cd/issues/21919)) ([@&#8203;linghaoSu](https://github.com/linghaoSu)) - [`feb7097`](https://github.com/argoproj/argo-cd/commit/feb7097fc9808bd725b26d012bf04121e5c59995): feat(metrics): add more kubectl metrics ([#&#8203;21720](https://github.com/argoproj/argo-cd/issues/21720)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`606bd5b`](https://github.com/argoproj/argo-cd/commit/606bd5b04393a06461d007d066da0f0d4a6c6d95): feat(rbac)!: disable fine-grained inheritance by default ([#&#8203;19988](https://github.com/argoproj/argo-cd/issues/19988)) ([#&#8203;20671](https://github.com/argoproj/argo-cd/issues/20671)) ([@&#8203;fffinkel](https://github.com/fffinkel)) - [`e3bd569`](https://github.com/argoproj/argo-cd/commit/e3bd56972d98d139e79df85d930ac5dd441b3834): feat(server): make deep copies of objects returned by informers ([#&#8203;22173](https://github.com/argoproj/argo-cd/issues/22173)) ([#&#8203;22179](https://github.com/argoproj/argo-cd/issues/22179)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`7296201`](https://github.com/argoproj/argo-cd/commit/72962014b53970b7eae3922ee0458fdc6d896f92): feat(ui): Added link to start page in argo logo ([#&#8203;21461](https://github.com/argoproj/argo-cd/issues/21461)) ([@&#8203;surajyadav1108](https://github.com/surajyadav1108)) - [`6d27928`](https://github.com/argoproj/argo-cd/commit/6d2792896598a39828b8716ba8437c1b50772cf8): feat(ui): highlight log lines by pod name ([#&#8203;21001](https://github.com/argoproj/argo-cd/issues/21001)) ([@&#8203;aali309](https://github.com/aali309)) - [`b8508f2`](https://github.com/argoproj/argo-cd/commit/b8508f29162b91a547ec94b25df8e1011c6576fb): feat(ui): rename filter message status on SYNC STATUS view ([#&#8203;21061](https://github.com/argoproj/argo-cd/issues/21061)) ([@&#8203;aali309](https://github.com/aali309)) - [`55f8a43`](https://github.com/argoproj/argo-cd/commit/55f8a434d06ee335b195783a0a83c6a7c8dd3078): feat(ui): split arrays in yaml to fix ambiguous collapse when array items have nested objects ([#&#8203;21064](https://github.com/argoproj/argo-cd/issues/21064)) ([@&#8203;aali309](https://github.com/aali309)) - [`0fab3cf`](https://github.com/argoproj/argo-cd/commit/0fab3cfeec9c68a4d762679b6cd8b5214d2ea2f3): feat(ui): support display sync wave ([#&#8203;20614](https://github.com/argoproj/argo-cd/issues/20614)) ([@&#8203;linghaoSu](https://github.com/linghaoSu)) - [`922c9e9`](https://github.com/argoproj/argo-cd/commit/922c9e9cccf5e3652ba1c6934d670d1c9e3c3920): feat(ui): support filter repo when input ([#&#8203;21451](https://github.com/argoproj/argo-cd/issues/21451)) ([@&#8203;linghaoSu](https://github.com/linghaoSu)) - [`89c4817`](https://github.com/argoproj/argo-cd/commit/89c48172138eabe03b062989f5928ae9a19d5dc7): feat: Add support for Azure workload identity for Git and OCI repositories. ([#&#8203;21118](https://github.com/argoproj/argo-cd/issues/21118)) ([@&#8203;jagpreetstamber](https://github.com/jagpreetstamber)) - [`f9ffb6a`](https://github.com/argoproj/argo-cd/commit/f9ffb6ae35b23f2a47fb33b2017ae1ab6cb89efb): feat: Added env reference objects to manifests for otlp.attrs ([#&#8203;21563](https://github.com/argoproj/argo-cd/issues/21563)) ([@&#8203;almoelda](https://github.com/almoelda)) - [`0973409`](https://github.com/argoproj/argo-cd/commit/0973409273918eebe0f8ff436056261cc477bfc7): feat: Kustomize ignore missing components ([#&#8203;18634](https://github.com/argoproj/argo-cd/issues/18634)) ([#&#8203;21674](https://github.com/argoproj/argo-cd/issues/21674)) ([@&#8203;bradkwadsworth](https://github.com/bradkwadsworth)) - [`74b3532`](https://github.com/argoproj/argo-cd/commit/74b35322a2639ad027c2fada1e675704faab9952): feat: Make certain Status panel items look more 'clickable' ([#&#8203;19698](https://github.com/argoproj/argo-cd/issues/19698)) ([#&#8203;22232](https://github.com/argoproj/argo-cd/issues/22232)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`c0b2787`](https://github.com/argoproj/argo-cd/commit/c0b278738cd75621a1b3ed2128acfe19cb548700): feat: Support kube 1.32 ([#&#8203;21805](https://github.com/argoproj/argo-cd/issues/21805)) ([@&#8203;sivchari](https://github.com/sivchari)) - [`d301b40`](https://github.com/argoproj/argo-cd/commit/d301b40c6b7b4061bf1741e8a155659c08856bbe): feat: Upgrade notifications engine ([#&#8203;22273](https://github.com/argoproj/argo-cd/issues/22273)) ([@&#8203;sivchari](https://github.com/sivchari)) - [`c9c4068`](https://github.com/argoproj/argo-cd/commit/c9c40684b79aea7deed03de8df9de77768b971a6): feat: add AND operator opt-in option for sync windows matches ([#&#8203;16846](https://github.com/argoproj/argo-cd/issues/16846)) ([@&#8203;adriananeci](https://github.com/adriananeci)) - [`f258c45`](https://github.com/argoproj/argo-cd/commit/f258c450b8d115df8185d103aebfeffbebdef8a6): feat: add `ARGOCD_APP_PROJECT_NAME` to the build environment ([#&#8203;15185](https://github.com/argoproj/argo-cd/issues/15185)) ([#&#8203;21586](https://github.com/argoproj/argo-cd/issues/21586)) ([@&#8203;MacroPower](https://github.com/MacroPower)) - [`c71dd1a`](https://github.com/argoproj/argo-cd/commit/c71dd1a9e670844e4a72d3851185cb61c3ddbec7): feat: add a check for user defined role referential integrity ([#&#8203;21065](https://github.com/argoproj/argo-cd/issues/21065)) ([@&#8203;devopsjedi](https://github.com/devopsjedi)) - [`8044d68`](https://github.com/argoproj/argo-cd/commit/8044d6849273bb6e3ad59ad35d94d8300e43c733): feat: add bearer token auth ([#&#8203;21462](https://github.com/argoproj/argo-cd/issues/21462)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`fa0b5f5`](https://github.com/argoproj/argo-cd/commit/fa0b5f56abd38ee99a10dfd665dae3faf445e31d): feat: add force promote actions for Numaplane rollouts ([#&#8203;22141](https://github.com/argoproj/argo-cd/issues/22141)) ([@&#8203;dpadhiar](https://github.com/dpadhiar)) - [`e4311d8`](https://github.com/argoproj/argo-cd/commit/e4311d830926aba78d6ae1f69d4572df261fba91): feat: add name and labels in cluster metrics ([#&#8203;17870](https://github.com/argoproj/argo-cd/issues/17870)) ([#&#8203;18453](https://github.com/argoproj/argo-cd/issues/18453)) ([@&#8203;flbla](https://github.com/flbla)) - [`ecb9dba`](https://github.com/argoproj/argo-cd/commit/ecb9dbac426351f9079517f6af3c5ee653ec91b3): feat: add support for azure workload identity in Microsoft Entra SSO ([#&#8203;21433](https://github.com/argoproj/argo-cd/issues/21433)) ([@&#8203;jagpreetstamber](https://github.com/jagpreetstamber)) - [`951d9d3`](https://github.com/argoproj/argo-cd/commit/951d9d3f17d53e79368886882949504c68e94070): feat: add the `--redis-compress` as the global flag to set redis compression. ([#&#8203;21786](https://github.com/argoproj/argo-cd/issues/21786)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`561cbef`](https://github.com/argoproj/argo-cd/commit/561cbef5cc360a2f8b750d6a35d117cfcfc6c5b7): feat: checking user defined roles and policies for referential integrity ([#&#8203;20825](https://github.com/argoproj/argo-cd/issues/20825)) ([#&#8203;22132](https://github.com/argoproj/argo-cd/issues/22132)) ([@&#8203;devopsjedi](https://github.com/devopsjedi)) - [`d23e6ac`](https://github.com/argoproj/argo-cd/commit/d23e6ac79bb95a911b988551ba33bfc9939c5f18): feat: configurable log timestamp format ([#&#8203;21478](https://github.com/argoproj/argo-cd/issues/21478)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`c09e6fa`](https://github.com/argoproj/argo-cd/commit/c09e6fa6ad2f48017e2d66e65a679226414e6653): feat: improve StatefulSet immutable field error messages ([#&#8203;21209](https://github.com/argoproj/argo-cd/issues/21209)) ([@&#8203;aali309](https://github.com/aali309)) - [`1698370`](https://github.com/argoproj/argo-cd/commit/1698370363f8b5ca8df186d84012906c23a20390): feat: replace spdy with websocket for portforward and pod exec [#&#8203;21517](https://github.com/argoproj/argo-cd/issues/21517) ([#&#8203;21518](https://github.com/argoproj/argo-cd/issues/21518)) ([@&#8203;maoqide](https://github.com/maoqide)) - [`3e09f94`](https://github.com/argoproj/argo-cd/commit/3e09f946f4f229534bbcac7cf238546812e7a817): feat: resource customization for CustomResourceDefinition ([#&#8203;21416](https://github.com/argoproj/argo-cd/issues/21416)) ([@&#8203;almoelda](https://github.com/almoelda)) - [`6b002a5`](https://github.com/argoproj/argo-cd/commit/6b002a51067387055c8cc7226c0c6b8a1e19121c): feat: upgrade to v1.32.2 ([#&#8203;22168](https://github.com/argoproj/argo-cd/issues/22168)) ([@&#8203;sivchari](https://github.com/sivchari)) - [`fbd7f29`](https://github.com/argoproj/argo-cd/commit/fbd7f29056458deed52816d9cad3dc0139fe3656): feat: use errors.Join for debuggable ([#&#8203;22235](https://github.com/argoproj/argo-cd/issues/22235)) ([@&#8203;sivchari](https://github.com/sivchari)) - [`dbdc1e7`](https://github.com/argoproj/argo-cd/commit/dbdc1e737ab81184aa20a12430da69462fe138ff): feat: use log format config for klog ([#&#8203;5715](https://github.com/argoproj/argo-cd/issues/5715)) ([#&#8203;21458](https://github.com/argoproj/argo-cd/issues/21458)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) ##### Bug fixes - [`46bfc10`](https://github.com/argoproj/argo-cd/commit/46bfc10e4d4e84ec75245f554b2c9d0ed2348ab4): Revert "fix: Graceful shutdown for the API server ([#&#8203;18642](https://github.com/argoproj/argo-cd/issues/18642)) ([#&#8203;20981](https://github.com/argoproj/argo-cd/issues/20981))" ([#&#8203;21221](https://github.com/argoproj/argo-cd/issues/21221)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) - [`c6b0000`](https://github.com/argoproj/argo-cd/commit/c6b00007f2b2c05093f34c89f69e2de34f6815a9): fix(actions): don't run empty Lua scripts ([#&#8203;22084](https://github.com/argoproj/argo-cd/issues/22084)) ([#&#8203;22161](https://github.com/argoproj/argo-cd/issues/22161)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`e6f94f2`](https://github.com/argoproj/argo-cd/commit/e6f94f227cf92e82652e79bd19ec91878da4e912): fix(appcontroller): selfhealattemptscount needs to be reset at times ([#&#8203;22095](https://github.com/argoproj/argo-cd/issues/22095)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`079341c`](https://github.com/argoproj/argo-cd/commit/079341c65cde946d260a1cb96324ce0be53f2b6b): fix(applicationset): ApplicationSets with rolling sync stuck in Pending ([#&#8203;20230](https://github.com/argoproj/argo-cd/issues/20230)) ([@&#8203;Fsero](https://github.com/Fsero)) - [`f6a84a4`](https://github.com/argoproj/argo-cd/commit/f6a84a470d1f8241207280a8d334ec9cb021443f): fix(appset): Reconcile appset only once when appset is refreshed (fix 21171) ([#&#8203;21172](https://github.com/argoproj/argo-cd/issues/21172)) ([@&#8203;dacofr](https://github.com/dacofr)) - [`f3509d2`](https://github.com/argoproj/argo-cd/commit/f3509d2f8ac6c9067d53c3a45b6ccc66ab02ead3): fix(appset): dont requeue appsets on status change ([#&#8203;21364](https://github.com/argoproj/argo-cd/issues/21364)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`e852142`](https://github.com/argoproj/argo-cd/commit/e852142fb9467d32cd580b633e744d34bd875adf): fix(appset): events not honouring configured namespaces ([#&#8203;21219](https://github.com/argoproj/argo-cd/issues/21219)) ([#&#8203;21241](https://github.com/argoproj/argo-cd/issues/21241)) ([@&#8203;eadred](https://github.com/eadred)) - [`e44ae96`](https://github.com/argoproj/argo-cd/commit/e44ae96c0706ca15c8a7cd80ba352f2e19e4857e): fix(appset): generated app errors should use the default requeue ([#&#8203;21887](https://github.com/argoproj/argo-cd/issues/21887)) ([#&#8203;21936](https://github.com/argoproj/argo-cd/issues/21936)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`922dd77`](https://github.com/argoproj/argo-cd/commit/922dd771e36973d8d1cc69ad14dd9e3002ab313a): fix(appset): improve git generator repo credential fallback ([#&#8203;21167](https://github.com/argoproj/argo-cd/issues/21167)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`55aab6e`](https://github.com/argoproj/argo-cd/commit/55aab6efb6e8dd510050e23b876ff25792e39e54): fix(appset): reverted Gitlab SCM HasPath search and consider 404 errors as file not found ([#&#8203;16253](https://github.com/argoproj/argo-cd/issues/16253)) ([#&#8203;21597](https://github.com/argoproj/argo-cd/issues/21597)) ([@&#8203;prune998](https://github.com/prune998)) - [`37a7231`](https://github.com/argoproj/argo-cd/commit/37a7231bd3fe5c28470e1fbb46f34b3bdef98632): fix(appset): update gitlab SCM provider to search on parent folder ([#&#8203;16253](https://github.com/argoproj/argo-cd/issues/16253)) ([#&#8203;21491](https://github.com/argoproj/argo-cd/issues/21491)) ([@&#8203;prune998](https://github.com/prune998)) - [`06bd2ad`](https://github.com/argoproj/argo-cd/commit/06bd2ad10f5124ba98364a85ff1ec42947d34706): fix(ci): all version bump changes go in the PR ([#&#8203;21409](https://github.com/argoproj/argo-cd/issues/21409)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`2933154`](https://github.com/argoproj/argo-cd/commit/2933154a5c05c45f2c5405e87973092cd0e03d82): fix(ci): get correct previous version, fail workflow if not (cherry-pick [#&#8203;22376](https://github.com/argoproj/argo-cd/issues/22376)) ([#&#8203;22377](https://github.com/argoproj/argo-cd/issues/22377)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`15046b9`](https://github.com/argoproj/argo-cd/commit/15046b992e27856993d88d4609d3433b1948f6b3): fix(ci): handle major versions in compatibility table generator (cherry-pick [#&#8203;22370](https://github.com/argoproj/argo-cd/issues/22370)) ([#&#8203;22371](https://github.com/argoproj/argo-cd/issues/22371)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`43d2a3d`](https://github.com/argoproj/argo-cd/commit/43d2a3d93772cab395e611a75ef6026a96282915): fix(ci): proto references bump ([#&#8203;21391](https://github.com/argoproj/argo-cd/issues/21391)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`05c7625`](https://github.com/argoproj/argo-cd/commit/05c76253f0574c3a98134bca6319a71f257f5705): fix(ci): updating action-gh-release after upstream fix ([#&#8203;21407](https://github.com/argoproj/argo-cd/issues/21407)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`eb6732e`](https://github.com/argoproj/argo-cd/commit/eb6732ec9e3a69cd9b28fb858471403f531cb3a6): fix(ci): use pinned Helm version for init-release ([#&#8203;22164](https://github.com/argoproj/argo-cd/issues/22164)) ([#&#8203;22165](https://github.com/argoproj/argo-cd/issues/22165)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`6e4c8fd`](https://github.com/argoproj/argo-cd/commit/6e4c8fd53d8fa9589ff6663b40b45058869329d5): fix(ci): use tags instead of branches (cherry-pick [#&#8203;22372](https://github.com/argoproj/argo-cd/issues/22372)) ([#&#8203;22373](https://github.com/argoproj/argo-cd/issues/22373)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`99cd3c7`](https://github.com/argoproj/argo-cd/commit/99cd3c765015f04b5c6bd2265457a1809c6490ac): fix(cli): add flags to admin import for retrying updates on conflicts and skipping resources with specific labels. ([#&#8203;21694](https://github.com/argoproj/argo-cd/issues/21694)) ([@&#8203;ashutosh16](https://github.com/ashutosh16)) - [`85684a8`](https://github.com/argoproj/argo-cd/commit/85684a8919104ce0e286837d771a28437aeb160a): fix(cli): application cannot be refreshed when invalid and hangs ([#&#8203;21615](https://github.com/argoproj/argo-cd/issues/21615)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`eb6dd46`](https://github.com/argoproj/argo-cd/commit/eb6dd46e194974d6216d8def5f80f10e127dd0dc): fix(cli): ignored resources should not be pruned during restore ([#&#8203;21894](https://github.com/argoproj/argo-cd/issues/21894)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`9c443b6`](https://github.com/argoproj/argo-cd/commit/9c443b65013945c1cbae77b0ff24f2c07200529f): fix(cli): improve performance for admin export/import cmd ([#&#8203;22322](https://github.com/argoproj/argo-cd/issues/22322)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`546383a`](https://github.com/argoproj/argo-cd/commit/546383a8e56355f90530c00a78385444efb943b1): fix(cli): log correct error message when updating a cluster that is not present ([#&#8203;22190](https://github.com/argoproj/argo-cd/issues/22190)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`613d06d`](https://github.com/argoproj/argo-cd/commit/613d06d0b1f258bfe8dd7f5aa5a57d9b231ddb22): fix(cli): use correct CA when adding kube-public clusters ([#&#8203;21326](https://github.com/argoproj/argo-cd/issues/21326)) ([#&#8203;21327](https://github.com/argoproj/argo-cd/issues/21327)) ([@&#8203;aminarefzadeh](https://github.com/aminarefzadeh)) - [`f2ee9a6`](https://github.com/argoproj/argo-cd/commit/f2ee9a62d2120abd2ba8eed1915ecb0011bcd0c9): fix(cli): wrong variable to store --no-proxy value ([#&#8203;21226](https://github.com/argoproj/argo-cd/issues/21226)) ([@&#8203;the-technat](https://github.com/the-technat)) - [`a8ce677`](https://github.com/argoproj/argo-cd/commit/a8ce6772b8b8f4a73b99fed180bbbcf2be0fea51): fix(controller): always set health.status.lastTransitionTime ([#&#8203;22665](https://github.com/argoproj/argo-cd/issues/22665)) (cherry-pick [#&#8203;22666](https://github.com/argoproj/argo-cd/issues/22666)) ([#&#8203;22667](https://github.com/argoproj/argo-cd/issues/22667)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`1a9f226`](https://github.com/argoproj/argo-cd/commit/1a9f22625db5d5c968031e0a32c2ec1f6ce8ce60): fix(controller): rename cluster batch param and add to argocd-cmd-params-cm ([#&#8203;21402](https://github.com/argoproj/argo-cd/issues/21402)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`d54ae98`](https://github.com/argoproj/argo-cd/commit/d54ae98b20a7700bb143804d6029a41c057bc0c2): fix(controller): wrong tracking annotation for malformed resources ([#&#8203;22325](https://github.com/argoproj/argo-cd/issues/22325)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`b4a63ae`](https://github.com/argoproj/argo-cd/commit/b4a63aeba87d5d4d7b0c72a608fe873abc8be7f6): fix(dex): always request `federated:id` scope ([#&#8203;17908](https://github.com/argoproj/argo-cd/issues/17908)) ([#&#8203;21726](https://github.com/argoproj/argo-cd/issues/21726)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`ad09b9c`](https://github.com/argoproj/argo-cd/commit/ad09b9c744853d3dad0a7dbef27b49258dda6266): fix(docs): 2.14 upgrading docs ([#&#8203;21756](https://github.com/argoproj/argo-cd/issues/21756)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`4382281`](https://github.com/argoproj/argo-cd/commit/43822815f76cd5c0bd6989029f20f56b787f2420): fix(docs): Fix syntax in e2e test docs ([#&#8203;21796](https://github.com/argoproj/argo-cd/issues/21796)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`8545d21`](https://github.com/argoproj/argo-cd/commit/8545d214b6cf934ed1476f14a790657730e8bcc3): fix(docs): update --auth-token description in argocd_appset_update.md to account for environment variable ([#&#8203;22350](https://github.com/argoproj/argo-cd/issues/22350)) ([@&#8203;chengfang](https://github.com/chengfang)) - [`68d60cd`](https://github.com/argoproj/argo-cd/commit/68d60cd09269e0f81b09188c8eee30f73d0f5720): fix(docs): update mkdocs for upgrade guide ([#&#8203;21768](https://github.com/argoproj/argo-cd/issues/21768)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`7c7dda0`](https://github.com/argoproj/argo-cd/commit/7c7dda0e93c0745a1d50aa399b6f7caca3108027): fix(grafanadashboard): add memory units to panels showing memory usage ([#&#8203;22078](https://github.com/argoproj/argo-cd/issues/22078)) ([@&#8203;BWagenerGenerali](https://github.com/BWagenerGenerali)) - [`9429275`](https://github.com/argoproj/argo-cd/commit/9429275a91cbf78e81703e35bca25ce97f02e67c): fix(hydrator): UI nil checks ([#&#8203;21598](https://github.com/argoproj/argo-cd/issues/21598)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`3baca9b`](https://github.com/argoproj/argo-cd/commit/3baca9b6960691435e039dd756ae122a272ebd42): fix(hydrator): don't get cluster or API versions for hydrator ([#&#8203;21985](https://github.com/argoproj/argo-cd/issues/21985)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`35009a7`](https://github.com/argoproj/argo-cd/commit/35009a7d1c278c5f609160651a843d17fcf1b8ef): fix(hydrator): don't use manifest-generate-paths ([#&#8203;22039](https://github.com/argoproj/argo-cd/issues/22039)) ([#&#8203;22015](https://github.com/argoproj/argo-cd/issues/22015)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`8a97c1d`](https://github.com/argoproj/argo-cd/commit/8a97c1d138b4c7fe0c19af284f753b69cb4dda95): fix(hydrator): refresh by annotation instead of work queue ([#&#8203;22016](https://github.com/argoproj/argo-cd/issues/22016)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`d1574c2`](https://github.com/argoproj/argo-cd/commit/d1574c204f8213a684962520fd8525827008dae0): fix(rbac): Add rights on applicationsets for the application controller ([#&#8203;20352](https://github.com/argoproj/argo-cd/issues/20352)) ([@&#8203;OpenGuidou](https://github.com/OpenGuidou)) - [`13b7b09`](https://github.com/argoproj/argo-cd/commit/13b7b09668307f8365346dd74c7bd032e216fecf): fix(settings): race condition on settings configMap ([#&#8203;21225](https://github.com/argoproj/argo-cd/issues/21225)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`416b7d0`](https://github.com/argoproj/argo-cd/commit/416b7d0c32947b0adc7b85893c8d3901b59146e5): fix(test): Use t.Fatal instead of os.Exit in tests (part 1) ([#&#8203;21003](https://github.com/argoproj/argo-cd/issues/21003)) ([#&#8203;22114](https://github.com/argoproj/argo-cd/issues/22114)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`2afcb6f`](https://github.com/argoproj/argo-cd/commit/2afcb6f107deada4210dec8f44b2f57cd95f93db): fix(test): delete CRD between tests, install CRD before syncing CRs ([#&#8203;22299](https://github.com/argoproj/argo-cd/issues/22299)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`fa747f9`](https://github.com/argoproj/argo-cd/commit/fa747f987c83d6a761a6745a1b809ce1c741a111): fix(tests): Improved the e2e tests for app sync with impersonation feature ([#&#8203;21792](https://github.com/argoproj/argo-cd/issues/21792)) ([@&#8203;anandf](https://github.com/anandf)) - [`b88ad57`](https://github.com/argoproj/argo-cd/commit/b88ad57986aa75af414f4316ad4a74f574cb157b): fix(ui): Added SSV option to helm type repos ([#&#8203;22006](https://github.com/argoproj/argo-cd/issues/22006)) ([@&#8203;surajyadav1108](https://github.com/surajyadav1108)) - [`544aea1`](https://github.com/argoproj/argo-cd/commit/544aea18c32b34eac523791e7e2ef186abbd6daf): fix(ui): Cannot add an app that has both name and server destination ([#&#8203;21440](https://github.com/argoproj/argo-cd/issues/21440)) ([@&#8203;rpelczar](https://github.com/rpelczar)) - [`1ce0123`](https://github.com/argoproj/argo-cd/commit/1ce0123fa57a66998858b40b416e23b904354dda): fix(ui): Group Nodes breaks Kinds counts / views ([#&#8203;21337](https://github.com/argoproj/argo-cd/issues/21337)) ([@&#8203;surajyadav1108](https://github.com/surajyadav1108)) - [`71c7700`](https://github.com/argoproj/argo-cd/commit/71c7700f2eb4578e23b59c082c19c0f784e36dbc): fix(ui): Show error message when max pods to view logs are reached ([#&#8203;21725](https://github.com/argoproj/argo-cd/issues/21725)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`854c62f`](https://github.com/argoproj/argo-cd/commit/854c62fc70bbc6b962c97b232cdb962e56086817): fix(ui): Solve issue with navigating with dropdown from an application's page ([#&#8203;21737](https://github.com/argoproj/argo-cd/issues/21737)) ([@&#8203;amit-o](https://github.com/amit-o)) - [`b6e6104`](https://github.com/argoproj/argo-cd/commit/b6e6104dbc131d03b5f3a7fd7b8f64c5de48e775): fix(ui): avoid spurious error on hydration ([#&#8203;22506](https://github.com/argoproj/argo-cd/issues/22506)) (cherry-pick [#&#8203;22711](https://github.com/argoproj/argo-cd/issues/22711)) ([#&#8203;22715](https://github.com/argoproj/argo-cd/issues/22715)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`38b0fd5`](https://github.com/argoproj/argo-cd/commit/38b0fd5cd4cb675a9e5708d95c949192dfbd0f8c): fix(ui): columns-adjusted for kind and Namespace in sync details. ([#&#8203;21038](https://github.com/argoproj/argo-cd/issues/21038)) ([@&#8203;surajyadav1108](https://github.com/surajyadav1108)) - [`ebeae20`](https://github.com/argoproj/argo-cd/commit/ebeae20ff40aef654a0cfbffdade8aaf03d012c1): fix(ui): fix bearerToken validate in helm connect page (cherry-pick [#&#8203;22791](https://github.com/argoproj/argo-cd/issues/22791)) ([#&#8203;22798](https://github.com/argoproj/argo-cd/issues/22798)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`bfb04dd`](https://github.com/argoproj/argo-cd/commit/bfb04ddf3e9735a7a1e06c5b3c44c4de2f6ed9e8): fix(ui): parameter tab null ref w/ hydrator ([#&#8203;22097](https://github.com/argoproj/argo-cd/issues/22097)) ([#&#8203;22131](https://github.com/argoproj/argo-cd/issues/22131)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`e2e6faa`](https://github.com/argoproj/argo-cd/commit/e2e6faa3b53ef50aa3aac47a245410ac0f0c8d73): fix(ui): prevent parameter editor from resetting when props update (fixes [#&#8203;14351](https://github.com/argoproj/argo-cd/issues/14351)) ([#&#8203;21625](https://github.com/argoproj/argo-cd/issues/21625)) ([@&#8203;k4r1](https://github.com/k4r1)) - [`4202168`](https://github.com/argoproj/argo-cd/commit/4202168c4424609698169dc0530168377838f9db): fix(ui): reduce rerender in pod log view ([#&#8203;22241](https://github.com/argoproj/argo-cd/issues/22241)) ([@&#8203;linghaoSu](https://github.com/linghaoSu)) - [`0d34340`](https://github.com/argoproj/argo-cd/commit/0d34340c20b6bb1770f4e0fa97de49848e4a0a7a): fix: 21062 Support GitLab "System Hook" webhooks for ApplicationSets ([#&#8203;21243](https://github.com/argoproj/argo-cd/issues/21243)) ([@&#8203;eadred](https://github.com/eadred)) - [`911a9c6`](https://github.com/argoproj/argo-cd/commit/911a9c6776afccb98a0c0f73bd749497c3a66ab4): fix: Add proxy registry key by dest server + name ([#&#8203;21791](https://github.com/argoproj/argo-cd/issues/21791)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`a444a05`](https://github.com/argoproj/argo-cd/commit/a444a05e8f32368222c4104c756997fd6bdf86d9): fix: AppSet PullRequest and SCM generators get 401 from GitHub without tokenRef (cherry-pick [#&#8203;22737](https://github.com/argoproj/argo-cd/issues/22737)) ([#&#8203;22744](https://github.com/argoproj/argo-cd/issues/22744)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`ffbf9d5`](https://github.com/argoproj/argo-cd/commit/ffbf9d5911e9fd747d879987060162e108c70b2b): fix: AppSet PullRequest and SCM generators get 401 from GitHub without tokenRef (manually signed off cherry-pick [#&#8203;22737](https://github.com/argoproj/argo-cd/issues/22737)) ([#&#8203;22763](https://github.com/argoproj/argo-cd/issues/22763)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`f39b425`](https://github.com/argoproj/argo-cd/commit/f39b425facb2a4fdc05193c85b51d145b0124d1c): fix: CVE-2024-21538 upgrading the indirect dep cross-spawn to greater than 7.0.5 ([#&#8203;21259](https://github.com/argoproj/argo-cd/issues/21259)) ([@&#8203;nmirasch](https://github.com/nmirasch)) - [`644315a`](https://github.com/argoproj/argo-cd/commit/644315ace198159ccb0dacc31ebac906a8b1ff12): fix: Change applicationset generate HTTP method to avoid route conflicts ([#&#8203;20758](https://github.com/argoproj/argo-cd/issues/20758)) ([@&#8203;amit-o](https://github.com/amit-o)) - [`d6a04a3`](https://github.com/argoproj/argo-cd/commit/d6a04a364235b913f89a39a528abb2fab41bfa95): fix: Check for semver constraint matching in application webhook handler (cherry-pick [#&#8203;21648](https://github.com/argoproj/argo-cd/issues/21648)) ([#&#8203;22507](https://github.com/argoproj/argo-cd/issues/22507)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`1905d12`](https://github.com/argoproj/argo-cd/commit/1905d127a57c4cc30b9818c5bc08d2bee9a4bbc0): fix: Check placement exists before length check ([#&#8203;22060](https://github.com/argoproj/argo-cd/issues/22060)) ([#&#8203;22057](https://github.com/argoproj/argo-cd/issues/22057)) ([@&#8203;dhaiducek](https://github.com/dhaiducek)) - [`0d2471b`](https://github.com/argoproj/argo-cd/commit/0d2471b3f93ace800cbe7af6cf718e922a6b1149): fix: Enable service account token automount for haproxy ([#&#8203;22226](https://github.com/argoproj/argo-cd/issues/22226)) (cherry-pick [#&#8203;22353](https://github.com/argoproj/argo-cd/issues/22353)) ([#&#8203;22406](https://github.com/argoproj/argo-cd/issues/22406)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`8841b0d`](https://github.com/argoproj/argo-cd/commit/8841b0dd1d943b333e30c1d1de02dad77530e203): fix: Fix calculating SelfHealBackOff delay when exceeding maximum ([#&#8203;20976](https://github.com/argoproj/argo-cd/issues/20976)) ([#&#8203;20978](https://github.com/argoproj/argo-cd/issues/20978)) ([@&#8203;mrysavy](https://github.com/mrysavy)) - [`4dcabb9`](https://github.com/argoproj/argo-cd/commit/4dcabb933e54f21cd922e7450c5b46ae86b08793): fix: Fix link about http middlewear and add adopter hetao101 ([#&#8203;21802](https://github.com/argoproj/argo-cd/issues/21802)) ([@&#8203;wanghonglei5181](https://github.com/wanghonglei5181)) - [`e3b333a`](https://github.com/argoproj/argo-cd/commit/e3b333a8609134daa570c2b098134ef26e35ffa4): fix: JSON format ([#&#8203;22237](https://github.com/argoproj/argo-cd/issues/22237)) ([@&#8203;sivchari](https://github.com/sivchari)) - [`5b79c34`](https://github.com/argoproj/argo-cd/commit/5b79c34c72300e6e2e6336051ce6992f6d54011c): fix: New kube applier for server side diff dry run with refactoring ([#&#8203;21488](https://github.com/argoproj/argo-cd/issues/21488)) ([#&#8203;21749](https://github.com/argoproj/argo-cd/issues/21749)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`a8f646e`](https://github.com/argoproj/argo-cd/commit/a8f646e430781a3b1707d3bedde8ea4c8cd76e9a): fix: Notifications on-deployed would now be delivered if sync didn't change the health status of the app in a process ([#&#8203;22203](https://github.com/argoproj/argo-cd/issues/22203)) ([#&#8203;22204](https://github.com/argoproj/argo-cd/issues/22204)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`7b1ed52`](https://github.com/argoproj/argo-cd/commit/7b1ed5218ae864d60792b7f424c13b7375a141ff): fix: On deployed trigger must consider race between last transition time and sync finished time ([#&#8203;9070](https://github.com/argoproj/argo-cd/issues/9070)) ([#&#8203;21944](https://github.com/argoproj/argo-cd/issues/21944)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`f075c5a`](https://github.com/argoproj/argo-cd/commit/f075c5acd3ea3fc642536b70c00a049186086908): fix: Only port-forward to ready pods ([#&#8203;10610](https://github.com/argoproj/argo-cd/issues/10610)) (cherry-pick [#&#8203;22794](https://github.com/argoproj/argo-cd/issues/22794)) ([#&#8203;22825](https://github.com/argoproj/argo-cd/issues/22825)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`ed3cc48`](https://github.com/argoproj/argo-cd/commit/ed3cc488471a26d1f342eaf92a62a2731ac77ebb): fix: Policy/policy.open-cluster-management.io stuck in progressing status when no clusters match the policy ([#&#8203;21296](https://github.com/argoproj/argo-cd/issues/21296)) ([#&#8203;21297](https://github.com/argoproj/argo-cd/issues/21297)) ([@&#8203;mbaldessari](https://github.com/mbaldessari)) - [`43e5941`](https://github.com/argoproj/argo-cd/commit/43e594104212bae8ec15bacf7f31c504061842ee): fix: Race condition occurs during initial sharding ([#&#8203;22264](https://github.com/argoproj/argo-cd/issues/22264)) ([@&#8203;kahou82](https://github.com/kahou82)) - [`7424432`](https://github.com/argoproj/argo-cd/commit/74244323f8495a2369b79dc0a26655b711d1afa5): fix: Rephrased sentence to a meaningfull one ([#&#8203;22113](https://github.com/argoproj/argo-cd/issues/22113)) ([@&#8203;babugeet](https://github.com/babugeet)) - [`bfd72b4`](https://github.com/argoproj/argo-cd/commit/bfd72b42dff5e0b05d3748ff8ea1c20d1561976a): fix: Revert "fix: Race condition occurs during initial sharding ([#&#8203;22264](https://github.com/argoproj/argo-cd/issues/22264))" ([#&#8203;22354](https://github.com/argoproj/argo-cd/issues/22354)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`f542ae5`](https://github.com/argoproj/argo-cd/commit/f542ae51588405065557e8ede710a50042cf529e): fix: Revert "split arrays in yaml to fix ambiguous collapse when array items have nested objects ([#&#8203;21064](https://github.com/argoproj/argo-cd/issues/21064))" ([#&#8203;22099](https://github.com/argoproj/argo-cd/issues/22099)) ([#&#8203;22128](https://github.com/argoproj/argo-cd/issues/22128)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`4a1d0f3`](https://github.com/argoproj/argo-cd/commit/4a1d0f3af5cb1f093b3b17a82093f48f36959b99): fix: Switch default logging to JSON (issue: 20897) ([#&#8203;21656](https://github.com/argoproj/argo-cd/issues/21656)) ([@&#8203;teddy-wahle](https://github.com/teddy-wahle)) - [`0ed7c56`](https://github.com/argoproj/argo-cd/commit/0ed7c5618f727edb7aead256ff828def6da15b3e): fix: Unable to edit http repo credentials from ArgoCD UI ([#&#8203;22065](https://github.com/argoproj/argo-cd/issues/22065)) ([@&#8203;aali309](https://github.com/aali309)) - [`e8a3f7a`](https://github.com/argoproj/argo-cd/commit/e8a3f7aa33c05b1e2e9011cadaa2d240f811a4ca): fix: Update argo-ui dependency to pull in OCI icon ([#&#8203;18646](https://github.com/argoproj/argo-cd/issues/18646)) ([#&#8203;21698](https://github.com/argoproj/argo-cd/issues/21698)) ([@&#8203;keithchong](https://github.com/keithchong)) - [`376e8d5`](https://github.com/argoproj/argo-cd/commit/376e8d52605e8b18fc46e830892fe570968a30a8): fix: Update haproxy version to match the chart ([#&#8203;22226](https://github.com/argoproj/argo-cd/issues/22226)) ([#&#8203;22236](https://github.com/argoproj/argo-cd/issues/22236)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`9f81cd4`](https://github.com/argoproj/argo-cd/commit/9f81cd47980805ed9b590ab418b121e33b8d5b8b): fix: Use ARGOCD_SERVER for default value ([#&#8203;21930](https://github.com/argoproj/argo-cd/issues/21930)) ([@&#8203;sivchari](https://github.com/sivchari)) - [`62ec9fe`](https://github.com/argoproj/argo-cd/commit/62ec9fef36b0e998e202405d70adb93ab3d78771): fix: Use t.Fatal instead of os.Exit in tests (part 2) ([#&#8203;21003](https://github.com/argoproj/argo-cd/issues/21003)) ([#&#8203;22187](https://github.com/argoproj/argo-cd/issues/22187)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`c93924b`](https://github.com/argoproj/argo-cd/commit/c93924b3ccabdf769510db58b7684e3dc8a2d20c): fix: Wait for Subscription resources to reach AtLatestKnown ([#&#8203;21425](https://github.com/argoproj/argo-cd/issues/21425)) ([@&#8203;vinzent](https://github.com/vinzent)) - [`e6e9255`](https://github.com/argoproj/argo-cd/commit/e6e92552167ad10ce7ca45c02f5534af6741e710): fix: correct lookup for the kustomization file when applying patches ([#&#8203;22024](https://github.com/argoproj/argo-cd/issues/22024)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`f548fd7`](https://github.com/argoproj/argo-cd/commit/f548fd7a247a0311ac31f9df5acf135fd44f401b): fix: correctly set compareWith when requesting app refresh with delay (fixes [#&#8203;18998](https://github.com/argoproj/argo-cd/issues/18998)) ([#&#8203;21298](https://github.com/argoproj/argo-cd/issues/21298)) ([@&#8203;shenxn](https://github.com/shenxn)) - [`5d131c5`](https://github.com/argoproj/argo-cd/commit/5d131c5251e5c2903823b2d5cc439ec30092c263): fix: do not exclude APIService resources (cherry-pick [#&#8203;22586](https://github.com/argoproj/argo-cd/issues/22586)) ([#&#8203;22587](https://github.com/argoproj/argo-cd/issues/22587)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`b2e8753`](https://github.com/argoproj/argo-cd/commit/b2e875323c7ce364ac19f49e65eaeca739ee8981): fix: do not normalize resource tracking on live crds (cherry-pick [#&#8203;22722](https://github.com/argoproj/argo-cd/issues/22722)) - cherry-pick 3.0 ([#&#8203;22735](https://github.com/argoproj/argo-cd/issues/22735)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`d183d9c`](https://github.com/argoproj/argo-cd/commit/d183d9c614d05979f1327a554942a9e656f1c2ec): fix: dynamic cluster distribution issue 20965, update the shard… ([#&#8203;21042](https://github.com/argoproj/argo-cd/issues/21042)) ([@&#8203;ivan-cai](https://github.com/ivan-cai)) - [`49a4b7f`](https://github.com/argoproj/argo-cd/commit/49a4b7f14fb6a006d76446a1b44ad5309c8ebc2d): fix: fetch syncedRevision in UpdateRevisionForPaths ([#&#8203;21014](https://github.com/argoproj/argo-cd/issues/21014)) ([#&#8203;21015](https://github.com/argoproj/argo-cd/issues/21015)) ([@&#8203;toyamagu-2021](https://github.com/toyamagu-2021)) - [`563ccb2`](https://github.com/argoproj/argo-cd/commit/563ccb20c7f9e246c1ac790f055fe2ce14e35fa4): fix: fix KustomizeImage Match function to pass added unit tests ([#&#8203;21872](https://github.com/argoproj/argo-cd/issues/21872)) ([@&#8203;chengfang](https://github.com/chengfang)) - [`6959e54`](https://github.com/argoproj/argo-cd/commit/6959e54f06688bb5409305c1b62e4c6625af40aa): fix: have argocd server pass the appLabelKey for proper caching ([#&#8203;22186](https://github.com/argoproj/argo-cd/issues/22186)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`87671f5`](https://github.com/argoproj/argo-cd/commit/87671f55c512b306451855b4a4b4f2c4c2762045): fix: ignore prune=false resources from PruningRequired count ([#&#8203;21941](https://github.com/argoproj/argo-cd/issues/21941)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`75cb7fc`](https://github.com/argoproj/argo-cd/commit/75cb7fc42de2b6aa4e58c899a28a3a07d88cf671): fix: issue 22206 - fixes overlapping lines in logs by increasing line height ([#&#8203;22207](https://github.com/argoproj/argo-cd/issues/22207)) ([@&#8203;GP3-RS](https://github.com/GP3-RS)) - [`eed70ee`](https://github.com/argoproj/argo-cd/commit/eed70eed6ef38bb64cfa950dc5fcae37c244ce76): fix: login return_url doesn't work with custom server paths ([#&#8203;21588](https://github.com/argoproj/argo-cd/issues/21588)) ([@&#8203;alexmt](https://github.com/alexmt)) - [`b600c5e`](https://github.com/argoproj/argo-cd/commit/b600c5ec7d6bf5f84268a0495b92e4b6fe942aff): fix: make codegen permissions ([#&#8203;21667](https://github.com/argoproj/argo-cd/issues/21667)) ([@&#8203;dudo](https://github.com/dudo)) - [`c7e02ee`](https://github.com/argoproj/argo-cd/commit/c7e02eefdd6ea3e9ab84f4014724175dca0edac5): fix: make test fails with exec format error ([#&#8203;21630](https://github.com/argoproj/argo-cd/issues/21630)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`85c6d26`](https://github.com/argoproj/argo-cd/commit/85c6d267ba9fd1e62e9f77ffdee7affc9ddd3f1f): fix: override sub with federated_claims.user_id when dex is used ([#&#8203;20683](https://github.com/argoproj/argo-cd/issues/20683)) ([@&#8203;aali309](https://github.com/aali309)) - [`11b8665`](https://github.com/argoproj/argo-cd/commit/11b866578fa6aa6b115378bfb81cc800212261cd): fix: remove kustomize binary from git ([#&#8203;21526](https://github.com/argoproj/argo-cd/issues/21526)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`6fea008`](https://github.com/argoproj/argo-cd/commit/6fea0084478853777a43acfcd0165dfc137c68d7): fix: remove project from cache key for project scoped credentials (cherry-pick [#&#8203;22712](https://github.com/argoproj/argo-cd/issues/22712)) ([#&#8203;22817](https://github.com/argoproj/argo-cd/issues/22817)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`686964d`](https://github.com/argoproj/argo-cd/commit/686964daaa468bf4bf0ae76f3d84ed69a308723e): fix: removed null security context from redis-ha values.yaml to placate helm 3.17.1 ([#&#8203;22035](https://github.com/argoproj/argo-cd/issues/22035)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`6f38327`](https://github.com/argoproj/argo-cd/commit/6f383276477ec00b04644322885fb44b4949b299): fix: resolve the failing e2e appset tests for ksonnet applications ([#&#8203;21580](https://github.com/argoproj/argo-cd/issues/21580)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`806c5f6`](https://github.com/argoproj/argo-cd/commit/806c5f6b6da75b74219c2317a3a124c6c9276841): fix: return cluster URL in error message, not full cluster object ([#&#8203;22094](https://github.com/argoproj/argo-cd/issues/22094)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`94b34f8`](https://github.com/argoproj/argo-cd/commit/94b34f88ecefb7c81bcd5c8a9489e8dd4c46b69f): fix: upgrade x/crypto to v0.35.0 to solve CVE-2025-22869 ([#&#8203;22048](https://github.com/argoproj/argo-cd/issues/22048)) ([@&#8203;gergelyfabian](https://github.com/gergelyfabian)) ##### Documentation - [`e3caeba`](https://github.com/argoproj/argo-cd/commit/e3caebae56c6f6c1a7ce3a6bb9f4b3543e8a31e7): docs(hydrator): document signature verification limitation ([#&#8203;21504](https://github.com/argoproj/argo-cd/issues/21504)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`04a1608`](https://github.com/argoproj/argo-cd/commit/04a1608643b8c4843fbc07c02bb7dcc21a83bccf): docs: 3.0 release date on May 06 ([#&#8203;22189](https://github.com/argoproj/argo-cd/issues/22189)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`fdf9a30`](https://github.com/argoproj/argo-cd/commit/fdf9a305b394e9dc65463781b66f50aeb55b590c): docs: 3.0 upgrade guide ([#&#8203;21457](https://github.com/argoproj/argo-cd/issues/21457)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`c687247`](https://github.com/argoproj/argo-cd/commit/c687247ce84db325ce100f43ce05f18ae86b2c17): docs: Add LY Corporation to list of users ([#&#8203;21592](https://github.com/argoproj/argo-cd/issues/21592)) ([@&#8203;Asuforce](https://github.com/Asuforce)) - [`898a126`](https://github.com/argoproj/argo-cd/commit/898a126f105e54f11db49aa73dc7a6b6ac575e78): docs: Add section on how to lock down/restrict the default project ([#&#8203;21757](https://github.com/argoproj/argo-cd/issues/21757)) ([@&#8203;dag-andersen](https://github.com/dag-andersen)) - [`3f74b24`](https://github.com/argoproj/argo-cd/commit/3f74b24c0a2580594fb08d0970e144681e1d78c0): docs: Adding Argo CD CLI plugin support proposal ([#&#8203;19624](https://github.com/argoproj/argo-cd/issues/19624)) ([@&#8203;christianh814](https://github.com/christianh814)) - [`7ba7fc0`](https://github.com/argoproj/argo-cd/commit/7ba7fc028ec328d09973b2b0fea375464436efb9): docs: Auto Sync toggle does not work for Applications created with an ApplicationSet ([#&#8203;21577](https://github.com/argoproj/argo-cd/issues/21577)) ([@&#8203;revitalbarletz](https://github.com/revitalbarletz)) - [`f275157`](https://github.com/argoproj/argo-cd/commit/f27515783a85f120a497f89e2484a73c0929c2c6): docs: Document Helm 3.17.1 breaking changes ([#&#8203;22283](https://github.com/argoproj/argo-cd/issues/22283)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`c4183aa`](https://github.com/argoproj/argo-cd/commit/c4183aad7657bef4eddc26776e5c33c7d69bf84b): docs: Document askpass socket sharing between reposerver and cmp sidecar ([#&#8203;22083](https://github.com/argoproj/argo-cd/issues/22083)) ([@&#8203;peschmae](https://github.com/peschmae)) - [`d19b02d`](https://github.com/argoproj/argo-cd/commit/d19b02dcd0f3223de03d81054d4ecaa265a839ca): docs: Ensure Argo CD Hydrator branch prefix consistency ([#&#8203;21836](https://github.com/argoproj/argo-cd/issues/21836)) ([@&#8203;dag-andersen](https://github.com/dag-andersen)) - [`167e122`](https://github.com/argoproj/argo-cd/commit/167e122eba964f2c61d41745f7ffcf3aae0964e2): docs: Fix typo code-gen/codegen contributors-quickstart.md ([#&#8203;21922](https://github.com/argoproj/argo-cd/issues/21922)) ([@&#8203;fe-ax](https://github.com/fe-ax)) - [`dc32867`](https://github.com/argoproj/argo-cd/commit/dc3286730af6bc9537c4b63181127e163a47492e): docs: Fix typos and grammar in tls.md ([#&#8203;22229](https://github.com/argoproj/argo-cd/issues/22229)) ([@&#8203;todaywasawesome](https://github.com/todaywasawesome)) - [`87539aa`](https://github.com/argoproj/argo-cd/commit/87539aa55870f3a4f3a824b9ae447a9c0af2e98e): docs: Surface blog with (actual) release notes better ([#&#8203;21572](https://github.com/argoproj/argo-cd/issues/21572)) ([@&#8203;revitalbarletz](https://github.com/revitalbarletz)) - [`499f74d`](https://github.com/argoproj/argo-cd/commit/499f74dc27e288220a6c1476db8894ba23d2c28b): docs: Update USERS.md ([#&#8203;22093](https://github.com/argoproj/argo-cd/issues/22093)) ([@&#8203;mreparaz](https://github.com/mreparaz)) - [`961147d`](https://github.com/argoproj/argo-cd/commit/961147d3874cf90a142c08d912d62cdb555fea14): docs: Update sync-kubectl.md - Correct kubectl command for a sample ([#&#8203;22030](https://github.com/argoproj/argo-cd/issues/22030)) ([@&#8203;taeyeopkim1](https://github.com/taeyeopkim1)) - [`1823d8f`](https://github.com/argoproj/argo-cd/commit/1823d8fcd27b1249d4834925b3ef9878df5bb11c): docs: add applicationset controller doc to preserve annotations and labels ([#&#8203;22008](https://github.com/argoproj/argo-cd/issues/22008)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`77ff8f0`](https://github.com/argoproj/argo-cd/commit/77ff8f0dd48e49f1b558c6a2cc0be901735c192e): docs: add missing word ([#&#8203;21428](https://github.com/argoproj/argo-cd/issues/21428)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`2d10d4e`](https://github.com/argoproj/argo-cd/commit/2d10d4e78567afcbb18db5e60f3fe48583a7e5b9): docs: add mkdocs configuration stanza to .readthedocs.yaml ([#&#8203;21475](https://github.com/argoproj/argo-cd/issues/21475)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`975e966`](https://github.com/argoproj/argo-cd/commit/975e966e26a3b86bfe129944b0a8b093db0030f5): docs: add more info on what `login --core` does ([#&#8203;21487](https://github.com/argoproj/argo-cd/issues/21487)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`db8d2f0`](https://github.com/argoproj/argo-cd/commit/db8d2f08d926c9f811a3d4f26d2883856e135e38): docs: add note about comments in policy.csv files ([#&#8203;21339](https://github.com/argoproj/argo-cd/issues/21339)) ([@&#8203;morremeyer](https://github.com/morremeyer)) - [`9fd6bee`](https://github.com/argoproj/argo-cd/commit/9fd6beea7f07d0b83e154d6fe20f9db00dcc50e0): docs: add statusbadge.url override information ([#&#8203;21529](https://github.com/argoproj/argo-cd/issues/21529)) ([@&#8203;tobiasehlert](https://github.com/tobiasehlert)) - [`1645d57`](https://github.com/argoproj/argo-cd/commit/1645d576fd0c8e9e822037d5ff6dd4469aeaf0ff): docs: add wildcard globbing example to docs ([#&#8203;21429](https://github.com/argoproj/argo-cd/issues/21429)) ([@&#8203;LRost](https://github.com/LRost)) - [`65664ce`](https://github.com/argoproj/argo-cd/commit/65664ce5f302f46e765ea5da89109145b8b543c6): docs: clarify wording on cluster secrets ([#&#8203;21865](https://github.com/argoproj/argo-cd/issues/21865)) ([@&#8203;todaywasawesome](https://github.com/todaywasawesome)) - [`7327093`](https://github.com/argoproj/argo-cd/commit/7327093b66274a99661eed2f1947a22c6f4d9bfb): docs: custom resource action UI tweaks ([#&#8203;22202](https://github.com/argoproj/argo-cd/issues/22202)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`8a752a5`](https://github.com/argoproj/argo-cd/commit/8a752a56d6e6279f33af658176c1a57a0ac441c6): docs: document bearerToken in repo example doc ([#&#8203;22195](https://github.com/argoproj/argo-cd/issues/22195)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`8d12e35`](https://github.com/argoproj/argo-cd/commit/8d12e352f4db7dea923dc5a37da8ef6c5ef9d4c2): docs: document logs RBAC enforcement remediation ([#&#8203;22285](https://github.com/argoproj/argo-cd/issues/22285)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`f63f5f9`](https://github.com/argoproj/argo-cd/commit/f63f5f954ea6f2f9ebf37b40d8d25e9dcc3ac259): docs: document source hydrator maturity ([#&#8203;21969](https://github.com/argoproj/argo-cd/issues/21969)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`c32afb4`](https://github.com/argoproj/argo-cd/commit/c32afb4ee28dc224808d306c1aa9db4017d34af3): docs: endorse secrets operators, caution against plugins ([#&#8203;21629](https://github.com/argoproj/argo-cd/issues/21629)) ([#&#8203;21631](https://github.com/argoproj/argo-cd/issues/21631)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`05cde71`](https://github.com/argoproj/argo-cd/commit/05cde71efc9297b8b620ae4d6f4fcfa1c2fb7a0b): docs: fix aws sso documentation ([#&#8203;20681](https://github.com/argoproj/argo-cd/issues/20681)) ([@&#8203;chansuke](https://github.com/chansuke)) - [`40d86e7`](https://github.com/argoproj/argo-cd/commit/40d86e7b184f257da368b446c266e766c8d7b18e): docs: fix broken link in notifications overview ([#&#8203;21684](https://github.com/argoproj/argo-cd/issues/21684)) ([@&#8203;jeanmorais](https://github.com/jeanmorais)) - [`ce81912`](https://github.com/argoproj/argo-cd/commit/ce819128f9f46b9d58b73aac75d39ae0d4d04eda): docs: fix project role docs ([#&#8203;21832](https://github.com/argoproj/argo-cd/issues/21832)) ([@&#8203;klemmster](https://github.com/klemmster)) - [`bd1018a`](https://github.com/argoproj/argo-cd/commit/bd1018af5eeb5b4ef54ebb95d04895e987257b40): docs: fix tmp path and document Rancher caveat ([#&#8203;22252](https://github.com/argoproj/argo-cd/issues/22252)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`3c3410c`](https://github.com/argoproj/argo-cd/commit/3c3410cf5d76afd06666a11adf9678479c3c7258): docs: fix typo in declarative-setup.md ([#&#8203;22256](https://github.com/argoproj/argo-cd/issues/22256)) ([@&#8203;muffl0n](https://github.com/muffl0n)) - [`846503b`](https://github.com/argoproj/argo-cd/commit/846503bb0e7c9cd994586395192cac17f05a37ff): docs: note idle connections issue for cluster namespaces ([#&#8203;21978](https://github.com/argoproj/argo-cd/issues/21978)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`1a56ea7`](https://github.com/argoproj/argo-cd/commit/1a56ea7417eb25494d7f6c00ecb47be17d546c1a): docs: remove branch var outdated from the cluster param ([#&#8203;21549](https://github.com/argoproj/argo-cd/issues/21549)) ([@&#8203;afzal442](https://github.com/afzal442)) - [`070287c`](https://github.com/argoproj/argo-cd/commit/070287cecc632bd0a9b7ed00f20aa9d789e78e2d): docs: update contributors guide with repo clone and make targets ([#&#8203;21473](https://github.com/argoproj/argo-cd/issues/21473)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`9f8d68f`](https://github.com/argoproj/argo-cd/commit/9f8d68f07b53af26f228c5180b2affde14c2af87): docs: various wording fixes for 3.0 migration guide ([#&#8203;22343](https://github.com/argoproj/argo-cd/issues/22343)) ([@&#8203;todaywasawesome](https://github.com/todaywasawesome)) ##### Dependency updates - [`f2c5093`](https://github.com/argoproj/argo-cd/commit/f2c509301378d4524dab03add2ea4720b7740dd1): chore(deps): bump [@&#8203;types/selenium-webdriver](https://github.com/types/selenium-webdriver) from 4.1.27 to 4.1.28 in /ui-test ([#&#8203;21414](https://github.com/argoproj/argo-cd/issues/21414)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`e6b110d`](https://github.com/argoproj/argo-cd/commit/e6b110d05b7c3e2337a8fe46edd9c610e5ca6a79): chore(deps): bump SonarSource/sonarqube-scan-action from 4.1.0 to 4.2.1 ([#&#8203;21230](https://github.com/argoproj/argo-cd/issues/21230)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`cb135fd`](https://github.com/argoproj/argo-cd/commit/cb135fdd0d6bfa23036cf04f33e06fde5ff7946c): chore(deps): bump axios from 1.7.4 to 1.8.2 in /ui-test ([#&#8203;22247](https://github.com/argoproj/argo-cd/issues/22247)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`5e30858`](https://github.com/argoproj/argo-cd/commit/5e30858705d830e41ab006f263afde509f71bf10): chore(deps): bump bitnami/kubectl from 1.31 to 1.32 in /test/container ([#&#8203;21234](https://github.com/argoproj/argo-cd/issues/21234)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`812a9da`](https://github.com/argoproj/argo-cd/commit/812a9da62a0a7b70fc9f48d427d6ec750a78ae5e): chore(deps): bump chromedriver from 131.0.3 to 131.0.4 in /ui-test ([#&#8203;21268](https://github.com/argoproj/argo-cd/issues/21268)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`c3600d2`](https://github.com/argoproj/argo-cd/commit/c3600d240a42a4708ec65091ffb23689b4513f85): chore(deps): bump chromedriver from 131.0.4 to 131.0.5 in /ui-test ([#&#8203;21415](https://github.com/argoproj/argo-cd/issues/21415)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`742d45a`](https://github.com/argoproj/argo-cd/commit/742d45a1f5ee49292680887dbab57543e952bbc9): chore(deps): bump chromedriver from 131.0.5 to 132.0.0 in /ui-test ([#&#8203;21512](https://github.com/argoproj/argo-cd/issues/21512)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`cdb7995`](https://github.com/argoproj/argo-cd/commit/cdb7995693211e378bfd8ab49b28b43c33fcaf5e): chore(deps): bump chromedriver from 132.0.0 to 132.0.1 in /ui-test ([#&#8203;21646](https://github.com/argoproj/argo-cd/issues/21646)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`6c64d5f`](https://github.com/argoproj/argo-cd/commit/6c64d5ff552efcb63409e3ba077b9b37f576ba58): chore(deps): bump chromedriver from 132.0.1 to 133.0.2 in /ui-test ([#&#8203;21916](https://github.com/argoproj/argo-cd/issues/21916)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`c47152d`](https://github.com/argoproj/argo-cd/commit/c47152d0174a56bc30e22fae795fcd06648367e8): chore(deps): bump chromedriver from 133.0.2 to 133.0.3 in /ui-test ([#&#8203;22018](https://github.com/argoproj/argo-cd/issues/22018)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`2cefcc5`](https://github.com/argoproj/argo-cd/commit/2cefcc5a364b4bc4ba2eaf2a4c3d960d88d8ae34): chore(deps): bump chromedriver from 133.0.3 to 134.0.0 in /ui-test ([#&#8203;22218](https://github.com/argoproj/argo-cd/issues/22218)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`a45f715`](https://github.com/argoproj/argo-cd/commit/a45f71576314245beb297880c1060f8547596c32): chore(deps): bump chromedriver from 134.0.0 to 134.0.2 in /ui-test ([#&#8203;22307](https://github.com/argoproj/argo-cd/issues/22307)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`5207508`](https://github.com/argoproj/argo-cd/commit/5207508871d35ca7fd0cc429722b71b3a1d2e2bb): chore(deps): bump code.gitea.io/sdk/gitea from 0.19.0 to 0.20.0 ([#&#8203;21464](https://github.com/argoproj/argo-cd/issues/21464)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`8ce1c33`](https://github.com/argoproj/argo-cd/commit/8ce1c33ce6b5a45ca68f70119fcb8333ab6f6e26): chore(deps): bump docker/setup-buildx-action from 3.7.1 to 3.8.0 ([#&#8203;21210](https://github.com/argoproj/argo-cd/issues/21210)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`1d47e1c`](https://github.com/argoproj/argo-cd/commit/1d47e1c7eb1371472f08c300bb9cd0ec52594c3f): chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.0 to 1.8.1 ([#&#8203;21566](https://github.com/argoproj/argo-cd/issues/21566)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b3bf182`](https://github.com/argoproj/argo-cd/commit/b3bf182a65acc8f09b6c2d837d6f6b3ec5fb3489): chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.1 to 1.8.2 ([#&#8203;21867](https://github.com/argoproj/argo-cd/issues/21867)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`627da11`](https://github.com/argoproj/argo-cd/commit/627da1138487912f4410c560e298d33a87bb19f1): chore(deps): bump github.com/Azure/kubelogin from 0.1.6 to 0.1.8 ([#&#8203;22271](https://github.com/argoproj/argo-cd/issues/22271)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`c8e1de6`](https://github.com/argoproj/argo-cd/commit/c8e1de61461eb1bd5612c10b6586760baa89172d): chore(deps): bump github.com/Azure/kubelogin from 0.1.8 to 0.1.9 ([#&#8203;22308](https://github.com/argoproj/argo-cd/issues/22308)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`2a760e1`](https://github.com/argoproj/argo-cd/commit/2a760e1fd1eb65f082d1778369613228d59d233b): chore(deps): bump github.com/alicebob/miniredis/v2 from 2.33.0 to 2.34.0 ([#&#8203;21232](https://github.com/argoproj/argo-cd/issues/21232)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`2194443`](https://github.com/argoproj/argo-cd/commit/219444313a06ce0de92fc52ab32ec4e93cfcb49a): chore(deps): bump github.com/aws/aws-sdk-go from 1.55.5 to 1.55.6 ([#&#8203;21514](https://github.com/argoproj/argo-cd/issues/21514)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`5d84eb4`](https://github.com/argoproj/argo-cd/commit/5d84eb4ff3b7eee0c800b388b2a3a873f8f7f7d8): chore(deps): bump github.com/bmatcuk/doublestar/v4 from 4.7.1 to 4.8.0 ([#&#8203;21483](https://github.com/argoproj/argo-cd/issues/21483)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`5e5ec1b`](https://github.com/argoproj/argo-cd/commit/5e5ec1b021b6a38f2ad9255134e8878096d6bb6d): chore(deps): bump github.com/bmatcuk/doublestar/v4 from 4.8.0 to 4.8.1 ([#&#8203;21677](https://github.com/argoproj/argo-cd/issues/21677)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`4723abd`](https://github.com/argoproj/argo-cd/commit/4723abd0b4911e39d7aa7c4ba721157436de15d8): chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 ([#&#8203;21353](https://github.com/argoproj/argo-cd/issues/21353)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`ecee599`](https://github.com/argoproj/argo-cd/commit/ecee599640bee639d48454b606a3b2183ffcaf54): chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.13.0 to 2.14.0 ([#&#8203;21955](https://github.com/argoproj/argo-cd/issues/21955)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`635e592`](https://github.com/argoproj/argo-cd/commit/635e592778d1eeba74070f887aec974e5afde664): chore(deps): bump github.com/casbin/casbin/v2 from 2.102.0 to 2.103.0 ([#&#8203;21330](https://github.com/argoproj/argo-cd/issues/21330)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`84f2ab8`](https://github.com/argoproj/argo-cd/commit/84f2ab850d714de17cea9dcb621146895d98eaa2): chore(deps): bump github.com/casbin/govaluate from 1.2.0 to 1.3.0 ([#&#8203;21331](https://github.com/argoproj/argo-cd/issues/21331)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b3e31ed`](https://github.com/argoproj/argo-cd/commit/b3e31ed1f4fb54b3523a19c2b4efa65b33d8b16a): chore(deps): bump github.com/coreos/go-oidc/v3 from 3.11.0 to 3.12.0 ([#&#8203;21383](https://github.com/argoproj/argo-cd/issues/21383)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`de40dc2`](https://github.com/argoproj/argo-cd/commit/de40dc23347c1fc251bd47da3430b483b02b7792): chore(deps): bump github.com/coreos/go-oidc/v3 from 3.12.0 to 3.13.0 ([#&#8203;22347](https://github.com/argoproj/argo-cd/issues/22347)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`d29124f`](https://github.com/argoproj/argo-cd/commit/d29124fd3aa045bf4f3a0a8ce90ae8648e4a06f8): chore(deps): bump github.com/cyphar/filepath-securejoin ([#&#8203;21233](https://github.com/argoproj/argo-cd/issues/21233)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`9a51757`](https://github.com/argoproj/argo-cd/commit/9a51757049dc028596d4950d7a6c7cd5a446301a): chore(deps): bump github.com/cyphar/filepath-securejoin from 0.3.6 to 0.4.0 ([#&#8203;21484](https://github.com/argoproj/argo-cd/issues/21484)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`eb8f05a`](https://github.com/argoproj/argo-cd/commit/eb8f05a9fd187245a3afab54a5dc8f1a616a2d58): chore(deps): bump github.com/cyphar/filepath-securejoin from 0.4.0 to 0.4.1 ([#&#8203;21700](https://github.com/argoproj/argo-cd/issues/21700)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`ab05f35`](https://github.com/argoproj/argo-cd/commit/ab05f355074d8982d292d9375ac27bd83b9ba7ca): chore(deps): bump github.com/dlclark/regexp2 from 1.11.4 to 1.11.5 ([#&#8203;21853](https://github.com/argoproj/argo-cd/issues/21853)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b9f49df`](https://github.com/argoproj/argo-cd/commit/b9f49df757372822b16ff9d8871b629c41f8d11a): chore(deps): bump github.com/evanphx/json-patch from 5.9.0+incompatible to 5.9.11+incompatible ([#&#8203;21699](https://github.com/argoproj/argo-cd/issues/21699)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`dd366f5`](https://github.com/argoproj/argo-cd/commit/dd366f56fa9fac94aeb04989a0164742d4e82c22): chore(deps): bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 ([#&#8203;21329](https://github.com/argoproj/argo-cd/issues/21329)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`8200e3d`](https://github.com/argoproj/argo-cd/commit/8200e3d315abd5f2a8cbf447bcc11585c8ddded9): chore(deps): bump github.com/go-git/go-git/v5 from 5.13.0 to 5.13.1 ([#&#8203;21352](https://github.com/argoproj/argo-cd/issues/21352)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`bcf2143`](https://github.com/argoproj/argo-cd/commit/bcf2143dfee5c979d6ee97bbefcd8b82ff2c18dc): chore(deps): bump github.com/go-git/go-git/v5 from 5.13.1 to 5.13.2 ([#&#8203;21641](https://github.com/argoproj/argo-cd/issues/21641)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`cbef55e`](https://github.com/argoproj/argo-cd/commit/cbef55e566f3ef2e4c5230b6f50990712590dc94): chore(deps): bump github.com/go-git/go-git/v5 from 5.13.2 to 5.14.0 ([#&#8203;22076](https://github.com/argoproj/argo-cd/issues/22076)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`0b0c737`](https://github.com/argoproj/argo-cd/commit/0b0c737af0a385d5f6618b080d8b71e6dd5a1aed): chore(deps): bump github.com/go-jose/go-jose/v3 to v4 ([#&#8203;22154](https://github.com/argoproj/argo-cd/issues/22154)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`c897e94`](https://github.com/argoproj/argo-cd/commit/c897e944dbeec58f111543002c080f8cc65c8793): chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5 ([#&#8203;21989](https://github.com/argoproj/argo-cd/issues/21989)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`20f0fc6`](https://github.com/argoproj/argo-cd/commit/20f0fc67860e9afb88ed4f9a5b690283753235c9): chore(deps): bump github.com/golang-jwt/jwt to 4.5.2/5.2.2 ([#&#8203;22464](https://github.com/argoproj/argo-cd/issues/22464)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`1b1735f`](https://github.com/argoproj/argo-cd/commit/1b1735f5f0eb77ea97c625f95fb459e3e34f2595): chore(deps): bump github.com/golang/glog from 1.2.2 to 1.2.4 ([#&#8203;21693](https://github.com/argoproj/argo-cd/issues/21693)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`f32f69f`](https://github.com/argoproj/argo-cd/commit/f32f69f7d28019504612f77ce3e935809290cf51): chore(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 ([#&#8203;21956](https://github.com/argoproj/argo-cd/issues/21956)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`f429352`](https://github.com/argoproj/argo-cd/commit/f429352c0a223ba14adaebcb5ae31e1d245f3bdc): chore(deps): bump github.com/gosimple/slug from 1.14.0 to 1.15.0 ([#&#8203;21304](https://github.com/argoproj/argo-cd/issues/21304)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`7870200`](https://github.com/argoproj/argo-cd/commit/78702004612afdfecffb2d3cde16fcaed6dcebcf): chore(deps): bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 ([#&#8203;21915](https://github.com/argoproj/argo-cd/issues/21915)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`0444fcd`](https://github.com/argoproj/argo-cd/commit/0444fcdf37195e3a1be3f31b893be61471f86327): chore(deps): bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 ([#&#8203;22180](https://github.com/argoproj/argo-cd/issues/22180)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`562fa06`](https://github.com/argoproj/argo-cd/commit/562fa065c645fddf85c447bd36043c0ba8f00655): chore(deps): bump github.com/redis/go-redis/v9 from 9.7.0 to 9.7.1 ([#&#8203;21957](https://github.com/argoproj/argo-cd/issues/21957)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`ca9da79`](https://github.com/argoproj/argo-cd/commit/ca9da799d8a0ca0d8f55af45bbdce455da237645): chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 ([#&#8203;21889](https://github.com/argoproj/argo-cd/issues/21889)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b17c5e4`](https://github.com/argoproj/argo-cd/commit/b17c5e4e2a6493fdc978aa0d4d8cfdca9dc17ecb): chore(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 ([#&#8203;21717](https://github.com/argoproj/argo-cd/issues/21717)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`edbce2a`](https://github.com/argoproj/argo-cd/commit/edbce2a524967827ac96b8363bda94bac3abf156): chore(deps): bump gitops-engine to latest ([#&#8203;22071](https://github.com/argoproj/argo-cd/issues/22071)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`d46f224`](https://github.com/argoproj/argo-cd/commit/d46f224e7982c74b51f11e26fbe47a7e265b9659): chore(deps): bump gitpod/workspace-full from `230285e` to `bec45eb` ([#&#8203;20980](https://github.com/argoproj/argo-cd/issues/20980)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`84b49c8`](https://github.com/argoproj/argo-cd/commit/84b49c84cac53425d9aaae963103278ebbc8b8b2): chore(deps): bump gitpod/workspace-full from `bec45eb` to `a47a68e` ([#&#8203;21843](https://github.com/argoproj/argo-cd/issues/21843)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`e784c47`](https://github.com/argoproj/argo-cd/commit/e784c47667997d831069b52059b339471a55e712): chore(deps): bump go 1.23.5 & tools ([#&#8203;21748](https://github.com/argoproj/argo-cd/issues/21748)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`21ea59d`](https://github.com/argoproj/argo-cd/commit/21ea59d60035bfc9477b01f0eb6c41062b680824): chore(deps): bump go.opentelemetry.io/otel from 1.33.0 to 1.34.0 ([#&#8203;21569](https://github.com/argoproj/argo-cd/issues/21569)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`64569e6`](https://github.com/argoproj/argo-cd/commit/64569e61a1c41ed55f21bb03eb4afa3367017cf5): chore(deps): bump go.opentelemetry.io/otel from 1.34.0 to 1.35.0 ([#&#8203;22217](https://github.com/argoproj/argo-cd/issues/22217)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`f2490fc`](https://github.com/argoproj/argo-cd/commit/f2490fccdd2778be609b34fb24f03793cb30aefb): chore(deps): bump go.opentelemetry.io/otel/sdk from 1.33.0 to 1.34.0 ([#&#8203;21570](https://github.com/argoproj/argo-cd/issues/21570)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`cce74a3`](https://github.com/argoproj/argo-cd/commit/cce74a33e1276f1d668105236b502f05c5e67625): chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0 ([#&#8203;21397](https://github.com/argoproj/argo-cd/issues/21397)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`50fb7bc`](https://github.com/argoproj/argo-cd/commit/50fb7bcd219d3655912f02eb22c94c660cdc1cec): chore(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0 ([#&#8203;21827](https://github.com/argoproj/argo-cd/issues/21827)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`bf2c4e8`](https://github.com/argoproj/argo-cd/commit/bf2c4e866a85374e14f8c44a4e99785670c071bd): chore(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 ([#&#8203;21254](https://github.com/argoproj/argo-cd/issues/21254)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`a807c0e`](https://github.com/argoproj/argo-cd/commit/a807c0eb69c8a5744792557f54908073d5805582): chore(deps): bump golang.org/x/net from 0.33.0 to 0.34.0 ([#&#8203;21396](https://github.com/argoproj/argo-cd/issues/21396)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`9783c5e`](https://github.com/argoproj/argo-cd/commit/9783c5ea248651a86b688ee8aead29f4912b8406): chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 ([#&#8203;22182](https://github.com/argoproj/argo-cd/issues/22182)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`a8b76f2`](https://github.com/argoproj/argo-cd/commit/a8b76f29519bfeddff2be7f30ef1c5e28cdf2a45): chore(deps): bump golang.org/x/net from 0.36.0 to 0.37.0 ([#&#8203;22209](https://github.com/argoproj/argo-cd/issues/22209)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`0c1d218`](https://github.com/argoproj/argo-cd/commit/0c1d218d88f3dbcae596c89ce48d6f91f7a7eb3d): chore(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 ([#&#8203;21384](https://github.com/argoproj/argo-cd/issues/21384)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`4641e80`](https://github.com/argoproj/argo-cd/commit/4641e802a49a00e742a11f66edd977e38cc94e93): chore(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 ([#&#8203;21777](https://github.com/argoproj/argo-cd/issues/21777)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`94d3899`](https://github.com/argoproj/argo-cd/commit/94d3899038ba7e28657fc5810deae265a999b6f5): chore(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 ([#&#8203;21990](https://github.com/argoproj/argo-cd/issues/21990)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`4c27f73`](https://github.com/argoproj/argo-cd/commit/4c27f735596e27f23577a3530613d44dbdc6cf1d): chore(deps): bump golang.org/x/oauth2 from 0.27.0 to 0.28.0 ([#&#8203;22211](https://github.com/argoproj/argo-cd/issues/22211)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`4b08708`](https://github.com/argoproj/argo-cd/commit/4b087089fbaa7ddb3a2c725982a9d1aa32ae1ce0): chore(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0 ([#&#8203;21778](https://github.com/argoproj/argo-cd/issues/21778)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`2d99403`](https://github.com/argoproj/argo-cd/commit/2d994038be001292fdb77cb6a53fb3db6cfcbffb): chore(deps): bump golang.org/x/sync from 0.11.0 to 0.12.0 ([#&#8203;22216](https://github.com/argoproj/argo-cd/issues/22216)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`38ad4f4`](https://github.com/argoproj/argo-cd/commit/38ad4f465332b2fd5ce06d84352bba35ac176e3e): chore(deps): bump golang.org/x/term from 0.27.0 to 0.28.0 ([#&#8203;21382](https://github.com/argoproj/argo-cd/issues/21382)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`73c3935`](https://github.com/argoproj/argo-cd/commit/73c39350311cdd830c5aa3041a88fd65ec28d747): chore(deps): bump golang.org/x/term from 0.28.0 to 0.29.0 ([#&#8203;21776](https://github.com/argoproj/argo-cd/issues/21776)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`270b352`](https://github.com/argoproj/argo-cd/commit/270b352cbd94fca45fb1da59d2fee474142a3dbc): chore(deps): bump golang.org/x/time from 0.10.0 to 0.11.0 ([#&#8203;22212](https://github.com/argoproj/argo-cd/issues/22212)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`76d28b5`](https://github.com/argoproj/argo-cd/commit/76d28b50ddac6e171d839b3279580658ab700ff6): chore(deps): bump golang.org/x/time from 0.8.0 to 0.9.0 ([#&#8203;21385](https://github.com/argoproj/argo-cd/issues/21385)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`7d0c10e`](https://github.com/argoproj/argo-cd/commit/7d0c10e0d2f4b35cbdb350e3b0244fab10dac184): chore(deps): bump golang.org/x/time from 0.9.0 to 0.10.0 ([#&#8203;21779](https://github.com/argoproj/argo-cd/issues/21779)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`6b57b16`](https://github.com/argoproj/argo-cd/commit/6b57b163240bfc2f76cbcdf7bce2ddc4c84ee6bc): chore(deps): bump google.golang.org/grpc from 1.68.1 to 1.69.0 ([#&#8203;21163](https://github.com/argoproj/argo-cd/issues/21163)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`f15e1bc`](https://github.com/argoproj/argo-cd/commit/f15e1bc52c5cafd573174930917ce97de7a1f9dd): chore(deps): bump google.golang.org/grpc from 1.69.0 to 1.69.2 ([#&#8203;21270](https://github.com/argoproj/argo-cd/issues/21270)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`9a02f9b`](https://github.com/argoproj/argo-cd/commit/9a02f9bc2e303158d20e9452c4e25fe0ecad91ff): chore(deps): bump google.golang.org/grpc from 1.69.2 to 1.69.4 ([#&#8203;21485](https://github.com/argoproj/argo-cd/issues/21485)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b4753d8`](https://github.com/argoproj/argo-cd/commit/b4753d8d00d2ed9295b391573cfafe9825a29e87): chore(deps): bump google.golang.org/grpc from 1.69.4 to 1.70.0 ([#&#8203;21657](https://github.com/argoproj/argo-cd/issues/21657)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`2731c3f`](https://github.com/argoproj/argo-cd/commit/2731c3f18dced20d95f402edec3aadaabf731dc8): chore(deps): bump google.golang.org/grpc from 1.70.0 to 1.71.0 ([#&#8203;22183](https://github.com/argoproj/argo-cd/issues/22183)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`e052670`](https://github.com/argoproj/argo-cd/commit/e052670c0b74f662867071298d47f34c57316db6): chore(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.0 ([#&#8203;21211](https://github.com/argoproj/argo-cd/issues/21211)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`728b31e`](https://github.com/argoproj/argo-cd/commit/728b31e5e9fad96a4d381c7e6712b102d8f3fa5c): chore(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 ([#&#8203;21303](https://github.com/argoproj/argo-cd/issues/21303)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`2a497ef`](https://github.com/argoproj/argo-cd/commit/2a497ef1fdca4125aa9d0e9435f17e4eec85d7be): chore(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.2 ([#&#8203;21412](https://github.com/argoproj/argo-cd/issues/21412)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`d4d6713`](https://github.com/argoproj/argo-cd/commit/d4d671316fd89df5a2cbf26cebd9e19851b4829f): chore(deps): bump google.golang.org/protobuf from 1.36.2 to 1.36.3 ([#&#8203;21513](https://github.com/argoproj/argo-cd/issues/21513)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`7333c75`](https://github.com/argoproj/argo-cd/commit/7333c7532715d9d3f4c47566f0d2d4d09123fff5): chore(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 ([#&#8203;21676](https://github.com/argoproj/argo-cd/issues/21676)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`4e2902d`](https://github.com/argoproj/argo-cd/commit/4e2902d972518f57c37b1c792fe0680cf7629ee2): chore(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 ([#&#8203;21813](https://github.com/argoproj/argo-cd/issues/21813)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`4f179a1`](https://github.com/argoproj/argo-cd/commit/4f179a192d90144b27cab80c001cac635d7e07e9): chore(deps): bump jinja2 from 3.1.5 to 3.1.6 in /docs ([#&#8203;22219](https://github.com/argoproj/argo-cd/issues/22219)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`0dddb9e`](https://github.com/argoproj/argo-cd/commit/0dddb9e6c852ce4745b11bee8418f08e6df19e07): chore(deps): bump library/busybox from `a5d0ce4` to `498a000` in /test/e2e/multiarch-container ([#&#8203;21959](https://github.com/argoproj/argo-cd/issues/21959)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`d3dda53`](https://github.com/argoproj/argo-cd/commit/d3dda53cf63fb05fdaa582aacdfd95d51617fbb4): chore(deps): bump library/busybox in /test/e2e/multiarch-container ([#&#8203;21486](https://github.com/argoproj/argo-cd/issues/21486)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`780285b`](https://github.com/argoproj/argo-cd/commit/780285b86e506b21621acbb0c5e1cd825dc48009): chore(deps): bump library/golang from 1.23.4 to 1.23.5 in /test/remote ([#&#8203;21535](https://github.com/argoproj/argo-cd/issues/21535)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`7efd2fe`](https://github.com/argoproj/argo-cd/commit/7efd2fe2eb563e6f57e4600a0bd479d751892568): chore(deps): bump library/golang from 1.23.5 to 1.23.6 in /test/container ([#&#8203;21774](https://github.com/argoproj/argo-cd/issues/21774)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`8e91ce9`](https://github.com/argoproj/argo-cd/commit/8e91ce9b2b5655b7445e6e5976df59cfb5f631e4): chore(deps): bump library/golang from 1.23.5 to 1.23.6 in /test/remote ([#&#8203;21799](https://github.com/argoproj/argo-cd/issues/21799)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`9e6b28b`](https://github.com/argoproj/argo-cd/commit/9e6b28b8a28596b8a2c52cb5745083197bfaa152): chore(deps): bump library/golang from 1.23.6 to 1.24.0 in /test/container ([#&#8203;21866](https://github.com/argoproj/argo-cd/issues/21866)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`ee83eea`](https://github.com/argoproj/argo-cd/commit/ee83eea7844149cd428c0c898d223a38f1bb3472): chore(deps): bump library/golang from 1.23.6 to 1.24.0 in /test/remote ([#&#8203;21868](https://github.com/argoproj/argo-cd/issues/21868)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`2168221`](https://github.com/argoproj/argo-cd/commit/2168221092e13439ae2ff0054025e83813f49986): chore(deps): bump library/golang from 1.24.0 to 1.24.1 in /test/remote ([#&#8203;22184](https://github.com/argoproj/argo-cd/issues/22184)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`98cd061`](https://github.com/argoproj/argo-cd/commit/98cd061ac901cbb47d8acfb36c9f75d367c88d94): chore(deps): bump library/golang from `2b1cbf2` to `cd0c949` in /test/remote ([#&#8203;22020](https://github.com/argoproj/argo-cd/issues/22020)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`dbf9393`](https://github.com/argoproj/argo-cd/commit/dbf93933654077025a44b02170ae7e674cf08f6e): chore(deps): bump library/golang in /test/container ([#&#8203;21533](https://github.com/argoproj/argo-cd/issues/21533)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`fe8bab0`](https://github.com/argoproj/argo-cd/commit/fe8bab0406467112e7d52466900717b8cf21bbfb): chore(deps): bump library/redis from 7.4.1 to 7.4.2 in /test/container ([#&#8203;21395](https://github.com/argoproj/argo-cd/issues/21395)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`f108332`](https://github.com/argoproj/argo-cd/commit/f1083320a4a6f5e07062602e52cce16285d82a0d): chore(deps): bump library/redis in /test/container ([#&#8203;20776](https://github.com/argoproj/argo-cd/issues/20776)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`e920e71`](https://github.com/argoproj/argo-cd/commit/e920e71cb5a40a7a9886a540a2404db8afac748b): chore(deps): bump library/redis in /test/container ([#&#8203;21253](https://github.com/argoproj/argo-cd/issues/21253)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`87a7a6e`](https://github.com/argoproj/argo-cd/commit/87a7a6eb39381c2b86ab44712664f19510fb914c): chore(deps): bump library/redis in /test/container ([#&#8203;21310](https://github.com/argoproj/argo-cd/issues/21310)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`9011397`](https://github.com/argoproj/argo-cd/commit/901139795d476edf026a0fd51b143b041a9ba66d): chore(deps): bump library/redis in /test/container ([#&#8203;21494](https://github.com/argoproj/argo-cd/issues/21494)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`3639bfe`](https://github.com/argoproj/argo-cd/commit/3639bfe7001ee7cd85a8c35d88a82cc1f8eed08f): chore(deps): bump library/registry in /test/container ([#&#8203;20775](https://github.com/argoproj/argo-cd/issues/20775)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`683e4e0`](https://github.com/argoproj/argo-cd/commit/683e4e0d951cf7b3fb58d70822eb2c68d19daf6c): chore(deps): bump selenium-webdriver from 4.27.0 to 4.29.0 in /ui-test ([#&#8203;22117](https://github.com/argoproj/argo-cd/issues/22117)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`871ed62`](https://github.com/argoproj/argo-cd/commit/871ed62000ff9676c109359b95f7d08372e6a5cb): chore(deps): bump sigs.k8s.io/controller-runtime from 0.19.3 to 0.19.4 ([#&#8203;21411](https://github.com/argoproj/argo-cd/issues/21411)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`527ef92`](https://github.com/argoproj/argo-cd/commit/527ef92c30f1c2d5d5cc2e5a3cc9d0f14ee2ba55): chore(deps): bump sigs.k8s.io/structured-merge-diff/v4 from 4.4.4-0.20241211184406-7bf59b3d70ee to 4.6.0 ([#&#8203;22181](https://github.com/argoproj/argo-cd/issues/22181)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`e18b4d7`](https://github.com/argoproj/argo-cd/commit/e18b4d7ac8c3979d5d8fdc014532a9daef2f7d76): chore(deps): switch to new expr package ([#&#8203;21982](https://github.com/argoproj/argo-cd/issues/21982)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`36d563a`](https://github.com/argoproj/argo-cd/commit/36d563a3c289fd099aa195666a33cd77217c133c): chore(deps): update dependency gotestyourself/gotestsum to v1.12.0 ([#&#8203;21900](https://github.com/argoproj/argo-cd/issues/21900)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`cae840b`](https://github.com/argoproj/argo-cd/commit/cae840bb13f1bbb422df6421ec7d3ea55a3902c6): chore(deps): update dependency gotestyourself/gotestsum to v1.12.1 ([#&#8203;22328](https://github.com/argoproj/argo-cd/issues/22328)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`cf89ee6`](https://github.com/argoproj/argo-cd/commit/cf89ee6279b5c95ade65245e81328260dfc37580): chore(deps): update dependency jinja2 to v3.1.5 ([#&#8203;21289](https://github.com/argoproj/argo-cd/issues/21289)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`1029388`](https://github.com/argoproj/argo-cd/commit/10293889b7e0c1beaf8ab62b1fdf49a1c3082ced): chore(deps): update dependency pygments to v2.19.0 ([#&#8203;21379](https://github.com/argoproj/argo-cd/issues/21379)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`9cc5224`](https://github.com/argoproj/argo-cd/commit/9cc52247c429e686039ca6a1f48560ce90f786fc): chore(deps): update dependency pygments to v2.19.1 ([#&#8203;21392](https://github.com/argoproj/argo-cd/issues/21392)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`a415822`](https://github.com/argoproj/argo-cd/commit/a4158226149bdec3f3df7b4e2499782978a8c5a9): chore(deps): update dependency pymdown-extensions to v10.13 ([#&#8203;21301](https://github.com/argoproj/argo-cd/issues/21301)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`4fee6b5`](https://github.com/argoproj/argo-cd/commit/4fee6b51e071b0a33da262b6d86327db4709dc01): chore(deps): update dependency pymdown-extensions to v10.14 ([#&#8203;21403](https://github.com/argoproj/argo-cd/issues/21403)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`42fa72d`](https://github.com/argoproj/argo-cd/commit/42fa72d4999973290defdbf2bf69c0148e0a8d3c): chore(deps): update dependency pymdown-extensions to v10.14.3 ([#&#8203;21619](https://github.com/argoproj/argo-cd/issues/21619)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`065fc31`](https://github.com/argoproj/argo-cd/commit/065fc31a92eecd35c9b1ee8a1bb9751d6374f58e): chore(deps): update module github.com/golangci/golangci-lint to v1.63.2 ([#&#8203;21343](https://github.com/argoproj/argo-cd/issues/21343)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`33f2a6f`](https://github.com/argoproj/argo-cd/commit/33f2a6fea169bc0fabbf6d2474377928bb763c37): chore(deps): update module github.com/golangci/golangci-lint to v1.63.3 ([#&#8203;21348](https://github.com/argoproj/argo-cd/issues/21348)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`8245cd9`](https://github.com/argoproj/argo-cd/commit/8245cd90b35ebd179f592d06d34570cb767c2176): chore(deps): update module github.com/golangci/golangci-lint to v1.63.4 ([#&#8203;21368](https://github.com/argoproj/argo-cd/issues/21368)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`2e1db11`](https://github.com/argoproj/argo-cd/commit/2e1db11ad930c505cc8bfcf3c6d0256c6fc204ff): chore(deps): update module github.com/golangci/golangci-lint to v1.64.5 ([#&#8203;21850](https://github.com/argoproj/argo-cd/issues/21850)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`95a43e0`](https://github.com/argoproj/argo-cd/commit/95a43e0416907437e8340fe8ce1a47c9bc03bc19): chore(deps): update module github.com/golangci/golangci-lint to v1.64.6 ([#&#8203;22115](https://github.com/argoproj/argo-cd/issues/22115)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`12928cb`](https://github.com/argoproj/argo-cd/commit/12928cbdcc0c03f7da4e556e75478947bf6de573): chore(deps): update module github.com/golangci/golangci-lint to v1.64.7 ([#&#8203;22306](https://github.com/argoproj/argo-cd/issues/22306)) ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [`d84ac3a`](https://github.com/argoproj/argo-cd/commit/d84ac3a6b264e66647fbdc029d39bd157b4f609d): chore(deps-dev): bump [@&#8203;types/mocha](https://github.com/types/mocha) from 10.0.9 to 10.0.10 in /ui-test ([#&#8203;21251](https://github.com/argoproj/argo-cd/issues/21251)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`1f1c339`](https://github.com/argoproj/argo-cd/commit/1f1c33983b53ab647586b304c4603f204f1244ed): chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.10.10 to 22.13.4 in /ui-test ([#&#8203;21874](https://github.com/argoproj/argo-cd/issues/21874)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`41dec01`](https://github.com/argoproj/argo-cd/commit/41dec01c7c7a993e6287128f4cbc928a52c8c48a): chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.10.2 to 22.10.5 in /ui-test ([#&#8203;21381](https://github.com/argoproj/argo-cd/issues/21381)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`2f57940`](https://github.com/argoproj/argo-cd/commit/2f579404f68ded0b0156fc25d6e554640c4ad009): chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.10.5 to 22.10.6 in /ui-test ([#&#8203;21482](https://github.com/argoproj/argo-cd/issues/21482)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`3a29a74`](https://github.com/argoproj/argo-cd/commit/3a29a745a38ab2e123eb0137d9285cb203737479): chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.10.6 to 22.10.7 in /ui-test ([#&#8203;21511](https://github.com/argoproj/argo-cd/issues/21511)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`7706644`](https://github.com/argoproj/argo-cd/commit/770664411aa232ae537227aed15250fdc876343f): chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.10.7 to 22.10.8 in /ui-test ([#&#8203;21644](https://github.com/argoproj/argo-cd/issues/21644)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`75def4f`](https://github.com/argoproj/argo-cd/commit/75def4f2df3e27892292b8020bfb9100a2784105): chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.10.8 to 22.10.10 in /ui-test ([#&#8203;21658](https://github.com/argoproj/argo-cd/issues/21658)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`33ad0a7`](https://github.com/argoproj/argo-cd/commit/33ad0a7ba717cec4bdfbe205f5ab2d43dba25900): chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.13.4 to 22.13.5 in /ui-test ([#&#8203;21960](https://github.com/argoproj/argo-cd/issues/21960)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`111cf2c`](https://github.com/argoproj/argo-cd/commit/111cf2ce9fef0a2b355e11b51af75ed0f87e9330): chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.13.5 to 22.13.10 in /ui-test ([#&#8203;22272](https://github.com/argoproj/argo-cd/issues/22272)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`235470f`](https://github.com/argoproj/argo-cd/commit/235470fb2611d327eed2f78483ec46e56c49b4c1): chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.9.3 to 22.10.2 in /ui-test ([#&#8203;21143](https://github.com/argoproj/argo-cd/issues/21143)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`5b482d7`](https://github.com/argoproj/argo-cd/commit/5b482d738a90b62b65ef503557244f5552997397): chore(deps-dev): bump mocha from 10.7.3 to 11.0.1 in /ui-test ([#&#8203;21030](https://github.com/argoproj/argo-cd/issues/21030)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`b77d9d9`](https://github.com/argoproj/argo-cd/commit/b77d9d9f5f9cf3862ef75e14a5877a3fcf60fa40): chore(deps-dev): bump typescript from 5.7.2 to 5.7.3 in /ui-test ([#&#8203;21443](https://github.com/argoproj/argo-cd/issues/21443)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`05a9171`](https://github.com/argoproj/argo-cd/commit/05a9171b4236c8db96a95d895c6dc1542c051719): chore(deps-dev): bump typescript from 5.7.3 to 5.8.2 in /ui-test ([#&#8203;22118](https://github.com/argoproj/argo-cd/issues/22118)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) ##### Other work - [`fdf21f7`](https://github.com/argoproj/argo-cd/commit/fdf21f7763f2f301e244885d0df39d35f87034cd): Add pollinate to USERS.md ([#&#8203;21247](https://github.com/argoproj/argo-cd/issues/21247)) ([@&#8203;shavmohin](https://github.com/shavmohin)) - [`3f0a155`](https://github.com/argoproj/argo-cd/commit/3f0a1552e6b01e9ce36cf874d8392c64b7a0d281): Fix application url for custom base href ([#&#8203;21377](https://github.com/argoproj/argo-cd/issues/21377)) ([@&#8203;amit-o](https://github.com/amit-o)) - [`c689352`](https://github.com/argoproj/argo-cd/commit/c6893527a76749b4f64862b33981572188cc5f0b): Fixing the link in the docs ([#&#8203;21316](https://github.com/argoproj/argo-cd/issues/21316)) ([@&#8203;ali-hamza-noor](https://github.com/ali-hamza-noor)) - [`6f5537b`](https://github.com/argoproj/argo-cd/commit/6f5537bdf15ddbaa0f27a1a678632ff0743e4107): Merge commit from fork ([@&#8203;svghadi](https://github.com/svghadi)) - [`4d59154`](https://github.com/argoproj/argo-cd/commit/4d59154a8817e0db3ecbc491cce45b1d9cb8b0c5): Replace deprecated go-gitlab dependency with client-go. ([#&#8203;21175](https://github.com/argoproj/argo-cd/issues/21175)) ([@&#8203;gbw](https://github.com/gbw)) - [`9309688`](https://github.com/argoproj/argo-cd/commit/9309688a8aeb06877e59c0de416f95562813da4d): Stabilize on-deployed notification trigger ([#&#8203;21333](https://github.com/argoproj/argo-cd/issues/21333)) ([@&#8203;svghadi](https://github.com/svghadi)) - [`cce4a28`](https://github.com/argoproj/argo-cd/commit/cce4a284be69d0840feb999069f1c0e6f6b8ab3d): Update ingress.md ([#&#8203;21324](https://github.com/argoproj/argo-cd/issues/21324)) ([@&#8203;aliabbasjaffri](https://github.com/aliabbasjaffri)) - [`80edbfe`](https://github.com/argoproj/argo-cd/commit/80edbfed80d9bffb7348db8ce493424274df900a): Update toolchain-guide.md ([#&#8203;21288](https://github.com/argoproj/argo-cd/issues/21288)) ([@&#8203;Jonty16117](https://github.com/Jonty16117)) - [`0b542ba`](https://github.com/argoproj/argo-cd/commit/0b542baacb31ec62142277a8cec4ef5b316650cf): add `project` missing field to spec ([#&#8203;21277](https://github.com/argoproj/argo-cd/issues/21277)) ([@&#8203;afzal442](https://github.com/afzal442)) - [`1194766`](https://github.com/argoproj/argo-cd/commit/1194766ebaa8279442288e9a3f049b38dbcf5048): added-ACL ([#&#8203;21238](https://github.com/argoproj/argo-cd/issues/21238)) ([@&#8203;surajyadav1108](https://github.com/surajyadav1108)) - [`fe598a8`](https://github.com/argoproj/argo-cd/commit/fe598a831e42a2838242f99d6a74be520f27908a): chore!: add 60s default jitter ([#&#8203;22342](https://github.com/argoproj/argo-cd/issues/22342)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`47bec8b`](https://github.com/argoproj/argo-cd/commit/47bec8b43808af1ffd07dac6d686503a869a7869): chore!: remove legacy repo support ([#&#8203;19768](https://github.com/argoproj/argo-cd/issues/19768)) ([#&#8203;21249](https://github.com/argoproj/argo-cd/issues/21249)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`5d147a3`](https://github.com/argoproj/argo-cd/commit/5d147a3ae665053ed4ec6f77c994540abf9ce40e): chore(appset)!: always apply nested selectors ([#&#8203;14152](https://github.com/argoproj/argo-cd/issues/14152)) ([#&#8203;21492](https://github.com/argoproj/argo-cd/issues/21492)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`928fd19`](https://github.com/argoproj/argo-cd/commit/928fd19593823aff01da189baee0aa662ab05624): chore(appset): simplify cluster list code ([#&#8203;21820](https://github.com/argoproj/argo-cd/issues/21820)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`75bbb50`](https://github.com/argoproj/argo-cd/commit/75bbb50db3a7d31daf815feeb29b498308c773a6): chore(appset): use DB instead of kube client for cluster validation ([#&#8203;21190](https://github.com/argoproj/argo-cd/issues/21190)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`226a670`](https://github.com/argoproj/argo-cd/commit/226a670fe6b3c6769ff6d18e6839298a58e4577d): chore(ci): improve previous-version script readability, fix bug (cherry-pick [#&#8203;22378](https://github.com/argoproj/argo-cd/issues/22378)) ([#&#8203;22381](https://github.com/argoproj/argo-cd/issues/22381)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`77ad48a`](https://github.com/argoproj/argo-cd/commit/77ad48aa09c301b41fdbaee5908a5b18b3f93a26): chore(ci): run codegen as part of version bump job ([#&#8203;21404](https://github.com/argoproj/argo-cd/issues/21404)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`335b65b`](https://github.com/argoproj/argo-cd/commit/335b65baf88c4c7155f851bb3450f72d4800a355): chore(config)!: Ignore all `.status` updates & known high churn changes by default ([#&#8203;21760](https://github.com/argoproj/argo-cd/issues/21760)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`ab07b0a`](https://github.com/argoproj/argo-cd/commit/ab07b0aed57d46bd52e0544b210b7be5ce5db66e): chore(controller): simplify sharding code ([#&#8203;21244](https://github.com/argoproj/argo-cd/issues/21244)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`261137d`](https://github.com/argoproj/argo-cd/commit/261137df9de628b3519ba638e3a8facc5ee0d327): chore(health): report progressing status for AppSets ([#&#8203;22092](https://github.com/argoproj/argo-cd/issues/22092)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`be293fe`](https://github.com/argoproj/argo-cd/commit/be293fe9ed300a150357b3df60837ad8517d2a6e): chore(hydrator): improve error message ([#&#8203;21987](https://github.com/argoproj/argo-cd/issues/21987)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`42219fd`](https://github.com/argoproj/argo-cd/commit/42219fd7b7b865eb4e0f2343d6f53d613a2fbd95): chore(lint): fix deep copy informers lint ([#&#8203;22290](https://github.com/argoproj/argo-cd/issues/22290)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`4e08b8d`](https://github.com/argoproj/argo-cd/commit/4e08b8dee6ce10bbaceed4fdfbc2704f35e73cc8): chore(metrics)!: remove deprecated metrics ([#&#8203;21697](https://github.com/argoproj/argo-cd/issues/21697)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`bd37458`](https://github.com/argoproj/argo-cd/commit/bd3745889616ed00d9ba1e7e4e2059ab906935d5): chore(refactor): remove app destination inferrence logic ([#&#8203;21189](https://github.com/argoproj/argo-cd/issues/21189)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`34fd729`](https://github.com/argoproj/argo-cd/commit/34fd7296b1d403246b8ca957edab8f45e63e7b48): chore(refactor): remove unused function/file ([#&#8203;21245](https://github.com/argoproj/argo-cd/issues/21245)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`bd9923f`](https://github.com/argoproj/argo-cd/commit/bd9923fd75439821639abe2697e3d99ed723c29b): chore(repo-server): simplify Kustomize/Helm version detection ([#&#8203;21540](https://github.com/argoproj/argo-cd/issues/21540)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`566bc2e`](https://github.com/argoproj/argo-cd/commit/566bc2e5e8f6b458fbfb64b6a908f8b275f4f5d3): chore(test): simplify test assertions ([#&#8203;21242](https://github.com/argoproj/argo-cd/issues/21242)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`ecd0bcd`](https://github.com/argoproj/argo-cd/commit/ecd0bcdd589f594b91a11abac548cb810665e84e): chore(ui): resolve `ts-jest` config under `globals` is deprecated ([#&#8203;20036](https://github.com/argoproj/argo-cd/issues/20036)) ([@&#8203;jsoref](https://github.com/jsoref)) - [`b6770bd`](https://github.com/argoproj/argo-cd/commit/b6770bdb7985b30a8badec5fda3ff4fde542d0cc): chore: Add divar.ir to USERS.md ([#&#8203;21344](https://github.com/argoproj/argo-cd/issues/21344)) ([@&#8203;aminarefzadeh](https://github.com/aminarefzadeh)) - [`12a4dab`](https://github.com/argoproj/argo-cd/commit/12a4dabd1c2011fa570e57223195adb6ea130145): chore: Fix data race detection failures in application tests ([#&#8203;21271](https://github.com/argoproj/argo-cd/issues/21271)) ([@&#8203;eadred](https://github.com/eadred)) - [`45e4886`](https://github.com/argoproj/argo-cd/commit/45e488657bf3d9dd1dc249b0485634a5c500e7b8): chore: Graceful shutdown for API Server ([#&#8203;18642](https://github.com/argoproj/argo-cd/issues/18642)) ([#&#8203;21224](https://github.com/argoproj/argo-cd/issues/21224)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`2ce593b`](https://github.com/argoproj/argo-cd/commit/2ce593b5de337a9a40ab0a53e7fac31577d7d031): chore: Optimize Docker image layers ([#&#8203;21525](https://github.com/argoproj/argo-cd/issues/21525)) ([@&#8203;marcofranssen](https://github.com/marcofranssen)) - [`07da3d4`](https://github.com/argoproj/argo-cd/commit/07da3d41da22b0d16defa9bfcf9f1ac2428aa4ed): chore: Option to disable sync with replace on API Server level ([#&#8203;21427](https://github.com/argoproj/argo-cd/issues/21427)) ([#&#8203;22073](https://github.com/argoproj/argo-cd/issues/22073)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`9d66e89`](https://github.com/argoproj/argo-cd/commit/9d66e89d14fcdbd761ddd02b60a69f5cf11179a5): chore: Remove k8s 1.28 from e2e testing ([#&#8203;22245](https://github.com/argoproj/argo-cd/issues/22245)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`e14d6b7`](https://github.com/argoproj/argo-cd/commit/e14d6b7bf9dc4800307576fbec1351548e5d43b9): chore: Update notifications to be less spammy ([#&#8203;20871](https://github.com/argoproj/argo-cd/issues/20871)) ([#&#8203;21884](https://github.com/argoproj/argo-cd/issues/21884)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`8d1aeb5`](https://github.com/argoproj/argo-cd/commit/8d1aeb58a2aa61bc13bffb797b857cf750bc5f62): chore: Update some dependencies and add some comments about old libs ([#&#8203;22104](https://github.com/argoproj/argo-cd/issues/22104)) ([#&#8203;22208](https://github.com/argoproj/argo-cd/issues/22208)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`5223ce5`](https://github.com/argoproj/argo-cd/commit/5223ce546a677565a24dc37d53a360d544891ba1): chore: Upgrade Redis from 7.0.15-alpine to 7.2.7-alpine and haproxy ([#&#8203;22108](https://github.com/argoproj/argo-cd/issues/22108)) ([#&#8203;22110](https://github.com/argoproj/argo-cd/issues/22110)) ([@&#8203;andrii-korotkov-verkada](https://github.com/andrii-korotkov-verkada)) - [`d765aab`](https://github.com/argoproj/argo-cd/commit/d765aabc1ff29a1524dc06164403b117d1c2f2d7): chore: Upgrade ubuntu base image to latest 24.04 digest ([#&#8203;21524](https://github.com/argoproj/argo-cd/issues/21524)) ([@&#8203;marcofranssen](https://github.com/marcofranssen)) - [`91cb693`](https://github.com/argoproj/argo-cd/commit/91cb69316479fbe7144e66291d38c8c00996bca3): chore: action docker warnings ([#&#8203;21556](https://github.com/argoproj/argo-cd/issues/21556)) ([@&#8203;Softyy](https://github.com/Softyy)) - [`8a447d9`](https://github.com/argoproj/argo-cd/commit/8a447d9ae01f0c4358bc0d7553c120c43a8b99e5): chore: add e2e test for hook finalizer which prevents external resource deletion ([#&#8203;21113](https://github.com/argoproj/argo-cd/issues/21113)) ([@&#8203;dejanzele](https://github.com/dejanzele)) - [`6daaac5`](https://github.com/argoproj/argo-cd/commit/6daaac59249d76e16a63fc6e047ded67d39222cf): chore: add log context to proxy extension requests ([#&#8203;21834](https://github.com/argoproj/argo-cd/issues/21834)) ([@&#8203;leoluz](https://github.com/leoluz)) - [`acb47b4`](https://github.com/argoproj/argo-cd/commit/acb47b418ca3270ad4b24a754fd3292988aaa5b1): chore: add script to bump major version ([#&#8203;21363](https://github.com/argoproj/argo-cd/issues/21363)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`944f9f7`](https://github.com/argoproj/argo-cd/commit/944f9f7b68b92e78a249a99f19dba001837461c6): chore: add the Argo CD type definitions and method comments ([#&#8203;21854](https://github.com/argoproj/argo-cd/issues/21854)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`f044200`](https://github.com/argoproj/argo-cd/commit/f044200d9e1d548002422d0a9d109ba95381f52a): chore: bump gitops-engine ([#&#8203;22335](https://github.com/argoproj/argo-cd/issues/22335)) ([@&#8203;pjiang-dev](https://github.com/pjiang-dev)) - [`76dbaaa`](https://github.com/argoproj/argo-cd/commit/76dbaaa3e0a315892623fadb3e9f867d9665dfb4): chore: bump to github.com/grpc-ecosystem/go-grpc-middleware/v2 ([#&#8203;22098](https://github.com/argoproj/argo-cd/issues/22098)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`9b91454`](https://github.com/argoproj/argo-cd/commit/9b91454968eafed8b2a8e181b036270d27779117): chore: cleanup `diff-cache` testdata ([#&#8203;21600](https://github.com/argoproj/argo-cd/issues/21600)) ([@&#8203;llavaud](https://github.com/llavaud)) - [`8507a87`](https://github.com/argoproj/argo-cd/commit/8507a87bfa7b7a66351d0b0972f99624ec3d01c9): chore: define apiextensionsv1 alias with importas ([#&#8203;21823](https://github.com/argoproj/argo-cd/issues/21823)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`74582e9`](https://github.com/argoproj/argo-cd/commit/74582e9965c09f17f2d5dd6629a2a03c50548d2f): chore: embed trivial rand string function ([#&#8203;22177](https://github.com/argoproj/argo-cd/issues/22177)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`35a174b`](https://github.com/argoproj/argo-cd/commit/35a174b95631887760c4347975a0c0c6092bf900): chore: enable badCond from gocritic ([#&#8203;21632](https://github.com/argoproj/argo-cd/issues/21632)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`b04a7c1`](https://github.com/argoproj/argo-cd/commit/b04a7c101dfa4512e12145d5241685ab337d6532): chore: enable context-as-argument from revive ([#&#8203;21371](https://github.com/argoproj/argo-cd/issues/21371)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`c803257`](https://github.com/argoproj/argo-cd/commit/c80325737efd30acca2ccbcd5cd68d6134ad38ca): chore: enable duplicated-imports from revive ([#&#8203;21378](https://github.com/argoproj/argo-cd/issues/21378)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`6c45721`](https://github.com/argoproj/argo-cd/commit/6c457217305a2e5f3f431b406a18cdc1b5d4503a): chore: enable early-return from revive ([#&#8203;21423](https://github.com/argoproj/argo-cd/issues/21423)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`f245e8b`](https://github.com/argoproj/argo-cd/commit/f245e8beb52e2dd08860f9222a33a2c215b7f291): chore: enable err-error and strconcat of perfsprint linter ([#&#8203;21267](https://github.com/argoproj/argo-cd/issues/21267)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`8a6f53d`](https://github.com/argoproj/argo-cd/commit/8a6f53d04412a0cef0233eeee7c2df68b6be8495): chore: enable errorf of perfsprint linter ([#&#8203;21280](https://github.com/argoproj/argo-cd/issues/21280)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`bf082c2`](https://github.com/argoproj/argo-cd/commit/bf082c26c272e1f1a1e91e36110551d86204d11d): chore: enable ifElseChain from gocritic ([#&#8203;21636](https://github.com/argoproj/argo-cd/issues/21636)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`5508d1f`](https://github.com/argoproj/argo-cd/commit/5508d1fedaf56be03d74f8d5bed8cd82eb46e10f): chore: enable importas for k8s.io/apimachinery/pkg/api/errors ([#&#8203;21262](https://github.com/argoproj/argo-cd/issues/21262)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`8126508`](https://github.com/argoproj/argo-cd/commit/812650847cfe349c6700060db37e8da615637d3a): chore: enable importas for k8s.io/apimachinery/pkg/apis/meta/v1 ([#&#8203;21284](https://github.com/argoproj/argo-cd/issues/21284)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`4e5db16`](https://github.com/argoproj/argo-cd/commit/4e5db16fbfce29ba0c20a58ac99294658339e975): chore: enable increment-decrement from revive ([#&#8203;21366](https://github.com/argoproj/argo-cd/issues/21366)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`947a7b8`](https://github.com/argoproj/argo-cd/commit/947a7b84d7b5096fd986cff3a60c0bc5905ffa4b): chore: enable indent-error-flow from revive ([#&#8203;21394](https://github.com/argoproj/argo-cd/issues/21394)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`5ef4faa`](https://github.com/argoproj/argo-cd/commit/5ef4faa8a4ba5486ffde9cffc4ec4f60eedec1ec): chore: enable nolintlint ([#&#8203;21559](https://github.com/argoproj/argo-cd/issues/21559)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`753f7b6`](https://github.com/argoproj/argo-cd/commit/753f7b6e7297b65698a9fbd4e33dcdceda031ecf): chore: enable parallel helm manifest generation by default ([#&#8203;22224](https://github.com/argoproj/argo-cd/issues/22224)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`c739478`](https://github.com/argoproj/argo-cd/commit/c739478b8bb6e2657ffec762e72f1cea4dca7871): chore: enable receiver-naming from revive ([#&#8203;21372](https://github.com/argoproj/argo-cd/issues/21372)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`9f0dc94`](https://github.com/argoproj/argo-cd/commit/9f0dc9402fb8245d95834b29f19397ff758147db): chore: enable redundant-import-alias from revive ([#&#8203;21386](https://github.com/argoproj/argo-cd/issues/21386)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`24893ad`](https://github.com/argoproj/argo-cd/commit/24893ad5e9c0b2d9c2f49fa5a4bc958f55fd8833): chore: enable several rules from revive ([#&#8203;21638](https://github.com/argoproj/argo-cd/issues/21638)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`27915da`](https://github.com/argoproj/argo-cd/commit/27915da5b06f526bc0045302f34b65fff7ed0738): chore: enable singleCaseSwitch and commentFormatting rules from gocritic ([#&#8203;21616](https://github.com/argoproj/argo-cd/issues/21616)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`cb3024c`](https://github.com/argoproj/argo-cd/commit/cb3024c5ff33fdc393028ff27ebda021fb0de488): chore: enable superfluous-else from revive ([#&#8203;21373](https://github.com/argoproj/argo-cd/issues/21373)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`50c49ec`](https://github.com/argoproj/argo-cd/commit/50c49ec8f91997970e1b22b605f94153d51fe622): chore: enable unnecessary-stmt from revive ([#&#8203;21398](https://github.com/argoproj/argo-cd/issues/21398)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`53bc19b`](https://github.com/argoproj/argo-cd/commit/53bc19b5f20d56613c57c664f462ad2a484d9424): chore: enable unused-parameter from revive ([#&#8203;21365](https://github.com/argoproj/argo-cd/issues/21365)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`9ea979b`](https://github.com/argoproj/argo-cd/commit/9ea979bbcdc76223890388c4b83ced88505b95ce): chore: enable use-any from revive ([#&#8203;21282](https://github.com/argoproj/argo-cd/issues/21282)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`37aaeb3`](https://github.com/argoproj/argo-cd/commit/37aaeb3dd9fc63f701a96307369f53a9a0c4af12): chore: enable usetesting linter ([#&#8203;21935](https://github.com/argoproj/argo-cd/issues/21935)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`e66068c`](https://github.com/argoproj/argo-cd/commit/e66068c11b5a00be03bc9b012801635202ed30ad): chore: enable var-declaration from revive ([#&#8203;21370](https://github.com/argoproj/argo-cd/issues/21370)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`c1b2f78`](https://github.com/argoproj/argo-cd/commit/c1b2f78f4609d2dbf8691a9fb333fa45d3808812): chore: enable var-naming from revive ([#&#8203;21861](https://github.com/argoproj/argo-cd/issues/21861)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`ceb758c`](https://github.com/argoproj/argo-cd/commit/ceb758c8772ae70d73246fe224e5b9fd6484a0ac): chore: import k8s.io/api/core/v1 as corev1 ([#&#8203;21345](https://github.com/argoproj/argo-cd/issues/21345)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`3593f24`](https://github.com/argoproj/argo-cd/commit/3593f2449179035cf3dd181ecf691658e89376a2): chore: mark with-hydrator manifests as generated ([#&#8203;21639](https://github.com/argoproj/argo-cd/issues/21639)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`045a027`](https://github.com/argoproj/argo-cd/commit/045a0277530c892091069205a49135d6f1e507f8): chore: reggie-k as release champion for 3.0 ([#&#8203;21736](https://github.com/argoproj/argo-cd/issues/21736)) ([@&#8203;reggie-k](https://github.com/reggie-k)) - [`ffdbcb6`](https://github.com/argoproj/argo-cd/commit/ffdbcb6f3113c62841d9a6e6d3902efcc9815db9): chore: reuse common PermissionDeniedAPIError ([#&#8203;21283](https://github.com/argoproj/argo-cd/issues/21283)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`2b1220c`](https://github.com/argoproj/argo-cd/commit/2b1220c6007b0d23f5b11f3e9c3d2d5227037563): chore: revise wrong resource customization usage example ([#&#8203;22074](https://github.com/argoproj/argo-cd/issues/22074)) ([@&#8203;hanxiaop](https://github.com/hanxiaop)) - [`aeb0002`](https://github.com/argoproj/argo-cd/commit/aeb00028776d5d85508c42c0ee9bc2dd27731f0d): chore: set default tracking to annotation ([#&#8203;22289](https://github.com/argoproj/argo-cd/issues/22289)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`9b17495`](https://github.com/argoproj/argo-cd/commit/9b17495bc2fe7c6f07ed5ac5cc154b3ae9027be9): chore: update go-github to use token ([#&#8203;21292](https://github.com/argoproj/argo-cd/issues/21292)) ([@&#8203;aburan28](https://github.com/aburan28)) - [`38c2b34`](https://github.com/argoproj/argo-cd/commit/38c2b34da0c0fe6984a733b36944e9651ce7e710): chore: update gotestsum automatically ([#&#8203;21828](https://github.com/argoproj/argo-cd/issues/21828)) ([@&#8203;mikutas](https://github.com/mikutas)) - [`228b86d`](https://github.com/argoproj/argo-cd/commit/228b86d3b5ab83c9727426291b037e173b88c211): chore: update mockery version ([#&#8203;22126](https://github.com/argoproj/argo-cd/issues/22126)) ([@&#8203;gdsoumya](https://github.com/gdsoumya)) - [`e3bcc48`](https://github.com/argoproj/argo-cd/commit/e3bcc48bf2dc92c1f397dc28a333881106a8a653): chore: updates to Numaplane health checks ([#&#8203;21671](https://github.com/argoproj/argo-cd/issues/21671)) ([@&#8203;juliev0](https://github.com/juliev0)) - [`922d080`](https://github.com/argoproj/argo-cd/commit/922d080ae516ef77ca6a74a0b2a90a5c5de15c7f): chore: upgrade Go to 1.24 ([#&#8203;22242](https://github.com/argoproj/argo-cd/issues/22242)) ([@&#8203;sivchari](https://github.com/sivchari)) - [`ef55ba5`](https://github.com/argoproj/argo-cd/commit/ef55ba549bd7893d80223c19a16fb1d1368d3f0c): chore: use dario.cat/mergo instead of github.com/imdario/mergo ([#&#8203;21274](https://github.com/argoproj/argo-cd/issues/21274)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`6087b4f`](https://github.com/argoproj/argo-cd/commit/6087b4f903f0d862618bb43e8496c86c6ea1494d): chore: use github.com/golang-jwt/jwt/v5 ([#&#8203;21276](https://github.com/argoproj/argo-cd/issues/21276)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`795bda5`](https://github.com/argoproj/argo-cd/commit/795bda5dd853a82f4d0234856b0d9dc809f9d303): chore: use github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus ([#&#8203;21937](https://github.com/argoproj/argo-cd/issues/21937)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`83257a9`](https://github.com/argoproj/argo-cd/commit/83257a9e73ce6357e3903f1d585495b7b5532eba): chore: use grpc-middleware interceptors ([#&#8203;22329](https://github.com/argoproj/argo-cd/issues/22329)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`db82e23`](https://github.com/argoproj/argo-cd/commit/db82e23ebb291bf9f2bcf4539310fe895c585ab7): chore: use internal errors util instead of pkg's ([#&#8203;22174](https://github.com/argoproj/argo-cd/issues/22174)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`48334cf`](https://github.com/argoproj/argo-cd/commit/48334cfcd5812e3291c1bb51768a2317e7df00b3): chore: use standard errors instead of github.com/pkg/errors ([#&#8203;21266](https://github.com/argoproj/argo-cd/issues/21266)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`9843bfb`](https://github.com/argoproj/argo-cd/commit/9843bfbdf811a5f959441ec06a47a9ac49e23e7c): chore: use testify instead of native testing ([#&#8203;21781](https://github.com/argoproj/argo-cd/issues/21781)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`13235ad`](https://github.com/argoproj/argo-cd/commit/13235ad477e82723bc749f4410cf38cec3dda55b): chore: use testify instead of testing.Fatal ([#&#8203;21258](https://github.com/argoproj/argo-cd/issues/21258)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`d7ccf47`](https://github.com/argoproj/argo-cd/commit/d7ccf4705719dc0de5d56337a78ba26e0a348df2): chore: use testify instead of testing.Fatal or testing.Error in pkg ([#&#8203;20761](https://github.com/argoproj/argo-cd/issues/20761)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`e7d9091`](https://github.com/argoproj/argo-cd/commit/e7d909164c161e399391f5c0ac4d1c22600a8cf4): chore: use testify instead of testing.Fatal or testing.Error in reposerver ([#&#8203;20762](https://github.com/argoproj/argo-cd/issues/20762)) ([@&#8203;mmorel-35](https://github.com/mmorel-35)) - [`644af54`](https://github.com/argoproj/argo-cd/commit/644af54a7c61b07021125682f4526dd9c6853974): chore: version bumping helm3 ([#&#8203;22009](https://github.com/argoproj/argo-cd/issues/22009)) ([@&#8203;igaskin](https://github.com/igaskin)) - [`e147247`](https://github.com/argoproj/argo-cd/commit/e147247aaf49f64b9017e2a7d5b512c4482a4725): ci: disable nolintlint linter ([#&#8203;21707](https://github.com/argoproj/argo-cd/issues/21707)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`976a849`](https://github.com/argoproj/argo-cd/commit/976a8498d48b9475d3899455f6d1b867980aa7bc): ci: fixes [#&#8203;21862](https://github.com/argoproj/argo-cd/issues/21862) Concurrency in pr-title-check ([#&#8203;21863](https://github.com/argoproj/argo-cd/issues/21863)) ([@&#8203;appiepollo14](https://github.com/appiepollo14)) - [`e5df999`](https://github.com/argoproj/argo-cd/commit/e5df9991837d7f27ae06a71e3bba9c997e691a0f): crepocreds-short-changed ([#&#8203;21285](https://github.com/argoproj/argo-cd/issues/21285)) ([@&#8203;surajyadav1108](https://github.com/surajyadav1108)) - [`9a3cfcb`](https://github.com/argoproj/argo-cd/commit/9a3cfcb71d1e1e2fb1420b5b23d8bdca2374a36e): docs(2.14): adding basic upgrading docs for 2.14 ([#&#8203;21744](https://github.com/argoproj/argo-cd/issues/21744)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`622847b`](https://github.com/argoproj/argo-cd/commit/622847bcb5f7fbc1228403dd83d9f4ec818cecf3): docs(2.14): use 2.14.1 manifests as remote bases ([#&#8203;21759](https://github.com/argoproj/argo-cd/issues/21759)) ([@&#8203;rumstead](https://github.com/rumstead)) - [`073ccf7`](https://github.com/argoproj/argo-cd/commit/073ccf7c35a63bb203b8c78dec3e8a7c2efecdeb): fix([#&#8203;19314](https://github.com/argoproj/argo-cd/issues/19314), [#&#8203;15700](https://github.com/argoproj/argo-cd/issues/15700)): allow `ssh`/`altssh` subdomains in repo URLs to match webhook payload ([#&#8203;21227](https://github.com/argoproj/argo-cd/issues/21227)) ([@&#8203;mtbennett-godaddy](https://github.com/mtbennett-godaddy)) - [`8f285a5`](https://github.com/argoproj/argo-cd/commit/8f285a5dd40308b083523a3fd0aeac03b6f134dc): fix(in-cluster): do not allow the cluster to be used when disabled ([#&#8203;21208](https://github.com/argoproj/argo-cd/issues/21208)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`a1431be`](https://github.com/argoproj/argo-cd/commit/a1431bef4c3aea396956c53e593078414f0f478e): fix(ui, rbac): project-roles ([#&#8203;21829](https://github.com/argoproj/argo-cd/issues/21829)) ([@&#8203;blakepettersson](https://github.com/blakepettersson)) - [`26ebb9b`](https://github.com/argoproj/argo-cd/commit/26ebb9bb5e07ac095002d06638847b808cff6c7c): fixed the broken link while version upgrade/degrade ([#&#8203;21279](https://github.com/argoproj/argo-cd/issues/21279)) ([@&#8203;afzal442](https://github.com/afzal442)) - [`2bcaa19`](https://github.com/argoproj/argo-cd/commit/2bcaa1989418c7b544a003af21789cdf52492883): revert: add a check for user defined role referential integrity [#&#8203;21065](https://github.com/argoproj/argo-cd/issues/21065) ([#&#8203;22130](https://github.com/argoproj/argo-cd/issues/22130)) ([@&#8203;rumstead](https://github.com/rumstead)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.14.11...v3.0.0 <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v2.14.11`](https://github.com/argoproj/argo-cd/releases/tag/v2.14.11) [Compare Source](https://github.com/argoproj/argo-cd/compare/v2.14.10...v2.14.11) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.11/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.11/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. #### 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 - [`91f5445`](https://github.com/argoproj/argo-cd/commit/91f54459d47204e0f9666dd6c5e310bfbab49aa1): feat(hydrator): handle sourceHydrator fields from webhook ([#&#8203;19397](https://github.com/argoproj/argo-cd/issues/19397)) (cherry-pick [#&#8203;22485](https://github.com/argoproj/argo-cd/issues/22485)) ([#&#8203;22754](https://github.com/argoproj/argo-cd/issues/22754)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) ##### Bug fixes - [`0451723`](https://github.com/argoproj/argo-cd/commit/0451723be1212922470d4af2fe24a24a4cea30fe): fix(appset): generated app errors should use the default requeue ([#&#8203;21887](https://github.com/argoproj/argo-cd/issues/21887)) (cherry-pick [#&#8203;21936](https://github.com/argoproj/argo-cd/issues/21936)) ([#&#8203;22672](https://github.com/argoproj/argo-cd/issues/22672)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`f6f7d29`](https://github.com/argoproj/argo-cd/commit/f6f7d29c110fc5fe10374022f9f0fdcca1484a50): fix(ui): avoid spurious error on hydration ([#&#8203;22506](https://github.com/argoproj/argo-cd/issues/22506)) (cherry-pick [#&#8203;22711](https://github.com/argoproj/argo-cd/issues/22711)) ([#&#8203;22714](https://github.com/argoproj/argo-cd/issues/22714)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.14.10...v2.14.11 <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
renovate added 1 commit 2025-05-10 03:09:19 +00:00
chore(deps): update quay.io/argoproj/argocd docker tag to v3
All checks were successful
ZeroDownTime/zdt-argocd/pipeline/pr-main This commit looks good
f05b4469b3
All checks were successful
ZeroDownTime/zdt-argocd/pipeline/pr-main This commit looks good
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

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

No dependencies set.

Reference: ZeroDownTime/zdt-argocd#12
No description provided.