File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 0.1.0 (2020-09-30)
6+
7+ This is the first MINOR prerelease, it promotes the
8+ ` notification.toolkit.fluxcd.io ` API to ` v1beta1 `
9+ and removes support for ` v1alpha1 ` .
10+
11+ Going forward, changes to the API will be accompanied by a conversion
12+ mechanism. With this release the API becomes more stable, but while in
13+ beta phase there are no guarantees about backwards compatibility
14+ between beta releases.
15+
516## 0.0.11 (2020-09-22)
617
718This prerelease comes with support for publishing events
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77 - name : fluxcd/notification-controller
88 newName : fluxcd/notification-controller
9- newTag : v0.0.11
9+ newTag : v0.1.0
Original file line number Diff line number Diff line change 55replace github.com/fluxcd/notification-controller/api => ./api
66
77require (
8- github.com/fluxcd/notification-controller/api v0.0.11
8+ github.com/fluxcd/notification-controller/api v0.1.0
99 github.com/fluxcd/pkg/apis/meta v0.0.2
1010 github.com/fluxcd/pkg/recorder v0.0.6
1111 github.com/fluxcd/pkg/runtime v0.0.6
You can’t perform that action at this time.
0 commit comments