File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 0.29.0
6+
7+ ** Release date:** 2022-11-22
8+
9+ This prerelease comes with a change to the Event API, which is now declared
10+ in the [ ` github.com/fluxcd/pkg/apis/event/v1beta1 ` ] ( https://pkg.go.dev/github.com/fluxcd/pkg/apis/event/v1beta1 )
11+ package. For more information, refer to the updated [ Event API
12+ documentation] ( https://github.com/fluxcd/notification-controller/blob/main/docs/spec/v1beta1/event.md ) .
13+
14+ In addition, dependencies have been updated.
15+
16+ Fixes:
17+ * Remove ` nsswitch.conf ` creation
18+ [ #439 ] ( https://github.com/fluxcd/notification-controller/pull/439 )
19+
20+ Improvements:
21+ * Refactor notifiers to use Flux Event v1beta1 API
22+ [ #442 ] ( https://github.com/fluxcd/notification-controller/pull/442 )
23+ * Update dependencies
24+ [ #442 ] ( https://github.com/fluxcd/notification-controller/pull/442 )
25+ * docs: update spec to reflect v1beta1 Event API
26+ [ #443 ] ( https://github.com/fluxcd/notification-controller/pull/443 )
27+
528## 0.28.0
629
730** Release date:** 2022-10-20
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77 - name : fluxcd/notification-controller
88 newName : fluxcd/notification-controller
9- newTag : v0.28 .0
9+ newTag : v0.29 .0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/Azure/azure-amqp-common-go/v3 v3.2.3
1010 github.com/Azure/azure-event-hubs-go/v3 v3.3.20
1111 github.com/containrrr/shoutrrr v0.6.1
12- github.com/fluxcd/notification-controller/api v0.28 .0
12+ github.com/fluxcd/notification-controller/api v0.29 .0
1313 github.com/fluxcd/pkg/apis/event v0.2.0
1414 github.com/fluxcd/pkg/apis/meta v0.18.0
1515 github.com/fluxcd/pkg/masktoken v0.2.0
You can’t perform that action at this time.
0 commit comments