Skip to content

Commit 30f2689

Browse files
authored
Merge pull request #289 from fluxcd/release-v0.19.0
Release v0.19.0
2 parents 7991d73 + fe703fc commit 30f2689

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

CHANGELOG.md

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

3+
## 0.19.0
4+
5+
**Release date:** 2022-01-07
6+
7+
This prerelease comes with an update to the Kubernetes and controller-runtime dependencies
8+
to align them with the Kubernetes 1.23 release.
9+
10+
In addition, the controller is now built with Go 1.17.
11+
12+
Improvements:
13+
* Update Go to v1.17
14+
[#248](https://github.com/fluxcd/image-automation-controller/pull/248)
15+
* Log the error when removing the working dir fails
16+
[#287](https://github.com/fluxcd/image-automation-controller/pull/287)
17+
18+
Fixes:
19+
* Fix potentially broken support for macOS
20+
[#278](https://github.com/fluxcd/image-automation-controller/pull/278)
21+
* Move Path check into switch case
22+
[#284](https://github.com/fluxcd/image-automation-controller/pull/284)
23+
324
## 0.18.0
425

526
**Release date:** 2021-11-23

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ followed using any other package manager, e.g. `apt`.
7575
## How to run the test suite
7676

7777
Prerequisites:
78-
* go >= 1.16
78+
* go >= 1.17
7979
* kubebuilder >= 2.3
8080
* kustomize >= 3.1
8181

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.18.0
8+
newTag: v0.19.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.18.0
11+
github.com/fluxcd/image-automation-controller/api v0.19.0
1212
// If you bump this, change REFLECTOR_VER in the Makefile to match
1313
github.com/fluxcd/image-reflector-controller/api v0.15.0
1414
github.com/fluxcd/pkg/apis/meta v0.10.2

0 commit comments

Comments
 (0)