Skip to content

Commit 4a64452

Browse files
authored
Merge pull request #360 from fluxcd/release-v0.22.1
2 parents 5520db9 + 7f68bef commit 4a64452

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## 0.22.1
4+
5+
**Release date:** 2022-05-03
6+
7+
This prerelease comes with dependency updates, including an update of
8+
`image-reflector-controller` to `v0.18.0`.
9+
10+
Improvements:
11+
- Update dependencies
12+
[#359](https://github.com/fluxcd/image-automation-controller/pull/359)
13+
14+
Other notable changes:
15+
- Rewrite all the tests to testenv with gomega
16+
[#356](https://github.com/fluxcd/image-automation-controller/pull/356)
17+
318
## 0.22.0
419

520
**Release date:** 2022-04-19

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.22.0
8+
newTag: v0.22.1

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-20220407094043-a94812496cf5
1010
github.com/cyphar/filepath-securejoin v0.2.3
11-
github.com/fluxcd/image-automation-controller/api v0.22.0
11+
github.com/fluxcd/image-automation-controller/api v0.22.1
1212
github.com/fluxcd/image-reflector-controller/api v0.18.0
1313
github.com/fluxcd/pkg/apis/acl v0.0.3
1414
github.com/fluxcd/pkg/apis/meta v0.13.0

0 commit comments

Comments
 (0)