From cf0eb61f67194d043b38dce2ca73931ec447e590 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Thu, 11 Aug 2022 12:21:30 +0300 Subject: [PATCH] Release v0.25.1 Signed-off-by: Stefan Prodan --- CHANGELOG.md | 17 +++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98a5fa099..97f663372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 49f6f83f0..36cf2b988 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/notification-controller newName: fluxcd/notification-controller - newTag: v0.25.0 + newTag: v0.25.1 diff --git a/go.mod b/go.mod index d7d29d009..03923ae8c 100644 --- a/go.mod +++ b/go.mod @@ -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