From 23c40563a42203c0ada9c81747195e68a8f29f2e Mon Sep 17 00:00:00 2001 From: Prashansa Kulshrestha Date: Tue, 24 Dec 2024 12:53:59 +0530 Subject: [PATCH] chore: release prep for patch version --- CHANGELOG.md | 11 +++++++++++ README.md | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7476ae35..cd1862b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Table of Contents +- [v1.42.1](#v1421) - [v1.42.0](#v1420) - [v1.41.4](#v1414) - [v1.41.3](#v1413) @@ -102,6 +103,15 @@ - [v0.2.0](#v020) - [v0.1.0](#v010) +## [v1.42.1] +> Release date: 2024/12/24 + +### Fixed +- Updated `golang.org/x/net` to version `v0.33.0` to account for +vulnerability [CVE-2024-45338](https://avd.aquasec.com/nvd/2024/cve-2024-45338/) +[#1481](https://github.com/Kong/deck/pull/1481) + + ## [v1.42.0] > Release date: 2024/12/13 @@ -1914,6 +1924,7 @@ No breaking changes have been introduced in this release. Debut release of decK +[v1.42.1]: https://github.com/Kong/deck/compare/v1.42.0...v1.42.1 [v1.42.0]: https://github.com/Kong/deck/compare/v1.41.4...v1.42.0 [v1.41.4]: https://github.com/Kong/deck/compare/v1.41.3...v1.41.4 [v1.41.3]: https://github.com/Kong/deck/compare/v1.41.2...v1.41.3 diff --git a/README.md b/README.md index 04c242f8d..a5a5cb0e1 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ the GitHub [release page](https://github.com/kong/deck/releases) or install by downloading the binary: ```shell -$ curl -sL https://github.com/kong/deck/releases/download/v1.42.0/deck_1.42.0_linux_amd64.tar.gz -o deck.tar.gz +$ curl -sL https://github.com/kong/deck/releases/download/v1.42.1/deck_1.42.1_linux_amd64.tar.gz -o deck.tar.gz $ tar -xf deck.tar.gz -C /tmp $ sudo cp /tmp/deck /usr/local/bin/ ``` @@ -84,7 +84,7 @@ If you are on Windows, you can download the binary from the GitHub [release page](https://github.com/kong/deck/releases) or via PowerShell: ```shell -$ curl -sL https://github.com/kong/deck/releases/download/v1.42.0/deck_1.42.0_windows_amd64.tar.gz -o deck.tar.gz +$ curl -sL https://github.com/kong/deck/releases/download/v1.42.1/deck_1.42.1_windows_amd64.tar.gz -o deck.tar.gz $ tar -xzvf deck.tar.gz ```