Skip to content

Commit 36bf745

Browse files
authored
Merge pull request #488 from fluxcd/release-0.33.0
Release v0.33.0
2 parents 49a0e46 + 0f4f237 commit 36bf745

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

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

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

5+
## 0.33.0
6+
7+
**Release date:** 2023-03-08
8+
9+
This release updates to Go version the controller is build with to `1.20`,
10+
and updates the dependencies to their latest versions.
11+
12+
In addition, `klog` is now configured to log using the same logger as the rest
13+
of the controller (providing a consistent log format).
14+
15+
Improvements:
16+
* Update Go to 1.20
17+
[#483](https://github.com/fluxcd/notification-controller/pull/483)
18+
* Update dependencies
19+
[#485](https://github.com/fluxcd/notification-controller/pull/485)
20+
* Use `logger.SetLogger` to also configure `klog`
21+
[#486](https://github.com/fluxcd/notification-controller/pull/486)
22+
523
## 0.32.1
624

725
**Release date:** 2023-02-28

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

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.1
13+
github.com/fluxcd/notification-controller/api v0.33.0
1414
github.com/fluxcd/pkg/apis/event v0.4.1
1515
github.com/fluxcd/pkg/apis/meta v0.19.1
1616
github.com/fluxcd/pkg/git v0.11.0

0 commit comments

Comments
 (0)