Skip to content

Commit

Permalink
Merge pull request #202 from fluxcd/release-v0.14.1
Browse files Browse the repository at this point in the history
Release v0.14.1
  • Loading branch information
hiddeco authored May 26, 2021
2 parents a144e3a + ca95bf2 commit f1cc790
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/notification-controller
newName: fluxcd/notification-controller
newTag: v0.14.0
newTag: v0.14.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1cc790

Please sign in to comment.