chore(deps): update dependency argoproj/argo-cd to v2.1.7
This MR contains the following updates:
Package | Update | Change |
---|---|---|
argoproj/argo-cd | patch |
v2.1.3 -> v2.1.7
|
Release Notes
argoproj/argo-cd
v2.1.7
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.1.7/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.1.7/manifests/ha/install.yaml
Bug Fixes
- Fix: Kuberenetes manifest to have new Github.com ssh known host keys for ArgoCD deployments (#7722)
v2.1.6
- fix: don't use revision caching during app creation (#7508)
- fix: supporting OCI dependencies. Fixes #6062 (#6994)
v2.1.5
- fix: Invalid memory address or nil pointer dereference in processRequestedAppOperation (#7501)
v2.1.4
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.