v1.0.0-rc3
Pre-release
Pre-release
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v1.0.0-rc3/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v1.0.0-rc3/manifests/ha/install.yaml
Changes since v1.0.0-rc2
- Can't ignore a non-existent pointer anymore (#1586)
- SSH URLs support is partially broken (#1596)
- Bad external URL link
https://%!s(<nil>)
(#1590) - Impossible to sync to HEAD from UI if auto-sync is enabled (#1579)
- Application controller is unable to delete self-referenced app (#1570)
- Prevent reconciliation loop for self-managed apps (#1533)
- Controller incorrectly report health state of self managed application (#1557)
- Fix kustomize manifest generation crash is manifest has image without version (#1540)
- Fix hardcoded 'git' user in
util/git.NewClient
(#1555) - Fix UI Crash is app never been reconciled (#1589)
- Network view crashes if any filter is set (#1563)