File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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 )
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
23432355Debut 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
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ the GitHub [release page](https://github.com/kong/deck/releases)
7373or 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
You can’t perform that action at this time.
0 commit comments