|
1 | 1 | # Table of Contents
|
2 | 2 |
|
| 3 | +- [v1.42.0](#v1420) |
3 | 4 | - [v1.41.4](#v1414)
|
4 | 5 | - [v1.41.3](#v1413)
|
5 | 6 | - [v1.41.2](#v1412)
|
|
101 | 102 | - [v0.2.0](#v020)
|
102 | 103 | - [v0.1.0](#v010)
|
103 | 104 |
|
| 105 | +## [v1.42.0] |
| 106 | +> Release date: 2024/12/13 |
| 107 | +
|
| 108 | +### Added |
| 109 | +- Added a new flag `--online-entities-list` to validate the specified entities |
| 110 | +via `deck gateway validate` command. |
| 111 | +[#1458](https://github.com/Kong/deck/pull/1458) |
| 112 | +- Added feature to ignore entities tagged with `konnect-managed` during |
| 113 | +deck dump, sync and diff. This is valid for Konnect entities only. |
| 114 | +[#1478](https://github.com/Kong/deck/pull/1478) |
| 115 | +[go-database-reconciler #153](https://github.com/Kong/go-database-reconciler/pull/153) |
| 116 | +- Improved speed for deck sync/diff operations involving consumer-groups |
| 117 | +for gw 3.9+. The underlying API call to `GET /consumer_group` is called |
| 118 | +with query parameter `list_consumers=false`, making it faster for deck |
| 119 | +to deal with cases where a consumer-group holds many consumers. |
| 120 | +(#1475)[https://github.com/Kong/deck/pull/1475] |
| 121 | +(go-kong #487)[https://github.com/Kong/go-kong/pull/487] |
| 122 | + |
| 123 | + |
| 124 | +### Fixes |
| 125 | +- Fixed issue where tags were not getting propagated to consumer-group plugins. |
| 126 | +[#1478](https://github.com/Kong/deck/pull/1458) |
| 127 | +[go-database-reconciler #151](https://github.com/Kong/go-database-reconciler/pull/151) |
| 128 | +[go-kong #485](https://github.com/Kong/go-kong/pull/485) |
| 129 | +- Enhanced help message for generate-imports-for-control-plane-id flag |
| 130 | +[#1448](https://github.com/Kong/deck/pull/1448) |
| 131 | +- Restored to using Gateway API generation in `deck file kong2kic`, rather than |
| 132 | +Ingress API |
| 133 | +[#1431](https://github.com/Kong/deck/pull/1431) |
| 134 | + |
104 | 135 | ## [v1.41.4]
|
105 | 136 | > Release date: 2024/11/26
|
106 | 137 |
|
@@ -1883,6 +1914,7 @@ No breaking changes have been introduced in this release.
|
1883 | 1914 |
|
1884 | 1915 | Debut release of decK
|
1885 | 1916 |
|
| 1917 | +[v1.42.0]: https://github.com/Kong/deck/compare/v1.41.4...v1.42.0 |
1886 | 1918 | [v1.41.4]: https://github.com/Kong/deck/compare/v1.41.3...v1.41.4
|
1887 | 1919 | [v1.41.3]: https://github.com/Kong/deck/compare/v1.41.2...v1.41.3
|
1888 | 1920 | [v1.41.2]: https://github.com/Kong/deck/compare/v1.41.1...v1.41.2
|
|
0 commit comments