Skip to content

Commit

Permalink
Merge pull request #239 from fluxcd/release-v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco authored Mar 21, 2022
2 parents e1dff7d + e3a4739 commit 04689f7
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## 0.17.0

**Release date:** 2022-03-21

This prerelease updates various dependencies to their latest versions, thereby
eliminating at least 13 OSVs, and preparing the code base for more standardized
controller runtime operations.

In addition, the Azure Scope has been fixed to work correctly with Azure
Environment Credentials.

Improvements:
- Refactor logging to be more consistent
[#232](https://github.com/fluxcd/image-reflector-controller/pull/232)
- Update dependencies
[#234](https://github.com/fluxcd/image-reflector-controller/pull/234)
[#236](https://github.com/fluxcd/image-reflector-controller/pull/236)
[#238](https://github.com/fluxcd/image-reflector-controller/pull/238)
- Update `pkg/runtime` and `apis/meta`
[#235](https://github.com/fluxcd/image-reflector-controller/pull/235)

Fixes:
- Invalid Azure Scope
[#231](https://github.com/fluxcd/image-reflector-controller/pull/231)
- Refactor registry test code and fix fuzz integration
[#233](https://github.com/fluxcd/image-reflector-controller/pull/233)
- Run tidy before Go test
[#240](https://github.com/fluxcd/image-reflector-controller/pull/240)

## 0.16.0

**Release date:** 2022-01-31
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.16.0
newTag: v0.17.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/Masterminds/semver/v3 v3.1.1
github.com/aws/aws-sdk-go v1.43.20
github.com/dgraph-io/badger/v3 v3.2103.2
github.com/fluxcd/image-reflector-controller/api v0.16.0
github.com/fluxcd/image-reflector-controller/api v0.17.0
github.com/fluxcd/pkg/apis/acl v0.0.3
github.com/fluxcd/pkg/apis/meta v0.12.1
github.com/fluxcd/pkg/runtime v0.13.2
Expand Down

0 comments on commit 04689f7

Please sign in to comment.