summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorjannfis <jann@mistrust.net>2020-08-10 20:41:26 +0200
committerGitHub <noreply@github.com>2020-08-10 20:41:26 +0200
commit69358a4469698d01b1330b0364b440c5dac5a6ae (patch)
tree04776bf7e33dfb9f73a0f062f050b484756b1614 /CHANGELOG.md
parenteb0b8e71955748b5176bf3a063517be3de535718 (diff)
chore: Bump version after release v0.3.0 (#30)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0573b52..688bc83 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,16 @@ handling on your side.
### Upgrade notes (no really, you MUST read this)
+### Bug fixes
+
+### New features
+
+### Other changes
+
+## 2020-08-10 - Release v0.3.0
+
+### 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
* **Attention:** Helm annotation names have changed from `<image_alias>.image-{name,tag,spec}` to `<image_alias>.helm.image-{name,tag,spec}`
* Specifying target image name for Kustomize applications now require their own annotation, the image alias is not re-used for this anymore