Update quay.io/argoproj/argocd Docker tag to v2.7.3 #158

Merged
tobru merged 1 commit from renovate/quay.io-argoproj-argocd-2.x into main 2023-05-30 11:55:02 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
quay.io/argoproj/argocd minor v2.6.7 -> v2.7.3

Release Notes

argoproj/argo-cd

v2.7.3

Compare Source

Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.3/manifests/install.yaml
HA:
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 on how to verify.

Upgrading

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

Changelog
Bug fixes
Documentation

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.7.2...v2.7.3

v2.7.2

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.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 on how to verify.

Known Issues

In non-go-templated ApplicationSets with matrix generators, parameter interpolation is broken if there are parameters in the second nested generator. The fix will be in 2.7.3. https://github.com/argoproj/argo-cd/pull/13061#discussion_r1199279829

Upgrading

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

Changelog

Bug fixes
Documentation

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.7.1...v2.7.2

v2.7.1

Compare Source

Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.1/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.1/manifests/ha/install.yaml
Release Signatures and Provenance

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

Upgrading

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

Changelog
Bug fixes

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.7.0...v2.7.1

v2.7.0

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.0/manifests/install.yaml
HA:
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 on how to verify.

Upgrading

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

Changelog

Features
Bug fixes
Documentation
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.7.0-rc2...v2.7.0

v2.6.8

Compare Source

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

All Argo CD container images and CLI binaries are signed by cosign. See the documentation on how to verify the signatures.

-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEesHEB7vX5Y2RxXypjMy1nI1z7iRG
JI9/gt/sYqzpsa65aaNP4npM43DDxoIy/MQBo9s/mxGxmA+8UXeDpVC9vw==
-----END PUBLIC KEY-----
Upgrading

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

Changes

This release includes 26 contributions from 8 contributors with 0 features and 12 bug fixes.

Bug fixes (12)
Documentation (6)
Other (6)

