Skip to content

Tags: dominicqi/argo-cd

Tags

v0.5.1

Toggle v0.5.1's commit message
Update version to v0.5.1

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fail app sync if `prune` flag is required (argoproj#276)

* Add status field to resource details

* Update generated code

* Set up const message responses

* Check number of resources requiring pruning

* Fix imports

* Use string, thanks @alexmt

* Update generated code

v0.4.7

Toggle v0.4.7's commit message
Take into account number of unavailable replicas to decided if deploy…

…ment is healthy or not (argoproj#270)

* Take into account number of unavailable replicas to decided if deployment is healthy or not

* Run one controller for all e2e tests to reduce tests duration

* Apply reviewer notes: use logic from kubectl/rollout_status.go to check deployment health

v0.4.6

Toggle v0.4.6's commit message

Verified

This commit was signed with the committer’s verified signature.
jessesuen Jesse Suen
Retry `argocd app wait` connection errors from EOF watch. Show detail…

…ed state changes

v0.4.5

Toggle v0.4.5's commit message

Verified

This commit was signed with the committer’s verified signature.
jessesuen Jesse Suen
Add `argocd app unset` command to unset parameter overrides. Bump ver…

…sion to v0.4.5

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ability to show parameters and overrides in CLI (resolves argopro…

…j#240) (argoproj#247)

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was signed with the committer’s verified signature.
jessesuen Jesse Suen
Bump version to 0.4.3

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove context name prompt during login. (argoproj#218)

* Show URL in argocd app get
* Rename force flag to cascade in argocd app delete
* Remove interactive context name prompt during login which broke login automation
* Rename apiclient.ServerClient to Client

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `argocd app wait` command (argoproj#216)

* Update CLI, server for wait request

* Update generated code

* Remove generated code

* Add timeout function, and use it

* Get first working prototype

* Properly fail and print success/fail messages

* Add missing reference pointer

* Remove unreachable code

* Show current state of all checks

* Print atypical health output status now

* Update short command description, thanks @jessesuen

* Use server-side watch command

* Use watch API

* Clean up wait function to use new API better

* Rm unused const, satisfy linter on caps names

* Rename channel and set direction

* Add infinite timeout by default

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jessesuen Jesse Suen
Fix diff falsely reporting OutOfSync due to namespace/annotation defa…

…ulting