Skip to content

Commit b8f6d3d

Browse files
authored
Merge pull request #234 from fluxcd/release-v0.15.0
Release v0.15.0
2 parents 5546bcc + c8e751f commit b8f6d3d

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

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

3+
## 0.15.0
4+
5+
**Release date:** 2021-10-08
6+
7+
This prerelease improves the configuration of the `libgit2` C library, solving
8+
most issues around private key formats (e.g. PKCS#8 and ED25519) by ensuring
9+
it is linked against OpenSSL and LibSSH2.
10+
11+
Improvements:
12+
* Update github.com/libgit2/git2go to v31.6.1
13+
[#222](https://github.com/fluxcd/image-automation-controller/pull/222)
14+
* Use pkg/runtime consts for log levels
15+
[#232](https://github.com/fluxcd/image-automation-controller/pull/232)
16+
* Update fluxcd/image-reflector-controller to v0.12.0
17+
[#233](https://github.com/fluxcd/image-automation-controller/pull/233)
18+
19+
Fixes:
20+
* Provide a sample of v1beta1 ImageUpdateAutomation
21+
[#219](https://github.com/fluxcd/image-automation-controller/pull/219)
22+
* Fix nil-dereference in controller
23+
[#224](https://github.com/fluxcd/image-automation-controller/pull/224)
24+
325
## 0.14.1
426

527
**Release date:** 2021-08-05

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.14.1
8+
newTag: v0.15.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/fluxcd/image-automation-controller/api => ./api
77
require (
88
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
99
github.com/cyphar/filepath-securejoin v0.2.2
10-
github.com/fluxcd/image-automation-controller/api v0.14.1
10+
github.com/fluxcd/image-automation-controller/api v0.15.0
1111
// If you bump this, change REFLECTOR_VER in the Makefile to match
1212
github.com/fluxcd/image-reflector-controller/api v0.12.0
1313
github.com/fluxcd/pkg/apis/meta v0.10.1

0 commit comments

Comments
 (0)