Release v0.22.3
Signed-off-by: Sunny <darkowlzz@protonmail.com>
This commit is contained in:
parent
deffad2b3d
commit
be94e47ea0
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -2,6 +2,24 @@
|
||||||
|
|
||||||
All notable changes to this project are documented in this file.
|
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
|
## 0.22.2
|
||||||
|
|
||||||
**Release date:** 2022-02-23
|
**Release date:** 2022-02-23
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,4 @@ resources:
|
||||||
images:
|
images:
|
||||||
- name: fluxcd/notification-controller
|
- name: fluxcd/notification-controller
|
||||||
newName: fluxcd/notification-controller
|
newName: fluxcd/notification-controller
|
||||||
newTag: v0.22.2
|
newTag: v0.22.3
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -8,7 +8,7 @@ require (
|
||||||
github.com/Azure/azure-amqp-common-go/v3 v3.1.0
|
github.com/Azure/azure-amqp-common-go/v3 v3.1.0
|
||||||
github.com/Azure/azure-event-hubs-go/v3 v3.3.7
|
github.com/Azure/azure-event-hubs-go/v3 v3.3.7
|
||||||
github.com/containrrr/shoutrrr v0.4.4
|
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/apis/meta v0.11.0-rc.3
|
||||||
github.com/fluxcd/pkg/runtime v0.13.0-rc.8
|
github.com/fluxcd/pkg/runtime v0.13.0-rc.8
|
||||||
github.com/fluxcd/pkg/ssa v0.11.1
|
github.com/fluxcd/pkg/ssa v0.11.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue