Skip to content

Commit dacc8ee

Browse files
authored
Merge pull request #981 from fluxcd/release-v1.0.2
Release v1.0.2
2 parents 78efff5 + e0585ef commit dacc8ee

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 1.0.2
4+
5+
**Release date:** 2025-10-08
6+
7+
This patch release comes with various dependency updates.
8+
9+
The controller is now built with Go 1.25.2 which includes
10+
fixes for vulnerabilities in the Go stdlib:
11+
[CVE-2025-58183](https://github.com/golang/go/issues/75677),
12+
[CVE-2025-58188](https://github.com/golang/go/issues/75675)
13+
and many others. The full list of security fixes can be found
14+
[here](https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI/m/qZN5nc-mBgAJ).
15+
16+
Improvements:
17+
- Update dependencies to Kubernetes v1.34.1 and Go 1.25.2
18+
[#978](https://github.com/fluxcd/image-automation-controller/pull/978)
19+
320
## 1.0.1
421

522
**Release date:** 2025-09-28

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/image-automation-controller
77
newName: fluxcd/image-automation-controller
8-
newTag: v1.0.1
8+
newTag: v1.0.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/Masterminds/sprig/v3 v3.3.0
1616
github.com/ProtonMail/go-crypto v1.3.0
1717
github.com/cyphar/filepath-securejoin v0.4.1
18-
github.com/fluxcd/image-automation-controller/api v1.0.1
18+
github.com/fluxcd/image-automation-controller/api v1.0.2
1919
github.com/fluxcd/image-reflector-controller/api v1.0.2
2020
github.com/fluxcd/pkg/apis/acl v0.9.0
2121
github.com/fluxcd/pkg/apis/event v0.20.0

0 commit comments

Comments
 (0)