Releases: argoproj/argo-cd
Releases · argoproj/argo-cd
v0.3.1
- Add new rollback RPC with numeric identifiers
- New
argo app history
and argo app rollback
command
- Switch to gogo/protobuf for golang code generation
- Fix: create .argocd directory during
argo login
(issue #123)
- Fix: Allow overriding server or namespace separately (issue #110)
v0.3.0
- Auth support
- TLS support
- DAG-based application view
- Bulk watch
- ksonnet v0.10.0-alpha.3
- kubectl apply deployment strategy
- CLI improvements for app management
v0.2.0
- Bug fixes
- Rollback UI
- Override parameters
v0.1.0
- Define app in Github with dev and preprod environment using KSonnet
- Add cluster Diff App with a cluster Deploy app in a cluster
- Deploy a new version of the app in the cluster
- App sync based on Github app config change - polling only
- Basic UI: App diff between Git and k8s cluster for all environments Basic GUI