Skip to content

Commit

Permalink
Merge pull request #409 from fluxcd/release-v0.25.2
Browse files Browse the repository at this point in the history
Release v0.25.2
  • Loading branch information
stefanprodan authored Aug 29, 2022
2 parents afb7ad8 + 43715ce commit e05af8c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

## 0.25.2

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

This prerelease comes with panic recovery, to protect the controller
from crashing when reconciliations lead to a crash.

In addition, the controller dependencies have been updated to Kubernetes v1.25.0.

Fixes:
* Fix context cancel defer for commit status updates
[#408](https://github.com/fluxcd/notification-controller/pull/408)

Improvements:
* Enables RecoverPanic option on reconcilers
[#403](https://github.com/fluxcd/notification-controller/pull/403)
* Update Kubernetes packages to v1.25.0
[#407](https://github.com/fluxcd/notification-controller/pull/407)

## 0.25.1

**Release date:** 2022-08-11
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.1
newTag: v0.25.2
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.1
github.com/fluxcd/notification-controller/api v0.25.2
github.com/fluxcd/pkg/apis/meta v0.15.0
github.com/fluxcd/pkg/masktoken v0.2.0
github.com/fluxcd/pkg/runtime v0.17.0
Expand Down

0 comments on commit e05af8c

Please sign in to comment.