File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.31.1
4
+
5
+ ** Release date:** 2023-12-11
6
+
7
+ This prerelease comes with updates to AWS dependencies to fix an issue with ECR authentication.
8
+
9
+ In addition, the container base image was updated to Alpine 3.19.
10
+
11
+ Improvements:
12
+ - build: update Alpine to 3.19
13
+ [ #480 ] ( https://github.com/fluxcd/image-reflector-controller/pull/480 )
14
+ - Update dependencies
15
+ [ #481 ] ( https://github.com/fluxcd/image-reflector-controller/pull/481 )
16
+
3
17
## 0.31.0
4
18
5
19
** Release date:** 2023-12-08
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : fluxcd/image-reflector-controller
7
7
newName : fluxcd/image-reflector-controller
8
- newTag : v0.31.0
8
+ newTag : v0.31.1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
9
9
github.com/Masterminds/semver/v3 v3.2.1
10
10
github.com/dgraph-io/badger/v3 v3.2103.5
11
- github.com/fluxcd/image-reflector-controller/api v0.31.0
11
+ github.com/fluxcd/image-reflector-controller/api v0.31.1
12
12
github.com/fluxcd/pkg/apis/acl v0.1.0
13
13
github.com/fluxcd/pkg/apis/event v0.6.0
14
14
github.com/fluxcd/pkg/apis/meta v1.2.0
You can’t perform that action at this time.
0 commit comments