File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-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.32.0
6+
7+ ** Release date:** 2023-02-16
8+
9+ This prerelease adds support for parsing
10+ [ RFC-0005] ( https://github.com/fluxcd/flux2/tree/main/rfcs/0005-artifact-revision-and-digest )
11+ revision format. Similar to artifact ` Checksum ` , the new ` Digest ` metadata is
12+ also removed from Alerts.
13+
14+ In addition, the controller dependencies have been updated to their latest
15+ versions.
16+
17+ Improvements:
18+ * Support RFC-0005 revision format
19+ [ #472 ] ( https://github.com/fluxcd/notification-controller/pull/472 )
20+ * Update dependencies
21+ [ #474 ] ( https://github.com/fluxcd/notification-controller/pull/474 )
22+
523## 0.31.0
624
725** Release date:** 2023-02-01
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.31 .0
9+ newTag : v0.32 .0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/Azure/azure-amqp-common-go/v4 v4.0.0
1111 github.com/Azure/azure-event-hubs-go/v3 v3.4.0
1212 github.com/containrrr/shoutrrr v0.6.1
13- github.com/fluxcd/notification-controller/api v0.31 .0
13+ github.com/fluxcd/notification-controller/api v0.32 .0
1414 github.com/fluxcd/pkg/apis/event v0.4.0
1515 github.com/fluxcd/pkg/apis/meta v0.19.0
1616 github.com/fluxcd/pkg/git v0.10.0
You can’t perform that action at this time.
0 commit comments