Skip to content

Commit e2b848e

Browse files
authored
Merge pull request #670 from fluxcd/release-v1.2.1
Release v1.2.1
2 parents 9101537 + 136bd28 commit e2b848e

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

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

5+
## 1.2.1
6+
7+
**Release date:** 2023-12-08
8+
9+
This patch release updates the Go version the controller is built with to
10+
`1.21.x`, while mitigating recently published security vulnerabilities in the
11+
`net/http` package.
12+
13+
In addition, it ensures static analyzers no longer detect a vulnerability in the
14+
`whilp/git-urls` module by using `chainguard-dev/git-urls`. For which the
15+
(potential) issue itself got already addressed internally in the [previous
16+
v1.2.0 release](#120).
17+
18+
Lastly, a small number of dependencies got updated to their latest versions.
19+
20+
Improvements:
21+
- Update Go to 1.21.x
22+
[#666](https://github.com/fluxcd/notification-controller/pull/666)
23+
- Replace whilp/git-urls module by chainguard-dev/git-urls
24+
[#667](https://github.com/fluxcd/notification-controller/pull/667)
25+
- Update dependencies
26+
[#669](https://github.com/fluxcd/notification-controller/pull/669)
27+
528
## 1.2.0
629

730
**Release date:** 2023-12-05

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/notification-controller
88
newName: fluxcd/notification-controller
9-
newTag: v1.2.0
9+
newTag: v1.2.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/chainguard-dev/git-urls v1.0.2
1616
github.com/containrrr/shoutrrr v0.8.0
1717
github.com/fluxcd/cli-utils v0.36.0-flux.1
18-
github.com/fluxcd/notification-controller/api v1.2.0
18+
github.com/fluxcd/notification-controller/api v1.2.1
1919
github.com/fluxcd/pkg/apis/event v0.6.0
2020
github.com/fluxcd/pkg/apis/meta v1.2.0
2121
github.com/fluxcd/pkg/git v0.16.0

0 commit comments

Comments
 (0)