btkostner / infrastructure

Home lab infrastructure setup and documentation
https://infrastructure.btkostner.io/
3 stars 0 forks source link

chore(deps): update dependency argoproj/argo-cd to v2.12.0 #34

Closed btkostner-infrastructure[bot] closed 1 month ago

btkostner-infrastructure[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
argoproj/argo-cd minor v2.11.0 -> v2.12.0

Release Notes

argoproj/argo-cd (argoproj/argo-cd) ### [`v2.12.0`](https://togithub.com/argoproj/argo-cd/releases/tag/v2.12.0) [Compare Source](https://togithub.com/argoproj/argo-cd/compare/v2.11.7...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. #### Changelog ##### Features - [`57e61b2`](https://togithub.com/argoproj/argo-cd/commit/57e61b2d8a7c33bd5dd12f305a255d1185d782fb): feat: Add custom health check for cluster-api AWSManagedControlPlane ([#​19304](https://togithub.com/argoproj/argo-cd/issues/19304)) ([#​19360](https://togithub.com/argoproj/argo-cd/issues/19360)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.12.0-rc5...v2.12.0 ### [`v2.11.7`](https://togithub.com/argoproj/argo-cd/releases/tag/v2.11.7) [Compare Source](https://togithub.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://togithub.com/argoproj/argo-cd/commit/05edb2a9ca48f0f10608c1b49fbb0cf7164f6476): feat: verify rbac on each message and not just during handshake ([@​pasha-codefresh](https://togithub.com/pasha-codefresh)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.6...v2.11.7 ### [`v2.11.6`](https://togithub.com/argoproj/argo-cd/releases/tag/v2.11.6) [Compare Source](https://togithub.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://togithub.com/argoproj/argo-cd/commit/b980386388230a0c04bdd9dd748472c1a7326c21): fix: cherry-pick [#​18761](https://togithub.com/argoproj/argo-cd/issues/18761) (v2.11) ([#​19108](https://togithub.com/argoproj/argo-cd/issues/19108)) ([@​blakepettersson](https://togithub.com/blakepettersson)) ##### Other work - [`540e3a5`](https://togithub.com/argoproj/argo-cd/commit/540e3a57b90eb3655db54793332fac86bcc38b36): Merge commit from fork ([@​pasha-codefresh](https://togithub.com/pasha-codefresh)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.5...v2.11.6 ### [`v2.11.5`](https://togithub.com/argoproj/argo-cd/releases/tag/v2.11.5) [Compare Source](https://togithub.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://togithub.com/argoproj/argo-cd/commit/c0f780c380fec80a9c29b0123c7237fb87037eb4): fix(cli): Get Redis password from secret in `loadClusters()` ([#​18951](https://togithub.com/argoproj/argo-cd/issues/18951)) ([#​18956](https://togithub.com/argoproj/argo-cd/issues/18956)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) ##### Other work - [`d1c052d`](https://togithub.com/argoproj/argo-cd/commit/d1c052d7bf5fd19d927f8d493d4948570a4773bc): chore: update gitops-engine (2.11) ([#​19036](https://togithub.com/argoproj/argo-cd/issues/19036)) ([@​agaudreault](https://togithub.com/agaudreault)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.4...v2.11.5 ### [`v2.11.4`](https://togithub.com/argoproj/argo-cd/releases/tag/v2.11.4) [Compare Source](https://togithub.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://togithub.com/argoproj/argo-cd/commit/d75b23bf9260b01288bfb684c2843f93f7419372): Revert "feat(server): log app Spec along with event ([#​16416](https://togithub.com/argoproj/argo-cd/issues/16416))" ([#​18458](https://togithub.com/argoproj/argo-cd/issues/18458)) ([#​18639](https://togithub.com/argoproj/argo-cd/issues/18639)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) ##### Bug fixes - [`24b198b`](https://togithub.com/argoproj/argo-cd/commit/24b198bf51c451534f1142f98046978f01bf5ce7): fix(appset): revert "keep reconciling even when params error occurred" ([#​17062](https://togithub.com/argoproj/argo-cd/issues/17062)) ([#​18781](https://togithub.com/argoproj/argo-cd/issues/18781)) ([@​crenshaw-dev](https://togithub.com/crenshaw-dev)) - [`bfbceff`](https://togithub.com/argoproj/argo-cd/commit/bfbceff5da9d5fad76d347dd236f11379f026263): fix(controller): bad server-side diffs ([#​18213](https://togithub.com/argoproj/argo-cd/issues/18213)) (2.11) ([#​18868](https://togithub.com/argoproj/argo-cd/issues/18868)) ([@​crenshaw-dev](https://togithub.com/crenshaw-dev)) - [`07880f3`](https://togithub.com/argoproj/argo-cd/commit/07880f3c1d3313f27922cdd693e5505d843387b0): fix(webhook): bitbucket and azure not triggering refresh ([#​18289](https://togithub.com/argoproj/argo-cd/issues/18289)) ([#​18765](https://togithub.com/argoproj/argo-cd/issues/18765)) ([#​18819](https://togithub.com/argoproj/argo-cd/issues/18819)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`b5c13b6`](https://togithub.com/argoproj/argo-cd/commit/b5c13b6139fb8de5c0901e489e30e139d245ef58): fix: Update braces package to 3.0.3 ([#​18459](https://togithub.com/argoproj/argo-cd/issues/18459)) ([#​18663](https://togithub.com/argoproj/argo-cd/issues/18663)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`5fd645f`](https://togithub.com/argoproj/argo-cd/commit/5fd645feacd29196d0622061052d3fae4464ddb7): fix: docs site version selector broken ([#​18378](https://togithub.com/argoproj/argo-cd/issues/18378)) ([#​18724](https://togithub.com/argoproj/argo-cd/issues/18724)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`0d1709f`](https://togithub.com/argoproj/argo-cd/commit/0d1709f73b26bf338e6cc29234c10f5fb69fd28b): fix: update static schemas ([#​18889](https://togithub.com/argoproj/argo-cd/issues/18889)) ([@​crenshaw-dev](https://togithub.com/crenshaw-dev)) ##### Documentation - [`0e71f09`](https://togithub.com/argoproj/argo-cd/commit/0e71f09990b8bbaeafc15ae5354caf732ecb9ea6): docs: Fix .path to .path.segments go template ([#​18872](https://togithub.com/argoproj/argo-cd/issues/18872)) ([#​18874](https://togithub.com/argoproj/argo-cd/issues/18874)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) ##### Dependency updates - [`c2bd38a`](https://togithub.com/argoproj/argo-cd/commit/c2bd38a11a3224b1f3d4be7e831980f72f64a5c2): chore(deps): upgrade redis to 7.2.15-alpine (cherry-pick release-2.11) ([#​18640](https://togithub.com/argoproj/argo-cd/issues/18640)) ([@​34fathombelow](https://togithub.com/34fathombelow)) ##### Other work - [`13844b9`](https://togithub.com/argoproj/argo-cd/commit/13844b90ad1a10334bdaac56402182b08eefe1fb): chore: bump go version to 1.21.10 ([#​18540](https://togithub.com/argoproj/argo-cd/issues/18540)) ([@​34fathombelow](https://togithub.com/34fathombelow)) - [`e1284e1`](https://togithub.com/argoproj/argo-cd/commit/e1284e19e03c9abab2ea55314b14b1e0381c4045): remove unwanted updating of source-position in app set command ([#​18887](https://togithub.com/argoproj/argo-cd/issues/18887)) ([#​18896](https://togithub.com/argoproj/argo-cd/issues/18896)) ([@​gcp-cherry-pick-bot](https://togithub.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://togithub.com/argoproj/argo-cd/releases/tag/v2.11.3) [Compare Source](https://togithub.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://togithub.com/argoproj/argo-cd/commit/46342a9e82f0ba53b996b1d4441301814d508e3f): fix: app names with non-alphanumeric characters in position 63 break syncs (issue [#​18237](https://togithub.com/argoproj/argo-cd/issues/18237)) ([#​18256](https://togithub.com/argoproj/argo-cd/issues/18256)) ([#​18439](https://togithub.com/argoproj/argo-cd/issues/18439)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) ##### Other work - [`e01bb53`](https://togithub.com/argoproj/argo-cd/commit/e01bb5303ae664d5af0dc1560ce0b2f819494c12): Merge pull request from GHSA-3cqf-953p-h5cp ([@​pasha-codefresh](https://togithub.com/pasha-codefresh)) - [`320abb8`](https://togithub.com/argoproj/argo-cd/commit/320abb8d649eecba86b1c8cc84e8a81df09b0b55): Merge pull request from GHSA-87p9-x75h-p4j2 ([@​blakepettersson](https://togithub.com/blakepettersson)) - [`cf17283`](https://togithub.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://togithub.com/argoproj/argo-cd/issues/18395)) ([#​18408](https://togithub.com/argoproj/argo-cd/issues/18408)) ([@​gcp-cherry-pick-bot](https://togithub.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://togithub.com/argoproj/argo-cd/releases/tag/v2.11.2) [Compare Source](https://togithub.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://togithub.com/argoproj/argo-cd/commit/212a6ed05a306de78f1df0f5c21064ed2561544a): fix(deps): upgrade otel dependency ([#​18285](https://togithub.com/argoproj/argo-cd/issues/18285)) ([#​18324](https://togithub.com/argoproj/argo-cd/issues/18324)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`2b463d4`](https://togithub.com/argoproj/argo-cd/commit/2b463d4103be1d9175b8d60beb7c5c421ece9348): fix: remove Egress NetworkPolicy for argocd-redis and argocd-redis-ha-haproxy ([#​18367](https://togithub.com/argoproj/argo-cd/issues/18367)) ([#​18372](https://togithub.com/argoproj/argo-cd/issues/18372)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`9d58e7e`](https://togithub.com/argoproj/argo-cd/commit/9d58e7e330f3ad67ae092d77c83b6419169200ae): fix: revert registry change ([#​18328](https://togithub.com/argoproj/argo-cd/issues/18328)) ([@​crenshaw-dev](https://togithub.com/crenshaw-dev)) ##### Documentation - [`140ffdd`](https://togithub.com/argoproj/argo-cd/commit/140ffdda4d91de280e1ade4496b8f8c6d663636d): docs: add v2.11 notes to upgrading page ([#​18333](https://togithub.com/argoproj/argo-cd/issues/18333)) ([@​crenshaw-dev](https://togithub.com/crenshaw-dev)) ##### Other work - [`47e7470`](https://togithub.com/argoproj/argo-cd/commit/47e7470726715d409a0397d617a6c0756b9e2647): chore(ci): fix release notes ([#​18132](https://togithub.com/argoproj/argo-cd/issues/18132)) ([#​18330](https://togithub.com/argoproj/argo-cd/issues/18330)) ([@​gcp-cherry-pick-bot](https://togithub.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://togithub.com/argoproj/argo-cd/releases/tag/v2.11.1) [Compare Source](https://togithub.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

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.



This PR has been generated by Renovate Bot.