From 2b65e21ae78e4ee5879c3ee6a9891b9da06503fa Mon Sep 17 00:00:00 2001 From: Sunny Date: Wed, 1 Feb 2023 16:55:42 +0000 Subject: [PATCH] Release v0.31.0 Signed-off-by: Sunny --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b0777d1..a20f92ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 737f0e586..2755382d0 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.30.2 + newTag: v0.31.0 diff --git a/go.mod b/go.mod index eae9271a3..42852d954 100644 --- a/go.mod +++ b/go.mod @@ -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