chore(deps): update code.icb4dc0.de/infrastructure/images/argocd docker tag to v2.13.3 - autoclosed #429

Merged
prskr merged 1 commit from renovate/code.icb4dc0.de-infrastructure-images-argocd-2.x into main 2025-01-04 16:15:51 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
code.icb4dc0.de/infrastructure/images/argocd Kustomization patch v2.13.2 -> v2.13.3

Release Notes

argoproj/argo-cd (code.icb4dc0.de/infrastructure/images/argocd)

v2.13.3

Compare Source

Quick Start

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

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.13.2...v2.13.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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [code.icb4dc0.de/infrastructure/images/argocd](https://github.com/argoproj/argo-cd) | Kustomization | patch | `v2.13.2` -> `v2.13.3` | --- ### Release Notes <details> <summary>argoproj/argo-cd (code.icb4dc0.de/infrastructure/images/argocd)</summary> ### [`v2.13.3`](https://github.com/argoproj/argo-cd/releases/tag/v2.13.3) [Compare Source](https://github.com/argoproj/argo-cd/compare/v2.13.2...v2.13.3) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.3/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.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 - [`f260510`](https://github.com/argoproj/argo-cd/commit/f260510f387d2333dda02f6d93737f734e04af13): fix(api): send to closed channel in mergeLogStreams ([#&#8203;7006](https://github.com/argoproj/argo-cd/issues/7006)) ([#&#8203;21178](https://github.com/argoproj/argo-cd/issues/21178)) ([#&#8203;21187](https://github.com/argoproj/argo-cd/issues/21187)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`09eede0`](https://github.com/argoproj/argo-cd/commit/09eede0c1775288b3e70a7971dd69492be206f82): fix(appset): Fix appset generate in --core mode for cluster gen ([#&#8203;21170](https://github.com/argoproj/argo-cd/issues/21170)) ([#&#8203;21236](https://github.com/argoproj/argo-cd/issues/21236)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`64a14a0`](https://github.com/argoproj/argo-cd/commit/64a14a08e0cffa3352e99444b81e1446fff1cda4): fix(ui): add optional check to avoid undefined reference in project detail ([#&#8203;20044](https://github.com/argoproj/argo-cd/issues/20044)) ([#&#8203;21263](https://github.com/argoproj/argo-cd/issues/21263)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`c76a131`](https://github.com/argoproj/argo-cd/commit/c76a131b17eae7ec5b608b2b1dc4aa2c8ac9e8e4): fix: Change applicationset generate HTTP method to avoid route conflicts ([#&#8203;20758](https://github.com/argoproj/argo-cd/issues/20758)) ([#&#8203;21300](https://github.com/argoproj/argo-cd/issues/21300)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`079754c`](https://github.com/argoproj/argo-cd/commit/079754c63913522803f7dbe4bded6b6de37f7e34): fix: Populate destination name when destination server is specified ([#&#8203;21063](https://github.com/argoproj/argo-cd/issues/21063)) (cherry-pick 2.13) ([#&#8203;21176](https://github.com/argoproj/argo-cd/issues/21176)) ([@&#8203;adriananeci](https://github.com/adriananeci)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.13.2...v2.13.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> </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:eyJjcmVhdGVkSW5WZXIiOiIzOS43OS4xIiwidXBkYXRlZEluVmVyIjoiMzkuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
prskr added 1 commit 2025-01-04 03:34:39 +00:00
prskr merged commit d7e0453a2a into main 2025-01-04 16:15:51 +00:00
prskr changed title from chore(deps): update code.icb4dc0.de/infrastructure/images/argocd docker tag to v2.13.3 to chore(deps): update code.icb4dc0.de/infrastructure/images/argocd docker tag to v2.13.3 - autoclosed 2025-01-04 16:18:06 +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: infrastructure/apps#429
No description provided.