Skip to content

Commit

Permalink
Merge pull request #255 from fluxcd/release-v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco authored May 3, 2022
2 parents 00e1d6a + b76f8c4 commit 26c03df
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 0.18.0

**Release date:** 2022-05-03

This prerelease adds support for defining a `.spec.serviceAccountName` in
`ImageRepository` objects. When specified, the image pull secrets attached to
the ServiceAccount are used to authenticate towards the registry.

Improvements:
- Add ServiceAccountName to ImageRepository API
[#252](https://github.com/fluxcd/image-reflector-controller/pull/252)
[#253](https://github.com/fluxcd/image-reflector-controller/pull/253)
- Update dependencies
[#254](https://github.com/fluxcd/image-reflector-controller/pull/254)

Other notable changes:
- Rewrite all the tests to testenv with gomega
[#249](https://github.com/fluxcd/image-reflector-controller/pull/249)

## 0.17.2

**Release date:** 2022-04-19
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.17.2
newTag: v0.18.0
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.5
github.com/dgraph-io/badger/v3 v3.2103.2
github.com/fluxcd/image-reflector-controller/api v0.17.2
github.com/fluxcd/image-reflector-controller/api v0.18.0
github.com/fluxcd/pkg/apis/acl v0.0.3
github.com/fluxcd/pkg/apis/meta v0.13.0
github.com/fluxcd/pkg/runtime v0.14.2
Expand Down

0 comments on commit 26c03df

Please sign in to comment.