diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f82166..570e656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project are documented in this file. +## 0.22.3 + +**Release date:** 2022-03-15 + +This prerelease patches the Deployment manifest to set the +`.spec.securityContext.fsGroup`, which may be required for some EKS setups as +reported in https://github.com/fluxcd/flux2/issues/2537. + +In addition, it also updates `nhooyr.io/websocket` to `v1.8.7` and +`github.com/gin-gonic/gin` to `v1.7.7`, to please static security analysers and +fix any warnings. + +Improvements: +- Update dependencies + [#338](https://github.com/fluxcd/notification-controller/pull/338) +- add fsgroup for securityContext + [#342](https://github.com/fluxcd/notification-controller/pull/342) + ## 0.22.2 **Release date:** 2022-02-23 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 4fe1dbf..29ac32c 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.22.2 + newTag: v0.22.3 diff --git a/go.mod b/go.mod index 44b6523..37b94a1 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/Azure/azure-amqp-common-go/v3 v3.1.0 github.com/Azure/azure-event-hubs-go/v3 v3.3.7 github.com/containrrr/shoutrrr v0.4.4 - github.com/fluxcd/notification-controller/api v0.22.2 + github.com/fluxcd/notification-controller/api v0.22.3 github.com/fluxcd/pkg/apis/meta v0.11.0-rc.3 github.com/fluxcd/pkg/runtime v0.13.0-rc.8 github.com/fluxcd/pkg/ssa v0.11.1