diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fba9ac14..49788fe71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Table of Contents +- [v1.62.0](#v1620) - [v1.61.0](#v1610) - [v1.60.0](#v1600) - [v1.59.1](#v1591) @@ -140,6 +141,20 @@ - [v0.2.0](#v020) - [v0.1.0](#v010) +## [v1.62.0] +> Release date: 2026/05/26 + +### Added +- Added `--reuse-services` flag to `deck file openapi2kong` command to reuse services where server urls are same. +[#2075](https://github.com/Kong/deck/pull/2075) +[go-apiops #294](https://github.com/Kong/go-apiops/pull/294) + +### Fixed +- Fixed `DECK_FORMAT` environment variable to support JSON format. +[#2057](https://github.com/Kong/deck/pull/2057) +- Bumped `golang.org/x/sys` from v0.43.0 to v0.44.1 to account for `CVE-2026-39824` +[#2071](https://github.com/Kong/deck/pull/2071) + ## [v1.61.0] > Release date: 2026/05/21 @@ -2600,6 +2615,7 @@ No breaking changes have been introduced in this release. ### Summary Debut release of decK +[v1.62.0]: https://github.com/Kong/deck/compare/v1.61.0...v1.62.0 [v1.61.0]: https://github.com/Kong/deck/compare/v1.60.0...v1.61.0 [v1.60.0]: https://github.com/Kong/deck/compare/v1.59.1...v1.60.0 [v1.59.1]: https://github.com/Kong/deck/compare/v1.59.0...v1.59.1 diff --git a/README.md b/README.md index b44d7fda8..e54fff862 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.61.0/deck_1.61.0_linux_amd64.tar.gz -o deck.tar.gz +$ curl -sL https://github.com/kong/deck/releases/download/v1.62.0/deck_1.62.0_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.61.0/deck_1.61.0_windows_amd64.tar.gz -o deck.tar.gz +$ curl -sL https://github.com/kong/deck/releases/download/v1.62.0/deck_1.62.0_windows_amd64.tar.gz -o deck.tar.gz $ tar -xzvf deck.tar.gz ```