argoproj/argo-cd (quay.io/argoproj/argocd)
### [`v2.12.6`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.12.6)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.12.5...v2.12.6)
##### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.6/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.6/manifests/ha/install.yaml
```
##### Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify.
##### Upgrading
If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation.
##### Changelog
##### Bug fixes
- [`68f63e7`](https://redirect.github.com/argoproj/argo-cd/commit/68f63e7a2bc3bb14d3c5fa0632fde8a51fb783e5): fix(diff): avoid cache miss in server-side diff ([#20423](https://redirect.github.com/argoproj/argo-cd/issues/20423)) ([#20424](https://redirect.github.com/argoproj/argo-cd/issues/20424)) ([#20450](https://redirect.github.com/argoproj/argo-cd/issues/20450)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
- [`358930b`](https://redirect.github.com/argoproj/argo-cd/commit/358930be0644ff3d176c26bde18c667881f8517d): fix: don't disable buttons for multi-source apps ([#20446](https://redirect.github.com/argoproj/argo-cd/issues/20446)) ([#20448](https://redirect.github.com/argoproj/argo-cd/issues/20448)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.12.5...v2.12.6
### [`v2.12.5`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.12.5)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.12.4...v2.12.5)
##### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.5/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.5/manifests/ha/install.yaml
```
##### Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify.
##### Upgrading
If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation.
##### Changelog
##### Bug fixes
- [`53bb2e4`](https://redirect.github.com/argoproj/argo-cd/commit/53bb2e4109bdfaef2b6fdedb3b942cb7d23e8a79): fix(ci): handle new k3s test version matrix ([#20223](https://redirect.github.com/argoproj/argo-cd/issues/20223)) ([#20427](https://redirect.github.com/argoproj/argo-cd/issues/20427)) ([#20434](https://redirect.github.com/argoproj/argo-cd/issues/20434)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
- [`3ff57d2`](https://redirect.github.com/argoproj/argo-cd/commit/3ff57d288d1caf48eda36ae86f002ec8fc3ab125): fix(cli): cherrypick Redis password fix [#19599](https://redirect.github.com/argoproj/argo-cd/issues/19599) into 2.12 ([#20262](https://redirect.github.com/argoproj/argo-cd/issues/20262)) ([@NetanelK](https://redirect.github.com/NetanelK))
- [`6e6857e`](https://redirect.github.com/argoproj/argo-cd/commit/6e6857ee8bbec4d80001057fffc21c058a99de0a): fix(ui): source can in fact be `undefined` ([#20381](https://redirect.github.com/argoproj/argo-cd/issues/20381)) ([#20420](https://redirect.github.com/argoproj/argo-cd/issues/20420)) ([@blakepettersson](https://redirect.github.com/blakepettersson))
- [`e2eb54c`](https://redirect.github.com/argoproj/argo-cd/commit/e2eb54c10287ba38cb17878a5bd409e50fd774eb): fix: cherrypick semver fix [#20096](https://redirect.github.com/argoproj/argo-cd/issues/20096) into 2.12 ([#20215](https://redirect.github.com/argoproj/argo-cd/issues/20215)) ([@PaulSonOfLars](https://redirect.github.com/PaulSonOfLars))
- [`50271e1`](https://redirect.github.com/argoproj/argo-cd/commit/50271e10c0c2d0083e92926186a47e411fc4b38e): fix: prevent crash during timer expiration after stream is closed ([#19917](https://redirect.github.com/argoproj/argo-cd/issues/19917)) ([#20271](https://redirect.github.com/argoproj/argo-cd/issues/20271)) ([@agaudreault](https://redirect.github.com/agaudreault))
##### Documentation
- [`ee4f09e`](https://redirect.github.com/argoproj/argo-cd/commit/ee4f09ebd2a682c269eca536e84fed1d63a6a58e): docs(ui): sorting version ([#20181](https://redirect.github.com/argoproj/argo-cd/issues/20181)) ([#20204](https://redirect.github.com/argoproj/argo-cd/issues/20204)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
##### Other work
- [`a05b042`](https://redirect.github.com/argoproj/argo-cd/commit/a05b04287618552a59990f14e661785642e0c2dd): chore(tests): fix erroneous cherry-pick ([#20274](https://redirect.github.com/argoproj/argo-cd/issues/20274)) ([@crenshaw-dev](https://redirect.github.com/crenshaw-dev))
- [`5f5fb0d`](https://redirect.github.com/argoproj/argo-cd/commit/5f5fb0d2de8b1f7bef72f05ff4288d4a156ba95a): fix(controller/ui): fix pod with sidecar state ([#19843](https://redirect.github.com/argoproj/argo-cd/issues/19843)) ([#20394](https://redirect.github.com/argoproj/argo-cd/issues/20394)) ([@linghaoSu](https://redirect.github.com/linghaoSu))
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.12.4...v2.12.5
### [`v2.12.4`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.12.4)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.12.3...v2.12.4)
#### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.4/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.4/manifests/ha/install.yaml
```
#### Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify.
#### Upgrading
If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation.
#### Changelog
##### Bug fixes
- [`1568165`](https://redirect.github.com/argoproj/argo-cd/commit/15681651664e29a2546f6b87f6f976ef6cc1ce9d): fix(appset): Fix perpetual appset reconciliation ([#19822](https://redirect.github.com/argoproj/argo-cd/issues/19822)) ([#19995](https://redirect.github.com/argoproj/argo-cd/issues/19995)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
- [`b76a09e`](https://redirect.github.com/argoproj/argo-cd/commit/b76a09e07079cd8a60999a0769d51472a981d682): fix: CVE-2024-45296 Backtracking regular expressions cause ReDoS by upgrading path-to-regexp from 1.8.0 to 1.9.0 ([#20087](https://redirect.github.com/argoproj/argo-cd/issues/20087)) ([#20090](https://redirect.github.com/argoproj/argo-cd/issues/20090)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
- [`d56ef76`](https://redirect.github.com/argoproj/argo-cd/commit/d56ef7641cfa40b88cf3a1151e093568631496c1): fix: diffing should not fail if resource fail schema validation ([#19714](https://redirect.github.com/argoproj/argo-cd/issues/19714)) ([#19729](https://redirect.github.com/argoproj/argo-cd/issues/19729)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
##### Documentation
- [`02b8336`](https://redirect.github.com/argoproj/argo-cd/commit/02b83368902d5b4d1339794d9edab4b19d557649): docs: note cluster scoping changes in 2.12x ([#19684](https://redirect.github.com/argoproj/argo-cd/issues/19684)) ([#19702](https://redirect.github.com/argoproj/argo-cd/issues/19702)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
##### Dependency updates
- [`ff3ef71`](https://redirect.github.com/argoproj/argo-cd/commit/ff3ef717e224fa02a3aa853a05007b17eb696971): cherry-pick chore(deps-dev): bump webpack from 5.84.1 to 5.94.0 in /ui ([#20056](https://redirect.github.com/argoproj/argo-cd/issues/20056)) ([@ishitasequeira](https://redirect.github.com/ishitasequeira))
- [`08fe6f5`](https://redirect.github.com/argoproj/argo-cd/commit/08fe6f5aea1a45195c6440d6f36bf200eccdcb3a): chore(deps): bump dompurify from 2.3.6 to 2.5.6 in /ui ([#19955](https://redirect.github.com/argoproj/argo-cd/issues/19955)) ([#20016](https://redirect.github.com/argoproj/argo-cd/issues/20016)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
- [`8590550`](https://redirect.github.com/argoproj/argo-cd/commit/8590550a2215c4dcae93316cd52c2449129032c4): chore(deps): bump express from 4.19.2 to 4.20.0 in /ui ([#19883](https://redirect.github.com/argoproj/argo-cd/issues/19883)) ([#19987](https://redirect.github.com/argoproj/argo-cd/issues/19987)) ([@chengfang](https://redirect.github.com/chengfang))
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.12.3...v2.12.4
### [`v2.12.3`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.12.3)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.12.2...v2.12.3)
#### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.3/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.3/manifests/ha/install.yaml
```
#### Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify.
#### 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
- [`343dec0`](https://redirect.github.com/argoproj/argo-cd/commit/343dec049aaeb75cadc78aa87a8fdac7e56a6db5): feat(sourceNamespace): Regex Support ([#19016](https://redirect.github.com/argoproj/argo-cd/issues/19016)) ([#19017](https://redirect.github.com/argoproj/argo-cd/issues/19017)) ([#19664](https://redirect.github.com/argoproj/argo-cd/issues/19664)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
##### Bug fixes
- [`cafd35c`](https://redirect.github.com/argoproj/argo-cd/commit/cafd35cea7acdb3c5ad53376b57970de79fc5eb4): fix(AnyNameSpaceRegex): Additional Functions Glob to Regexexp ([#19516](https://redirect.github.com/argoproj/argo-cd/issues/19516)) ([#19665](https://redirect.github.com/argoproj/argo-cd/issues/19665)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.12.2...v2.12.3
### [`v2.12.2`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.12.2)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.12.1...v2.12.2)
#### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.2/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.2/manifests/ha/install.yaml
```
#### Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify.
#### Upgrading
If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation.
#### Changelog
##### Bug fixes
- [`b068220`](https://redirect.github.com/argoproj/argo-cd/commit/b06822050384bbf9c249802633744356937818a2): fix(appset): informer is not a kubernetes informer ([#18905](https://redirect.github.com/argoproj/argo-cd/issues/18905)) ([#19618](https://redirect.github.com/argoproj/argo-cd/issues/19618)) ([#19636](https://redirect.github.com/argoproj/argo-cd/issues/19636)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
- [`7244c2d`](https://redirect.github.com/argoproj/argo-cd/commit/7244c2d5e5879069a467afe3a69819700f5e1fac): fix(appset): remove cache references ([#19652](https://redirect.github.com/argoproj/argo-cd/issues/19652)) ([@rumstead](https://redirect.github.com/rumstead))
- [`c873d5c`](https://redirect.github.com/argoproj/argo-cd/commit/c873d5c68a3d407a81fd7e49f5e1b234d038e63f): fix: Floating title content incorrect for multi-sources ([#17274](https://redirect.github.com/argoproj/argo-cd/issues/17274)) ([#19623](https://redirect.github.com/argoproj/argo-cd/issues/19623)) ([#19627](https://redirect.github.com/argoproj/argo-cd/issues/19627)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
- [`88f85da`](https://redirect.github.com/argoproj/argo-cd/commit/88f85daf5247d851c46877e1683cc8a0ad936771): fix: Parse hostname correctly from repoURL to fetch correct CA cert ([#19488](https://redirect.github.com/argoproj/argo-cd/issues/19488)) ([#19602](https://redirect.github.com/argoproj/argo-cd/issues/19602)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.12.1...v2.12.2
### [`v2.12.1`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.12.1)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.12.0...v2.12.1)
#### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.1/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.1/manifests/ha/install.yaml
```
#### Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify.
#### Upgrading
If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation.
#### Changelog
##### Bug fixes
- [`952838c`](https://redirect.github.com/argoproj/argo-cd/commit/952838cdde0a1825986acb7356090a24b321af69): fix(appset): cherry-pick - fix appset-in-any-namespace issue with git generators ([#19558](https://redirect.github.com/argoproj/argo-cd/issues/19558)) ([@ishitasequeira](https://redirect.github.com/ishitasequeira))
- [`b156b61`](https://redirect.github.com/argoproj/argo-cd/commit/b156b61e223e70f425d3c7a28d6cbd647b757395): fix(appset): missing permissions for cluster install ([#19059](https://redirect.github.com/argoproj/argo-cd/issues/19059)) ([#19430](https://redirect.github.com/argoproj/argo-cd/issues/19430)) ([#19435](https://redirect.github.com/argoproj/argo-cd/issues/19435)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
- [`7af4526`](https://redirect.github.com/argoproj/argo-cd/commit/7af4526666e1d9500695b82d945797da9071c5fd): fix: appset gpg limitation for templated project fields ([#19492](https://redirect.github.com/argoproj/argo-cd/issues/19492)) ([#19534](https://redirect.github.com/argoproj/argo-cd/issues/19534)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
- [`fd47845`](https://redirect.github.com/argoproj/argo-cd/commit/fd478450e68c59fb6e240ea2f8f8c1ebf6be153c): fix: docs version regex changed ([#18756](https://redirect.github.com/argoproj/argo-cd/issues/18756)) ([#19352](https://redirect.github.com/argoproj/argo-cd/issues/19352)) ([@ft-jasong](https://redirect.github.com/ft-jasong))
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.12.0...v2.12.1
### [`v2.12.0`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.12.0)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.11...v2.12.0)
#### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.0/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.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.
#### 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.
#### Known Issues
ApplicationSets with git generators and a templated `spec.template.spec.project` field will fail to reconcile due to a [bug in the new git signature verification feature](https://redirect.github.com/argoproj/argo-cd/issues/19423).
The problem is fixed in 2.12.2.
#### Changelog
##### Features
- [`57e61b2`](https://redirect.github.com/argoproj/argo-cd/commit/57e61b2d8a7c33bd5dd12f305a255d1185d782fb): feat: Add custom health check for cluster-api AWSManagedControlPlane ([#19304](https://redirect.github.com/argoproj/argo-cd/issues/19304)) ([#19360](https://redirect.github.com/argoproj/argo-cd/issues/19360)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.12.0-rc5...v2.12.0
### [`v2.11.11`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.11)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.10...v2.11.11)
##### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.11/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.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
##### Bug fixes
- [`d758ac8`](https://redirect.github.com/argoproj/argo-cd/commit/d758ac8150c888895ebacef7e2f6b429b512afe7): fix(diff): avoid cache miss in server-side diff ([#20423](https://redirect.github.com/argoproj/argo-cd/issues/20423)) ([#20424](https://redirect.github.com/argoproj/argo-cd/issues/20424)) ([#20451](https://redirect.github.com/argoproj/argo-cd/issues/20451)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
- [`a5761d0`](https://redirect.github.com/argoproj/argo-cd/commit/a5761d0520ad5100ba85e242ae566efb54fd05b9): fix: CVE-2024-43799 upgrading transitive dep express to 4.21.0 to avoid send@0.18.0 ([#20404](https://redirect.github.com/argoproj/argo-cd/issues/20404)) ([@nmirasch](https://redirect.github.com/nmirasch))
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.10...v2.11.11
### [`v2.11.10`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.10)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.9...v2.11.10)
##### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.10/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.10/manifests/ha/install.yaml
```
##### Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify.
##### Upgrading
If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation.
##### Changelog
##### Bug fixes
- [`b9567a4`](https://redirect.github.com/argoproj/argo-cd/commit/b9567a480ba4bc53d674a835040f0fcce0a43726): fix(cli): cherrypick Redis password fix [#19599](https://redirect.github.com/argoproj/argo-cd/issues/19599) into 2.11 ([#20261](https://redirect.github.com/argoproj/argo-cd/issues/20261)) ([@NetanelK](https://redirect.github.com/NetanelK))
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.9...v2.11.10
### [`v2.11.9`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.9)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.8...v2.11.9)
#### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.9/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.9/manifests/ha/install.yaml
```
#### Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify.
#### Upgrading
If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation.
#### Changelog
##### Bug fixes
- [`bd78134`](https://redirect.github.com/argoproj/argo-cd/commit/bd78134a69335fb5acb58625222a6fccd52ce747): fix: CVE-2024-45296 Backtracking regular expressions cause ReDoS by upgrading path-to-regexp from 1.8.0 to 1.9.0 ([#20087](https://redirect.github.com/argoproj/argo-cd/issues/20087)) ([#20091](https://redirect.github.com/argoproj/argo-cd/issues/20091)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
##### Dependency updates
- [`54ac05b`](https://redirect.github.com/argoproj/argo-cd/commit/54ac05b91ebc180e53be1860f59e22c457bc4969): chore(deps): bump dompurify from 2.3.6 to 2.5.6 in /ui ([#19955](https://redirect.github.com/argoproj/argo-cd/issues/19955)) ([#20017](https://redirect.github.com/argoproj/argo-cd/issues/20017)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
- [`93f7846`](https://redirect.github.com/argoproj/argo-cd/commit/93f7846dbb347467f8c40e71ad8f0ffe3b9e7d5d): chore(deps): bump express from 4.19.2 to 4.20.0 in /ui ([#19883](https://redirect.github.com/argoproj/argo-cd/issues/19883)) ([#19989](https://redirect.github.com/argoproj/argo-cd/issues/19989)) ([@chengfang](https://redirect.github.com/chengfang))
- [`8b79185`](https://redirect.github.com/argoproj/argo-cd/commit/8b791851344c7feeb7a17a55d69848399517e31b): chore(deps-dev): bump webpack from 5.84.1 to 5.94.0 in /ui ([#20055](https://redirect.github.com/argoproj/argo-cd/issues/20055)) ([@ishitasequeira](https://redirect.github.com/ishitasequeira))
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.8...v2.11.9
### [`v2.11.8`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.8)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.7...v2.11.8)
#### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.8/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.8/manifests/ha/install.yaml
```
#### Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify.
#### Upgrading
If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation.
#### Changelog
##### Bug fixes
- [`7b9438e`](https://redirect.github.com/argoproj/argo-cd/commit/7b9438ecff08b9d3122274213a7f1eb075ac82bb): fix: ArgoCD 2.11 - Loop of PATCH calls to Application objects ([#19340](https://redirect.github.com/argoproj/argo-cd/issues/19340)) ([#19347](https://redirect.github.com/argoproj/argo-cd/issues/19347)) ([@alexmt](https://redirect.github.com/alexmt))
- [`5638e70`](https://redirect.github.com/argoproj/argo-cd/commit/5638e709291da89d2de823ad8a6a11ed1683af73): fix: Parse hostname correctly from repoURL to fetch correct CA cert ([#19488](https://redirect.github.com/argoproj/argo-cd/issues/19488)) ([#19603](https://redirect.github.com/argoproj/argo-cd/issues/19603)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
- [`1383a1b`](https://redirect.github.com/argoproj/argo-cd/commit/1383a1b6b9b6f77a3096e5264ee6c31c4020ab12): fix: diffing should not fail if resource fail schema validation ([#19735](https://redirect.github.com/argoproj/argo-cd/issues/19735)) ([@alexmt](https://redirect.github.com/alexmt))
- [`42cc36a`](https://redirect.github.com/argoproj/argo-cd/commit/42cc36adbb6d2c6c6957e321c07434f0e0c572f5): fix: docs version regex changed ([#18756](https://redirect.github.com/argoproj/argo-cd/issues/18756)) ([#19353](https://redirect.github.com/argoproj/argo-cd/issues/19353)) ([@ft-jasong](https://redirect.github.com/ft-jasong))
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.7...v2.11.8
### [`v2.11.7`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.7)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.6...v2.11.7)
#### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.7/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.7/manifests/ha/install.yaml
```
#### Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify.
#### 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
##### Other work
- [`05edb2a`](https://redirect.github.com/argoproj/argo-cd/commit/05edb2a9ca48f0f10608c1b49fbb0cf7164f6476): feat: verify rbac on each message and not just during handshake ([@pasha-codefresh](https://redirect.github.com/pasha-codefresh))
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.6...v2.11.7
### [`v2.11.6`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.6)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.5...v2.11.6)
#### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.6/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.6/manifests/ha/install.yaml
```
#### Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify.
#### Upgrading
If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation.
#### Changelog
##### Bug fixes
- [`b980386`](https://redirect.github.com/argoproj/argo-cd/commit/b980386388230a0c04bdd9dd748472c1a7326c21): fix: cherry-pick [#18761](https://redirect.github.com/argoproj/argo-cd/issues/18761) (v2.11) ([#19108](https://redirect.github.com/argoproj/argo-cd/issues/19108)) ([@blakepettersson](https://redirect.github.com/blakepettersson))
##### Other work
- [`540e3a5`](https://redirect.github.com/argoproj/argo-cd/commit/540e3a57b90eb3655db54793332fac86bcc38b36): Merge commit from fork ([@pasha-codefresh](https://redirect.github.com/pasha-codefresh))
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.5...v2.11.6
### [`v2.11.5`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.5)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.4...v2.11.5)
#### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.5/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.5/manifests/ha/install.yaml
```
#### Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify.
#### Upgrading
If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation.
#### Changelog
##### Bug fixes
- [`c0f780c`](https://redirect.github.com/argoproj/argo-cd/commit/c0f780c380fec80a9c29b0123c7237fb87037eb4): fix(cli): Get Redis password from secret in `loadClusters()` ([#18951](https://redirect.github.com/argoproj/argo-cd/issues/18951)) ([#18956](https://redirect.github.com/argoproj/argo-cd/issues/18956)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
##### Other work
- [`d1c052d`](https://redirect.github.com/argoproj/argo-cd/commit/d1c052d7bf5fd19d927f8d493d4948570a4773bc): chore: update gitops-engine (2.11) ([#19036](https://redirect.github.com/argoproj/argo-cd/issues/19036)) ([@agaudreault](https://redirect.github.com/agaudreault))
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.4...v2.11.5
### [`v2.11.4`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.4)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.3...v2.11.4)
#### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.4/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.4/manifests/ha/install.yaml
```
#### Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify.
#### 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
- [`d75b23b`](https://redirect.github.com/argoproj/argo-cd/commit/d75b23bf9260b01288bfb684c2843f93f7419372): Revert "feat(server): log app Spec along with event ([#16416](https://redirect.github.com/argoproj/argo-cd/issues/16416))" ([#18458](https://redirect.github.com/argoproj/argo-cd/issues/18458)) ([#18639](https://redirect.github.com/argoproj/argo-cd/issues/18639)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
##### Bug fixes
- [`24b198b`](https://redirect.github.com/argoproj/argo-cd/commit/24b198bf51c451534f1142f98046978f01bf5ce7): fix(appset): revert "keep reconciling even when params error occurred" ([#17062](https://redirect.github.com/argoproj/argo-cd/issues/17062)) ([#18781](https://redirect.github.com/argoproj/argo-cd/issues/18781)) ([@crenshaw-dev](https://redirect.github.com/crenshaw-dev))
- [`bfbceff`](https://redirect.github.com/argoproj/argo-cd/commit/bfbceff5da9d5fad76d347dd236f11379f026263): fix(controller): bad server-side diffs ([#18213](https://redirect.github.com/argoproj/argo-cd/issues/18213)) (2.11) ([#18868](https://redirect.github.com/argoproj/argo-cd/issues/18868)) ([@crenshaw-dev](https://redirect.github.com/crenshaw-dev))
- [`07880f3`](https://redirect.github.com/argoproj/argo-cd/commit/07880f3c1d3313f27922cdd693e5505d843387b0): fix(webhook): bitbucket and azure not triggering refresh ([#18289](https://redirect.github.com/argoproj/argo-cd/issues/18289)) ([#18765](https://redirect.github.com/argoproj/argo-cd/issues/18765)) ([#18819](https://redirect.github.com/argoproj/argo-cd/issues/18819)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
- [`b5c13b6`](https://redirect.github.com/argoproj/argo-cd/commit/b5c13b6139fb8de5c0901e489e30e139d245ef58): fix: Update braces package to 3.0.3 ([#18459](https://redirect.github.com/argoproj/argo-cd/issues/18459)) ([#18663](https://redirect.github.com/argoproj/argo-cd/issues/18663)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
- [`5fd645f`](https://redirect.github.com/argoproj/argo-cd/commit/5fd645feacd29196d0622061052d3fae4464ddb7): fix: docs site version selector broken ([#18378](https://redirect.github.com/argoproj/argo-cd/issues/18378)) ([#18724](https://redirect.github.com/argoproj/argo-cd/issues/18724)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
- [`0d1709f`](https://redirect.github.com/argoproj/argo-cd/commit/0d1709f73b26bf338e6cc29234c10f5fb69fd28b): fix: update static schemas ([#18889](https://redirect.github.com/argoproj/argo-cd/issues/18889)) ([@crenshaw-dev](https://redirect.github.com/crenshaw-dev))
##### Documentation
- [`0e71f09`](https://redirect.github.com/argoproj/argo-cd/commit/0e71f09990b8bbaeafc15ae5354caf732ecb9ea6): docs: Fix .path to .path.segments go template ([#18872](https://redirect.github.com/argoproj/argo-cd/issues/18872)) ([#18874](https://redirect.github.com/argoproj/argo-cd/issues/18874)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
##### Dependency updates
- [`c2bd38a`](https://redirect.github.com/argoproj/argo-cd/commit/c2bd38a11a3224b1f3d4be7e831980f72f64a5c2): chore(deps): upgrade redis to 7.2.15-alpine (cherry-pick release-2.11) ([#18640](https://redirect.github.com/argoproj/argo-cd/issues/18640)) ([@34fathombelow](https://redirect.github.com/34fathombelow))
##### Other work
- [`13844b9`](https://redirect.github.com/argoproj/argo-cd/commit/13844b90ad1a10334bdaac56402182b08eefe1fb): chore: bump go version to 1.21.10 ([#18540](https://redirect.github.com/argoproj/argo-cd/issues/18540)) ([@34fathombelow](https://redirect.github.com/34fathombelow))
- [`e1284e1`](https://redirect.github.com/argoproj/argo-cd/commit/e1284e19e03c9abab2ea55314b14b1e0381c4045): remove unwanted updating of source-position in app set command ([#18887](https://redirect.github.com/argoproj/argo-cd/issues/18887)) ([#18896](https://redirect.github.com/argoproj/argo-cd/issues/18896)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.3...v2.11.4
### [`v2.11.3`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.3)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.2...v2.11.3)
#### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.3/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.3/manifests/ha/install.yaml
```
#### Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify.
#### Upgrading
If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation.
#### Changelog
##### Bug fixes
- [`46342a9`](https://redirect.github.com/argoproj/argo-cd/commit/46342a9e82f0ba53b996b1d4441301814d508e3f): fix: app names with non-alphanumeric characters in position 63 break syncs (issue [#18237](https://redirect.github.com/argoproj/argo-cd/issues/18237)) ([#18256](https://redirect.github.com/argoproj/argo-cd/issues/18256)) ([#18439](https://redirect.github.com/argoproj/argo-cd/issues/18439)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
##### Other work
- [`e01bb53`](https://redirect.github.com/argoproj/argo-cd/commit/e01bb5303ae664d5af0dc1560ce0b2f819494c12): Merge pull request from GHSA-3cqf-953p-h5cp ([@pasha-codefresh](https://redirect.github.com/pasha-codefresh))
- [`320abb8`](https://redirect.github.com/argoproj/argo-cd/commit/320abb8d649eecba86b1c8cc84e8a81df09b0b55): Merge pull request from GHSA-87p9-x75h-p4j2 ([@blakepettersson](https://redirect.github.com/blakepettersson))
- [`cf17283`](https://redirect.github.com/argoproj/argo-cd/commit/cf17283ebed196f44fa1bba38afe5a5cfdc18ee2): fix source ordering issue in manifest generation for multi-source app while using manifests and diff commands ([#18395](https://redirect.github.com/argoproj/argo-cd/issues/18395)) ([#18408](https://redirect.github.com/argoproj/argo-cd/issues/18408)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.2...v2.11.3
### [`v2.11.2`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.2)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.1...v2.11.2)
#### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.2/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.2/manifests/ha/install.yaml
```
#### Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify.
#### Upgrading
If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation.
#### Changelog
##### Bug fixes
- [`212a6ed`](https://redirect.github.com/argoproj/argo-cd/commit/212a6ed05a306de78f1df0f5c21064ed2561544a): fix(deps): upgrade otel dependency ([#18285](https://redirect.github.com/argoproj/argo-cd/issues/18285)) ([#18324](https://redirect.github.com/argoproj/argo-cd/issues/18324)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
- [`2b463d4`](https://redirect.github.com/argoproj/argo-cd/commit/2b463d4103be1d9175b8d60beb7c5c421ece9348): fix: remove Egress NetworkPolicy for argocd-redis and argocd-redis-ha-haproxy ([#18367](https://redirect.github.com/argoproj/argo-cd/issues/18367)) ([#18372](https://redirect.github.com/argoproj/argo-cd/issues/18372)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
- [`9d58e7e`](https://redirect.github.com/argoproj/argo-cd/commit/9d58e7e330f3ad67ae092d77c83b6419169200ae): fix: revert registry change ([#18328](https://redirect.github.com/argoproj/argo-cd/issues/18328)) ([@crenshaw-dev](https://redirect.github.com/crenshaw-dev))
##### Documentation
- [`140ffdd`](https://redirect.github.com/argoproj/argo-cd/commit/140ffdda4d91de280e1ade4496b8f8c6d663636d): docs: add v2.11 notes to upgrading page ([#18333](https://redirect.github.com/argoproj/argo-cd/issues/18333)) ([@crenshaw-dev](https://redirect.github.com/crenshaw-dev))
##### Other work
- [`47e7470`](https://redirect.github.com/argoproj/argo-cd/commit/47e7470726715d409a0397d617a6c0756b9e2647): chore(ci): fix release notes ([#18132](https://redirect.github.com/argoproj/argo-cd/issues/18132)) ([#18330](https://redirect.github.com/argoproj/argo-cd/issues/18330)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.1...v2.11.2
### [`v2.11.1`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.1)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.0...v2.11.1)
#### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.1/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.1/manifests/ha/install.yaml
```
#### Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify.
#### 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
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.0...v2.11.1
### [`v2.11.0`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.0)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.10.18...v2.11.0)
#### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.0/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.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.
#### 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
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.0-rc3...v2.11.0
### [`v2.10.18`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.10.18)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.10.17...v2.10.18)
##### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.10.18/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.10.18/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
##### Bug fixes
- [`a3e2359`](https://redirect.github.com/argoproj/argo-cd/commit/a3e235907aa1ad4bd7c5d7bb863ceb3d6b8d82bb): fix: CVE-2024-43799 upgrading transitive dep express to 4.21.0 ([#20400](https://redirect.github.com/argoproj/argo-cd/issues/20400)) ([@nmirasch](https://redirect.github.com/nmirasch))
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.10.17...v2.10.18
### [`v2.10.17`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.10.17)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.10.16...v2.10.17)
#### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.10.17/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.10.17/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
##### Bug fixes
- [`a1d3758`](https://redirect.github.com/argoproj/argo-cd/commit/a1d375836ea19c289981e0d0a36ef34298788905): fix: ArgoCD 2.11 - Loop of PATCH calls to Application objects ([#19340](https://redirect.github.com/argoproj/argo-cd/issues/19340)) ([#19348](https://redirect.github.com/argoproj/argo-cd/issues/19348)) ([@alexmt](https://redirect.github.com/alexmt))
- [`f52dcf6`](https://redirect.github.com/argoproj/argo-cd/commit/f52dcf6f3c262e52d4d12b6d84c5fc65860b3e40): fix: CVE-2024-45296 Backtracking regular expressions cause ReDoS by upgrading path-to-regexp from 1.8.0 to 1.9.0 ([#20087](https://redirect.github.com/argoproj/argo-cd/issues/20087)) ([#20092](https://redirect.github.com/argoproj/argo-cd/issues/20092)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
- [`286568e`](https://redirect.github.com/argoproj/argo-cd/commit/286568e73a59654c951e6a9d76ef618199f0f840): fix: diffing should not fail if resource fail schema validation ([#19734](https://redirect.github.com/argoproj/argo-cd/issues/19734)) ([@alexmt](https://redirect.github.com/alexmt))
- [`5b041c2`](https://redirect.github.com/argoproj/argo-cd/commit/5b041c2af2535b53385e5bfdea7c822366b02902): fix: docs version regex changed ([#18756](https://redirect.github.com/argoproj/argo-cd/issues/18756)) ([#19355](https://redirect.github.com/argoproj/argo-cd/issues/19355)) ([@ft-jasong](https://redirect.github.com/ft-jasong))
##### Dependency updates
- [`1200b6c`](https://redirect.github.com/argoproj/argo-cd/commit/1200b6c42d43c63e2fd9c044945a854f9be78334): chore(deps): bump dompurify from 2.3.6 to 2.5.6 in /ui ([#19955](https://redirect.github.com/argoproj/argo-cd/issues/19955)) ([#20031](https://redirect.github.com/argoproj/argo-cd/issues/20031)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
- [`b3c2bc1`](https://redirect.github.com/argoproj/argo-cd/commit/b3c2bc114bf6eb41cda6ead3fc090c22f53ecbc2): chore(deps): bump express from 4.17.3 to 4.19.2 in /ui ([#17648](https://redirect.github.com/argoproj/argo-cd/issues/17648)) ([#19266](https://redirect.github.com/argoproj/argo-cd/issues/19266)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot])
- [`9865a8a`](https://redirect.github.com/argoproj/argo-cd/commit/9865a8a3401204f88395c28cb40f3fd766875a61): chore(deps): bump express from 4.19.2 to 4.20.0 in /ui ([#19883](https://redirect.github.com/argoproj/argo-cd/issues/19883)) ([#19990](https://redirect.github.com/argoproj/argo-cd/issues/19990)) ([@chengfang](https://redirect.github.com/chengfang))
- [`6b00605`](https://redirect.github.com/argoproj/argo-cd/commit/6b0060587d5531314722d2b432ae2638d90a0c0b): chore(deps-dev): bump webpack from 5.84.1 to 5.94.0 in /ui ([#20054](https://redirect.github.com/argoproj/argo-cd/issues/20054)) ([@ishitasequeira](https://redirect.github.com/ishitasequeira))
##### Other work
- [`c02a3d7`](https://redirect.github.com/argoproj/argo-cd/commit/c02a3d775c4a57a207cf36bdb64a26032ebd2586): upgrade github.com/hashicorp/go-retryablehttp to v0.7.7 ([#19237](https://redirect.github.com/argoproj/argo-cd/issues/19237)) ([@Mangaal](https://redirect.github.com/Mangaal))
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.10.16...v2.10.17
### [`v2.10.16`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.10.16)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.10.15...v2.10.16)
#### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.10.16/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.10.16/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
##### Other work
- [`ef53523`](https://redirect.github.com/argoproj/argo-cd/commit/ef535230d8bd8ad7b18aab1ea1063e9751d348c4): feat: verify rbac on each message and not just during handshake ([@pasha-codefresh](https://redirect.github.com/pasha-codefresh))
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.10.15...v2.10.16
### [`v2.10.15`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.10.15)
[Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.10.14...v2.10.15)
#### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.10.15/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.10.15/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.
#### Upg
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 contains the following updates:
v2.9.2
->v2.12.6
Release Notes
argoproj/argo-cd (quay.io/argoproj/argocd)
### [`v2.12.6`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.12.6) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.12.5...v2.12.6) ##### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.6/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.6/manifests/ha/install.yaml ``` ##### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. ##### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. ##### Changelog ##### Bug fixes - [`68f63e7`](https://redirect.github.com/argoproj/argo-cd/commit/68f63e7a2bc3bb14d3c5fa0632fde8a51fb783e5): fix(diff): avoid cache miss in server-side diff ([#20423](https://redirect.github.com/argoproj/argo-cd/issues/20423)) ([#20424](https://redirect.github.com/argoproj/argo-cd/issues/20424)) ([#20450](https://redirect.github.com/argoproj/argo-cd/issues/20450)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`358930b`](https://redirect.github.com/argoproj/argo-cd/commit/358930be0644ff3d176c26bde18c667881f8517d): fix: don't disable buttons for multi-source apps ([#20446](https://redirect.github.com/argoproj/argo-cd/issues/20446)) ([#20448](https://redirect.github.com/argoproj/argo-cd/issues/20448)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.12.5...v2.12.6 ### [`v2.12.5`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.12.5) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.12.4...v2.12.5) ##### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.5/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.5/manifests/ha/install.yaml ``` ##### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. ##### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. ##### Changelog ##### Bug fixes - [`53bb2e4`](https://redirect.github.com/argoproj/argo-cd/commit/53bb2e4109bdfaef2b6fdedb3b942cb7d23e8a79): fix(ci): handle new k3s test version matrix ([#20223](https://redirect.github.com/argoproj/argo-cd/issues/20223)) ([#20427](https://redirect.github.com/argoproj/argo-cd/issues/20427)) ([#20434](https://redirect.github.com/argoproj/argo-cd/issues/20434)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`3ff57d2`](https://redirect.github.com/argoproj/argo-cd/commit/3ff57d288d1caf48eda36ae86f002ec8fc3ab125): fix(cli): cherrypick Redis password fix [#19599](https://redirect.github.com/argoproj/argo-cd/issues/19599) into 2.12 ([#20262](https://redirect.github.com/argoproj/argo-cd/issues/20262)) ([@NetanelK](https://redirect.github.com/NetanelK)) - [`6e6857e`](https://redirect.github.com/argoproj/argo-cd/commit/6e6857ee8bbec4d80001057fffc21c058a99de0a): fix(ui): source can in fact be `undefined` ([#20381](https://redirect.github.com/argoproj/argo-cd/issues/20381)) ([#20420](https://redirect.github.com/argoproj/argo-cd/issues/20420)) ([@blakepettersson](https://redirect.github.com/blakepettersson)) - [`e2eb54c`](https://redirect.github.com/argoproj/argo-cd/commit/e2eb54c10287ba38cb17878a5bd409e50fd774eb): fix: cherrypick semver fix [#20096](https://redirect.github.com/argoproj/argo-cd/issues/20096) into 2.12 ([#20215](https://redirect.github.com/argoproj/argo-cd/issues/20215)) ([@PaulSonOfLars](https://redirect.github.com/PaulSonOfLars)) - [`50271e1`](https://redirect.github.com/argoproj/argo-cd/commit/50271e10c0c2d0083e92926186a47e411fc4b38e): fix: prevent crash during timer expiration after stream is closed ([#19917](https://redirect.github.com/argoproj/argo-cd/issues/19917)) ([#20271](https://redirect.github.com/argoproj/argo-cd/issues/20271)) ([@agaudreault](https://redirect.github.com/agaudreault)) ##### Documentation - [`ee4f09e`](https://redirect.github.com/argoproj/argo-cd/commit/ee4f09ebd2a682c269eca536e84fed1d63a6a58e): docs(ui): sorting version ([#20181](https://redirect.github.com/argoproj/argo-cd/issues/20181)) ([#20204](https://redirect.github.com/argoproj/argo-cd/issues/20204)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) ##### Other work - [`a05b042`](https://redirect.github.com/argoproj/argo-cd/commit/a05b04287618552a59990f14e661785642e0c2dd): chore(tests): fix erroneous cherry-pick ([#20274](https://redirect.github.com/argoproj/argo-cd/issues/20274)) ([@crenshaw-dev](https://redirect.github.com/crenshaw-dev)) - [`5f5fb0d`](https://redirect.github.com/argoproj/argo-cd/commit/5f5fb0d2de8b1f7bef72f05ff4288d4a156ba95a): fix(controller/ui): fix pod with sidecar state ([#19843](https://redirect.github.com/argoproj/argo-cd/issues/19843)) ([#20394](https://redirect.github.com/argoproj/argo-cd/issues/20394)) ([@linghaoSu](https://redirect.github.com/linghaoSu)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.12.4...v2.12.5 ### [`v2.12.4`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.12.4) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.12.3...v2.12.4) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.4/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.4/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`1568165`](https://redirect.github.com/argoproj/argo-cd/commit/15681651664e29a2546f6b87f6f976ef6cc1ce9d): fix(appset): Fix perpetual appset reconciliation ([#19822](https://redirect.github.com/argoproj/argo-cd/issues/19822)) ([#19995](https://redirect.github.com/argoproj/argo-cd/issues/19995)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`b76a09e`](https://redirect.github.com/argoproj/argo-cd/commit/b76a09e07079cd8a60999a0769d51472a981d682): fix: CVE-2024-45296 Backtracking regular expressions cause ReDoS by upgrading path-to-regexp from 1.8.0 to 1.9.0 ([#20087](https://redirect.github.com/argoproj/argo-cd/issues/20087)) ([#20090](https://redirect.github.com/argoproj/argo-cd/issues/20090)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`d56ef76`](https://redirect.github.com/argoproj/argo-cd/commit/d56ef7641cfa40b88cf3a1151e093568631496c1): fix: diffing should not fail if resource fail schema validation ([#19714](https://redirect.github.com/argoproj/argo-cd/issues/19714)) ([#19729](https://redirect.github.com/argoproj/argo-cd/issues/19729)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) ##### Documentation - [`02b8336`](https://redirect.github.com/argoproj/argo-cd/commit/02b83368902d5b4d1339794d9edab4b19d557649): docs: note cluster scoping changes in 2.12x ([#19684](https://redirect.github.com/argoproj/argo-cd/issues/19684)) ([#19702](https://redirect.github.com/argoproj/argo-cd/issues/19702)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) ##### Dependency updates - [`ff3ef71`](https://redirect.github.com/argoproj/argo-cd/commit/ff3ef717e224fa02a3aa853a05007b17eb696971): cherry-pick chore(deps-dev): bump webpack from 5.84.1 to 5.94.0 in /ui ([#20056](https://redirect.github.com/argoproj/argo-cd/issues/20056)) ([@ishitasequeira](https://redirect.github.com/ishitasequeira)) - [`08fe6f5`](https://redirect.github.com/argoproj/argo-cd/commit/08fe6f5aea1a45195c6440d6f36bf200eccdcb3a): chore(deps): bump dompurify from 2.3.6 to 2.5.6 in /ui ([#19955](https://redirect.github.com/argoproj/argo-cd/issues/19955)) ([#20016](https://redirect.github.com/argoproj/argo-cd/issues/20016)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`8590550`](https://redirect.github.com/argoproj/argo-cd/commit/8590550a2215c4dcae93316cd52c2449129032c4): chore(deps): bump express from 4.19.2 to 4.20.0 in /ui ([#19883](https://redirect.github.com/argoproj/argo-cd/issues/19883)) ([#19987](https://redirect.github.com/argoproj/argo-cd/issues/19987)) ([@chengfang](https://redirect.github.com/chengfang)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.12.3...v2.12.4 ### [`v2.12.3`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.12.3) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.12.2...v2.12.3) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.3/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.3/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. #### 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 - [`343dec0`](https://redirect.github.com/argoproj/argo-cd/commit/343dec049aaeb75cadc78aa87a8fdac7e56a6db5): feat(sourceNamespace): Regex Support ([#19016](https://redirect.github.com/argoproj/argo-cd/issues/19016)) ([#19017](https://redirect.github.com/argoproj/argo-cd/issues/19017)) ([#19664](https://redirect.github.com/argoproj/argo-cd/issues/19664)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) ##### Bug fixes - [`cafd35c`](https://redirect.github.com/argoproj/argo-cd/commit/cafd35cea7acdb3c5ad53376b57970de79fc5eb4): fix(AnyNameSpaceRegex): Additional Functions Glob to Regexexp ([#19516](https://redirect.github.com/argoproj/argo-cd/issues/19516)) ([#19665](https://redirect.github.com/argoproj/argo-cd/issues/19665)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.12.2...v2.12.3 ### [`v2.12.2`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.12.2) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.12.1...v2.12.2) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.2/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.2/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`b068220`](https://redirect.github.com/argoproj/argo-cd/commit/b06822050384bbf9c249802633744356937818a2): fix(appset): informer is not a kubernetes informer ([#18905](https://redirect.github.com/argoproj/argo-cd/issues/18905)) ([#19618](https://redirect.github.com/argoproj/argo-cd/issues/19618)) ([#19636](https://redirect.github.com/argoproj/argo-cd/issues/19636)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`7244c2d`](https://redirect.github.com/argoproj/argo-cd/commit/7244c2d5e5879069a467afe3a69819700f5e1fac): fix(appset): remove cache references ([#19652](https://redirect.github.com/argoproj/argo-cd/issues/19652)) ([@rumstead](https://redirect.github.com/rumstead)) - [`c873d5c`](https://redirect.github.com/argoproj/argo-cd/commit/c873d5c68a3d407a81fd7e49f5e1b234d038e63f): fix: Floating title content incorrect for multi-sources ([#17274](https://redirect.github.com/argoproj/argo-cd/issues/17274)) ([#19623](https://redirect.github.com/argoproj/argo-cd/issues/19623)) ([#19627](https://redirect.github.com/argoproj/argo-cd/issues/19627)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`88f85da`](https://redirect.github.com/argoproj/argo-cd/commit/88f85daf5247d851c46877e1683cc8a0ad936771): fix: Parse hostname correctly from repoURL to fetch correct CA cert ([#19488](https://redirect.github.com/argoproj/argo-cd/issues/19488)) ([#19602](https://redirect.github.com/argoproj/argo-cd/issues/19602)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.12.1...v2.12.2 ### [`v2.12.1`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.12.1) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.12.0...v2.12.1) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.1/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.1/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`952838c`](https://redirect.github.com/argoproj/argo-cd/commit/952838cdde0a1825986acb7356090a24b321af69): fix(appset): cherry-pick - fix appset-in-any-namespace issue with git generators ([#19558](https://redirect.github.com/argoproj/argo-cd/issues/19558)) ([@ishitasequeira](https://redirect.github.com/ishitasequeira)) - [`b156b61`](https://redirect.github.com/argoproj/argo-cd/commit/b156b61e223e70f425d3c7a28d6cbd647b757395): fix(appset): missing permissions for cluster install ([#19059](https://redirect.github.com/argoproj/argo-cd/issues/19059)) ([#19430](https://redirect.github.com/argoproj/argo-cd/issues/19430)) ([#19435](https://redirect.github.com/argoproj/argo-cd/issues/19435)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`7af4526`](https://redirect.github.com/argoproj/argo-cd/commit/7af4526666e1d9500695b82d945797da9071c5fd): fix: appset gpg limitation for templated project fields ([#19492](https://redirect.github.com/argoproj/argo-cd/issues/19492)) ([#19534](https://redirect.github.com/argoproj/argo-cd/issues/19534)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`fd47845`](https://redirect.github.com/argoproj/argo-cd/commit/fd478450e68c59fb6e240ea2f8f8c1ebf6be153c): fix: docs version regex changed ([#18756](https://redirect.github.com/argoproj/argo-cd/issues/18756)) ([#19352](https://redirect.github.com/argoproj/argo-cd/issues/19352)) ([@ft-jasong](https://redirect.github.com/ft-jasong)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.12.0...v2.12.1 ### [`v2.12.0`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.12.0) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.11...v2.12.0) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.0/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.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. #### 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. #### Known Issues ApplicationSets with git generators and a templated `spec.template.spec.project` field will fail to reconcile due to a [bug in the new git signature verification feature](https://redirect.github.com/argoproj/argo-cd/issues/19423). The problem is fixed in 2.12.2. #### Changelog ##### Features - [`57e61b2`](https://redirect.github.com/argoproj/argo-cd/commit/57e61b2d8a7c33bd5dd12f305a255d1185d782fb): feat: Add custom health check for cluster-api AWSManagedControlPlane ([#19304](https://redirect.github.com/argoproj/argo-cd/issues/19304)) ([#19360](https://redirect.github.com/argoproj/argo-cd/issues/19360)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.12.0-rc5...v2.12.0 ### [`v2.11.11`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.11) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.10...v2.11.11) ##### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.11/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.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 ##### Bug fixes - [`d758ac8`](https://redirect.github.com/argoproj/argo-cd/commit/d758ac8150c888895ebacef7e2f6b429b512afe7): fix(diff): avoid cache miss in server-side diff ([#20423](https://redirect.github.com/argoproj/argo-cd/issues/20423)) ([#20424](https://redirect.github.com/argoproj/argo-cd/issues/20424)) ([#20451](https://redirect.github.com/argoproj/argo-cd/issues/20451)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`a5761d0`](https://redirect.github.com/argoproj/argo-cd/commit/a5761d0520ad5100ba85e242ae566efb54fd05b9): fix: CVE-2024-43799 upgrading transitive dep express to 4.21.0 to avoid send@0.18.0 ([#20404](https://redirect.github.com/argoproj/argo-cd/issues/20404)) ([@nmirasch](https://redirect.github.com/nmirasch)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.10...v2.11.11 ### [`v2.11.10`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.10) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.9...v2.11.10) ##### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.10/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.10/manifests/ha/install.yaml ``` ##### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. ##### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. ##### Changelog ##### Bug fixes - [`b9567a4`](https://redirect.github.com/argoproj/argo-cd/commit/b9567a480ba4bc53d674a835040f0fcce0a43726): fix(cli): cherrypick Redis password fix [#19599](https://redirect.github.com/argoproj/argo-cd/issues/19599) into 2.11 ([#20261](https://redirect.github.com/argoproj/argo-cd/issues/20261)) ([@NetanelK](https://redirect.github.com/NetanelK)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.9...v2.11.10 ### [`v2.11.9`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.9) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.8...v2.11.9) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.9/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.9/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`bd78134`](https://redirect.github.com/argoproj/argo-cd/commit/bd78134a69335fb5acb58625222a6fccd52ce747): fix: CVE-2024-45296 Backtracking regular expressions cause ReDoS by upgrading path-to-regexp from 1.8.0 to 1.9.0 ([#20087](https://redirect.github.com/argoproj/argo-cd/issues/20087)) ([#20091](https://redirect.github.com/argoproj/argo-cd/issues/20091)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) ##### Dependency updates - [`54ac05b`](https://redirect.github.com/argoproj/argo-cd/commit/54ac05b91ebc180e53be1860f59e22c457bc4969): chore(deps): bump dompurify from 2.3.6 to 2.5.6 in /ui ([#19955](https://redirect.github.com/argoproj/argo-cd/issues/19955)) ([#20017](https://redirect.github.com/argoproj/argo-cd/issues/20017)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`93f7846`](https://redirect.github.com/argoproj/argo-cd/commit/93f7846dbb347467f8c40e71ad8f0ffe3b9e7d5d): chore(deps): bump express from 4.19.2 to 4.20.0 in /ui ([#19883](https://redirect.github.com/argoproj/argo-cd/issues/19883)) ([#19989](https://redirect.github.com/argoproj/argo-cd/issues/19989)) ([@chengfang](https://redirect.github.com/chengfang)) - [`8b79185`](https://redirect.github.com/argoproj/argo-cd/commit/8b791851344c7feeb7a17a55d69848399517e31b): chore(deps-dev): bump webpack from 5.84.1 to 5.94.0 in /ui ([#20055](https://redirect.github.com/argoproj/argo-cd/issues/20055)) ([@ishitasequeira](https://redirect.github.com/ishitasequeira)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.8...v2.11.9 ### [`v2.11.8`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.8) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.7...v2.11.8) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.8/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.8/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`7b9438e`](https://redirect.github.com/argoproj/argo-cd/commit/7b9438ecff08b9d3122274213a7f1eb075ac82bb): fix: ArgoCD 2.11 - Loop of PATCH calls to Application objects ([#19340](https://redirect.github.com/argoproj/argo-cd/issues/19340)) ([#19347](https://redirect.github.com/argoproj/argo-cd/issues/19347)) ([@alexmt](https://redirect.github.com/alexmt)) - [`5638e70`](https://redirect.github.com/argoproj/argo-cd/commit/5638e709291da89d2de823ad8a6a11ed1683af73): fix: Parse hostname correctly from repoURL to fetch correct CA cert ([#19488](https://redirect.github.com/argoproj/argo-cd/issues/19488)) ([#19603](https://redirect.github.com/argoproj/argo-cd/issues/19603)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`1383a1b`](https://redirect.github.com/argoproj/argo-cd/commit/1383a1b6b9b6f77a3096e5264ee6c31c4020ab12): fix: diffing should not fail if resource fail schema validation ([#19735](https://redirect.github.com/argoproj/argo-cd/issues/19735)) ([@alexmt](https://redirect.github.com/alexmt)) - [`42cc36a`](https://redirect.github.com/argoproj/argo-cd/commit/42cc36adbb6d2c6c6957e321c07434f0e0c572f5): fix: docs version regex changed ([#18756](https://redirect.github.com/argoproj/argo-cd/issues/18756)) ([#19353](https://redirect.github.com/argoproj/argo-cd/issues/19353)) ([@ft-jasong](https://redirect.github.com/ft-jasong)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.7...v2.11.8 ### [`v2.11.7`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.7) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.6...v2.11.7) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.7/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.7/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. #### 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 ##### Other work - [`05edb2a`](https://redirect.github.com/argoproj/argo-cd/commit/05edb2a9ca48f0f10608c1b49fbb0cf7164f6476): feat: verify rbac on each message and not just during handshake ([@pasha-codefresh](https://redirect.github.com/pasha-codefresh)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.6...v2.11.7 ### [`v2.11.6`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.6) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.5...v2.11.6) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.6/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.6/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`b980386`](https://redirect.github.com/argoproj/argo-cd/commit/b980386388230a0c04bdd9dd748472c1a7326c21): fix: cherry-pick [#18761](https://redirect.github.com/argoproj/argo-cd/issues/18761) (v2.11) ([#19108](https://redirect.github.com/argoproj/argo-cd/issues/19108)) ([@blakepettersson](https://redirect.github.com/blakepettersson)) ##### Other work - [`540e3a5`](https://redirect.github.com/argoproj/argo-cd/commit/540e3a57b90eb3655db54793332fac86bcc38b36): Merge commit from fork ([@pasha-codefresh](https://redirect.github.com/pasha-codefresh)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.5...v2.11.6 ### [`v2.11.5`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.5) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.4...v2.11.5) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.5/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.5/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`c0f780c`](https://redirect.github.com/argoproj/argo-cd/commit/c0f780c380fec80a9c29b0123c7237fb87037eb4): fix(cli): Get Redis password from secret in `loadClusters()` ([#18951](https://redirect.github.com/argoproj/argo-cd/issues/18951)) ([#18956](https://redirect.github.com/argoproj/argo-cd/issues/18956)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) ##### Other work - [`d1c052d`](https://redirect.github.com/argoproj/argo-cd/commit/d1c052d7bf5fd19d927f8d493d4948570a4773bc): chore: update gitops-engine (2.11) ([#19036](https://redirect.github.com/argoproj/argo-cd/issues/19036)) ([@agaudreault](https://redirect.github.com/agaudreault)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.4...v2.11.5 ### [`v2.11.4`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.4) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.3...v2.11.4) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.4/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.4/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. #### 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 - [`d75b23b`](https://redirect.github.com/argoproj/argo-cd/commit/d75b23bf9260b01288bfb684c2843f93f7419372): Revert "feat(server): log app Spec along with event ([#16416](https://redirect.github.com/argoproj/argo-cd/issues/16416))" ([#18458](https://redirect.github.com/argoproj/argo-cd/issues/18458)) ([#18639](https://redirect.github.com/argoproj/argo-cd/issues/18639)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) ##### Bug fixes - [`24b198b`](https://redirect.github.com/argoproj/argo-cd/commit/24b198bf51c451534f1142f98046978f01bf5ce7): fix(appset): revert "keep reconciling even when params error occurred" ([#17062](https://redirect.github.com/argoproj/argo-cd/issues/17062)) ([#18781](https://redirect.github.com/argoproj/argo-cd/issues/18781)) ([@crenshaw-dev](https://redirect.github.com/crenshaw-dev)) - [`bfbceff`](https://redirect.github.com/argoproj/argo-cd/commit/bfbceff5da9d5fad76d347dd236f11379f026263): fix(controller): bad server-side diffs ([#18213](https://redirect.github.com/argoproj/argo-cd/issues/18213)) (2.11) ([#18868](https://redirect.github.com/argoproj/argo-cd/issues/18868)) ([@crenshaw-dev](https://redirect.github.com/crenshaw-dev)) - [`07880f3`](https://redirect.github.com/argoproj/argo-cd/commit/07880f3c1d3313f27922cdd693e5505d843387b0): fix(webhook): bitbucket and azure not triggering refresh ([#18289](https://redirect.github.com/argoproj/argo-cd/issues/18289)) ([#18765](https://redirect.github.com/argoproj/argo-cd/issues/18765)) ([#18819](https://redirect.github.com/argoproj/argo-cd/issues/18819)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`b5c13b6`](https://redirect.github.com/argoproj/argo-cd/commit/b5c13b6139fb8de5c0901e489e30e139d245ef58): fix: Update braces package to 3.0.3 ([#18459](https://redirect.github.com/argoproj/argo-cd/issues/18459)) ([#18663](https://redirect.github.com/argoproj/argo-cd/issues/18663)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`5fd645f`](https://redirect.github.com/argoproj/argo-cd/commit/5fd645feacd29196d0622061052d3fae4464ddb7): fix: docs site version selector broken ([#18378](https://redirect.github.com/argoproj/argo-cd/issues/18378)) ([#18724](https://redirect.github.com/argoproj/argo-cd/issues/18724)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`0d1709f`](https://redirect.github.com/argoproj/argo-cd/commit/0d1709f73b26bf338e6cc29234c10f5fb69fd28b): fix: update static schemas ([#18889](https://redirect.github.com/argoproj/argo-cd/issues/18889)) ([@crenshaw-dev](https://redirect.github.com/crenshaw-dev)) ##### Documentation - [`0e71f09`](https://redirect.github.com/argoproj/argo-cd/commit/0e71f09990b8bbaeafc15ae5354caf732ecb9ea6): docs: Fix .path to .path.segments go template ([#18872](https://redirect.github.com/argoproj/argo-cd/issues/18872)) ([#18874](https://redirect.github.com/argoproj/argo-cd/issues/18874)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) ##### Dependency updates - [`c2bd38a`](https://redirect.github.com/argoproj/argo-cd/commit/c2bd38a11a3224b1f3d4be7e831980f72f64a5c2): chore(deps): upgrade redis to 7.2.15-alpine (cherry-pick release-2.11) ([#18640](https://redirect.github.com/argoproj/argo-cd/issues/18640)) ([@34fathombelow](https://redirect.github.com/34fathombelow)) ##### Other work - [`13844b9`](https://redirect.github.com/argoproj/argo-cd/commit/13844b90ad1a10334bdaac56402182b08eefe1fb): chore: bump go version to 1.21.10 ([#18540](https://redirect.github.com/argoproj/argo-cd/issues/18540)) ([@34fathombelow](https://redirect.github.com/34fathombelow)) - [`e1284e1`](https://redirect.github.com/argoproj/argo-cd/commit/e1284e19e03c9abab2ea55314b14b1e0381c4045): remove unwanted updating of source-position in app set command ([#18887](https://redirect.github.com/argoproj/argo-cd/issues/18887)) ([#18896](https://redirect.github.com/argoproj/argo-cd/issues/18896)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.3...v2.11.4 ### [`v2.11.3`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.3) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.2...v2.11.3) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.3/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.3/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`46342a9`](https://redirect.github.com/argoproj/argo-cd/commit/46342a9e82f0ba53b996b1d4441301814d508e3f): fix: app names with non-alphanumeric characters in position 63 break syncs (issue [#18237](https://redirect.github.com/argoproj/argo-cd/issues/18237)) ([#18256](https://redirect.github.com/argoproj/argo-cd/issues/18256)) ([#18439](https://redirect.github.com/argoproj/argo-cd/issues/18439)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) ##### Other work - [`e01bb53`](https://redirect.github.com/argoproj/argo-cd/commit/e01bb5303ae664d5af0dc1560ce0b2f819494c12): Merge pull request from GHSA-3cqf-953p-h5cp ([@pasha-codefresh](https://redirect.github.com/pasha-codefresh)) - [`320abb8`](https://redirect.github.com/argoproj/argo-cd/commit/320abb8d649eecba86b1c8cc84e8a81df09b0b55): Merge pull request from GHSA-87p9-x75h-p4j2 ([@blakepettersson](https://redirect.github.com/blakepettersson)) - [`cf17283`](https://redirect.github.com/argoproj/argo-cd/commit/cf17283ebed196f44fa1bba38afe5a5cfdc18ee2): fix source ordering issue in manifest generation for multi-source app while using manifests and diff commands ([#18395](https://redirect.github.com/argoproj/argo-cd/issues/18395)) ([#18408](https://redirect.github.com/argoproj/argo-cd/issues/18408)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.2...v2.11.3 ### [`v2.11.2`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.2) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.1...v2.11.2) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.2/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.2/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog ##### Bug fixes - [`212a6ed`](https://redirect.github.com/argoproj/argo-cd/commit/212a6ed05a306de78f1df0f5c21064ed2561544a): fix(deps): upgrade otel dependency ([#18285](https://redirect.github.com/argoproj/argo-cd/issues/18285)) ([#18324](https://redirect.github.com/argoproj/argo-cd/issues/18324)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`2b463d4`](https://redirect.github.com/argoproj/argo-cd/commit/2b463d4103be1d9175b8d60beb7c5c421ece9348): fix: remove Egress NetworkPolicy for argocd-redis and argocd-redis-ha-haproxy ([#18367](https://redirect.github.com/argoproj/argo-cd/issues/18367)) ([#18372](https://redirect.github.com/argoproj/argo-cd/issues/18372)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`9d58e7e`](https://redirect.github.com/argoproj/argo-cd/commit/9d58e7e330f3ad67ae092d77c83b6419169200ae): fix: revert registry change ([#18328](https://redirect.github.com/argoproj/argo-cd/issues/18328)) ([@crenshaw-dev](https://redirect.github.com/crenshaw-dev)) ##### Documentation - [`140ffdd`](https://redirect.github.com/argoproj/argo-cd/commit/140ffdda4d91de280e1ade4496b8f8c6d663636d): docs: add v2.11 notes to upgrading page ([#18333](https://redirect.github.com/argoproj/argo-cd/issues/18333)) ([@crenshaw-dev](https://redirect.github.com/crenshaw-dev)) ##### Other work - [`47e7470`](https://redirect.github.com/argoproj/argo-cd/commit/47e7470726715d409a0397d617a6c0756b9e2647): chore(ci): fix release notes ([#18132](https://redirect.github.com/argoproj/argo-cd/issues/18132)) ([#18330](https://redirect.github.com/argoproj/argo-cd/issues/18330)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.1...v2.11.2 ### [`v2.11.1`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.1) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.11.0...v2.11.1) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.1/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.1/manifests/ha/install.yaml ``` #### Release Signatures and Provenance All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify. #### 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 **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.0...v2.11.1 ### [`v2.11.0`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.11.0) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.10.18...v2.11.0) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.0/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.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. #### 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 **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.0-rc3...v2.11.0 ### [`v2.10.18`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.10.18) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.10.17...v2.10.18) ##### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.10.18/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.10.18/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 ##### Bug fixes - [`a3e2359`](https://redirect.github.com/argoproj/argo-cd/commit/a3e235907aa1ad4bd7c5d7bb863ceb3d6b8d82bb): fix: CVE-2024-43799 upgrading transitive dep express to 4.21.0 ([#20400](https://redirect.github.com/argoproj/argo-cd/issues/20400)) ([@nmirasch](https://redirect.github.com/nmirasch)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.10.17...v2.10.18 ### [`v2.10.17`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.10.17) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.10.16...v2.10.17) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.10.17/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.10.17/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 ##### Bug fixes - [`a1d3758`](https://redirect.github.com/argoproj/argo-cd/commit/a1d375836ea19c289981e0d0a36ef34298788905): fix: ArgoCD 2.11 - Loop of PATCH calls to Application objects ([#19340](https://redirect.github.com/argoproj/argo-cd/issues/19340)) ([#19348](https://redirect.github.com/argoproj/argo-cd/issues/19348)) ([@alexmt](https://redirect.github.com/alexmt)) - [`f52dcf6`](https://redirect.github.com/argoproj/argo-cd/commit/f52dcf6f3c262e52d4d12b6d84c5fc65860b3e40): fix: CVE-2024-45296 Backtracking regular expressions cause ReDoS by upgrading path-to-regexp from 1.8.0 to 1.9.0 ([#20087](https://redirect.github.com/argoproj/argo-cd/issues/20087)) ([#20092](https://redirect.github.com/argoproj/argo-cd/issues/20092)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`286568e`](https://redirect.github.com/argoproj/argo-cd/commit/286568e73a59654c951e6a9d76ef618199f0f840): fix: diffing should not fail if resource fail schema validation ([#19734](https://redirect.github.com/argoproj/argo-cd/issues/19734)) ([@alexmt](https://redirect.github.com/alexmt)) - [`5b041c2`](https://redirect.github.com/argoproj/argo-cd/commit/5b041c2af2535b53385e5bfdea7c822366b02902): fix: docs version regex changed ([#18756](https://redirect.github.com/argoproj/argo-cd/issues/18756)) ([#19355](https://redirect.github.com/argoproj/argo-cd/issues/19355)) ([@ft-jasong](https://redirect.github.com/ft-jasong)) ##### Dependency updates - [`1200b6c`](https://redirect.github.com/argoproj/argo-cd/commit/1200b6c42d43c63e2fd9c044945a854f9be78334): chore(deps): bump dompurify from 2.3.6 to 2.5.6 in /ui ([#19955](https://redirect.github.com/argoproj/argo-cd/issues/19955)) ([#20031](https://redirect.github.com/argoproj/argo-cd/issues/20031)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`b3c2bc1`](https://redirect.github.com/argoproj/argo-cd/commit/b3c2bc114bf6eb41cda6ead3fc090c22f53ecbc2): chore(deps): bump express from 4.17.3 to 4.19.2 in /ui ([#17648](https://redirect.github.com/argoproj/argo-cd/issues/17648)) ([#19266](https://redirect.github.com/argoproj/argo-cd/issues/19266)) ([@gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`9865a8a`](https://redirect.github.com/argoproj/argo-cd/commit/9865a8a3401204f88395c28cb40f3fd766875a61): chore(deps): bump express from 4.19.2 to 4.20.0 in /ui ([#19883](https://redirect.github.com/argoproj/argo-cd/issues/19883)) ([#19990](https://redirect.github.com/argoproj/argo-cd/issues/19990)) ([@chengfang](https://redirect.github.com/chengfang)) - [`6b00605`](https://redirect.github.com/argoproj/argo-cd/commit/6b0060587d5531314722d2b432ae2638d90a0c0b): chore(deps-dev): bump webpack from 5.84.1 to 5.94.0 in /ui ([#20054](https://redirect.github.com/argoproj/argo-cd/issues/20054)) ([@ishitasequeira](https://redirect.github.com/ishitasequeira)) ##### Other work - [`c02a3d7`](https://redirect.github.com/argoproj/argo-cd/commit/c02a3d775c4a57a207cf36bdb64a26032ebd2586): upgrade github.com/hashicorp/go-retryablehttp to v0.7.7 ([#19237](https://redirect.github.com/argoproj/argo-cd/issues/19237)) ([@Mangaal](https://redirect.github.com/Mangaal)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.10.16...v2.10.17 ### [`v2.10.16`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.10.16) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.10.15...v2.10.16) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.10.16/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.10.16/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 ##### Other work - [`ef53523`](https://redirect.github.com/argoproj/argo-cd/commit/ef535230d8bd8ad7b18aab1ea1063e9751d348c4): feat: verify rbac on each message and not just during handshake ([@pasha-codefresh](https://redirect.github.com/pasha-codefresh)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.10.15...v2.10.16 ### [`v2.10.15`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.10.15) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.10.14...v2.10.15) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.10.15/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.10.15/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. #### UpgConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.