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

Update dependency https://github.com/argoproj/argo-cd.git to v2.12.6 #186

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2023

This PR contains the following updates:

Package Update Change
https://github.com/argoproj/argo-cd.git minor v2.9.1 -> v2.12.6

Release Notes

argoproj/argo-cd (https://github.com/argoproj/argo-cd.git)

v2.12.6

Compare Source

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

Full Changelog: argoproj/argo-cd@v2.12.5...v2.12.6

v2.12.5

Compare Source

Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.5/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.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
Documentation
Other work

Full Changelog: argoproj/argo-cd@v2.12.4...v2.12.5

v2.12.4

Compare Source

Quick Start

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

Bug fixes
Documentation
Dependency updates

Full Changelog: argoproj/argo-cd@v2.12.3...v2.12.4

v2.12.3

Compare Source

Quick Start

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

Features
Bug fixes

Full Changelog: argoproj/argo-cd@v2.12.2...v2.12.3

v2.12.2

Compare Source

Quick Start

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

Full Changelog: argoproj/argo-cd@v2.12.1...v2.12.2

v2.12.1

Compare Source

Quick Start

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

Bug fixes

Full Changelog: argoproj/argo-cd@v2.12.0...v2.12.1

v2.12.0

Compare Source

Quick Start

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

Upgrading

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

Known Issues

ApplicationSets with git generators and a templated spec.template.spec.project field will fail to reconcile due to a bug in the new git signature verification feature.

The problem is fixed in 2.12.2.

Changelog

Features

Full Changelog: argoproj/argo-cd@v2.12.0-rc5...v2.12.0

v2.11.11

Compare Source

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

v2.11.10

Compare Source

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

v2.11.9

Compare Source

Quick Start

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

Full Changelog: argoproj/argo-cd@v2.11.8...v2.11.9

v2.11.8

Compare Source

Quick Start

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

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

v2.11.0

Compare Source

Quick Start

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

v2.10.18

Compare Source

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

v2.10.17

Compare Source

Quick Start

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

Full Changelog: argoproj/argo-cd@v2.10.16...v2.10.17

v2.10.16

Compare Source

Quick Start

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

v2.10.15

Compare Source

Quick Start

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


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 force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from fa40d50 to a3016bb Compare December 1, 2023 23:12
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.9.2 Update dependency https://github.com/argoproj/argo-cd.git to v2.9.3 Dec 1, 2023
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.9.3 Update dependency https://github.com/argoproj/argo-cd.git to v2.9.4 Jan 18, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch 2 times, most recently from 868520d to 841cf09 Compare January 19, 2024 19:46
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.9.4 Update dependency https://github.com/argoproj/argo-cd.git to v2.9.5 Jan 19, 2024
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.9.5 Update dependency https://github.com/argoproj/argo-cd.git to v2.9.6 Feb 2, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch 2 times, most recently from 5abbe94 to a5520e8 Compare February 6, 2024 00:21
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.9.6 Update dependency https://github.com/argoproj/argo-cd.git to v2.10.0 Feb 6, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from a5520e8 to ab2e48f Compare February 14, 2024 15:31
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.10.0 Update dependency https://github.com/argoproj/argo-cd.git to v2.10.1 Feb 14, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from ab2e48f to 81bfb20 Compare March 1, 2024 19:39
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.10.1 Update dependency https://github.com/argoproj/argo-cd.git to v2.10.2 Mar 1, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from 81bfb20 to 7d1cfc1 Compare March 13, 2024 21:29
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.10.2 Update dependency https://github.com/argoproj/argo-cd.git to v2.10.3 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from 7d1cfc1 to 72f1f57 Compare March 18, 2024 10:49
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.10.3 Update dependency https://github.com/argoproj/argo-cd.git to v2.10.4 Mar 18, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from 72f1f57 to 61a4cc4 Compare March 28, 2024 13:50
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.10.4 Update dependency https://github.com/argoproj/argo-cd.git to v2.10.5 Mar 28, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from 61a4cc4 to 068561d Compare April 5, 2024 04:07
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.10.5 Update dependency https://github.com/argoproj/argo-cd.git to v2.10.6 Apr 5, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from 068561d to 59f08ff Compare April 15, 2024 12:10
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.10.6 Update dependency https://github.com/argoproj/argo-cd.git to v2.10.7 Apr 15, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from 59f08ff to b4489b1 Compare April 26, 2024 13:24
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.10.7 Update dependency https://github.com/argoproj/argo-cd.git to v2.10.8 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from b4489b1 to 3638e20 Compare April 30, 2024 15:52
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.10.8 Update dependency https://github.com/argoproj/argo-cd.git to v2.10.9 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from 3638e20 to cb2d503 Compare May 7, 2024 16:30
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.11.1 Update dependency https://github.com/argoproj/argo-cd.git to v2.11.2 May 23, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from 212956b to 3866efb Compare June 6, 2024 10:14
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.11.2 Update dependency https://github.com/argoproj/argo-cd.git to v2.11.3 Jun 6, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from 3866efb to edced8e Compare July 2, 2024 21:35
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.11.3 Update dependency https://github.com/argoproj/argo-cd.git to v2.11.4 Jul 2, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from edced8e to 94429ed Compare July 15, 2024 19:09
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.11.4 Update dependency https://github.com/argoproj/argo-cd.git to v2.11.5 Jul 15, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from 94429ed to eb9470b Compare July 22, 2024 15:12
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.11.5 Update dependency https://github.com/argoproj/argo-cd.git to v2.11.6 Jul 22, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from eb9470b to 222c8c7 Compare July 24, 2024 14:33
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.11.6 Update dependency https://github.com/argoproj/argo-cd.git to v2.11.7 Jul 24, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from 222c8c7 to fa61bf3 Compare August 5, 2024 15:46
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.11.7 Update dependency https://github.com/argoproj/argo-cd.git to v2.12.0 Aug 5, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from fa61bf3 to 06da7a5 Compare August 16, 2024 19:06
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.12.0 Update dependency https://github.com/argoproj/argo-cd.git to v2.12.1 Aug 16, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from 06da7a5 to 8b462de Compare August 23, 2024 04:53
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.12.1 Update dependency https://github.com/argoproj/argo-cd.git to v2.12.2 Aug 23, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from 8b462de to d498892 Compare August 27, 2024 12:10
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.12.2 Update dependency https://github.com/argoproj/argo-cd.git to v2.12.3 Aug 27, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from d498892 to 50d7268 Compare September 16, 2024 07:48
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.12.3 Update dependency https://github.com/argoproj/argo-cd.git to v2.13.0 Sep 16, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from 50d7268 to 9f786d1 Compare September 16, 2024 10:59
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.13.0 Update dependency https://github.com/argoproj/argo-cd.git to v2.12.3 Sep 16, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from 9f786d1 to f019d66 Compare September 26, 2024 06:57
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.12.3 Update dependency https://github.com/argoproj/argo-cd.git to v2.12.4 Sep 26, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from f019d66 to 6c3a5d1 Compare October 17, 2024 23:33
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.12.4 Update dependency https://github.com/argoproj/argo-cd.git to v2.12.5 Oct 17, 2024
@renovate renovate bot force-pushed the renovate/https-github.com-argoproj-argo-cd.git-2.x branch from 6c3a5d1 to e8de75c Compare October 18, 2024 18:23
@renovate renovate bot changed the title Update dependency https://github.com/argoproj/argo-cd.git to v2.12.5 Update dependency https://github.com/argoproj/argo-cd.git to v2.12.6 Oct 18, 2024
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