chore(deps): update dependency argoproj/argo-cd to v2.0.5
This MR contains the following updates:
Package | Update | Change |
---|---|---|
argoproj/argo-cd | patch |
v2.0.4 -> v2.0.5
|
Release Notes
argoproj/argo-cd
v2.0.5
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.0.5/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.0.5/manifests/ha/install.yaml
Bug Fixes
- fix: allow argocd-notification ingress to repo-server (#6746)
- fix: argocd-server crashes due to nil pointer dereference (#6757)
- fix: WebUI failure when loading pod view 't.parentRefs is undefined' (#6490) (#6535)
- fix: prevent 'cannot read property "filter" of undefined' during nodes filtering (#6453)
- fix: download Pod Logs button not honouring argocd-server rootpath (#6548) (#6627)
- fix: Version warning banner in docs (#6682)
- fix: upgrade gitops engine to fix workflow health check
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.