File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
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
+
5
18
## 0.23.4
6
19
7
20
** Release date:** 2022-04-21
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
6
6
images :
7
7
- name : fluxcd/notification-controller
8
8
newName : fluxcd/notification-controller
9
- newTag : v0.23.4
9
+ newTag : v0.23.5
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/Azure/azure-amqp-common-go/v3 v3.2.3
9
9
github.com/Azure/azure-event-hubs-go/v3 v3.3.18
10
10
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
12
12
github.com/fluxcd/pkg/apis/meta v0.13.0
13
13
github.com/fluxcd/pkg/runtime v0.14.2
14
14
github.com/fluxcd/pkg/ssa v0.15.2
You can’t perform that action at this time.
0 commit comments