Skip to content

Commit 3f131a1

Browse files
authored
Merge pull request #1363 from fluxcd/release-v1.2.4
Release v1.2.4
2 parents a724e00 + 8fcdff7 commit 3f131a1

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

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

5+
## 1.2.4
6+
7+
**Release date:** 2024-02-01
8+
9+
This patch release updates the Kubernetes dependencies to v1.28.6 and various
10+
other dependencies to their latest version to patch upstream CVEs.
11+
12+
Improvements:
13+
- Various dependency updates
14+
[#1362](https://github.com/fluxcd/source-controller/pull/1362)
15+
[#1357](https://github.com/fluxcd/source-controller/pull/1357)
16+
[#1353](https://github.com/fluxcd/source-controller/pull/1353)
17+
[#1347](https://github.com/fluxcd/source-controller/pull/1347)
18+
[#1343](https://github.com/fluxcd/source-controller/pull/1343)
19+
[#1340](https://github.com/fluxcd/source-controller/pull/1340)
20+
[#1338](https://github.com/fluxcd/source-controller/pull/1338)
21+
[#1336](https://github.com/fluxcd/source-controller/pull/1336)
22+
[#1334](https://github.com/fluxcd/source-controller/pull/1334)
23+
524
## 1.2.3
625

726
**Release date:** 2023-12-14

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/source-controller
88
newName: fluxcd/source-controller
9-
newTag: v1.2.3
9+
newTag: v1.2.4

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ require (
3535
github.com/fluxcd/pkg/tar v0.4.0
3636
github.com/fluxcd/pkg/testserver v0.5.0
3737
github.com/fluxcd/pkg/version v0.2.2
38-
github.com/fluxcd/source-controller/api v1.2.3
38+
github.com/fluxcd/source-controller/api v1.2.4
3939
github.com/foxcpp/go-mockdns v1.0.0
4040
github.com/go-git/go-billy/v5 v5.5.0
4141
github.com/go-git/go-git/v5 v5.11.0

0 commit comments

Comments
 (0)