Skip to content

Commit 76f8c4b

Browse files
authored
Merge pull request #341 from fluxcd/release-v0.21.3
Release v0.21.3
2 parents e9e2bfc + 544e67f commit 76f8c4b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## 0.21.3
4+
5+
**Release date:** 2022-03-30
6+
7+
This prerelease comes with general stability improvements in the libgit2
8+
experimental management transport and updates various dependencies to their
9+
latest versions.
10+
11+
Improvements:
12+
- Update dependencies
13+
[#340](https://github.com/fluxcd/image-automation-controller/pull/340)
14+
315
## 0.21.2
416

517
**Release date:** 2022-03-28

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.21.2
8+
newTag: v0.21.3

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-20220113124808-70ae35bab23f
1010
github.com/cyphar/filepath-securejoin v0.2.3
11-
github.com/fluxcd/image-automation-controller/api v0.21.2
11+
github.com/fluxcd/image-automation-controller/api v0.21.3
1212
// If you bump this, change REFLECTOR_VER in the Makefile to match
1313
github.com/fluxcd/image-reflector-controller/api v0.17.1
1414
github.com/fluxcd/pkg/apis/acl v0.0.3

0 commit comments

Comments
 (0)