Skip to content

Commit

Permalink
Merge pull request #263 from fluxcd/release-v0.19.0
Browse files Browse the repository at this point in the history
Release v0.19.0
  • Loading branch information
stefanprodan authored May 27, 2022
2 parents 82fc37f + 2d00c00 commit 761b9a1
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.19.0

**Release date:** 2022-05-27

This prerelease adds support for excluding certain tags when defining `ImageRepositories`.
The `spec.exclusionList` field can be used to specify a list of regex expressions.
If the exclusion list is empty, by default the regex `"^.*\\.sig$"` is used
to exclude all tags ending with `.sig`, since these are
[cosign](https://github.com/sigstore/cosign) OCI artifacts and not container
images which can be deployed on a Kubernetes cluster.

Features:
- Add `exclusionList` to ImageRepository API
[#256](https://github.com/fluxcd/image-reflector-controller/pull/256)

Improvements:
- Update dependencies
[#258](https://github.com/fluxcd/image-reflector-controller/pull/258)
[#261](https://github.com/fluxcd/image-reflector-controller/pull/261)
- Update Alpine to 3.16
[#262](https://github.com/fluxcd/image-reflector-controller/pull/262)

## 0.18.0

**Release date:** 2022-05-03
Expand All @@ -8,10 +30,12 @@ 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
Features:
- 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)

Improvements:
- Update dependencies
[#254](https://github.com/fluxcd/image-reflector-controller/pull/254)

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.18.0
newTag: v0.19.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.23
github.com/dgraph-io/badger/v3 v3.2103.2
github.com/fluxcd/image-reflector-controller/api v0.18.0
github.com/fluxcd/image-reflector-controller/api v0.19.0
github.com/fluxcd/pkg/apis/acl v0.0.3
github.com/fluxcd/pkg/apis/meta v0.14.1
github.com/fluxcd/pkg/runtime v0.16.1
Expand Down

0 comments on commit 761b9a1

Please sign in to comment.