Skip to content

Commit d293394

Browse files
authored
Merge pull request #249 from fluxcd/release-v0.16.0
2 parents b8e78cf + 96d5726 commit d293394

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 0.16.0
4+
5+
**Release date:** 2021-10-28
6+
7+
This prerelease finalizes the improvements around the `libgit2` C library.
8+
Users who noticed a memory increase after upgrading to `v0.15.0` are highly
9+
encouraged to update to this new version as soon as possible, as this release
10+
stabilizes it again.
11+
12+
In addition, [support for sprig functions](https://github.com/fluxcd/image-automation-controller/blob/v0.16.0/docs/spec/v1beta1/imageupdateautomations.md#commit-message-with-template-functions)
13+
has been added in this release; allowing for more complex manipulations and
14+
transformations of the commit message.
15+
16+
Improvements:
17+
* Add support for the sprig functions library
18+
[#223](https://github.com/fluxcd/image-automation-controller/pull/223)
19+
* controllers: use new `git` contract
20+
[#239](https://github.com/fluxcd/image-automation-controller/pull/239)
21+
322
## 0.15.0
423

524
**Release date:** 2021-10-08

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/image-automation-controller
77
newName: fluxcd/image-automation-controller
8-
newTag: v0.15.0
8+
newTag: v0.16.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.15.0
11+
github.com/fluxcd/image-automation-controller/api v0.16.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

0 commit comments

Comments
 (0)