Skip to content

Commit 627b27b

Browse files
Update the version to 2.1.0 from 2.0.0 for a minor Klaw release. (#758)
Signed-off-by: Aindriu Lavelle <aindriu.lavelle@aiven.io>
1 parent 1730624 commit 627b27b

6 files changed

Lines changed: 7 additions & 5 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.0.0
1+
version = 2.1.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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ For the versions available, see the [tags on this repository](https://github.com
2424

2525
- Topics (approval): Create, Update, Delete, Promote
2626
- React UI - New look and feel for Browse topics, Create topic Request
27+
- React UI - New look and feel for Approving topics, ACLs, Schemas
2728

2829
- Acls (approval): Create,Delete
2930
- React UI - Create Acl Request
@@ -62,6 +63,7 @@ For the versions available, see the [tags on this repository](https://github.com
6263
- Configurable users, teams
6364
- More than 35 permissions
6465
- Configurable roles (Roles can be pulled from AD for authorization)
66+
- Ability to switch between different teams
6567

6668
- Topic naming conventions
6769
- Enforce prefix and suffixes per environment

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.0.0</version>
10+
<version>2.1.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.0.0</version>
10+
<version>2.1.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
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: Klaw - OpenAPI
4-
version: 1.0.0
4+
version: 2.1.0
55
description: >
66
This specification is still a work in progress and is not yet implemented in any API. The purpose of this
77
specification is to facilitate developers discussions.

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.0.0</version>
7+
<version>2.1.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)