Skip to content

Commit

Permalink
Merge pull request #482 from fluxcd/release-v0.31.1
Browse files Browse the repository at this point in the history
Release v0.31.1
  • Loading branch information
stefanprodan authored Dec 11, 2023
2 parents 9be9a83 + cb9938f commit 91ee430
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.31.1

**Release date:** 2023-12-11

This prerelease comes with updates to AWS dependencies to fix an issue with ECR authentication.

In addition, the container base image was updated to Alpine 3.19.

Improvements:
- build: update Alpine to 3.19
[#480](https://github.com/fluxcd/image-reflector-controller/pull/480)
- Update dependencies
[#481](https://github.com/fluxcd/image-reflector-controller/pull/481)

## 0.31.0

**Release date:** 2023-12-08
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/image-reflector-controller
newName: fluxcd/image-reflector-controller
newTag: v0.31.0
newTag: v0.31.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
github.com/Masterminds/semver/v3 v3.2.1
github.com/dgraph-io/badger/v3 v3.2103.5
github.com/fluxcd/image-reflector-controller/api v0.31.0
github.com/fluxcd/image-reflector-controller/api v0.31.1
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.6.0
github.com/fluxcd/pkg/apis/meta v1.2.0
Expand Down

0 comments on commit 91ee430

Please sign in to comment.