Release v0.0.5
This commit is contained in:
parent
59bcf64cde
commit
f7f8633b44
|
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
All notable changes to this project are documented in this file.
|
All notable changes to this project are documented in this file.
|
||||||
|
|
||||||
|
## 0.0.5 (2020-07-20)
|
||||||
|
|
||||||
|
This prerelease drops support for Kubernetes <1.16.
|
||||||
|
The CRDs have been updated to `apiextensions.k8s.io/v1`.
|
||||||
|
|
||||||
## 0.0.4 (2020-07-16)
|
## 0.0.4 (2020-07-16)
|
||||||
|
|
||||||
This prerelease comes with improvements to logging and
|
This prerelease comes with improvements to logging and
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,4 @@ resources:
|
||||||
images:
|
images:
|
||||||
- name: fluxcd/notification-controller
|
- name: fluxcd/notification-controller
|
||||||
newName: fluxcd/notification-controller
|
newName: fluxcd/notification-controller
|
||||||
newTag: v0.0.4
|
newTag: v0.0.5
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue