Skip to content

Releases: argoproj/argo-cd

v0.5.1

13 Jun 21:46
Compare
Choose a tag to compare
  • API server incorrectly compose application fully qualified name for RBAC check (#283)
  • UI crash while rendering application operation info if operation failed

v0.5.0

12 Jun 20:39
df0e2e4
Compare
Choose a tag to compare
  • RBAC access control
  • Repository/Cluster state monitoring
  • ArgoCD settings import/export
  • Application creation UI wizard
  • argocd app manifests for printing the application manifests
  • argocd 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

07 Jun 18:37
Compare
Choose a tag to compare
  • Fix argocd app wait health checking logic

v0.4.6

06 Jun 18:12
cf37769
Compare
Choose a tag to compare
  • Retry argocd app wait connection errors from EOF watch. Show detailed state changes

v0.4.5

31 May 10:29
3acca50
Compare
Choose a tag to compare
  • Add argocd app unset command to unset parameter overrides
  • Cookie token was not parsed properly when mixed with other site cookies

v0.4.4

30 May 23:40
5452aff
Compare
Choose a tag to compare
  • 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

21 May 22:38
89bf4ea
Compare
Choose a tag to compare
  • Move local branch deletion as part of git Reset() (resolves #185) (#222)
  • Fix exit code for app wait (#219)

v0.4.2

21 May 08:25
4e470aa
Compare
Choose a tag to compare
  • 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

18 May 20:40
ac0f623
Compare
Choose a tag to compare
  • Implemented argocd app wait command

v0.4.0

17 May 09:55
9c0daeb
Compare
Choose a tag to compare

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