argoproj/argo-cd
### [`v2.7.0`](https://togithub.com/argoproj/argo-cd/releases/tag/v2.7.0)
[Compare Source](https://togithub.com/argoproj/argo-cd/compare/v2.6.7...v2.7.0)
#### Quick Start
##### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.0/manifests/install.yaml
```
##### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.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
##### Features
- [`428d47b`](https://togithub.com/argoproj/argo-cd/commit/428d47ba8ad963ee2bcbb7a3355ea354ae3d8dea): feat: support 'helm.sh/resource-policy: keep' helm annotation ([#13157](https://togithub.com/argoproj/argo-cd/issues/13157)) ([@alexmt](https://togithub.com/alexmt))
##### Bug fixes
- [`1adbebf`](https://togithub.com/argoproj/argo-cd/commit/1adbebf8880f0e293aeb5daac184b4058aca635b): fix(ui): use name instead of title for CMP parameters ([#13250](https://togithub.com/argoproj/argo-cd/issues/13250)) ([#13337](https://togithub.com/argoproj/argo-cd/issues/13337)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot])
- [`d6e5768`](https://togithub.com/argoproj/argo-cd/commit/d6e5768417a0db562bdefaf687d618bcfc5a0b32): fix: Disable scrollbars on pod logs viewer. Fixes [#13266](https://togithub.com/argoproj/argo-cd/issues/13266) ([#13294](https://togithub.com/argoproj/argo-cd/issues/13294)) ([#13397](https://togithub.com/argoproj/argo-cd/issues/13397)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot])
- [`daa9d4e`](https://togithub.com/argoproj/argo-cd/commit/daa9d4e13e045e7c58806b6fd44d1115a97b9b86): fix: Update .goreleaser.yaml ([#13260](https://togithub.com/argoproj/argo-cd/issues/13260)) ([#13263](https://togithub.com/argoproj/argo-cd/issues/13263)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot])
- [`6ec093d`](https://togithub.com/argoproj/argo-cd/commit/6ec093dcb6c5ecceae53f058c6d850b76d83c536): fix: remove false positive for no-discovery cmp; log string, not bytes ([#13251](https://togithub.com/argoproj/argo-cd/issues/13251)) ([#13336](https://togithub.com/argoproj/argo-cd/issues/13336)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot])
##### Documentation
- [`a707ab6`](https://togithub.com/argoproj/argo-cd/commit/a707ab6b0e73dccc06b5aed01b1c342bad83fcbd): docs: Application Info field documentation ([#10814](https://togithub.com/argoproj/argo-cd/issues/10814)) ([#13351](https://togithub.com/argoproj/argo-cd/issues/13351)) ([#13377](https://togithub.com/argoproj/argo-cd/issues/13377)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot])
- [`a29a2b1`](https://togithub.com/argoproj/argo-cd/commit/a29a2b13d12eede32a7ebf0b3f2a8a069b334a09): docs: Fix wrong link to non existing page for applicationset reference ([#13207](https://togithub.com/argoproj/argo-cd/issues/13207)) ([#13247](https://togithub.com/argoproj/argo-cd/issues/13247)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot])
- [`bd9ef3f`](https://togithub.com/argoproj/argo-cd/commit/bd9ef3fbde672545007e65cc08dfdf7fde2cc208): docs: s/No supported/Not supported ([#13189](https://togithub.com/argoproj/argo-cd/issues/13189)) ([#13253](https://togithub.com/argoproj/argo-cd/issues/13253)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot])
##### Other work
- [`29c4857`](https://togithub.com/argoproj/argo-cd/commit/29c485778aa5791aa0cb7c8e931a445753cdf84e): chore: upgrade haproxy to 2.6.12 to avoid CVE-2023-0464 ([#13388](https://togithub.com/argoproj/argo-cd/issues/13388)) ([#13401](https://togithub.com/argoproj/argo-cd/issues/13401)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot])
- [`155b6a9`](https://togithub.com/argoproj/argo-cd/commit/155b6a9c108769de027f45a1239493f28aaa6489): chore: upgrade redis to 7.0.11 to avoid CVE-2023-0464 ([#13389](https://togithub.com/argoproj/argo-cd/issues/13389)) ([#13402](https://togithub.com/argoproj/argo-cd/issues/13402)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot])
**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.7.0-rc2...v2.7.0
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.6.7
->v2.7.0
Release Notes
argoproj/argo-cd
### [`v2.7.0`](https://togithub.com/argoproj/argo-cd/releases/tag/v2.7.0) [Compare Source](https://togithub.com/argoproj/argo-cd/compare/v2.6.7...v2.7.0) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.0/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.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 ##### Features - [`428d47b`](https://togithub.com/argoproj/argo-cd/commit/428d47ba8ad963ee2bcbb7a3355ea354ae3d8dea): feat: support 'helm.sh/resource-policy: keep' helm annotation ([#13157](https://togithub.com/argoproj/argo-cd/issues/13157)) ([@alexmt](https://togithub.com/alexmt)) ##### Bug fixes - [`1adbebf`](https://togithub.com/argoproj/argo-cd/commit/1adbebf8880f0e293aeb5daac184b4058aca635b): fix(ui): use name instead of title for CMP parameters ([#13250](https://togithub.com/argoproj/argo-cd/issues/13250)) ([#13337](https://togithub.com/argoproj/argo-cd/issues/13337)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`d6e5768`](https://togithub.com/argoproj/argo-cd/commit/d6e5768417a0db562bdefaf687d618bcfc5a0b32): fix: Disable scrollbars on pod logs viewer. Fixes [#13266](https://togithub.com/argoproj/argo-cd/issues/13266) ([#13294](https://togithub.com/argoproj/argo-cd/issues/13294)) ([#13397](https://togithub.com/argoproj/argo-cd/issues/13397)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`daa9d4e`](https://togithub.com/argoproj/argo-cd/commit/daa9d4e13e045e7c58806b6fd44d1115a97b9b86): fix: Update .goreleaser.yaml ([#13260](https://togithub.com/argoproj/argo-cd/issues/13260)) ([#13263](https://togithub.com/argoproj/argo-cd/issues/13263)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`6ec093d`](https://togithub.com/argoproj/argo-cd/commit/6ec093dcb6c5ecceae53f058c6d850b76d83c536): fix: remove false positive for no-discovery cmp; log string, not bytes ([#13251](https://togithub.com/argoproj/argo-cd/issues/13251)) ([#13336](https://togithub.com/argoproj/argo-cd/issues/13336)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) ##### Documentation - [`a707ab6`](https://togithub.com/argoproj/argo-cd/commit/a707ab6b0e73dccc06b5aed01b1c342bad83fcbd): docs: Application Info field documentation ([#10814](https://togithub.com/argoproj/argo-cd/issues/10814)) ([#13351](https://togithub.com/argoproj/argo-cd/issues/13351)) ([#13377](https://togithub.com/argoproj/argo-cd/issues/13377)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`a29a2b1`](https://togithub.com/argoproj/argo-cd/commit/a29a2b13d12eede32a7ebf0b3f2a8a069b334a09): docs: Fix wrong link to non existing page for applicationset reference ([#13207](https://togithub.com/argoproj/argo-cd/issues/13207)) ([#13247](https://togithub.com/argoproj/argo-cd/issues/13247)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`bd9ef3f`](https://togithub.com/argoproj/argo-cd/commit/bd9ef3fbde672545007e65cc08dfdf7fde2cc208): docs: s/No supported/Not supported ([#13189](https://togithub.com/argoproj/argo-cd/issues/13189)) ([#13253](https://togithub.com/argoproj/argo-cd/issues/13253)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) ##### Other work - [`29c4857`](https://togithub.com/argoproj/argo-cd/commit/29c485778aa5791aa0cb7c8e931a445753cdf84e): chore: upgrade haproxy to 2.6.12 to avoid CVE-2023-0464 ([#13388](https://togithub.com/argoproj/argo-cd/issues/13388)) ([#13401](https://togithub.com/argoproj/argo-cd/issues/13401)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`155b6a9`](https://togithub.com/argoproj/argo-cd/commit/155b6a9c108769de027f45a1239493f28aaa6489): chore: upgrade redis to 7.0.11 to avoid CVE-2023-0464 ([#13389](https://togithub.com/argoproj/argo-cd/issues/13389)) ([#13402](https://togithub.com/argoproj/argo-cd/issues/13402)) ([@gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.7.0-rc2...v2.7.0Configuration
π 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.