diff --git a/release-notes/v1.5.9.yaml b/release-notes/v1.5.9.yaml index f9e506f6e6..17078fbd44 100644 --- a/release-notes/v1.5.9.yaml +++ b/release-notes/v1.5.9.yaml @@ -5,6 +5,7 @@ breaking changes: | # Updates addressing vulnerabilities, security flaws, or compliance requirements. security updates: | + Bump golang to `1.24.13` for security fixes to the go command and the `crypto/tls` package. # New features or capabilities added in this release. new features: | diff --git a/release-notes/v1.6.4.yaml b/release-notes/v1.6.4.yaml index 3eae2d4d84..76d70eff46 100644 --- a/release-notes/v1.6.4.yaml +++ b/release-notes/v1.6.4.yaml @@ -2,9 +2,11 @@ date: February 11, 2026 # Changes that are expected to cause an incompatibility with previous versions, such as deletions or modifications to existing APIs. breaking changes: | + Gateway API CRD has been updated, more details could be found [here](https://github.com/kubernetes-sigs/gateway-api/issues/4490). # Updates addressing vulnerabilities, security flaws, or compliance requirements. security updates: | + Bump golang to `1.25.7` for security fixes to the go command and the `crypto/tls` package. # New features or capabilities added in this release. new features: | diff --git a/site/content/en/news/releases/notes/v1.5.9.md b/site/content/en/news/releases/notes/v1.5.9.md index ecfb4e9443..b65156be24 100644 --- a/site/content/en/news/releases/notes/v1.5.9.md +++ b/site/content/en/news/releases/notes/v1.5.9.md @@ -9,7 +9,7 @@ Date: February 11, 2026 - ## Security updates -- +- Bump golang to `1.24.13` for security fixes to the go command and the `crypto/tls` package. ## New features - diff --git a/site/content/en/news/releases/notes/v1.6.4.md b/site/content/en/news/releases/notes/v1.6.4.md index 50f3a4e426..f1fd1d8dfa 100644 --- a/site/content/en/news/releases/notes/v1.6.4.md +++ b/site/content/en/news/releases/notes/v1.6.4.md @@ -6,10 +6,10 @@ publishdate: 2026-02-11 Date: February 11, 2026 ## Breaking changes -- +- Gateway API CRD has been updated, more details could be found [here](https://github.com/kubernetes-sigs/gateway-api/issues/4490). ## Security updates -- +- Bump golang to `1.25.7` for security fixes to the go command and the `crypto/tls` package. ## New features -