Skip to content

Commit

Permalink
Release v0.31.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sunny <[email protected]>
  • Loading branch information
darkowlzz committed Feb 1, 2023
1 parent 2f6df31 commit 2b65e21
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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

## 0.31.0

**Release date:** 2023-02-01

This prerelease disables caching of Secrets and ConfigMaps to improve memory
usage. To opt-out from this behavior, start the controller with:
`--feature-gates=CacheSecretsAndConfigMaps=true`.

In addition, the controller dependencies have been updated to Kubernetes
v1.26.1 and controller-runtime v0.14.2. The controller base image has been
updated to Alpine 3.17.

Improvements:
* docs: fix up typos in providers document and changelog
[#459](https://github.com/fluxcd/notification-controller/pull/459)
* Remove erroneous mention of wildcard in Receivers
[#462](https://github.com/fluxcd/notification-controller/pull/462)
* docs: fix secret name in example
[#463](https://github.com/fluxcd/notification-controller/pull/463)
* Set rate limiter option in test reconcilers
[#465](https://github.com/fluxcd/notification-controller/pull/465)
* Update dependencies
[#466](https://github.com/fluxcd/notification-controller/pull/466)
* build: Enable SBOM and SLSA Provenance
[#467](https://github.com/fluxcd/notification-controller/pull/467)
* Disable caching of Secrets and ConfigMaps
[#468](https://github.com/fluxcd/notification-controller/pull/468)

## 0.30.2

**Release date:** 2022-12-22
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.30.2
newTag: v0.31.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/Azure/azure-amqp-common-go/v4 v4.0.0
github.com/Azure/azure-event-hubs-go/v3 v3.4.0
github.com/containrrr/shoutrrr v0.6.1
github.com/fluxcd/notification-controller/api v0.30.2
github.com/fluxcd/notification-controller/api v0.31.0
github.com/fluxcd/pkg/apis/event v0.3.0
github.com/fluxcd/pkg/apis/meta v0.19.0
github.com/fluxcd/pkg/masktoken v0.2.0
Expand Down

0 comments on commit 2b65e21

Please sign in to comment.