From ad96cc0f2f5bf66dbdecfe34aec0b800dc02cfc0 Mon Sep 17 00:00:00 2001 From: Gabriele Gerbino Date: Mon, 27 May 2024 16:07:06 +0200 Subject: [PATCH 1/2] chore: bump changelog date for v1.38.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a5a081a4..e1ef70604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Table of Contents +- [v1.38.0](#v1380) - [v1.37.0](#v1370) - [v1.36.2](#v1362) - [v1.36.1](#v1361) @@ -83,6 +84,31 @@ - [v0.2.0](#v020) - [v0.1.0](#v010) +## [v1.38.0] + +> Release date: 2024/05/27 + +### Fixes + +- Correct plugins config comparison to avoid misleading diffs. + [#1306](https://github.com/Kong/deck/pull/1306) + [go-database-reconciler #93](https://github.com/Kong/go-database-reconciler/pull/93) +- Make KIC v2 Gateway API v2 config generation deterministic. + [#1302](https://github.com/Kong/deck/pull/1302) +- Correct tags filtering with Consumers and Consumer Groups. + [#1293](https://github.com/Kong/deck/pull/1293) + [go-database-reconciler #88](https://github.com/Kong/go-database-reconciler/pull/88) +- Correct tags filtering with Consumers and Consumer Groups. + [#1293](https://github.com/Kong/deck/pull/1293) + [go-database-reconciler #88](https://github.com/Kong/go-database-reconciler/pull/88) +- request-validator support `+json` suffix for schemas. + [#1303](https://github.com/Kong/deck/pull/1303) + [go-apiops #175](https://github.com/Kong/go-apiops/pull/175) +- Correct typo in inso-compatible flag. + [#1295](https://github.com/Kong/deck/pull/1295) +- Correct bad example on `add-plugins`. + [#1294](https://github.com/Kong/deck/pull/1294) + ## [v1.37.0] > Release date: 2024/04/10 @@ -1658,6 +1684,7 @@ No breaking changes have been introduced in this release. Debut release of decK +[v1.38.0]: https://github.com/kong/deck/compare/v1.37.0...v1.38.0 [v1.37.0]: https://github.com/kong/deck/compare/v1.36.2...v1.37.0 [v1.36.2]: https://github.com/kong/deck/compare/v1.36.1...v1.36.2 [v1.36.1]: https://github.com/kong/deck/compare/v1.36.0...v1.36.1 From 96fb916d1c43375e20e138e637f0cefe1ea4a4cb Mon Sep 17 00:00:00 2001 From: Gabriele Date: Mon, 27 May 2024 16:19:47 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Thijs Schreijer --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ef70604..6f8f96df2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -101,13 +101,17 @@ - Correct tags filtering with Consumers and Consumer Groups. [#1293](https://github.com/Kong/deck/pull/1293) [go-database-reconciler #88](https://github.com/Kong/go-database-reconciler/pull/88) -- request-validator support `+json` suffix for schemas. - [#1303](https://github.com/Kong/deck/pull/1303) - [go-apiops #175](https://github.com/Kong/go-apiops/pull/175) -- Correct typo in inso-compatible flag. +- Correct typo in inso-compatible flag of `openapi2kong` command. [#1295](https://github.com/Kong/deck/pull/1295) -- Correct bad example on `add-plugins`. +- Correct bad example on the `add-plugins` command cli help. [#1294](https://github.com/Kong/deck/pull/1294) + +### Added + +- `openapi2kong` now generates request-validator schemas for content-types with `+json` suffix. + [#1303](https://github.com/Kong/deck/pull/1303) + [go-apiops #175](https://github.com/Kong/go-apiops/pull/175) + ## [v1.37.0]