Skip to content

Commit a13c7bf

Browse files
authored
Merge pull request fluxcd#372 from fluxcd/release-v0.23.5
2 parents 4e87061 + 6ccf200 commit a13c7bf

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 0.23.5
6+
7+
**Release date:** 2022-05-03
8+
9+
This prerelease comes with dependencies updates, and improvements to the BitBucket
10+
commit status notifications.
11+
12+
Improvements:
13+
- Check for duplicate commit status in Bitbucket
14+
[#366](https://github.com/fluxcd/notification-controller/pull/366)
15+
- Update dependencies
16+
[#371](https://github.com/fluxcd/notification-controller/pull/371)
17+
518
## 0.23.4
619

720
**Release date:** 2022-04-21

config/manager/kustomization.yaml

+1-1
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.23.4
9+
newTag: v0.23.5

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/Azure/azure-amqp-common-go/v3 v3.2.3
99
github.com/Azure/azure-event-hubs-go/v3 v3.3.18
1010
github.com/containrrr/shoutrrr v0.5.3
11-
github.com/fluxcd/notification-controller/api v0.23.4
11+
github.com/fluxcd/notification-controller/api v0.23.5
1212
github.com/fluxcd/pkg/apis/meta v0.13.0
1313
github.com/fluxcd/pkg/runtime v0.14.2
1414
github.com/fluxcd/pkg/ssa v0.15.2

0 commit comments

Comments
 (0)