Skip to content

Commit b20e50e

Browse files
authored
Merge pull request #55 from fluxcd/release-v0.1.0
Release v0.1.0
2 parents 87dc6a0 + 3e09552 commit b20e50e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All 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

718
This prerelease comes with support for publishing events

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/notification-controller
88
newName: fluxcd/notification-controller
9-
newTag: v0.0.11
9+
newTag: v0.1.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
replace github.com/fluxcd/notification-controller/api => ./api
66

77
require (
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

0 commit comments

Comments
 (0)