Skip to content

Commit fcedc74

Browse files
authored
chore: changelog update for v1.53.1 (#1811)
1 parent 44bdaa1 commit fcedc74

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
- [v1.53.1](#v1531)
34
- [v1.53.0](#v1530)
45
- [v1.52.1](#v1521)
56
- [v1.52.0](#v1520)
@@ -125,6 +126,17 @@
125126
- [v0.2.0](#v020)
126127
- [v0.1.0](#v010)
127128

129+
## [v1.53.1]
130+
> Release date: 2025/11/06
131+
132+
### Fixed
133+
- Fixed gateway dump behaviour concerning deprecated shorthand_fields,
134+
when `--skip-defaults` flag is used. Default values set for the deprecated
135+
fields would not show up in the dumped config, if a cross-reference path
136+
to new fields exists in the gateway schema.
137+
[#1810](https://github.com/Kong/deck/pull/1810)
138+
[go-database-reconciler #357](https://github.com/Kong/go-database-reconciler/pull/357)
139+
128140
## [v1.53.0]
129141
> Release date: 2025/11/04
130142
@@ -2341,6 +2353,7 @@ No breaking changes have been introduced in this release.
23412353
### Summary
23422354

23432355
Debut release of decK
2356+
[v1.53.1]: https://github.com/Kong/deck/compare/v1.53.0...v1.53.1
23442357
[v1.53.0]: https://github.com/Kong/deck/compare/v1.52.1...v1.53.0
23452358
[v1.52.1]: https://github.com/Kong/deck/compare/v1.52.0...v1.52.1
23462359
[v1.52.0]: https://github.com/Kong/deck/compare/v1.51.1...v1.52.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.53.0/deck_1.53.0_linux_amd64.tar.gz -o deck.tar.gz
76+
$ curl -sL https://github.com/kong/deck/releases/download/v1.53.1/deck_1.53.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.53.0/deck_1.53.0_windows_amd64.tar.gz -o deck.tar.gz
87+
$ curl -sL https://github.com/kong/deck/releases/download/v1.53.1/deck_1.53.1_windows_amd64.tar.gz -o deck.tar.gz
8888
$ tar -xzvf deck.tar.gz
8989
```
9090

0 commit comments

Comments
 (0)