File tree Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 0.31.0
6+
7+ ** Release date:** 2023-02-01
8+
9+ This prerelease disables caching of Secrets and ConfigMaps to improve memory
10+ usage. To opt-out from this behavior, start the controller with:
11+ ` --feature-gates=CacheSecretsAndConfigMaps=true ` .
12+
13+ In addition, the controller dependencies have been updated to Kubernetes
14+ v1.26.1 and controller-runtime v0.14.2. The controller base image has been
15+ updated to Alpine 3.17.
16+
17+ Improvements:
18+ * docs: fix up typos in providers document and changelog
19+ [ #459 ] ( https://github.com/fluxcd/notification-controller/pull/459 )
20+ * Remove erroneous mention of wildcard in Receivers
21+ [ #462 ] ( https://github.com/fluxcd/notification-controller/pull/462 )
22+ * docs: fix secret name in example
23+ [ #463 ] ( https://github.com/fluxcd/notification-controller/pull/463 )
24+ * Set rate limiter option in test reconcilers
25+ [ #465 ] ( https://github.com/fluxcd/notification-controller/pull/465 )
26+ * Update dependencies
27+ [ #466 ] ( https://github.com/fluxcd/notification-controller/pull/466 )
28+ * build: Enable SBOM and SLSA Provenance
29+ [ #467 ] ( https://github.com/fluxcd/notification-controller/pull/467 )
30+ * Disable caching of Secrets and ConfigMaps
31+ [ #468 ] ( https://github.com/fluxcd/notification-controller/pull/468 )
32+
533## 0.30.2
634
735** Release date:** 2022-12-22
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77 - name : fluxcd/notification-controller
88 newName : fluxcd/notification-controller
9- newTag : v0.30.2
9+ newTag : v0.31.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/Azure/azure-amqp-common-go/v4 v4.0.0
1111 github.com/Azure/azure-event-hubs-go/v3 v3.4.0
1212 github.com/containrrr/shoutrrr v0.6.1
13- github.com/fluxcd/notification-controller/api v0.30.2
13+ github.com/fluxcd/notification-controller/api v0.31.0
1414 github.com/fluxcd/pkg/apis/event v0.3.0
1515 github.com/fluxcd/pkg/apis/meta v0.19.0
1616 github.com/fluxcd/pkg/masktoken v0.2.0
You can’t perform that action at this time.
0 commit comments