You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Changelog
2
2
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
0 commit comments