File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.30.0
4+
5+ ** Release date:** 2023-08-23
6+
7+ This prerelease adds support for Secrets of type
8+ [ ` kubernetes.io/tls ` ] ( https://kubernetes.io/docs/concepts/configuration/secret/#tls-secrets ) ImageRepositories'
9+ ` .spec.certSecretRef ` . Note: Support for the ` caFile ` , ` certFile ` and ` keyFile ` keys has
10+ been deprecated and will be removed in upcoming releases. After upgrading the controller to version 0.30.0, please
11+ change all Secrets referenced in ` .spec.certSecretRef ` to follow the new format.
12+
13+ Starting with this version, the controller now stops exporting an object's metrics as soon as the object has been
14+ deleted.
15+
16+ In addition, this version fixes handling of finalizers and updates the controller's dependencies.
17+
18+ Improvements:
19+
20+ - Update dependencies
21+ [ #441 ] ( https://github.com/fluxcd/image-reflector-controller/pull/431 )
22+ - imagerepo: adopt Kubernetes style TLS secrets
23+ [ #434 ] ( https://github.com/fluxcd/image-reflector-controller/pull/434 )
24+ - Delete stale metrics on object delete
25+ [ #430 ] ( https://github.com/fluxcd/image-reflector-controller/pull/430 )
26+ - Update pkg/oci to support Azure China and US gov
27+ [ 438] ( https://github.com/fluxcd/image-reflector-controller/pull/438 )
28+
329## 0.29.1
430
531** Release date:** 2023-07-10
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : fluxcd/image-reflector-controller
77 newName : fluxcd/image-reflector-controller
8- newTag : v0.29.1
8+ newTag : v0.30.0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1
99 github.com/Masterminds/semver/v3 v3.2.1
1010 github.com/dgraph-io/badger/v3 v3.2103.5
11- github.com/fluxcd/image-reflector-controller/api v0.29.1
11+ github.com/fluxcd/image-reflector-controller/api v0.30.0
1212 github.com/fluxcd/pkg/apis/acl v0.1.0
1313 github.com/fluxcd/pkg/apis/event v0.5.2
1414 github.com/fluxcd/pkg/apis/meta v1.1.2
You can’t perform that action at this time.
0 commit comments