Skip to content

Tags: dominikbraun/argo-cd

Tags

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

v0.4.0-alpha1

Toggle v0.4.0-alpha1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue argoproj#187 - implement `argo settings install` command (argop…

…roj#193)

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was signed with the committer’s verified signature.
jessesuen Jesse Suen
Revert change to redact credentials since logic is reused by controller

v0.3.2

Toggle v0.3.2's commit message
Fix compilation error

v0.3.1

Toggle v0.3.1's commit message

Verified

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

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jessesuen Jesse Suen
Enable auth by default. Decrease app resync period from 10m to 3m

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Maintain list of recent deployments in app CRD (argoproj#59)

v0.1.0

Toggle v0.1.0's commit message
Add more details to CONTRIBUTING.md. Describe how to run argo-cd locally