Skip to content

Commit

Permalink
Merge pull request #419 from fluxcd/release-v0.29.1
Browse files Browse the repository at this point in the history
Release v0.29.1
  • Loading branch information
stefanprodan authored Jul 10, 2023
2 parents e2da364 + 782c0e1 commit cc43c0a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.29.1

**Release date:** 2023-07-10

This is a patch release that fixes the AWS authentication for cross-region ECR repositories.

Fixes:
- Update `fluxcd/pkg/oci` to fix ECR cross-region auth
[#417](https://github.com/fluxcd/image-reflector-controller/pull/417)

## 0.29.0

**Release date:** 2023-07-04
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.29.0
newTag: v0.29.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-20230106234847-43070de90fa1
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.29.0
github.com/fluxcd/image-reflector-controller/api v0.29.1
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.5.1
github.com/fluxcd/pkg/apis/meta v1.1.1
Expand Down

0 comments on commit cc43c0a

Please sign in to comment.