Configuration

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

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

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

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


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/argoproj/argocd](https://github.com/argoproj/argo-cd) | minor | `v2.6.7` -> `v2.7.3` | --- ### Release Notes <details> <summary>argoproj/argo-cd</summary> ### [`v2.7.3`](https://github.com/argoproj/argo-cd/releases/tag/v2.7.3) [Compare Source](https://github.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://github.com/argoproj/argo-cd/commit/3778173c05031362742351082d4cf108997b67a6): Revert "fix: interpolate gen fix ([#&#8203;12716](https://github.com/argoproj/argo-cd/issues/12716)) ([#&#8203;13061](https://github.com/argoproj/argo-cd/issues/13061))" ([#&#8203;13666](https://github.com/argoproj/argo-cd/issues/13666)) ([#&#8203;13668](https://github.com/argoproj/argo-cd/issues/13668)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`b0df91d`](https://github.com/argoproj/argo-cd/commit/b0df91d209538304a1b16364c633a0507b63806a): fix(appset): handle templating of raw JSON fields ([#&#8203;12947](https://github.com/argoproj/argo-cd/issues/12947)) ([#&#8203;12949](https://github.com/argoproj/argo-cd/issues/12949)) ([#&#8203;13654](https://github.com/argoproj/argo-cd/issues/13654)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`0794a14`](https://github.com/argoproj/argo-cd/commit/0794a14400ab37070e960ca71262c9eccc2d9869): fix: Reduce of empty array with no initial value for LogsView ([#&#8203;13620](https://github.com/argoproj/argo-cd/issues/13620)) ([#&#8203;13651](https://github.com/argoproj/argo-cd/issues/13651)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`fb2ae11`](https://github.com/argoproj/argo-cd/commit/fb2ae1198df61afbc4099f28078405509db5b22b): fix: append elementsYaml in order to keep fields order ([#&#8203;13335](https://github.com/argoproj/argo-cd/issues/13335)) ([#&#8203;13508](https://github.com/argoproj/argo-cd/issues/13508)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`a565d7d`](https://github.com/argoproj/argo-cd/commit/a565d7d3a4e18af6c0770198201660ffe2270d39): fix: avoid acquiring lock on two mutexes at the same time to prevent deadlock ([#&#8203;13636](https://github.com/argoproj/argo-cd/issues/13636)) ([#&#8203;13648](https://github.com/argoproj/argo-cd/issues/13648)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`3f8bd11`](https://github.com/argoproj/argo-cd/commit/3f8bd11786485245c8e6a0653ce2916cb682fa91): fix: consume cluster cache deadlock fix from gitops-engine ([#&#8203;13612](https://github.com/argoproj/argo-cd/issues/13612)) ([@&#8203;jaideepr97](https://github.com/jaideepr97)) - [`6d85d6f`](https://github.com/argoproj/argo-cd/commit/6d85d6f85fb297db291116321d137c8878171d2c): fix: deeplinks API checking wrong permissions ([#&#8203;13664](https://github.com/argoproj/argo-cd/issues/13664)) ([#&#8203;13670](https://github.com/argoproj/argo-cd/issues/13670)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`d80a5d1`](https://github.com/argoproj/argo-cd/commit/d80a5d1a273537e3a1f332502bcd5b4e61ab5b43): fix: deeplinks fails when app uses cluster name ([#&#8203;13564](https://github.com/argoproj/argo-cd/issues/13564)) ([#&#8203;13569](https://github.com/argoproj/argo-cd/issues/13569)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`ecbb7aa`](https://github.com/argoproj/argo-cd/commit/ecbb7aa07485c7f36b29fe82753f0879b804cc12): fix: prevent concurrent processing if kustomize commonAnnotations exist ([#&#8203;13697](https://github.com/argoproj/argo-cd/issues/13697)) ([#&#8203;13702](https://github.com/argoproj/argo-cd/issues/13702)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`9599930`](https://github.com/argoproj/argo-cd/commit/959993061191bd66b054bc2126693c7bad270133): fix: set containerName value for log view selector ([#&#8203;13587](https://github.com/argoproj/argo-cd/issues/13587)) ([#&#8203;13638](https://github.com/argoproj/argo-cd/issues/13638)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) ##### Documentation - [`ba17262`](https://github.com/argoproj/argo-cd/commit/ba17262c9615bbc7655909527008dad928524184): docs: Update kustomize resource to correct path ([#&#8203;13196](https://github.com/argoproj/argo-cd/issues/13196)) ([#&#8203;13632](https://github.com/argoproj/argo-cd/issues/13632)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.7.2...v2.7.3 <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v2.7.2`](https://github.com/argoproj/argo-cd/releases/tag/v2.7.2) [Compare Source](https://github.com/argoproj/argo-cd/compare/v2.7.1...v2.7.2) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.2/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.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. #### Known Issues In non-go-templated ApplicationSets with matrix generators, parameter interpolation is broken if there are parameters in the second nested generator. The fix will be in 2.7.3. https://github.com/argoproj/argo-cd/pull/13061#discussion_r1199279829 #### 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 - [`26cf7d9`](https://github.com/argoproj/argo-cd/commit/26cf7d95b793b3a626bb4c3eb9ffe3869293cf00): fix: interpolate gen fix ([#&#8203;12716](https://github.com/argoproj/argo-cd/issues/12716)) ([#&#8203;13061](https://github.com/argoproj/argo-cd/issues/13061)) ([#&#8203;13485](https://github.com/argoproj/argo-cd/issues/13485)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`e413db4`](https://github.com/argoproj/argo-cd/commit/e413db45b12189a1d793b5d5d2fbc60c530f2105): fix: surface errors when compressing files ([#&#8203;13491](https://github.com/argoproj/argo-cd/issues/13491)) ([#&#8203;13494](https://github.com/argoproj/argo-cd/issues/13494)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`8e61f64`](https://github.com/argoproj/argo-cd/commit/8e61f64cc97116830c40dbffeab37878d6a53276): fix: update log view on container select ([#&#8203;13474](https://github.com/argoproj/argo-cd/issues/13474)) ([#&#8203;13546](https://github.com/argoproj/argo-cd/issues/13546)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) ##### Documentation - [`24bd4ae`](https://github.com/argoproj/argo-cd/commit/24bd4aee707f063b6bffb8d824c014c7272aa28c): docs: fix typo ([#&#8203;12960](https://github.com/argoproj/argo-cd/issues/12960)) ([#&#8203;13436](https://github.com/argoproj/argo-cd/issues/13436)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.7.1...v2.7.2 <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v2.7.1`](https://github.com/argoproj/argo-cd/releases/tag/v2.7.1) [Compare Source](https://github.com/argoproj/argo-cd/compare/v2.7.0...v2.7.1) ##### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.1/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.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 - [`72a69e2`](https://github.com/argoproj/argo-cd/commit/72a69e2f16b431282e3fad303bdc58aa0d69bce7): fix(manifests): use params CM and env var for redis server ([#&#8203;13214](https://github.com/argoproj/argo-cd/issues/13214)) ([#&#8203;13396](https://github.com/argoproj/argo-cd/issues/13396)) ([#&#8203;13417](https://github.com/argoproj/argo-cd/issues/13417)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.7.0...v2.7.1 <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v2.7.0`](https://github.com/argoproj/argo-cd/releases/tag/v2.7.0) [Compare Source](https://github.com/argoproj/argo-cd/compare/v2.6.8...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://github.com/argoproj/argo-cd/commit/428d47ba8ad963ee2bcbb7a3355ea354ae3d8dea): feat: support 'helm.sh/resource-policy: keep' helm annotation ([#&#8203;13157](https://github.com/argoproj/argo-cd/issues/13157)) ([@&#8203;alexmt](https://github.com/alexmt)) ##### Bug fixes - [`1adbebf`](https://github.com/argoproj/argo-cd/commit/1adbebf8880f0e293aeb5daac184b4058aca635b): fix(ui): use name instead of title for CMP parameters ([#&#8203;13250](https://github.com/argoproj/argo-cd/issues/13250)) ([#&#8203;13337](https://github.com/argoproj/argo-cd/issues/13337)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`d6e5768`](https://github.com/argoproj/argo-cd/commit/d6e5768417a0db562bdefaf687d618bcfc5a0b32): fix: Disable scrollbars on pod logs viewer. Fixes [#&#8203;13266](https://github.com/argoproj/argo-cd/issues/13266) ([#&#8203;13294](https://github.com/argoproj/argo-cd/issues/13294)) ([#&#8203;13397](https://github.com/argoproj/argo-cd/issues/13397)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`daa9d4e`](https://github.com/argoproj/argo-cd/commit/daa9d4e13e045e7c58806b6fd44d1115a97b9b86): fix: Update .goreleaser.yaml ([#&#8203;13260](https://github.com/argoproj/argo-cd/issues/13260)) ([#&#8203;13263](https://github.com/argoproj/argo-cd/issues/13263)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`6ec093d`](https://github.com/argoproj/argo-cd/commit/6ec093dcb6c5ecceae53f058c6d850b76d83c536): fix: remove false positive for no-discovery cmp; log string, not bytes ([#&#8203;13251](https://github.com/argoproj/argo-cd/issues/13251)) ([#&#8203;13336](https://github.com/argoproj/argo-cd/issues/13336)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) ##### Documentation - [`a707ab6`](https://github.com/argoproj/argo-cd/commit/a707ab6b0e73dccc06b5aed01b1c342bad83fcbd): docs: Application Info field documentation ([#&#8203;10814](https://github.com/argoproj/argo-cd/issues/10814)) ([#&#8203;13351](https://github.com/argoproj/argo-cd/issues/13351)) ([#&#8203;13377](https://github.com/argoproj/argo-cd/issues/13377)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`a29a2b1`](https://github.com/argoproj/argo-cd/commit/a29a2b13d12eede32a7ebf0b3f2a8a069b334a09): docs: Fix wrong link to non existing page for applicationset reference ([#&#8203;13207](https://github.com/argoproj/argo-cd/issues/13207)) ([#&#8203;13247](https://github.com/argoproj/argo-cd/issues/13247)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`bd9ef3f`](https://github.com/argoproj/argo-cd/commit/bd9ef3fbde672545007e65cc08dfdf7fde2cc208): docs: s/No supported/Not supported ([#&#8203;13189](https://github.com/argoproj/argo-cd/issues/13189)) ([#&#8203;13253](https://github.com/argoproj/argo-cd/issues/13253)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) ##### Other work - [`29c4857`](https://github.com/argoproj/argo-cd/commit/29c485778aa5791aa0cb7c8e931a445753cdf84e): chore: upgrade haproxy to 2.6.12 to avoid CVE-2023-0464 ([#&#8203;13388](https://github.com/argoproj/argo-cd/issues/13388)) ([#&#8203;13401](https://github.com/argoproj/argo-cd/issues/13401)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`155b6a9`](https://github.com/argoproj/argo-cd/commit/155b6a9c108769de027f45a1239493f28aaa6489): chore: upgrade redis to 7.0.11 to avoid CVE-2023-0464 ([#&#8203;13389](https://github.com/argoproj/argo-cd/issues/13389)) ([#&#8203;13402](https://github.com/argoproj/argo-cd/issues/13402)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.7.0-rc2...v2.7.0 <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> ### [`v2.6.8`](https://github.com/argoproj/argo-cd/releases/tag/v2.6.8) [Compare Source](https://github.com/argoproj/argo-cd/compare/v2.6.7...v2.6.8) ##### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.6.8/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.6.8/manifests/ha/install.yaml ``` ##### Release signatures All Argo CD container images and CLI binaries are signed by cosign. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets/) on how to verify the signatures. ```shell -----BEGIN PUBLIC KEY----- MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEesHEB7vX5Y2RxXypjMy1nI1z7iRG JI9/gt/sYqzpsa65aaNP4npM43DDxoIy/MQBo9s/mxGxmA+8UXeDpVC9vw== -----END PUBLIC KEY----- ``` ##### 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. ##### Changes This release includes 26 contributions from 8 contributors with 0 features and 12 bug fixes. ##### Bug fixes (12) - fix: CMPv2 does not allow symlinks to adjacent files in same git repo. Fixes [#&#8203;13342](https://github.com/argoproj/argo-cd/issues/13342) ([#&#8203;13360](https://github.com/argoproj/argo-cd/issues/13360)) ([#&#8203;13724](https://github.com/argoproj/argo-cd/issues/13724)) - fix(appset): handle templating of raw JSON fields ([#&#8203;12947](https://github.com/argoproj/argo-cd/issues/12947)) ([#&#8203;12949](https://github.com/argoproj/argo-cd/issues/12949)) ([#&#8203;13653](https://github.com/argoproj/argo-cd/issues/13653)) - fix: avoid acquiring lock on two mutexes at the same time to prevent deadlock ([#&#8203;13636](https://github.com/argoproj/argo-cd/issues/13636)) ([#&#8203;13649](https://github.com/argoproj/argo-cd/issues/13649)) - fix: consume cluster cache deadlock fix from gitops-engine ([#&#8203;13613](https://github.com/argoproj/argo-cd/issues/13613)) - fix: surface errors when compressing files ([#&#8203;13491](https://github.com/argoproj/argo-cd/issues/13491)) ([#&#8203;13493](https://github.com/argoproj/argo-cd/issues/13493)) - fix: --file usage is broken for 'argocd proj create' command ([#&#8203;13130](https://github.com/argoproj/argo-cd/issues/13130)) - fix(cli): add `redis-compress` flag to `argocd admin dashboard` command ([#&#8203;13055](https://github.com/argoproj/argo-cd/issues/13055)) ([#&#8203;13056](https://github.com/argoproj/argo-cd/issues/13056)) ([#&#8203;13115](https://github.com/argoproj/argo-cd/issues/13115)) - fix(security): upgrade go to 1.19 ([#&#8203;13104](https://github.com/argoproj/argo-cd/issues/13104)) - fix: log error when failing to get git client ([#&#8203;12876](https://github.com/argoproj/argo-cd/issues/12876)) ([#&#8203;12997](https://github.com/argoproj/argo-cd/issues/12997)) - fix: make webhook handler work in all configured application namespaces ([#&#8203;11867](https://github.com/argoproj/argo-cd/issues/11867)) ([#&#8203;12386](https://github.com/argoproj/argo-cd/issues/12386)) - fix: trigger ApplicationSet reconciliation for clusters matching cluster generators in matrix or merge generators ([#&#8203;12543](https://github.com/argoproj/argo-cd/issues/12543)) ([#&#8203;12991](https://github.com/argoproj/argo-cd/issues/12991)) - fix: pass env when getting param announcement ([#&#8203;11812](https://github.com/argoproj/argo-cd/issues/11812)) ([#&#8203;11815](https://github.com/argoproj/argo-cd/issues/11815)) ([#&#8203;12966](https://github.com/argoproj/argo-cd/issues/12966)) ##### Documentation (6) - docs: Update kustomize resource to correct path ([#&#8203;13196](https://github.com/argoproj/argo-cd/issues/13196)) ([#&#8203;13631](https://github.com/argoproj/argo-cd/issues/13631)) - docs: fix typo ([#&#8203;12960](https://github.com/argoproj/argo-cd/issues/12960)) ([#&#8203;13437](https://github.com/argoproj/argo-cd/issues/13437)) - docs: Application Info field documentation ([#&#8203;10814](https://github.com/argoproj/argo-cd/issues/10814)) ([#&#8203;13351](https://github.com/argoproj/argo-cd/issues/13351)) ([#&#8203;13376](https://github.com/argoproj/argo-cd/issues/13376)) - docs: s/No supported/Not supported ([#&#8203;13189](https://github.com/argoproj/argo-cd/issues/13189)) ([#&#8203;13254](https://github.com/argoproj/argo-cd/issues/13254)) - docs: Fix wrong link to non existing page for applicationset reference ([#&#8203;13207](https://github.com/argoproj/argo-cd/issues/13207)) ([#&#8203;13248](https://github.com/argoproj/argo-cd/issues/13248)) - docs: fix broken version selector ([#&#8203;13102](https://github.com/argoproj/argo-cd/issues/13102)) ([#&#8203;13106](https://github.com/argoproj/argo-cd/issues/13106)) ##### Other (6) - Revert "Bump version to 2.6.8 ([#&#8203;13718](https://github.com/argoproj/argo-cd/issues/13718))" ([#&#8203;13721](https://github.com/argoproj/argo-cd/issues/13721)) - chore: upgrade redis to 7.0.11 to avoid CVE-2023-0464(release-2.6) ([#&#8203;13559](https://github.com/argoproj/argo-cd/issues/13559)) - chore: upgrade haproxy to 2.6.12 to avoid CVE-2023-0464 ([#&#8203;13388](https://github.com/argoproj/argo-cd/issues/13388)) ([#&#8203;13400](https://github.com/argoproj/argo-cd/issues/13400)) - chore: disable codeql workflow on cherry-pick branches ([#&#8203;12893](https://github.com/argoproj/argo-cd/issues/12893)) ([#&#8203;12900](https://github.com/argoproj/argo-cd/issues/12900)) - chore: Bump dex from v2.35.3 to v2.36.0 ([#&#8203;12933](https://github.com/argoproj/argo-cd/issues/12933)) - chore: fix lint ([#&#8203;12972](https://github.com/argoproj/argo-cd/issues/12972)) ([#&#8203;12977](https://github.com/argoproj/argo-cd/issues/12977)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4zIiwidXBkYXRlZEluVmVyIjoiMzUuNzQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovate-bot changed title from Update quay.io/argoproj/argocd Docker tag to v2.7.1 to Update quay.io/argoproj/argocd Docker tag to v2.7.2 2023-05-12 18:44:11 +00:00
renovate-bot force-pushed renovate/quay.io-argoproj-argocd-2.x from 56a2e173d3 to 8b3d793d26 2023-05-12 18:44:12 +00:00 Compare
renovate-bot changed title from Update quay.io/argoproj/argocd Docker tag to v2.7.2 to Update quay.io/argoproj/argocd Docker tag to v2.7.3 2023-05-24 18:44:02 +00:00
renovate-bot force-pushed renovate/quay.io-argoproj-argocd-2.x from 8b3d793d26 to 952cc68482 2023-05-24 18:44:03 +00:00 Compare
tobru merged commit 07e624799c into main 2023-05-30 11:55:02 +00:00
tobru deleted branch renovate/quay.io-argoproj-argocd-2.x 2023-05-30 11:55:03 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tobru/gitops-zurrli#158
No description provided.