Releases: argoproj/argo-cd
Releases · argoproj/argo-cd
v0.4.5
- Add
argocd app unset
command to unset parameter overrides
- Cookie token was not parsed properly when mixed with other site cookies
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
v0.4.3
- Move local branch deletion as part of git Reset() (resolves #185) (#222)
- Fix exit code for app wait (#219)
v0.4.2
- Remove interactive context name prompt during login which broke login automation
- Show URL in argocd app get
- Rename force flag to cascade in argocd app delete
v0.4.1
- Implemented
argocd app wait
command
v0.4.0
v0.4.0 (2018-05-17)
- SSO Integration
- GitHub Webhook
- Add application health status
- Sync/Rollback/Delete is asynchronously handled by controller
- Refactor CRUD operation on clusters and repos
- Sync will always perform kubectl apply
- Synced Status considers last-applied-configuration annotatoin
- Server & namespace are mandatory fields (still inferred from app.yaml)
- Manifests are memoized in repo server
- Fix connection timeouts to SSH repos
v0.4.0-alpha1
Issue #187 - implement `argo settings install` command (#193)
v0.3.2
- Application sync should delete 'unexpected' resources #139
- Update ksonnet to v0.10.1
- Detect
unexpected
resources
- Fix: App sync frequently fails due to concurrent app modification #147
- Fix: improve app state comparator: #136, #132
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