Update quay.io/argoproj/argocd Docker tag to v2.9.5 #489

Merged
tobru merged 1 commit from renovate/quay.io-argoproj-argocd-2.x into main 2024-01-26 19:15:11 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
quay.io/argoproj/argocd patch v2.9.3 -> v2.9.5

Release Notes

argoproj/argo-cd (quay.io/argoproj/argocd)

v2.9.5

Compare Source

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

Upgrading

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

Changes

🚨 Important: A security fix from 2.9.4 includes a breaking API change. Please read https://github.com/argoproj/argo-cd/security/advisories/GHSA-92mw-q256-5vwg before upgrading! 🚨

(Warning copied from 2.9.4 for extra visibility.)

Bug fixes (1)

v2.9.4

Compare Source

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

Upgrading

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

Known Issues

The security patch causes major issues in the UI (many UI actions simply fail). A fix will be available in 2.9.5.

Changes

This release fixes a security issue: https://github.com/argoproj/argo-cd/security/advisories/GHSA-92mw-q256-5vwg

🚨 Important: The security fix includes a breaking API change. Please read the GHSA before upgrading! 🚨

Bug fixes (7)
Documentation (1)
Other (3)
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.8.1 to 5.11.0 (#​16912)
  • Added missing 'alias:' prefix for repository name as described here: (#​15902) (#​16535)
  • chore: upgrade k8s client from v0.24.2 to v0.24.17 (#​16554)

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) | patch | `v2.9.3` -> `v2.9.5` | --- ### Release Notes <details> <summary>argoproj/argo-cd (quay.io/argoproj/argocd)</summary> ### [`v2.9.5`](https://github.com/argoproj/argo-cd/releases/tag/v2.9.5) [Compare Source](https://github.com/argoproj/argo-cd/compare/v2.9.4...v2.9.5) ##### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.5/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.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. ##### Changes 🚨 **Important:** A security fix from 2.9.4 includes a breaking API change. Please read https://github.com/argoproj/argo-cd/security/advisories/GHSA-92mw-q256-5vwg before upgrading! 🚨 (Warning copied from 2.9.4 for extra visibility.) ##### Bug fixes (1) - fix(ui): set content-type for certain UI requests ([#&#8203;16923](https://github.com/argoproj/argo-cd/issues/16923)) ([#&#8203;16930](https://github.com/argoproj/argo-cd/issues/16930)) ([#&#8203;16933](https://github.com/argoproj/argo-cd/issues/16933)) ### [`v2.9.4`](https://github.com/argoproj/argo-cd/releases/tag/v2.9.4) [Compare Source](https://github.com/argoproj/argo-cd/compare/v2.9.3...v2.9.4) ##### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.4/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.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. ##### Known Issues The security patch causes [major issues in the UI](https://github.com/argoproj/argo-cd/issues/16923) (many UI actions simply fail). A fix will be available in 2.9.5. ##### Changes This release fixes a security issue: https://github.com/argoproj/argo-cd/security/advisories/GHSA-92mw-q256-5vwg 🚨 **Important:** The security fix includes a breaking API change. Please read the GHSA before upgrading! 🚨 ##### Bug fixes (7) - fix: enforce content type header for API requests ([#&#8203;16860](https://github.com/argoproj/argo-cd/issues/16860)) (Cherry-pick release-2.9 ) ([#&#8203;16878](https://github.com/argoproj/argo-cd/issues/16878)) - fix: add list permission deployments ([#&#8203;16785](https://github.com/argoproj/argo-cd/issues/16785)) ([#&#8203;16804](https://github.com/argoproj/argo-cd/issues/16804)) - fix(ui):Fixed log horizontal scroll for issue [#&#8203;16411](https://github.com/argoproj/argo-cd/issues/16411) ([#&#8203;16727](https://github.com/argoproj/argo-cd/issues/16727)) ([#&#8203;16761](https://github.com/argoproj/argo-cd/issues/16761)) - fix(action): Add missing owner refs and annotation to create-job action ([#&#8203;16607](https://github.com/argoproj/argo-cd/issues/16607)) ([#&#8203;16608](https://github.com/argoproj/argo-cd/issues/16608)) - fix(grpcproxy): add missing GRPCKeepAliveEnforcementMinimum ([#&#8203;15708](https://github.com/argoproj/argo-cd/issues/15708)) ([#&#8203;16576](https://github.com/argoproj/argo-cd/issues/16576)) - fix(appset): don't emit k8s events for unchanged apps, log at debug ([#&#8203;16562](https://github.com/argoproj/argo-cd/issues/16562)) - fix(appset): Don't use revision cache when reconciling after webhook ([#&#8203;16062](https://github.com/argoproj/argo-cd/issues/16062)) ([#&#8203;16241](https://github.com/argoproj/argo-cd/issues/16241)) ([#&#8203;16536](https://github.com/argoproj/argo-cd/issues/16536)) ##### Documentation (1) - docs: Fix format issue in rbac.md ([#&#8203;16521](https://github.com/argoproj/argo-cd/issues/16521)) ([#&#8203;16538](https://github.com/argoproj/argo-cd/issues/16538)) ##### Other (3) - chore(deps): bump github.com/go-git/go-git/v5 from 5.8.1 to 5.11.0 ([#&#8203;16912](https://github.com/argoproj/argo-cd/issues/16912)) - Added missing 'alias:' prefix for repository name as described here: ([#&#8203;15902](https://github.com/argoproj/argo-cd/issues/15902)) ([#&#8203;16535](https://github.com/argoproj/argo-cd/issues/16535)) - chore: upgrade k8s client from v0.24.2 to v0.24.17 ([#&#8203;16554](https://github.com/argoproj/argo-cd/issues/16554)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjEzOS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate-bot added 1 commit 2024-01-22 18:44:45 +00:00
tobru merged commit 2bd46ba1ed into main 2024-01-26 19:15:11 +00:00
tobru deleted branch renovate/quay.io-argoproj-argocd-2.x 2024-01-26 19:15:11 +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#489
No description provided.