Skip to content

Commit

Permalink
Merge pull request #417 from fluxcd/release-v0.26.0
Browse files Browse the repository at this point in the history
Release v0.26.0
  • Loading branch information
stefanprodan authored Sep 12, 2022
2 parents 31008d1 + 353c268 commit 97bcaf5
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18.x
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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

## 0.26.0

**Release date:** 2022-09-12

This prerelease comes with with finalizers to properly record the reconciliation metrics
for deleted resources. In addition, the controller dependencies have been updated
to Kubernetes controller-runtime v0.12.

:warning: **Breaking change:** The controller logs have been aligned
with the Kubernetes structured logging. For more details on the new logging
structure please see: [fluxcd/flux2#3051](https://github.com/fluxcd/flux2/issues/3051).

Improvements:
* Align controller logs to Kubernetes structured logging
[#412](https://github.com/fluxcd/notification-controller/pull/412)
* Add finalizers to the custom resources
[#416](https://github.com/fluxcd/notification-controller/pull/416)
* Add `.spec.timeout` to the Provider API
[#410](https://github.com/fluxcd/notification-controller/pull/410)
* Refactor Fuzzers based on Go native fuzzing
[#414](https://github.com/fluxcd/notification-controller/pull/414)
* Fuzz optimisations
[#413](https://github.com/fluxcd/notification-controller/pull/413)

## 0.25.2

**Release date:** 2022-08-29
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.2
newTag: v0.26.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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.2
github.com/fluxcd/notification-controller/api v0.26.0
github.com/fluxcd/pkg/apis/meta v0.15.0
github.com/fluxcd/pkg/masktoken v0.2.0
github.com/fluxcd/pkg/runtime v0.18.0
Expand Down

0 comments on commit 97bcaf5

Please sign in to comment.