Skip to content

Commit 8d6e897

Browse files
committed
Release v0.19.2
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 19f3753 commit 8d6e897

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.19.2
4+
5+
**Release date:** 2022-06-24
6+
7+
This prerelease comes with finalizers to properly record the reconciliation metrics for deleted resources.
8+
9+
Improvements:
10+
- Add finalizers to `ImagePolicy` and `ImageRepository` resources
11+
[#266](https://github.com/fluxcd/image-reflector-controller/pull/266)
12+
13+
Fixes:
14+
- Fix response body read and close defer order
15+
[#272](https://github.com/fluxcd/image-reflector-controller/pull/272)
16+
- Use unique resources in tests
17+
[#279](https://github.com/fluxcd/image-reflector-controller/pull/279)
18+
319
## 0.19.1
420

521
**Release date:** 2022-06-08

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/image-reflector-controller
77
newName: fluxcd/image-reflector-controller
8-
newTag: v0.19.1
8+
newTag: v0.19.2

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/Masterminds/semver/v3 v3.1.1
1111
github.com/aws/aws-sdk-go v1.44.29
1212
github.com/dgraph-io/badger/v3 v3.2103.2
13-
github.com/fluxcd/image-reflector-controller/api v0.19.1
13+
github.com/fluxcd/image-reflector-controller/api v0.19.2
1414
github.com/fluxcd/pkg/apis/acl v0.0.3
1515
github.com/fluxcd/pkg/apis/meta v0.14.2
1616
github.com/fluxcd/pkg/runtime v0.16.2

0 commit comments

Comments
 (0)