Releases: argoproj/argo-cd
Releases · argoproj/argo-cd
v0.5.2
v0.5.1
v0.5.0
- RBAC access control
- Repository/Cluster state monitoring
- ArgoCD settings import/export
- Application creation UI wizard
argocd app manifests
for printing the application manifestsargocd app unset
command to unset parameter overrides
- Fail app sync if
prune
flag is required (#276) - Take into account number of unavailable replicas to decided if deployment is healthy or not #270
- Repo names containing underscores were not being accepted (#258)
- Cookie token was not parsed properly when mixed with other site cookies
- Add ability to show parameters and overrides in CLI (resolves #240)
v0.4.7
v0.4.6
v0.4.5
v0.4.4
- Add ability to show parameters and overrides in CLI (resolves #240)
- Add Events API endpoint
- Issue #238 - add upsert flag to 'argocd app create' command
- Add repo browsing endpoint (#229)
- Support subscribing to settings updates and auto-restart of dex and API server
- Issue #233 - Controller does not persist rollback operation result
- App sync frequently fails due to concurrent app modification