Skip to content

Releases: argoproj/argo-cd

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

v0.4.0-alpha1

11 May 23:59
d1c7c4f
Compare
Choose a tag to compare
v0.4.0-alpha1 Pre-release
Pre-release
Issue #187 - implement `argo settings install` command (#193)

v0.3.2

03 May 18:25
Compare
Choose a tag to compare
  • 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

24 Apr 23:32
7d08ab4
Compare
Choose a tag to compare
  • 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

23 Apr 08:29
8a28511
Compare
Choose a tag to compare
  • 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

03 Apr 18:19
59dbe8d
Compare
Choose a tag to compare
  • Bug fixes
  • Rollback UI
  • Override parameters

v0.1.0

13 Mar 00:38
Compare
Choose a tag to compare
  • 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