Skip to content

Commit 91ee430

Browse files
authored
Merge pull request #482 from fluxcd/release-v0.31.1
Release v0.31.1
2 parents 9be9a83 + cb9938f commit 91ee430

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

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+
317
## 0.31.0
418

519
**Release date:** 2023-12-08

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-reflector-controller
77
newName: fluxcd/image-reflector-controller
8-
newTag: v0.31.0
8+
newTag: v0.31.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/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
99
github.com/Masterminds/semver/v3 v3.2.1
1010
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
1212
github.com/fluxcd/pkg/apis/acl v0.1.0
1313
github.com/fluxcd/pkg/apis/event v0.6.0
1414
github.com/fluxcd/pkg/apis/meta v1.2.0

0 commit comments

Comments
 (0)