File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11# Table of Contents
22
3+ - [ v1.51.1] ( #v1511 )
34- [ v1.51.0] ( #v1510 )
45- [ v1.50.0] ( #v1500 )
56- [ v1.49.2] ( #v1492 )
121122- [ v0.2.0] ( #v020 )
122123- [ v0.1.0] ( #v010 )
123124
125+ ## [ v1.51.1]
126+ > Release date: 2025/09/22
127+
128+ ### Fixed
129+ - Fixed consumer lookups while using default lookup tags for consumer-goups.
130+ [ #1749 ] ( https://github.com/Kong/deck/pull/1749 )
131+ [ go-database-reconciler #336 ] ( https://github.com/Kong/go-database-reconciler/pull/336 )
132+ - Fixed output of ` deck file kong2tf ` by replacing unsupported characters in resource names with underscores.
133+ [ #1756 ] ( https://github.com/Kong/deck/pull/1756 )
134+
135+ ### Chores
136+ - Bump golang version to v1.24.6 to resolve CVE-2025 -47906
137+ [ #1761 ] ( https://github.com/Kong/deck/pull/1761 )
138+ - Switched to the new API endpoint for updating Upstream Targets.
139+ [ go-database-reconciler #323 ] ( https://github.com/Kong/go-database-reconciler/pull/323 )
140+
124141## [ v1.51.0]
125142> Release date: 2025/08/28
126143
@@ -2276,6 +2293,7 @@ No breaking changes have been introduced in this release.
22762293
22772294Debut release of decK
22782295
2296+ [ v1.51.1 ] : https://github.com/Kong/deck/compare/v1.51.0...v1.51.1
22792297[ v1.51.0 ] : https://github.com/Kong/deck/compare/v1.50.0...v1.51.0
22802298[ v1.50.0 ] : https://github.com/Kong/deck/compare/v1.49.2...v1.50.0
22812299[ v1.49.2 ] : https://github.com/Kong/deck/compare/v1.49.1...v1.49.2
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.51.0 /deck_1.51.0_linux_amd64 .tar.gz -o deck.tar.gz
76+ $ curl -sL https://github.com/kong/deck/releases/download/v1.51.1 /deck_1.51.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.51.0 /deck_1.51.0_windows_amd64 .tar.gz -o deck.tar.gz
87+ $ curl -sL https://github.com/kong/deck/releases/download/v1.51.1 /deck_1.51.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