From 6113557d55a83a77f63b9fcd19ed9f7dd906a5f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Tue, 7 Jan 2025 10:49:48 +0100 Subject: [PATCH] chore: update changelog for 3.4.1 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82fa02c690..1c21b466c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Adding a new version? You'll need three changes: * Add the diff link, like "[2.7.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v1.2.2...v1.2.3". This is all the way at the bottom. It's the thing we always forget. ---> + - [3.4.1](#341) - [3.4.0](#340) - [3.3.1](#331) - [3.3.0](#330) @@ -124,6 +125,14 @@ Adding a new version? You'll need three changes: metrics were collected, omitting regular DP metrics). This has been fixed. [#6881](https://github.com/Kong/kubernetes-ingress-controller/pull/6881) +## [3.4.1] + +> Release date: 2025-01-03 + +**NOTE**: This release addresses the security advisory [GHSA-58mg-ww7q-xw3p][sec_advisory_58mg]. + +[sec_advisory_58mg]: https://github.com/Kong/kubernetes-ingress-controller/security/advisories/GHSA-58mg-ww7q-xw3p + ## [3.4.0] > Release date: 2024-12-18 @@ -3978,6 +3987,7 @@ Please read the changelog and test in your environment. - The initial versions were rapildy iterated to deliver a working ingress controller. +[3.4.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.0...v3.4.1 [3.4.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.3.1...v3.4.0 [3.3.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.2.4...v3.3.0