We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86829e7 + 4c1af4a commit d00c867Copy full SHA for d00c867
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
All notable changes to this project are documented in this file.
4
5
+## 0.0.6 (2020-07-31)
6
+
7
+This prerelease comes with a breaking change, the CRDs group
8
+has been renamed to `notification.toolkit.fluxcd.io`.
9
+The dependency on `source-controller` has been updated to `v0.0.7` to
10
+be able to work with `source.toolkit.fluxcd.io` resources.
11
12
## 0.0.5 (2020-07-20)
13
14
This prerelease drops support for Kubernetes <1.16.
config/manager/kustomization.yaml
@@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/notification-controller
newName: fluxcd/notification-controller
- newTag: v0.0.5
+ newTag: v0.0.6
0 commit comments