diff options
| author | jannfis <jann@mistrust.net> | 2020-08-07 10:07:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-07 10:07:26 +0200 |
| commit | bcb9322b9916d88ec01468a6e4b9b0bbca23c21f (patch) | |
| tree | a1e202f698843515ef4ee3c3c254ea7b36a408ff /CHANGELOG.md | |
| parent | 601e3685018f4f54aa53de100a37f939b50910eb (diff) | |
enhancement: Provide new "run" and "version" commands to the CLI (#14)
* enhancement: Provide new "run" and "version" commands to the CLI
* Also update new usage in the docs
* Also update manifests
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 208d812..ccd63c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,17 @@ handling on your side. ### Upgrade notes (no really, you MUST read this) +* Syntax change for running: `argocd-image-updater run [flags]` instead of `argocd-image-updater [flags]` has now to be used + ### Bug fixes ### New features ### Other changes +* refactor: Change run behaviour by providing `run` and `version` commands +* enhancement: Provide a `version` command to print out version information + ## 2020-08-06 - Release v0.2.0 ### Upgrade notes (no really, you MUST read this) |
