diff options
| -rw-r--r-- | CHANGELOG.md | 10 | ||||
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | pkg/version/version.go | 2 |
3 files changed, 12 insertions, 2 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 @@ -1 +1 @@ -0.3.0 +0.4.0 diff --git a/pkg/version/version.go b/pkg/version/version.go index f6bc4ef..d00c4c1 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -4,7 +4,7 @@ import "fmt" const ( majorVersion = "0" - minorVersion = "2" + minorVersion = "4" patchVersion = "0" preReleaseString = "master" ) |
