Skip to content

Commit

Permalink
Merge pull request #398 from fluxcd/release-v0.25.0
Browse files Browse the repository at this point in the history
Release v0.25.0
  • Loading branch information
stefanprodan authored Aug 8, 2022
2 parents d5554d7 + c125b5d commit 6f729e4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## 0.25.0

**Release date:** 2022-08-08

This prerelease comes with support for sending alerts based on `OCIRepository` events.

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

Improvements:
* Add OCIRepository event source
[#396](https://github.com/fluxcd/notification-controller/pull/396)
* Update dependencies
[#397](https://github.com/fluxcd/notification-controller/pull/397)
* Add missing language to fenced code block
[#394](https://github.com/fluxcd/notification-controller/pull/394)

## 0.24.1

**Release date:** 2022-07-13
Expand Down Expand Up @@ -86,7 +102,7 @@ Fixes:
This prerelease comes with updates to the Webex notification provider and its
integration docs.

In addition, various dependencies have been updated to their latest verions.
In addition, various dependencies have been updated to their latest versions.

Improvements:
- Update the webex notification provider and markdown
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.24.1
newTag: v0.25.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/Azure/azure-amqp-common-go/v3 v3.2.3
github.com/Azure/azure-event-hubs-go/v3 v3.3.18
github.com/containrrr/shoutrrr v0.6.1
github.com/fluxcd/notification-controller/api v0.24.1
github.com/fluxcd/notification-controller/api v0.25.0
github.com/fluxcd/pkg/apis/meta v0.14.2
github.com/fluxcd/pkg/masktoken v0.0.1
github.com/fluxcd/pkg/runtime v0.16.2
Expand Down

0 comments on commit 6f729e4

Please sign in to comment.