|
1 | 1 | # Table of Contents |
2 | 2 |
|
| 3 | +- [v1.52.0](#v1520) |
3 | 4 | - [v1.51.1](#v1511) |
4 | 5 | - [v1.51.0](#v1510) |
5 | 6 | - [v1.50.0](#v1500) |
|
122 | 123 | - [v0.2.0](#v020) |
123 | 124 | - [v0.1.0](#v010) |
124 | 125 |
|
| 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 | + |
125 | 145 | ## [v1.51.1] |
126 | 146 | > Release date: 2025/09/22 |
127 | 147 |
|
128 | 148 | ### 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. |
130 | 150 | [#1749](https://github.com/Kong/deck/pull/1749) |
131 | 151 | [go-database-reconciler #336](https://github.com/Kong/go-database-reconciler/pull/336) |
132 | 152 | - 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. |
2292 | 2312 | ### Summary |
2293 | 2313 |
|
2294 | 2314 | Debut release of decK |
2295 | | - |
| 2315 | +[v1.52.0]: https://github.com/Kong/deck/compare/v1.51.1...v1.52.0 |
2296 | 2316 | [v1.51.1]: https://github.com/Kong/deck/compare/v1.51.0...v1.51.1 |
2297 | 2317 | [v1.51.0]: https://github.com/Kong/deck/compare/v1.50.0...v1.51.0 |
2298 | 2318 | [v1.50.0]: https://github.com/Kong/deck/compare/v1.49.2...v1.50.0 |
|
0 commit comments