From 970fc1e94e46132080d17aac72a6522f663c08d8 Mon Sep 17 00:00:00 2001 From: shivay Date: Tue, 27 Jan 2026 13:34:24 +0530 Subject: [PATCH] docs: added changelog for v1.55.1 --- CHANGELOG.md | 10 ++++++++++ README.md | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aefc8e3b..136e3d90d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Table of Contents +- [v1.55.1](#v1551) - [v1.55.0](#v1550) - [v1.54.0](#v1540) - [v1.53.2](#v1532) @@ -129,6 +130,14 @@ - [v0.2.0](#v020) - [v0.1.0](#v010) +## [v1.55.1] +> Release date: 2026/01/27 + +### Fixed +- Fixed openApi2Kong command to support request-validator plugin creation with path parameters schema. +[#1846](https://github.com/Kong/deck/pull/1846) +[go-apiops #281](https://github.com/Kong/go-apiops/pull/281) + ## [v1.55.0] > Release date: 2025/12/16 @@ -2407,6 +2416,7 @@ No breaking changes have been introduced in this release. ### Summary Debut release of decK +[v1.55.1]: https://github.com/Kong/deck/compare/v1.55.0...v1.55.1 [v1.55.0]: https://github.com/Kong/deck/compare/v1.54.0...v1.55.0 [v1.54.0]: https://github.com/Kong/deck/compare/v1.53.2...v1.54.0 [v1.53.2]: https://github.com/Kong/deck/compare/v1.53.1...v1.53.2 diff --git a/README.md b/README.md index 03454be51..96e3252f1 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.55.0/deck_1.55.0_linux_amd64.tar.gz -o deck.tar.gz +$ curl -sL https://github.com/kong/deck/releases/download/v1.55.1/deck_1.55.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.55.0/deck_1.55.0_windows_amd64.tar.gz -o deck.tar.gz +$ curl -sL https://github.com/kong/deck/releases/download/v1.55.1/deck_1.55.1_windows_amd64.tar.gz -o deck.tar.gz $ tar -xzvf deck.tar.gz ```