Skip to content

Commit

Permalink
Release 240 (#1359)
Browse files Browse the repository at this point in the history
* Release 240

Signed-off-by: muralibasani <[email protected]>

* Release 240

Signed-off-by: muralibasani <[email protected]>

* Release 240

Signed-off-by: muralibasani <[email protected]>

---------

Signed-off-by: muralibasani <[email protected]>
Co-authored-by: muralibasani <[email protected]>
  • Loading branch information
muralibasani and muralibasani authored Jun 15, 2023
1 parent c944862 commit 389c416
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</parent>

<properties>
<revision>2.3.0</revision>
<revision>2.4.0</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>17</java.version>
Expand Down

0 comments on commit 389c416

Please sign in to comment.