From 389c4160f99e05e0c50837fa7cdffa57291dfcc0 Mon Sep 17 00:00:00 2001 From: Murali Basani Date: Thu, 15 Jun 2023 11:59:44 +0200 Subject: [PATCH] Release 240 (#1359) * Release 240 Signed-off-by: muralibasani * Release 240 Signed-off-by: muralibasani * Release 240 Signed-off-by: muralibasani --------- Signed-off-by: muralibasani Co-authored-by: muralibasani --- Makefile | 2 +- README.md | 3 ++- openapi.yaml | 2 +- pom.xml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 594ed4c3bd..8c8968a7a6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version = 2.2.0 +version = 2.4.0 # Sets a custom hook path in the local git config. # Currently there's only a pre-commit hook related diff --git a/README.md b/README.md index 0d2e2822cc..57f8145a26 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ For the versions available, see the [tags on this repository](https://github.com ## Features: - Topics (approval): Create, Update, Delete, Promote + - React UI is now by default enabled in the configuration. If react based assets are already built, new UI should be visible. - React UI - New look and feel for Browse topics, Create topic Request, Acl Request, Schema Request and Connector Request - React UI - New look and feel for Approving Topics, ACLs, Schemas and Connectors - React UI - New look and feel for viewing 'My team's Requests' for topics, ACLs, Schemas and Connectors @@ -49,7 +50,7 @@ For the versions available, see the [tags on this repository](https://github.com - View created, completed, declined, all Connector requests - View created, completed, declined, all Avro schema requests -- Synchronization from and to Apache Kafka clusters +- Synchronization (migration) from and to Apache Kafka clusters (Topics, Acls, Schemas and Connectors) - Reconciliation and email notifications on differences between Klaw and Clusters - Restore configuration (topics, acls) diff --git a/openapi.yaml b/openapi.yaml index a3b53c195b..36bdc6bebf 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -10,7 +10,7 @@ "name" : "Apache 2.0", "url" : "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version" : "2.3.0" + "version" : "2.4.0" }, "externalDocs" : { "description" : "Klaw documentation", diff --git a/pom.xml b/pom.xml index a5a01d389f..cae0638d1d 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ - 2.3.0 + 2.4.0 UTF-8 UTF-8 17