chore(deps): update dependency argoproj/argo-cd to v2.2.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
argoproj/argo-cd | Kustomization | patch |
v2.2.1 -> v2.2.2
|
Release Notes
argoproj/argo-cd
v2.2.2
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.2.2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.2.2/manifests/ha/install.yaml
Bug Fixes
- fix: issue with project scoped resources (#8048)
- fix: escape proj in regex (#7985)
- fix: Default value for retry validation #8055 (#8064)
- fix: sync window panel is crashed if resource name not contain letters (#8053)
- fix: upgrade github.com/argoproj/gitops-engine to v0.5.2
- fix: retry disabled text (#8004)
- fix: Opening app details shows UI error on some apps (#8016) (#8019)
- fix: correctly handle project field during partial cluster update (#7994)
- fix: Cluster API does not support updating labels and annotations (#7901)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.