Release v0.19.1
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
25c582cb84
commit
f7c28dede5
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -1,5 +1,19 @@
|
|||
# Changelog
|
||||
|
||||
## 0.19.1
|
||||
|
||||
**Release date:** 2022-06-08
|
||||
|
||||
This prerelease comes with improvements to the `ImageRepository` validation.
|
||||
|
||||
In addition, the controller dependencies where update to Kubernetes v1.24.1.
|
||||
|
||||
Improvements:
|
||||
- Validate that the image name does not contain tags
|
||||
[#268](https://github.com/fluxcd/image-reflector-controller/pull/268)
|
||||
- Update dependencies
|
||||
[#269](https://github.com/fluxcd/image-reflector-controller/pull/269)
|
||||
|
||||
## 0.19.0
|
||||
|
||||
**Release date:** 2022-05-27
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ resources:
|
|||
images:
|
||||
- name: fluxcd/image-reflector-controller
|
||||
newName: fluxcd/image-reflector-controller
|
||||
newTag: v0.19.0
|
||||
newTag: v0.19.1
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -10,7 +10,7 @@ require (
|
|||
github.com/Masterminds/semver/v3 v3.1.1
|
||||
github.com/aws/aws-sdk-go v1.44.29
|
||||
github.com/dgraph-io/badger/v3 v3.2103.2
|
||||
github.com/fluxcd/image-reflector-controller/api v0.19.0
|
||||
github.com/fluxcd/image-reflector-controller/api v0.19.1
|
||||
github.com/fluxcd/pkg/apis/acl v0.0.3
|
||||
github.com/fluxcd/pkg/apis/meta v0.14.2
|
||||
github.com/fluxcd/pkg/runtime v0.16.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue