Releases: argoproj/argo-cd
Releases · argoproj/argo-cd
v0.7.1
Changes from v0.7.0
Features:
- Surface helm parameters to the application level (#485)
- [UI] Improve application creation wizard (#459)
- [UI] Show indicator when refresh is still in progress (#493)
Refactoring and improvements:
- [UI] Improve data loading error notification (#446)
- Infer username from claims during an
argocd relogin
(#475) - Expand RBAC role to be able to create application events. Fix username claims extraction
- Fix linux download link in getting_started.md (#487) (@chocopowwwa)
Bug Fixes
v0.7.0
New Features:
- Support helm charts and yaml directories as an application source
- Audit trails in the form of API call logs
- Generate kubernetes events for application state changes
- Add ksonnet version to version endpoint (#433)
- Show CLI progress for sync and rollback
- Make use of dex refresh tokens and store them into local config
- Add
argocd relogin
command as a convenience around login to current context
Refactoring & Improvements
- Expire local superuser tokens when their password changes
Bug Fixes:
- Fix saving default connection status for repos and clusters
- Fix undesired fail-fast behavior of health check
- Fix memory leak in the cluster resource watch
- Health check for StatefulSets, DaemonSet, and ReplicaSets were failing due to use of wrong converters
v0.6.2
v0.6.1
v0.6.0
Features:
- Support PreSync, Sync, PostSync resource hooks
- Introduce Application Projects for finer grain RBAC controls
- Swagger Docs & UI
- Support in-cluster deployments internal kubernetes service name
Refactoring & Improvements
- Improved error handling, status and condition reporting
- Remove installer in favor of
kubectl apply
instructions - Add validation when setting application parameters
- Cascade deletion is decided during app deletion, instead of app creation
Bug Fixes:
- Fix git authentication implementation when using using SSH key
- app-name label was inadvertently injected into spec.selector if selector was omitted from v1beta1 specs
v0.5.4
v0.5.3
- Support cluster management using the internal k8s API address https://kubernetes.default.svc (#307)
- Support diffing a local ksonnet app to the live application state (resolves #239) (#298)
- Add ability to show last operation result in
app get
. Show path inapp list -o wide
(#297) - Update dependencies: ksonnet v0.11, golang v1.10, debian v9.4 (#296)
- Add ability to force a refresh of an app during get (resolves #269) (#293)
- Automatically restart API server upon certificate changes (#292)
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)