File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.17.0
4+
5+ ** Release date:** 2021-11-09
6+
7+ This prerelease comes with improvements to alerting.
8+ The controller no longer emits events when no updates were made to the upstream Git repository.
9+ After a successful Git push, the controller emits an event that contains the commit message.
10+
11+ Improvements:
12+ * Add the commit message to the event body
13+ [ #259 ] ( https://github.com/fluxcd/image-automation-controller/pull/259 )
14+
15+ Fixes:
16+ * Fix unhandled error in signing key retrieval
17+ [ #258 ] ( https://github.com/fluxcd/image-automation-controller/pull/258 )
18+ * Use strings.TrimRight to determine image name
19+ [ #257 ] ( https://github.com/fluxcd/image-automation-controller/pull/257 )
20+
321## 0.16.1
422
523** Release date:** 2021-11-04
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66- name : fluxcd/image-automation-controller
77 newName : fluxcd/image-automation-controller
8- newTag : v0.16.1
8+ newTag : v0.17.0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/Masterminds/sprig/v3 v3.2.2
99 github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
1010 github.com/cyphar/filepath-securejoin v0.2.2
11- github.com/fluxcd/image-automation-controller/api v0.16.1
11+ github.com/fluxcd/image-automation-controller/api v0.17.0
1212 // If you bump this, change REFLECTOR_VER in the Makefile to match
1313 github.com/fluxcd/image-reflector-controller/api v0.12.0
1414 github.com/fluxcd/pkg/apis/meta v0.10.1
You can’t perform that action at this time.
0 commit comments