Skip to content

Commit 4cfd1bf

Browse files
authored
chore: added changelog for v1.52.0 (#1771)
1 parent bfe30f1 commit 4cfd1bf

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

CHANGELOG.md

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

3+
- [v1.52.0](#v1520)
34
- [v1.51.1](#v1511)
45
- [v1.51.0](#v1510)
56
- [v1.50.0](#v1500)
@@ -122,11 +123,30 @@
122123
- [v0.2.0](#v020)
123124
- [v0.1.0](#v010)
124125

126+
## [v1.52.0]
127+
> Release date: 2025/09/30
128+
129+
### Added
130+
- Added skip-hash functionality for basic-auth
131+
credentials for Konnect. Users can pass flag
132+
`--skip-hash-for-basic-auth` to sync or apply command to skip
133+
hashing of basic-auth passwords or set `skip_hash_for_basic_auth: true`
134+
in the `_info` field of deck config.
135+
[#1765](https://github.com/Kong/deck/pull/1765)
136+
[go-database-reconciler #342](https://github.com/Kong/go-database-reconciler/pull/342)
137+
[go-kong #576](https://github.com/Kong/go-kong/pull/576)
138+
- Added support for nested arrays in plugin config.
139+
[go-database-reconciler #341](https://github.com/Kong/go-database-reconciler/pull/341)
140+
- Added support for generating routing config based on header values in the OAS spec in `deck file openapi2kong`
141+
[#1764](https://github.com/Kong/deck/pull/1764)
142+
[go-apiops #277](https://github.com/Kong/go-apiops/pull/277)
143+
144+
125145
## [v1.51.1]
126146
> Release date: 2025/09/22
127147
128148
### Fixed
129-
- Fixed consumer lookups while using default lookup tags for consumer-goups.
149+
- Fixed consumer lookups while using default lookup tags for consumer-groups.
130150
[#1749](https://github.com/Kong/deck/pull/1749)
131151
[go-database-reconciler #336](https://github.com/Kong/go-database-reconciler/pull/336)
132152
- Fixed output of `deck file kong2tf` by replacing unsupported characters in resource names with underscores.
@@ -2292,7 +2312,7 @@ No breaking changes have been introduced in this release.
22922312
### Summary
22932313

22942314
Debut release of decK
2295-
2315+
[v1.52.0]: https://github.com/Kong/deck/compare/v1.51.1...v1.52.0
22962316
[v1.51.1]: https://github.com/Kong/deck/compare/v1.51.0...v1.51.1
22972317
[v1.51.0]: https://github.com/Kong/deck/compare/v1.50.0...v1.51.0
22982318
[v1.50.0]: https://github.com/Kong/deck/compare/v1.49.2...v1.50.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.51.1/deck_1.51.1_linux_amd64.tar.gz -o deck.tar.gz
76+
$ curl -sL https://github.com/kong/deck/releases/download/v1.52.0/deck_1.52.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.51.1/deck_1.51.1_windows_amd64.tar.gz -o deck.tar.gz
87+
$ curl -sL https://github.com/kong/deck/releases/download/v1.52.0/deck_1.52.0_windows_amd64.tar.gz -o deck.tar.gz
8888
$ tar -xzvf deck.tar.gz
8989
```
9090

0 commit comments

Comments
 (0)