Skip to content

Commit 49f4455

Browse files
chore: add changelog for v1.52.1 (#1796)
1 parent 44fc561 commit 49f4455

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
- [v1.52.1](#v1521)
34
- [v1.52.0](#v1520)
45
- [v1.51.1](#v1511)
56
- [v1.51.0](#v1510)
@@ -123,6 +124,19 @@
123124
- [v0.2.0](#v020)
124125
- [v0.1.0](#v010)
125126

127+
## [v1.52.1]
128+
> Release date: 2025/10/29
129+
130+
### Fixed
131+
- Fixed modification of consumer group membership for consumers when consumer-groups are pulled in via lookup tags.
132+
[#1787](https://github.com/Kong/deck/pull/1787)
133+
[go-database-reconciler #350](https://github.com/Kong/go-database-reconciler/pull/350)
134+
- Added a fix in `deck gateway validate` to run validation using `_workspace` parameter in state file if present, unless overridden using `--workspace` flag.
135+
[#1783](https://github.com/Kong/deck/pull/1783)
136+
- Add a fix to include partials associated with a plugin in output of `deck gateway dump` using select-tags.
137+
[go-database-reconciler #345](https://github.com/Kong/go-database-reconciler/pull/345)
138+
139+
126140
## [v1.52.0]
127141
> Release date: 2025/09/30
128142
@@ -2312,6 +2326,7 @@ No breaking changes have been introduced in this release.
23122326
### Summary
23132327

23142328
Debut release of decK
2329+
[v1.52.1]: https://github.com/Kong/deck/compare/v1.52.0...v1.52.1
23152330
[v1.52.0]: https://github.com/Kong/deck/compare/v1.51.1...v1.52.0
23162331
[v1.51.1]: https://github.com/Kong/deck/compare/v1.51.0...v1.51.1
23172332
[v1.51.0]: https://github.com/Kong/deck/compare/v1.50.0...v1.51.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.52.0/deck_1.52.0_linux_amd64.tar.gz -o deck.tar.gz
76+
$ curl -sL https://github.com/kong/deck/releases/download/v1.52.1/deck_1.52.1_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.52.0/deck_1.52.0_windows_amd64.tar.gz -o deck.tar.gz
87+
$ curl -sL https://github.com/kong/deck/releases/download/v1.52.1/deck_1.52.1_windows_amd64.tar.gz -o deck.tar.gz
8888
$ tar -xzvf deck.tar.gz
8989
```
9090

0 commit comments

Comments
 (0)