Skip to content

Commit

Permalink
Increment ver 2.3.0 (#1139)
Browse files Browse the repository at this point in the history
Signed-off-by: muralibasani <[email protected]>
Co-authored-by: muralibasani <[email protected]>
  • Loading branch information
muralibasani and muralibasani authored May 10, 2023
1 parent 622c7bf commit bfecfd2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ For the versions available, see the [tags on this repository](https://github.com
## Features:

- Topics (approval): Create, Update, Delete, Promote
- React UI - New look and feel for Browse topics, Create topic Request
- React UI - New look and feel for Approving topics, ACLs, Schemas
- React UI - New look and feel for viewing 'My team's Requests' for topics, ACLs and Schemas
- 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

- Acls (approval): Create,Delete
- React UI - Create Acl Request
Expand Down Expand Up @@ -70,7 +70,7 @@ For the versions available, see the [tags on this repository](https://github.com
- Ability to switch between different teams

- Topic naming conventions
- Enforce prefix and suffixes per environment
- Enforce prefix, suffixes and/or regex per environment

- Excel report (for your team and all teams, depending on the role)
- Topics per cluster (for teams)
Expand Down
3 changes: 2 additions & 1 deletion cluster-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<parent>
<groupId>io.aiven</groupId>
<artifactId>klaw-project</artifactId>
<version>2.2.0</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>cluster-api</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<parent>
<groupId>io.aiven</groupId>
<artifactId>klaw-project</artifactId>
<version>2.2.0</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>klaw</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.aiven</groupId>
<artifactId>klaw-project</artifactId>
<version>2.2.0</version>
<version>${revision}</version>
<packaging>pom</packaging>
<name>Klaw Project</name>
<description>Aiven Klaw - Selfservice, Governance for Kafka</description>
Expand Down Expand Up @@ -42,6 +42,7 @@
</parent>

<properties>
<revision>2.3.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 bfecfd2

Please sign in to comment.