8
0
Fork
You've already forked gitops
0

argocd: update dependency argoproj/argo-cd to v2.11.3 #284

Open
renovate[bot] wants to merge 1 commit from renovate/argoproj-argo-cd-2.x into master
pull from: renovate/argoproj-argo-cd-2.x
merge into: hashbang-sh:master
hashbang-sh:master
hashbang-sh:renovate/redis-7.x
hashbang-sh:renovate/quay.io-keycloak-keycloak-25.x
hashbang-sh:renovate/postgrest-postgrest-12.x
hashbang-sh:renovate/kiwigrid-k8s-sidecar-1.x
hashbang-sh:renovate/quay.io-argoproj-argocd-2.x
hashbang-sh:renovate/cert-manager-1.x
hashbang-sh:renovate/quay.io-keycloak-keycloak-24.x
hashbang-sh:renovate/ghcr.io-dexidp-dex-2.x
hashbang-sh:renovate/registry.k8s.io-external-dns-external-dns-0.x
hashbang-sh:jitsi
hashbang-sh:argocd/openpgp-signatures
hashbang-sh:drgrove/openpgp-ca
hashbang-sh:ingress-nginx
hashbang-sh:add-lrvick
hashbang-sh:gpg-signed
hashbang-sh:persist-prometheus-timeseries
hashbang-sh:argocd-deploy-gpg-pub-key
hashbang-sh:docs/removing-admins
hashbang-sh:drgrove/loki-logging
hashbang-sh:drGrove/nginx-ingress-helm-stable
hashbang-sh:nginx-ingress-proxy-protocol
hashbang-sh:ingress-is-messed-up
renovate[bot] commented 2024年05月22日 00:49:30 +02:00 (Migrated from github.com)
Copy link

Mend Renovate

This PR contains the following updates:

Package Update Change
argoproj/argo-cd patch v2.11.0 -> v2.11.3

Release Notes

argoproj/argo-cd (argoproj/argo-cd)

v2.11.3

Compare Source

v2.11.2

Compare Source

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

Upgrading

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

Changelog
Bug fixes
Documentation
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.11.1...v2.11.2

v2.11.1

Compare Source

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

Upgrading

If upgrading from a different minor version, be sure to read the upgrading 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.


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

This PR has been generated by Mend Renovate. View repository job log here.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [argoproj/argo-cd](https://togithub.com/argoproj/argo-cd) | patch | `v2.11.0` -> `v2.11.3` | --- ### Release Notes <details> <summary>argoproj/argo-cd (argoproj/argo-cd)</summary> ### [`v2.11.3`](https://togithub.com/argoproj/argo-cd/compare/v2.11.2...v2.11.3) [Compare Source](https://togithub.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 ([#&#8203;18285](https://togithub.com/argoproj/argo-cd/issues/18285)) ([#&#8203;18324](https://togithub.com/argoproj/argo-cd/issues/18324)) ([@&#8203;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 ([#&#8203;18367](https://togithub.com/argoproj/argo-cd/issues/18367)) ([#&#8203;18372](https://togithub.com/argoproj/argo-cd/issues/18372)) ([@&#8203;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 ([#&#8203;18328](https://togithub.com/argoproj/argo-cd/issues/18328)) ([@&#8203;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 ([#&#8203;18333](https://togithub.com/argoproj/argo-cd/issues/18333)) ([@&#8203;crenshaw-dev](https://togithub.com/crenshaw-dev)) ##### Other work - [`47e7470`](https://togithub.com/argoproj/argo-cd/commit/47e7470726715d409a0397d617a6c0756b9e2647): chore(ci): fix release notes ([#&#8203;18132](https://togithub.com/argoproj/argo-cd/issues/18132)) ([#&#8203;18330](https://togithub.com/argoproj/argo-cd/issues/18330)) ([@&#8203;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 <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.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 <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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/hashbang/gitops). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/argoproj-argo-cd-2.x:renovate/argoproj-argo-cd-2.x
git switch renovate/argoproj-argo-cd-2.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/argoproj-argo-cd-2.x
git switch renovate/argoproj-argo-cd-2.x
git rebase master
git switch master
git merge --ff-only renovate/argoproj-argo-cd-2.x
git switch renovate/argoproj-argo-cd-2.x
git rebase master
git switch master
git merge --no-ff renovate/argoproj-argo-cd-2.x
git switch master
git merge --squash renovate/argoproj-argo-cd-2.x
git switch master
git merge --ff-only renovate/argoproj-argo-cd-2.x
git switch master
git merge renovate/argoproj-argo-cd-2.x
git push origin master
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
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
hashbang-sh/gitops!284
Reference in a new issue
hashbang-sh/gitops
No description provided.
Delete branch "renovate/argoproj-argo-cd-2.x"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?