Merge pull request #85 from fluxcd/release-v0.3.0

Release v0.3.0
This commit is contained in:
Hidde Beydals 2020-11-20 09:41:59 +01:00 committed by GitHub
commit c41b99727d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 2 deletions

View File

@ -2,6 +2,21 @@
All notable changes to this project are documented in this file.
## 0.3.0 (2020-11-20)
This is the third MINOR prerelease. It introduces a breaking change to
the API package; the status condition type has changed to the type
introduced in Kubernetes API machinery `v1.19.0`.
Improvements:
* Add support for sending a `Notification-Controller` HTTP header from
the forward notifier
[#84](https://github.com/fluxcd/notification-controller/pull/84)
* Verify repository ID in Git notifiers
[#82](https://github.com/fluxcd/notification-controller/pull/82)
* Use subgroup in GitLab
[#80](https://github.com/fluxcd/notification-controller/pull/80)
## 0.2.1 (2020-11-09)
This prerelease comes with support for Bitbucket commit status updates.

View File

@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/notification-controller
newName: fluxcd/notification-controller
newTag: v0.2.1
newTag: v0.3.0

2
go.mod
View File

@ -5,7 +5,7 @@ go 1.15
replace github.com/fluxcd/notification-controller/api => ./api
require (
github.com/fluxcd/notification-controller/api v0.2.1
github.com/fluxcd/notification-controller/api v0.3.0
github.com/fluxcd/pkg/apis/meta v0.4.0
github.com/fluxcd/pkg/recorder v0.0.6
github.com/fluxcd/pkg/runtime v0.3.0