nearform / initium-platform

A set of Kubernetes add-ons with optimal configuration and test coverage to create a day zero platform for your code
https://initium.nearform.com
Other
16 stars 3 forks source link

ci(deps): update dependency argocd to v2.9.2 #251

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 12 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Update Change
argocd patch 2.9.0 -> 2.9.2

Release Notes

argoproj/argo-cd (argocd) ### [`v2.9.2`](https://togithub.com/argoproj/argo-cd/compare/v2.9.1...v2.9.2) [Compare Source](https://togithub.com/argoproj/argo-cd/compare/v2.9.1...v2.9.2) ### [`v2.9.1`](https://togithub.com/argoproj/argo-cd/releases/tag/v2.9.1) [Compare Source](https://togithub.com/argoproj/argo-cd/compare/v2.9.0...v2.9.1) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.1/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.9.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 - feat(appset): fromYaml, fromYamlArray toYaml functions (cherry-pick [#​15063](https://togithub.com/argoproj/argo-cd/issues/15063)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/argoproj/argo-cd/pull/16289](https://togithub.com/argoproj/argo-cd/pull/16289) - fix: check for double definition (cherry-pick [#​15670](https://togithub.com/argoproj/argo-cd/issues/15670)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/argoproj/argo-cd/pull/16271](https://togithub.com/argoproj/argo-cd/pull/16271) - fix(appset): ignoreApplicationDifferences not working ([#​15965](https://togithub.com/argoproj/argo-cd/issues/15965)) by [@​ishitasequeira](https://togithub.com/ishitasequeira) in [https://github.com/argoproj/argo-cd/pull/16299](https://togithub.com/argoproj/argo-cd/pull/16299) - Bump version to 2.9.1 on release-2.9 branch by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/argoproj/argo-cd/pull/16325](https://togithub.com/argoproj/argo-cd/pull/16325) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.9.0...v2.9.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



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