We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bd9991 + f299153 commit d1d352aCopy full SHA for d1d352a
CHANGELOG.md
@@ -1,5 +1,22 @@
1
# Changelog
2
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
20
## 1.0.1
21
22
**Release date:** 2025-09-28
0 commit comments