Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.0.4/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.0.4/manifests/ha/install.yaml
Bug Fixes
- fix: typo in networkPolicy definition in manifests (#6532)
- fix: Update redis to 6.2.4 (#6475)
- fix: allows access to dex metrics from any pod (#6420)
- fix: add client side retry to prevent 'transport is closing' errors (#6402)
- fix: Update documentation Argocd app CRD health with app of apps (#6281)
- fix(ui): Crash on application pod view (#6384)
- chore: pin mkdocs version to fix docs build (#6421)
- chore: regenerate manifests using codegen (#6422)
- refactor: use RLock and RUnlock for project to improve performance (#6225)
- chore: Update Golang to v1.16.4 (#6358)