Skip to content

Commit

Permalink
Merge pull request #475 from fluxcd/release-0.32.0
Browse files Browse the repository at this point in the history
Release v0.32.0
  • Loading branch information
darkowlzz committed Feb 17, 2023
2 parents 9082487 + d631971 commit 98c0358
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## 0.32.0

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

This prerelease adds support for parsing
[RFC-0005](https://github.com/fluxcd/flux2/tree/main/rfcs/0005-artifact-revision-and-digest)
revision format. Similar to artifact `Checksum`, the new `Digest` metadata is
also removed from Alerts.

In addition, the controller dependencies have been updated to their latest
versions.

Improvements:
* Support RFC-0005 revision format
[#472](https://github.com/fluxcd/notification-controller/pull/472)
* Update dependencies
[#474](https://github.com/fluxcd/notification-controller/pull/474)

## 0.31.0

**Release date:** 2023-02-01
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/notification-controller
newName: fluxcd/notification-controller
newTag: v0.31.0
newTag: v0.32.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/Azure/azure-amqp-common-go/v4 v4.0.0
github.com/Azure/azure-event-hubs-go/v3 v3.4.0
github.com/containrrr/shoutrrr v0.6.1
github.com/fluxcd/notification-controller/api v0.31.0
github.com/fluxcd/notification-controller/api v0.32.0
github.com/fluxcd/pkg/apis/event v0.4.0
github.com/fluxcd/pkg/apis/meta v0.19.0
github.com/fluxcd/pkg/git v0.10.0
Expand Down

0 comments on commit 98c0358

Please sign in to comment.