Skip to content

Commit a920200

Browse files
Minor Klaw version release. (#960)
* Minor Klaw version release. Signed-off-by: Aindriu Lavelle <aindriu.lavelle@aiven.io> * Update to fix typos Signed-off-by: Aindriu Lavelle <aindriu.lavelle@aiven.io> * Update to fix casing on README to mirror the casing on the coral UI Signed-off-by: Aindriu Lavelle <aindriu.lavelle@aiven.io> --------- Signed-off-by: Aindriu Lavelle <aindriu.lavelle@aiven.io>
1 parent 5beb5e8 commit a920200

6 files changed

Lines changed: 10 additions & 6 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 2.1.0
1+
version = 2.2.0
22

33
# Sets a custom hook path in the local git config.
44
# Currently there's only a pre-commit hook related

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,17 @@ For the versions available, see the [tags on this repository](https://github.com
2525
- Topics (approval): Create, Update, Delete, Promote
2626
- React UI - New look and feel for Browse topics, Create topic Request
2727
- React UI - New look and feel for Approving topics, ACLs, Schemas
28+
- React UI - New look and feel for viewing 'My team's Requests' for topics, ACLs and Schemas
2829

2930
- Acls (approval): Create,Delete
3031
- React UI - Create Acl Request
32+
- Service accounts created for ACLs are assigned to the creating team
3133
- Connectors (approval): Create
3234
- Any connector can be created as long as the required plugin libraries are installed on the server.
3335
- Avro Schemas (approval): Create
3436
- View all available versions of the subjects per topic
3537
- React UI - Create Schema Request
38+
- Pre validation of Schemas compatibility on Schema request creation
3639
- Topic Overview :
3740
- Topic Config
3841
- Promote
@@ -58,6 +61,7 @@ For the versions available, see the [tags on this repository](https://github.com
5861
- Configure Clusters and Environments
5962
- Clusters can be created connecting to Apache Kafka clusters. (Cluster Management Api should be configured)
6063
- Environments are wrappers over clusters, enforcing flexible configs like prefix, suffix etc
64+
- Kafka Rest Proxy can be added to the cluster to store the rest proxy url information.
6165

6266
- Users, Teams & Authorizations
6367
- Configurable users, teams
@@ -165,4 +169,4 @@ Klaw (formerly Kafkawize) is maintained by, [Aiven](https://aiven.io/) open sour
165169
Recent contributors are listed on the GitHub project page,
166170
https://github.com/aiven/klaw/graphs/contributors
167171

168-
Copyright (c) 2022 Aiven Oy and klaw project contributors.
172+
Copyright (c) 2023 Aiven Oy and klaw project contributors.

cluster-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.aiven</groupId>
99
<artifactId>klaw-project</artifactId>
10-
<version>2.1.0</version>
10+
<version>2.2.0</version>
1111
</parent>
1212

1313
<artifactId>cluster-api</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.aiven</groupId>
99
<artifactId>klaw-project</artifactId>
10-
<version>2.1.0</version>
10+
<version>2.2.0</version>
1111
</parent>
1212

1313
<artifactId>klaw</artifactId>

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name" : "Apache 2.0",
1111
"url" : "https://www.apache.org/licenses/LICENSE-2.0.html"
1212
},
13-
"version" : "2.1.0"
13+
"version" : "2.2.0"
1414
},
1515
"externalDocs" : {
1616
"description" : "Klaw documentation",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.aiven</groupId>
66
<artifactId>klaw-project</artifactId>
7-
<version>2.1.0</version>
7+
<version>2.2.0</version>
88
<packaging>pom</packaging>
99
<name>Klaw Project</name>
1010
<description>Aiven Klaw - Selfservice, Governance for Kafka</description>

0 commit comments

Comments
 (0)