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
931the 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
0 commit comments