|
1 | 1 | # Table of Contents
|
2 | 2 |
|
| 3 | +- [v1.47.0](#v1470) |
3 | 4 | - [v1.46.3](#v1463)
|
4 | 5 | - [v1.46.2](#v1462)
|
5 | 6 | - [v1.46.1](#v1461)
|
|
113 | 114 | - [v0.2.0](#v020)
|
114 | 115 | - [v0.1.0](#v010)
|
115 | 116 |
|
| 117 | +## [v1.47.0] |
| 118 | +> Release date: 2025/04/29 |
| 119 | +
|
| 120 | +### Added |
| 121 | +- Extended `deck file convert` command to be used for configuration |
| 122 | +migrations between LTS versions `2.8` and `3.4`. The command can |
| 123 | +auto-fix the possible configurations and gives appropriate errors |
| 124 | +or warnings for the others. |
| 125 | +This is how it can be used: `deck file convert --from 2.8 --to 3.4 |
| 126 | +--input-file kong-28x.yaml -o kong-34x.yaml` |
| 127 | +[#1610](https://github.com/Kong/deck/pull/1610) |
| 128 | +- `_format_version` string can be parametrised now and works well with |
| 129 | +`deck file merge` command as well as others. |
| 130 | +[#1605](https://github.com/Kong/deck/pull/1605) |
| 131 | +[go-apiops #259](https://github.com/Kong/go-apiops/pull/259) |
| 132 | + |
| 133 | +### Fixed |
| 134 | +- ID existence checks are limited to certificates now, |
| 135 | +restoring sync performance. |
| 136 | +[#1608](https://github.com/Kong/deck/pull/1608) |
| 137 | +[go-database-reconciler #254](https://github.com/Kong/go-database-reconciler/pull/254) |
| 138 | +- Bumped `golang.org/x/net` from 0.36.0 to 0.38.0 to account |
| 139 | +for [CVE-2025-22872](https://github.com/advisories/GHSA-vvgc-356p-c3xw) |
| 140 | +[#1601](https://github.com/Kong/deck/pull/1601) |
| 141 | + |
116 | 142 | ## [v1.46.3]
|
117 | 143 | > Release date: 2025/04/10
|
118 | 144 |
|
@@ -2093,6 +2119,7 @@ No breaking changes have been introduced in this release.
|
2093 | 2119 |
|
2094 | 2120 | Debut release of decK
|
2095 | 2121 |
|
| 2122 | +[v1.47.0]: https://github.com/Kong/deck/compare/v1.46.3...v1.47.0 |
2096 | 2123 | [v1.46.3]: https://github.com/Kong/deck/compare/v1.46.2...v1.46.3
|
2097 | 2124 | [v1.46.2]: https://github.com/Kong/deck/compare/v1.46.1...v1.46.2
|
2098 | 2125 | [v1.46.1]: https://github.com/Kong/deck/compare/v1.46.0...v1.46.1
|
|
0 commit comments