From fff3e272e18e20e88af3c76ef4222da33ce19706 Mon Sep 17 00:00:00 2001 From: shivay Date: Tue, 3 Feb 2026 14:15:30 +0530 Subject: [PATCH 1/3] docs: added changelog for v1.55.2 --- CHANGELOG.md | 10 ++++++++++ README.md | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 136e3d90d..5cff669a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Table of Contents +- [v1.55.2](#v1552) - [v1.55.1](#v1551) - [v1.55.0](#v1550) - [v1.54.0](#v1540) @@ -130,6 +131,15 @@ - [v0.2.0](#v020) - [v0.1.0](#v010) +## [v1.55.2] +> Release date: 2026/02/03 + +### Fixed +- Added InstanceName to the ConsumerGroup Plugin schema. +[#1860](https://github.com/Kong/deck/pull/1860) +[go-database-reconciler #366](https://github.com/Kong/go-database-reconciler/pull/366/) +[go-kong #600](https://github.com/Kong/go-kong/pull/600) + ## [v1.55.1] > Release date: 2026/01/27 diff --git a/README.md b/README.md index 96e3252f1..68e791f18 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.1/deck_1.55.1_linux_amd64.tar.gz -o deck.tar.gz +$ curl -sL https://github.com/kong/deck/releases/download/v1.55.2/deck_1.55.2_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.1/deck_1.55.1_windows_amd64.tar.gz -o deck.tar.gz +$ curl -sL https://github.com/kong/deck/releases/download/v1.55.2/deck_1.55.2_windows_amd64.tar.gz -o deck.tar.gz $ tar -xzvf deck.tar.gz ``` From d0e3ddaab0d01ce8fe167bcfe85b35c38947429f Mon Sep 17 00:00:00 2001 From: shivay Date: Fri, 6 Feb 2026 13:05:25 +0530 Subject: [PATCH 2/3] docs: updated changelog for v1.55.2 with --skip-consumers issue --- CHANGELOG.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cff669a6..e4776a814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -132,13 +132,18 @@ - [v0.1.0](#v010) ## [v1.55.2] -> Release date: 2026/02/03 +> Release date: 2026/02/06 ### Fixed -- Added InstanceName to the ConsumerGroup Plugin schema. -[#1860](https://github.com/Kong/deck/pull/1860) -[go-database-reconciler #366](https://github.com/Kong/go-database-reconciler/pull/366/) -[go-kong #600](https://github.com/Kong/go-kong/pull/600) +- Added support for adding instance_name to ConsumerGroup plugins. + [#1860](https://github.com/Kong/deck/pull/1860) + [go-database-reconciler #366](https://github.com/Kong/go-database-reconciler/pull/366/) + [go-kong #600](https://github.com/Kong/go-kong/pull/600) + +- Added validation for --skip-consumers flag when used with default_lookup_tags for + consumers and consumer-groups to ensure consistent lookup behavior. + [#1875](https://github.com/Kong/deck/pull/1875) + ## [v1.55.1] > Release date: 2026/01/27 @@ -2426,6 +2431,7 @@ No breaking changes have been introduced in this release. ### Summary Debut release of decK +[v1.55.2]: https://github.com/Kong/deck/compare/v1.55.1...v1.55.2 [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 From 3d8f08591e29f0eba1e45acb12e68acc744841dd Mon Sep 17 00:00:00 2001 From: shivay Date: Fri, 6 Feb 2026 14:44:25 +0530 Subject: [PATCH 3/3] docs: updated changelog for v1.55.2 with gdr and version upgrade --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4776a814..c4ace17fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -144,6 +144,13 @@ consumers and consumer-groups to ensure consistent lookup behavior. [#1875](https://github.com/Kong/deck/pull/1875) +- Redirected warnings and errors to stderr when using --json-output to prevent non-JSON + text from corrupting the output and breaking automation scripts. + [go-database-reconciler #372](https://github.com/Kong/go-database-reconciler/pull/372) + +### Chores +- Upgraded go version to `v1.25.6` +[#1887](https://github.com/Kong/deck/pull/1887) ## [v1.55.1] > Release date: 2026/01/27