From b1fde70f050cb914c3c30e39dc65b2294f43fe9d Mon Sep 17 00:00:00 2001 From: Gabriele Gerbino Date: Wed, 19 Jul 2023 17:46:59 +0200 Subject: [PATCH] chore: update changelog with missing changes for 1.24.0 --- CHANGELOG.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e0891dd7..c92608ea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,10 +63,12 @@ ## [v1.24.0] -> Release date: 2023/07/19 +> Release date: to-be-set ### Added +- Add a new flag (`--json-output`) to enable JSON output when using `sync` and `diff` commands + [#798](https://github.com/Kong/deck/pull/798) - Improved error logs coming from files validation against Kong's schemas. [#976](https://github.com/Kong/deck/pull/976) - Added a new command `file openapi2kong` that will generate a deck file from an OpenAPI @@ -94,12 +96,8 @@ ### Fixes - -### Misc - -- Moved the `convert` command under the `file` sub-command, to be used as `deck file convert ...`. The - top level command `deck convert ...` is marked as deprecated and will be removed in a future version. - [#939](https://github.com/Kong/deck/pull/939) +- Fix Certificates & SNIs handling when running against Konnect. + [#978](https://github.com/Kong/deck/pull/978) ## [v1.23.0]