argoproj/argo-cd
### [`v2.7.3`](https://togithub.com/argoproj/argo-cd/releases/tag/v2.7.3)
[Compare Source](https://togithub.com/argoproj/argo-cd/compare/v2.7.2...v2.7.3)
#### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.3/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.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
- [`3778173`](https://togithub.com/argoproj/argo-cd/commit/3778173c05031362742351082d4cf108997b67a6): Revert "fix: interpolate gen fix ([#12716](https://togithub.com/argoproj/argo-cd/issues/12716)) ([#13061](https://togithub.com/argoproj/argo-cd/issues/13061))" ([#13666](https://togithub.com/argoproj/argo-cd/issues/13666)) ([#13668](https://togithub.com/argoproj/argo-cd/issues/13668)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot])
- [`b0df91d`](https://togithub.com/argoproj/argo-cd/commit/b0df91d209538304a1b16364c633a0507b63806a): fix(appset): handle templating of raw JSON fields ([#12947](https://togithub.com/argoproj/argo-cd/issues/12947)) ([#12949](https://togithub.com/argoproj/argo-cd/issues/12949)) ([#13654](https://togithub.com/argoproj/argo-cd/issues/13654)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot])
- [`0794a14`](https://togithub.com/argoproj/argo-cd/commit/0794a14400ab37070e960ca71262c9eccc2d9869): fix: Reduce of empty array with no initial value for LogsView ([#13620](https://togithub.com/argoproj/argo-cd/issues/13620)) ([#13651](https://togithub.com/argoproj/argo-cd/issues/13651)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot])
- [`fb2ae11`](https://togithub.com/argoproj/argo-cd/commit/fb2ae1198df61afbc4099f28078405509db5b22b): fix: append elementsYaml in order to keep fields order ([#13335](https://togithub.com/argoproj/argo-cd/issues/13335)) ([#13508](https://togithub.com/argoproj/argo-cd/issues/13508)) ([@crenshaw-dev](https://togithub.com/crenshaw-dev))
- [`a565d7d`](https://togithub.com/argoproj/argo-cd/commit/a565d7d3a4e18af6c0770198201660ffe2270d39): fix: avoid acquiring lock on two mutexes at the same time to prevent deadlock ([#13636](https://togithub.com/argoproj/argo-cd/issues/13636)) ([#13648](https://togithub.com/argoproj/argo-cd/issues/13648)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot])
- [`3f8bd11`](https://togithub.com/argoproj/argo-cd/commit/3f8bd11786485245c8e6a0653ce2916cb682fa91): fix: consume cluster cache deadlock fix from gitops-engine ([#13612](https://togithub.com/argoproj/argo-cd/issues/13612)) ([@jaideepr97](https://togithub.com/jaideepr97))
- [`6d85d6f`](https://togithub.com/argoproj/argo-cd/commit/6d85d6f85fb297db291116321d137c8878171d2c): fix: deeplinks API checking wrong permissions ([#13664](https://togithub.com/argoproj/argo-cd/issues/13664)) ([#13670](https://togithub.com/argoproj/argo-cd/issues/13670)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot])
- [`d80a5d1`](https://togithub.com/argoproj/argo-cd/commit/d80a5d1a273537e3a1f332502bcd5b4e61ab5b43): fix: deeplinks fails when app uses cluster name ([#13564](https://togithub.com/argoproj/argo-cd/issues/13564)) ([#13569](https://togithub.com/argoproj/argo-cd/issues/13569)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot])
- [`ecbb7aa`](https://togithub.com/argoproj/argo-cd/commit/ecbb7aa07485c7f36b29fe82753f0879b804cc12): fix: prevent concurrent processing if kustomize commonAnnotations exist ([#13697](https://togithub.com/argoproj/argo-cd/issues/13697)) ([#13702](https://togithub.com/argoproj/argo-cd/issues/13702)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot])
- [`9599930`](https://togithub.com/argoproj/argo-cd/commit/959993061191bd66b054bc2126693c7bad270133): fix: set containerName value for log view selector ([#13587](https://togithub.com/argoproj/argo-cd/issues/13587)) ([#13638](https://togithub.com/argoproj/argo-cd/issues/13638)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot])
##### Documentation
- [`ba17262`](https://togithub.com/argoproj/argo-cd/commit/ba17262c9615bbc7655909527008dad928524184): docs: Update kustomize resource to correct path ([#13196](https://togithub.com/argoproj/argo-cd/issues/13196)) ([#13632](https://togithub.com/argoproj/argo-cd/issues/13632)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot])
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.7.2...v2.7.3
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v2.7.2
->v2.7.3
Release Notes
argoproj/argo-cd
### [`v2.7.3`](https://togithub.com/argoproj/argo-cd/releases/tag/v2.7.3) [Compare Source](https://togithub.com/argoproj/argo-cd/compare/v2.7.2...v2.7.3) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.3/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.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 - [`3778173`](https://togithub.com/argoproj/argo-cd/commit/3778173c05031362742351082d4cf108997b67a6): Revert "fix: interpolate gen fix ([#12716](https://togithub.com/argoproj/argo-cd/issues/12716)) ([#13061](https://togithub.com/argoproj/argo-cd/issues/13061))" ([#13666](https://togithub.com/argoproj/argo-cd/issues/13666)) ([#13668](https://togithub.com/argoproj/argo-cd/issues/13668)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`b0df91d`](https://togithub.com/argoproj/argo-cd/commit/b0df91d209538304a1b16364c633a0507b63806a): fix(appset): handle templating of raw JSON fields ([#12947](https://togithub.com/argoproj/argo-cd/issues/12947)) ([#12949](https://togithub.com/argoproj/argo-cd/issues/12949)) ([#13654](https://togithub.com/argoproj/argo-cd/issues/13654)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`0794a14`](https://togithub.com/argoproj/argo-cd/commit/0794a14400ab37070e960ca71262c9eccc2d9869): fix: Reduce of empty array with no initial value for LogsView ([#13620](https://togithub.com/argoproj/argo-cd/issues/13620)) ([#13651](https://togithub.com/argoproj/argo-cd/issues/13651)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`fb2ae11`](https://togithub.com/argoproj/argo-cd/commit/fb2ae1198df61afbc4099f28078405509db5b22b): fix: append elementsYaml in order to keep fields order ([#13335](https://togithub.com/argoproj/argo-cd/issues/13335)) ([#13508](https://togithub.com/argoproj/argo-cd/issues/13508)) ([@crenshaw-dev](https://togithub.com/crenshaw-dev)) - [`a565d7d`](https://togithub.com/argoproj/argo-cd/commit/a565d7d3a4e18af6c0770198201660ffe2270d39): fix: avoid acquiring lock on two mutexes at the same time to prevent deadlock ([#13636](https://togithub.com/argoproj/argo-cd/issues/13636)) ([#13648](https://togithub.com/argoproj/argo-cd/issues/13648)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`3f8bd11`](https://togithub.com/argoproj/argo-cd/commit/3f8bd11786485245c8e6a0653ce2916cb682fa91): fix: consume cluster cache deadlock fix from gitops-engine ([#13612](https://togithub.com/argoproj/argo-cd/issues/13612)) ([@jaideepr97](https://togithub.com/jaideepr97)) - [`6d85d6f`](https://togithub.com/argoproj/argo-cd/commit/6d85d6f85fb297db291116321d137c8878171d2c): fix: deeplinks API checking wrong permissions ([#13664](https://togithub.com/argoproj/argo-cd/issues/13664)) ([#13670](https://togithub.com/argoproj/argo-cd/issues/13670)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`d80a5d1`](https://togithub.com/argoproj/argo-cd/commit/d80a5d1a273537e3a1f332502bcd5b4e61ab5b43): fix: deeplinks fails when app uses cluster name ([#13564](https://togithub.com/argoproj/argo-cd/issues/13564)) ([#13569](https://togithub.com/argoproj/argo-cd/issues/13569)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`ecbb7aa`](https://togithub.com/argoproj/argo-cd/commit/ecbb7aa07485c7f36b29fe82753f0879b804cc12): fix: prevent concurrent processing if kustomize commonAnnotations exist ([#13697](https://togithub.com/argoproj/argo-cd/issues/13697)) ([#13702](https://togithub.com/argoproj/argo-cd/issues/13702)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`9599930`](https://togithub.com/argoproj/argo-cd/commit/959993061191bd66b054bc2126693c7bad270133): fix: set containerName value for log view selector ([#13587](https://togithub.com/argoproj/argo-cd/issues/13587)) ([#13638](https://togithub.com/argoproj/argo-cd/issues/13638)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) ##### Documentation - [`ba17262`](https://togithub.com/argoproj/argo-cd/commit/ba17262c9615bbc7655909527008dad928524184): docs: Update kustomize resource to correct path ([#13196](https://togithub.com/argoproj/argo-cd/issues/13196)) ([#13632](https://togithub.com/argoproj/argo-cd/issues/13632)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.7.2...v2.7.3Configuration
📅 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 has been generated by Mend Renovate. View repository job log here.