File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 11# Table of Contents
22
3+ - [ v1.49.1] ( #v1491 )
34- [ v1.49.0] ( #v1490 )
45- [ v1.48.0] ( #v1480 )
56- [ v1.47.1] ( #v1471 )
117118- [ v0.2.0] ( #v020 )
118119- [ v0.1.0] ( #v010 )
119120
121+ ## [ v1.49.1]
122+ > Release date: 2025/06/27
123+
124+ ### Fixed
125+ - Sync failures due to missing names for keys, keysets.
126+ [ #1675 ] ( https://github.com/Kong/deck/pull/1675 )
127+ [ go-database-reconciler #301 ] ( https://github.com/Kong/go-database-reconciler/pull/301 )
128+ - Fixed online validation for partials.
129+ [ #1666 ] ( https://github.com/Kong/deck/pull/1666 )
130+ - Fixed error message passed to end-users while using
131+ offline (file) validation with default_lookup_tags.
132+ [ #1669 ] ( https://github.com/Kong/deck/pull/1669 )
133+ - Fixed service configuration generation when no servers
134+ are present in an OAS document while using `deck file
135+ openapi2kong` command.
136+ [ #1676 ] ( https://github.com/Kong/deck/pull/1676 )
137+ [ go-apiops #273 ] ( https://github.com/Kong/go-apiops/pull/273 )
138+
120139## [ v1.49.0]
121140> Release date: 2025/06/17
122141
@@ -2194,6 +2213,7 @@ No breaking changes have been introduced in this release.
21942213
21952214Debut release of decK
21962215
2216+ [ v1.49.1 ] : https://github.com/Kong/deck/compare/v1.49.0...v1.49.1
21972217[ v1.49.0 ] : https://github.com/Kong/deck/compare/v1.48.0...v1.49.0
21982218[ v1.48.0 ] : https://github.com/Kong/deck/compare/v1.47.1...v1.48.0
21992219[ v1.47.1 ] : https://github.com/Kong/deck/compare/v1.47.0...v1.47.1
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.0 /deck_1.49.0_linux_amd64 .tar.gz -o deck.tar.gz
76+ $ curl -sL https://github.com/kong/deck/releases/download/v1.49.1 /deck_1.49.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.49.0 /deck_1.49.0_windows_amd64 .tar.gz -o deck.tar.gz
87+ $ curl -sL https://github.com/kong/deck/releases/download/v1.49.1 /deck_1.49.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