Skip to content

Commit 2d00c00

Browse files
committed
Release v0.19.0
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 82fc37f commit 2d00c00

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 0.19.0
4+
5+
**Release date:** 2022-05-27
6+
7+
This prerelease adds support for excluding certain tags when defining `ImageRepositories`.
8+
The `spec.exclusionList` field can be used to specify a list of regex expressions.
9+
If the exclusion list is empty, by default the regex `"^.*\\.sig$"` is used
10+
to exclude all tags ending with `.sig`, since these are
11+
[cosign](https://github.com/sigstore/cosign) OCI artifacts and not container
12+
images which can be deployed on a Kubernetes cluster.
13+
14+
Features:
15+
- Add `exclusionList` to ImageRepository API
16+
[#256](https://github.com/fluxcd/image-reflector-controller/pull/256)
17+
18+
Improvements:
19+
- Update dependencies
20+
[#258](https://github.com/fluxcd/image-reflector-controller/pull/258)
21+
[#261](https://github.com/fluxcd/image-reflector-controller/pull/261)
22+
- Update Alpine to 3.16
23+
[#262](https://github.com/fluxcd/image-reflector-controller/pull/262)
24+
325
## 0.18.0
426

527
**Release date:** 2022-05-03
@@ -8,10 +30,12 @@ This prerelease adds support for defining a `.spec.serviceAccountName` in
830
`ImageRepository` objects. When specified, the image pull secrets attached to
931
the ServiceAccount are used to authenticate towards the registry.
1032

11-
Improvements:
12-
- Add ServiceAccountName to ImageRepository API
33+
Features:
34+
- Add `serviceAccountName` to ImageRepository API
1335
[#252](https://github.com/fluxcd/image-reflector-controller/pull/252)
1436
[#253](https://github.com/fluxcd/image-reflector-controller/pull/253)
37+
38+
Improvements:
1539
- Update dependencies
1640
[#254](https://github.com/fluxcd/image-reflector-controller/pull/254)
1741

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

0 commit comments

Comments
 (0)