File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 11# Table of Contents
22
3+ - [ v1.50.0] ( #v1500 )
34- [ v1.49.2] ( #v1492 )
45- [ v1.49.1] ( #v1491 )
56- [ v1.49.0] ( #v1490 )
119120- [ v0.2.0] ( #v020 )
120121- [ v0.1.0] ( #v010 )
121122
123+ ## [ v1.50.0]
124+ > Release date: 2025/08/20
125+
126+ ### Added
127+ - Added sanitization for configurations via ` deck gateway dump `
128+ command, using ` --sanitize ` flag.
129+ [ #1721 ] ( https://github.com/Kong/deck/pull/1721 )
130+ [ #1719 ] ( https://github.com/Kong/deck/pull/1719 )
131+ [ #1724 ] ( https://github.com/Kong/deck/pull/1724 )
132+ [ #1726 ] ( https://github.com/Kong/deck/pull/1726 )
133+ [ #1728 ] ( https://github.com/Kong/deck/pull/1728 )
134+ [ #1732 ] ( https://github.com/Kong/deck/pull/1732 )
135+ [ #1731 ] ( https://github.com/Kong/deck/pull/1731 )
136+ [ go-database-reconciler #313 ] ( https://github.com/Kong/go-database-reconciler/pull/313 )
137+ - Added partial support to ` deck file kong2tf ` command
138+ [ #1715 ] ( https://github.com/Kong/deck/pull/1715 )
139+ - Added sticky sessions' config for upstream entity.
140+ [ go-database-reconciler #328 ] ( https://github.com/Kong/go-database-reconciler/pull/328 )
141+
122142## [ v1.49.2]
123143> Release date: 2025/07/30
124144
@@ -2231,6 +2251,7 @@ No breaking changes have been introduced in this release.
22312251
22322252Debut release of decK
22332253
2254+ [ v1.50.0 ] : https://github.com/Kong/deck/compare/v1.49.2...v1.50.0
22342255[ v1.49.2 ] : https://github.com/Kong/deck/compare/v1.49.1...v1.49.2
22352256[ v1.49.1 ] : https://github.com/Kong/deck/compare/v1.49.0...v1.49.1
22362257[ v1.49.0 ] : https://github.com/Kong/deck/compare/v1.48.0...v1.49.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.49.2 /deck_1.49.2_linux_amd64 .tar.gz -o deck.tar.gz
76+ $ curl -sL https://github.com/kong/deck/releases/download/v1.50.0 /deck_1.50.0_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.49.2 /deck_1.49.2_windows_amd64 .tar.gz -o deck.tar.gz
87+ $ curl -sL https://github.com/kong/deck/releases/download/v1.50.0 /deck_1.50.0_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