Skip to content

Commit 933b11b

Browse files
chore: release prep for v1.49.2 (#1707)
1 parent 4d741d1 commit 933b11b

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

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

3+
- [v1.49.2](#v1492)
34
- [v1.49.1](#v1491)
45
- [v1.49.0](#v1490)
56
- [v1.48.0](#v1480)
@@ -118,6 +119,23 @@
118119
- [v0.2.0](#v020)
119120
- [v0.1.0](#v010)
120121

122+
## [v1.49.2]
123+
> Release date: 2025/07/30
124+
125+
### Fixed
126+
- Fixed partial apply failure for nested routes, consumers.
127+
[#1691](https://github.com/Kong/deck/pull/1691)
128+
[go-database-reconciler #309](https://github.com/Kong/go-database-reconciler/pull/309)
129+
- Fixed panic while running `deck file openapi2kong` command with `--generate-security` flag.
130+
[#1695](https://github.com/Kong/deck/pull/1695)
131+
[go-apiops #274](https://github.com/Kong/go-apiops/pull/274)
132+
- Fixed false diff on consumer_groups created via AdminAPI/Kong Manager.
133+
[go-database-reconciler #307](https://github.com/Kong/go-database-reconciler/pull/307)
134+
135+
### Chores
136+
- Bump golang version to v1.24.4 to resolve CVE-2025-228774
137+
[#1705](https://github.com/Kong/deck/pull/1705)
138+
121139
## [v1.49.1]
122140
> Release date: 2025/06/27
123141
@@ -2213,6 +2231,7 @@ No breaking changes have been introduced in this release.
22132231

22142232
Debut release of decK
22152233

2234+
[v1.49.2]: https://github.com/Kong/deck/compare/v1.49.1...v1.49.2
22162235
[v1.49.1]: https://github.com/Kong/deck/compare/v1.49.0...v1.49.1
22172236
[v1.49.0]: https://github.com/Kong/deck/compare/v1.48.0...v1.49.0
22182237
[v1.48.0]: https://github.com/Kong/deck/compare/v1.47.1...v1.48.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.49.1/deck_1.49.1_linux_amd64.tar.gz -o deck.tar.gz
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
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.1/deck_1.49.1_windows_amd64.tar.gz -o deck.tar.gz
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
8888
$ tar -xzvf deck.tar.gz
8989
```
9090

0 commit comments

Comments
 (0)