Skip to content

Commit

Permalink
Merge pull request #278 from fluxcd/release-0.19.2
Browse files Browse the repository at this point in the history
Release v0.19.2
  • Loading branch information
stefanprodan authored Jun 24, 2022
2 parents 19f3753 + 8d6e897 commit ddb5de7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.19.2

**Release date:** 2022-06-24

This prerelease comes with finalizers to properly record the reconciliation metrics for deleted resources.

Improvements:
- Add finalizers to `ImagePolicy` and `ImageRepository` resources
[#266](https://github.com/fluxcd/image-reflector-controller/pull/266)

Fixes:
- Fix response body read and close defer order
[#272](https://github.com/fluxcd/image-reflector-controller/pull/272)
- Use unique resources in tests
[#279](https://github.com/fluxcd/image-reflector-controller/pull/279)

## 0.19.1

**Release date:** 2022-06-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.19.1
newTag: v0.19.2
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.44.29
github.com/dgraph-io/badger/v3 v3.2103.2
github.com/fluxcd/image-reflector-controller/api v0.19.1
github.com/fluxcd/image-reflector-controller/api v0.19.2
github.com/fluxcd/pkg/apis/acl v0.0.3
github.com/fluxcd/pkg/apis/meta v0.14.2
github.com/fluxcd/pkg/runtime v0.16.2
Expand Down

0 comments on commit ddb5de7

Please sign in to comment.