Skip to content

Commit 26c03df

Browse files
authored
Merge pull request #255 from fluxcd/release-v0.18.0
2 parents 00e1d6a + b76f8c4 commit 26c03df

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
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.17.2
8+
newTag: v0.18.0

go.mod

Lines changed: 1 addition & 1 deletion
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.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

0 commit comments

Comments
 (0)