Skip to content

Commit 8bfab74

Browse files
docs: added changelog for v1.55.2 (#1862)
* docs: added changelog for v1.55.2 * docs: updated changelog for v1.55.2 with --skip-consumers issue * docs: updated changelog for v1.55.2 with gdr and version upgrade
1 parent 9f67d92 commit 8bfab74

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Table of Contents
22

3+
- [v1.55.2](#v1552)
34
- [v1.55.1](#v1551)
45
- [v1.55.0](#v1550)
56
- [v1.54.0](#v1540)
@@ -130,6 +131,27 @@
130131
- [v0.2.0](#v020)
131132
- [v0.1.0](#v010)
132133

134+
## [v1.55.2]
135+
> Release date: 2026/02/06
136+
137+
### Fixed
138+
- Added support for adding instance_name to ConsumerGroup plugins.
139+
[#1860](https://github.com/Kong/deck/pull/1860)
140+
[go-database-reconciler #366](https://github.com/Kong/go-database-reconciler/pull/366/)
141+
[go-kong #600](https://github.com/Kong/go-kong/pull/600)
142+
143+
- Added validation for --skip-consumers flag when used with default_lookup_tags for
144+
consumers and consumer-groups to ensure consistent lookup behavior.
145+
[#1875](https://github.com/Kong/deck/pull/1875)
146+
147+
- Redirected warnings and errors to stderr when using --json-output to prevent non-JSON
148+
text from corrupting the output and breaking automation scripts.
149+
[go-database-reconciler #372](https://github.com/Kong/go-database-reconciler/pull/372)
150+
151+
### Chores
152+
- Upgraded go version to `v1.25.6`
153+
[#1887](https://github.com/Kong/deck/pull/1887)
154+
133155
## [v1.55.1]
134156
> Release date: 2026/01/27
135157
@@ -2416,6 +2438,7 @@ No breaking changes have been introduced in this release.
24162438
### Summary
24172439

24182440
Debut release of decK
2441+
[v1.55.2]: https://github.com/Kong/deck/compare/v1.55.1...v1.55.2
24192442
[v1.55.1]: https://github.com/Kong/deck/compare/v1.55.0...v1.55.1
24202443
[v1.55.0]: https://github.com/Kong/deck/compare/v1.54.0...v1.55.0
24212444
[v1.54.0]: https://github.com/Kong/deck/compare/v1.53.2...v1.54.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ the GitHub [release page](https://github.com/kong/deck/releases)
7373
or install by downloading the binary:
7474

7575
```shell
76-
$ curl -sL https://github.com/kong/deck/releases/download/v1.55.1/deck_1.55.1_linux_amd64.tar.gz -o deck.tar.gz
76+
$ curl -sL https://github.com/kong/deck/releases/download/v1.55.2/deck_1.55.2_linux_amd64.tar.gz -o deck.tar.gz
7777
$ tar -xf deck.tar.gz -C /tmp
7878
$ sudo cp /tmp/deck /usr/local/bin/
7979
```
@@ -84,7 +84,7 @@ If you are on Windows, you can download the binary from the GitHub
8484
[release page](https://github.com/kong/deck/releases) or via PowerShell:
8585

8686
```shell
87-
$ curl -sL https://github.com/kong/deck/releases/download/v1.55.1/deck_1.55.1_windows_amd64.tar.gz -o deck.tar.gz
87+
$ curl -sL https://github.com/kong/deck/releases/download/v1.55.2/deck_1.55.2_windows_amd64.tar.gz -o deck.tar.gz
8888
$ tar -xzvf deck.tar.gz
8989
```
9090

0 commit comments

Comments
 (0)