Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

argocd: update quay.io/argoproj/argocd Docker tag to v2.12.0 #285

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 21, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
quay.io/argoproj/argocd Kustomization minor v2.11.0 -> v2.12.0

Release Notes

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

v2.12.0

Compare Source

v2.11.7

Compare Source

Quick Start

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

Upgrading

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

Changelog

Other work

Full Changelog: argoproj/argo-cd@v2.11.6...v2.11.7

v2.11.6

Compare Source

Quick Start

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

Upgrading

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

Changelog

Bug fixes
Other work

Full Changelog: argoproj/argo-cd@v2.11.5...v2.11.6

v2.11.5

Compare Source

Quick Start

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

Upgrading

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

Changelog

Bug fixes
Other work

Full Changelog: argoproj/argo-cd@v2.11.4...v2.11.5

v2.11.4

Compare Source

Quick Start

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

Upgrading

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

Changelog

Features
Bug fixes
Documentation
Dependency updates
Other work

Full Changelog: argoproj/argo-cd@v2.11.3...v2.11.4

v2.11.3

Compare Source

Quick Start

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

Upgrading

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

Changelog

Bug fixes
Other work

Full Changelog: argoproj/argo-cd@v2.11.2...v2.11.3

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: argoproj/argo-cd@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: argoproj/argo-cd@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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title argocd: update quay.io/argoproj/argocd Docker tag to v2.11.1 argocd: update quay.io/argoproj/argocd Docker tag to v2.11.2 May 23, 2024
@renovate renovate bot force-pushed the renovate/quay.io-argoproj-argocd-2.x branch from fea1890 to bd40a3b Compare May 23, 2024 14:28
@renovate renovate bot changed the title argocd: update quay.io/argoproj/argocd Docker tag to v2.11.2 argocd: update quay.io/argoproj/argocd Docker tag to v2.11.3 Jun 6, 2024
@renovate renovate bot force-pushed the renovate/quay.io-argoproj-argocd-2.x branch from bd40a3b to ac0804d Compare June 6, 2024 13:03
@renovate renovate bot changed the title argocd: update quay.io/argoproj/argocd Docker tag to v2.11.3 argocd: update quay.io/argoproj/argocd Docker tag to v2.11.4 Jul 2, 2024
@renovate renovate bot force-pushed the renovate/quay.io-argoproj-argocd-2.x branch 2 times, most recently from 188c4a9 to 07c0452 Compare July 2, 2024 22:29
@renovate renovate bot force-pushed the renovate/quay.io-argoproj-argocd-2.x branch from 07c0452 to 2a345b2 Compare July 15, 2024 18:19
@renovate renovate bot changed the title argocd: update quay.io/argoproj/argocd Docker tag to v2.11.4 argocd: update quay.io/argoproj/argocd Docker tag to v2.11.5 Jul 15, 2024
@renovate renovate bot force-pushed the renovate/quay.io-argoproj-argocd-2.x branch from 2a345b2 to 371911d Compare July 22, 2024 17:43
@renovate renovate bot changed the title argocd: update quay.io/argoproj/argocd Docker tag to v2.11.5 argocd: update quay.io/argoproj/argocd Docker tag to v2.11.6 Jul 22, 2024
@renovate renovate bot force-pushed the renovate/quay.io-argoproj-argocd-2.x branch from 371911d to 5e453bf Compare July 24, 2024 10:25
@renovate renovate bot changed the title argocd: update quay.io/argoproj/argocd Docker tag to v2.11.6 argocd: update quay.io/argoproj/argocd Docker tag to v2.11.7 Jul 24, 2024
@renovate renovate bot force-pushed the renovate/quay.io-argoproj-argocd-2.x branch from 5e453bf to 2f006e3 Compare August 5, 2024 15:56
@renovate renovate bot changed the title argocd: update quay.io/argoproj/argocd Docker tag to v2.11.7 argocd: update quay.io/argoproj/argocd Docker tag to v2.12.0 Aug 5, 2024
@daurnimator daurnimator merged commit 023ec87 into master Aug 6, 2024
@daurnimator daurnimator deleted the renovate/quay.io-argoproj-argocd-2.x branch August 6, 2024 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant