Skip to content

Commit

Permalink
Merge pull request #402 from fluxcd/release-v0.25.1
Browse files Browse the repository at this point in the history
Release v0.25.1
  • Loading branch information
stefanprodan authored Aug 11, 2022
2 parents b025972 + cf0eb61 commit 4676f8b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## 0.25.1

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

This prerelease comes with a fix to GitHub Container Registry webhook receivers.

Starting with this version, Flux `Receivers` can be used to trigger `OCIRepositories`
reconciliation when pushing OCI artifacts to GHCR from GH Action.

Fixes:
* Remove code for parsing github payload
[#401](https://github.com/fluxcd/notification-controller/pull/401)

Improvements:
* Add flags to configure exponential back-off retry
[#399](https://github.com/fluxcd/notification-controller/pull/399)

## 0.25.0

**Release date:** 2022-08-08
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.25.0
newTag: v0.25.1
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.25.0
github.com/fluxcd/notification-controller/api v0.25.1
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 4676f8b

Please sign in to comment.