Skip to content

Commit b841b2d

Browse files
authored
Merge pull request #481 from fluxcd/release-0.32.1
Release v0.32.1
2 parents b6974c9 + d974ebc commit b841b2d

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

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

5+
## 0.32.1
6+
7+
**Release date:** 2023-02-28
8+
9+
This prerelease comes with a fix to the version of the ImageRepository API
10+
when it is not specified in the Receiver spec, now defaulting to
11+
`image.toolkit.fluxcd.io/v1beta2`.
12+
13+
In addition, the controller dependencies have been updated to their latest
14+
versions.
15+
16+
Fixes:
17+
* receiver: update default ImageRepository version
18+
[#479](https://github.com/fluxcd/notification-controller/pull/479)
19+
20+
Improvements:
21+
* Update dependencies
22+
[#478](https://github.com/fluxcd/notification-controller/pull/478)
23+
[#480](https://github.com/fluxcd/notification-controller/pull/480)
24+
525
## 0.32.0
626

727
**Release date:** 2023-02-16

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
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.32.0
9+
newTag: v0.32.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.7.1
13-
github.com/fluxcd/notification-controller/api v0.32.0
13+
github.com/fluxcd/notification-controller/api v0.32.1
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

0 commit comments

Comments
 (0)