Skip to content

Commit

Permalink
Merge pull request #301 from fluxcd/release-v0.19.5
Browse files Browse the repository at this point in the history
Release v0.20.0
  • Loading branch information
Paulo Gomes authored Aug 9, 2022
2 parents e49430a + 1bff54d commit 4643771
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## 0.20.0

**Release date:** 2022-08-08

This prerelease replaces the cloud provider registry auto-login code with the
new [github.com/fluxcd/pkg/oci](https://pkg.go.dev/github.com/fluxcd/pkg/oci)
package. It also comes with some minor improvements and updates dependencies to
their latest versions.

Improvements:
- tests: Move common provider helpers to tftestenv
[#288](https://github.com/fluxcd/image-reflector-controller/pull/288)
- tests/integration: Use terraform modules and test-infra/tftestenv
[#292](https://github.com/fluxcd/image-reflector-controller/pull/292)
- Use fluxcd/pkg/oci
[#293](https://github.com/fluxcd/image-reflector-controller/pull/293)
- Update pkg/oci to v0.2.0
[#295](https://github.com/fluxcd/image-reflector-controller/pull/295)
- Add flags to configure exponential back-off retry
[#297](https://github.com/fluxcd/image-reflector-controller/pull/297)
- Update dependencies
[#298](https://github.com/fluxcd/image-reflector-controller/pull/298)
- Skip error policy reconciliation if no tags are found
[#300](https://github.com/fluxcd/image-reflector-controller/pull/300)

## 0.19.4

**Release date:** 2022-07-26
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.19.4
newTag: v0.20.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/fluxcd/image-reflector-controller/api => ./api
require (
github.com/Masterminds/semver/v3 v3.1.1
github.com/dgraph-io/badger/v3 v3.2103.2
github.com/fluxcd/image-reflector-controller/api v0.19.4
github.com/fluxcd/image-reflector-controller/api v0.20.0
github.com/fluxcd/pkg/apis/acl v0.0.3
github.com/fluxcd/pkg/apis/meta v0.14.2
github.com/fluxcd/pkg/oci v0.3.0
Expand Down

0 comments on commit 4643771

Please sign in to comment.