File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.18.0
4+
5+ ** Release date:** 2022-05-03
6+
7+ This prerelease adds support for defining a ` .spec.serviceAccountName ` in
8+ ` ImageRepository ` objects. When specified, the image pull secrets attached to
9+ the ServiceAccount are used to authenticate towards the registry.
10+
11+ Improvements:
12+ - Add ServiceAccountName to ImageRepository API
13+ [ #252 ] ( https://github.com/fluxcd/image-reflector-controller/pull/252 )
14+ [ #253 ] ( https://github.com/fluxcd/image-reflector-controller/pull/253 )
15+ - Update dependencies
16+ [ #254 ] ( https://github.com/fluxcd/image-reflector-controller/pull/254 )
17+
18+ Other notable changes:
19+ - Rewrite all the tests to testenv with gomega
20+ [ #249 ] ( https://github.com/fluxcd/image-reflector-controller/pull/249 )
21+
322## 0.17.2
423
524** Release date:** 2022-04-19
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.17.2
8+ newTag : v0.18.0
Original file line number Diff line number Diff 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.5
1212 github.com/dgraph-io/badger/v3 v3.2103.2
13- github.com/fluxcd/image-reflector-controller/api v0.17.2
13+ github.com/fluxcd/image-reflector-controller/api v0.18.0
1414 github.com/fluxcd/pkg/apis/acl v0.0.3
1515 github.com/fluxcd/pkg/apis/meta v0.13.0
1616 github.com/fluxcd/pkg/runtime v0.14.2
You can’t perform that action at this time.
0 commit comments