Release v0.17.1

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals 2021-11-11 14:45:56 +01:00
parent 53f63156e7
commit 55d91d47a9
3 changed files with 13 additions and 2 deletions

View File

@ -1,5 +1,16 @@
# Changelog
## 0.17.1
**Release date:** 2021-11-11
This prerelease comes with a bug fix to the image setter, ensuring it does not
accidentally replace a valid image reference with an invalid one.
Fixes:
* Replace strings.TrimRight with strings.TrimSuffix
[#262](https://github.com/fluxcd/image-automation-controller/pull/262)
## 0.17.0
**Release date:** 2021-11-09

View File

@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/image-automation-controller
newName: fluxcd/image-automation-controller
newTag: v0.17.0
newTag: v0.17.1

2
go.mod
View File

@ -8,7 +8,7 @@ require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
github.com/cyphar/filepath-securejoin v0.2.2
github.com/fluxcd/image-automation-controller/api v0.17.0
github.com/fluxcd/image-automation-controller/api v0.17.1
// If you bump this, change REFLECTOR_VER in the Makefile to match
github.com/fluxcd/image-reflector-controller/api v0.12.0
github.com/fluxcd/pkg/apis/meta v0.10.1