diff --git a/CHANGELOG.md b/CHANGELOG.md index b31fe70c7..ebe6a5669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project are documented in this file. +## 0.14.1 + +**Release date:** 2021-05-26 + +This prerelease comes with a bug fix to the parsing of revisions to +make it accept branches with slashes. + +Fixes: +* Fix revision parsing when branch contains slash + [#201](https://github.com/fluxcd/notification-controller/pull/201) + ## 0.14.0 **Release date:** 2021-05-11 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 76c13939e..c616f44ea 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/notification-controller newName: fluxcd/notification-controller - newTag: v0.14.0 + newTag: v0.14.1 diff --git a/go.mod b/go.mod index d1931a5b6..7fb2d82bd 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/Azure/azure-event-hubs-go/v3 v3.3.7 github.com/Azure/azure-sdk-for-go v53.4.0+incompatible // indirect github.com/Azure/go-amqp v0.13.6 // indirect - github.com/fluxcd/notification-controller/api v0.14.0 + github.com/fluxcd/notification-controller/api v0.14.1 github.com/fluxcd/pkg/apis/meta v0.9.0 github.com/fluxcd/pkg/runtime v0.11.0 github.com/getsentry/sentry-go v0.10.0