Skip to content

Commit

Permalink
Update the version to 2.1.0 from 2.0.0 for a minor Klaw release. (#758)
Browse files Browse the repository at this point in the history
Signed-off-by: Aindriu Lavelle <[email protected]>
  • Loading branch information
aindriu-aiven authored Mar 3, 2023
1 parent 1730624 commit 627b27b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 2.0.0
version = 2.1.0

# Sets a custom hook path in the local git config.
# Currently there's only a pre-commit hook related
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ For the versions available, see the [tags on this repository](https://github.com

- 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

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

- Topic naming conventions
- Enforce prefix and suffixes per environment
Expand Down
2 changes: 1 addition & 1 deletion cluster-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.aiven</groupId>
<artifactId>klaw-project</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</parent>

<artifactId>cluster-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.aiven</groupId>
<artifactId>klaw-project</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</parent>

<artifactId>klaw</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: Klaw - OpenAPI
version: 1.0.0
version: 2.1.0
description: >
This specification is still a work in progress and is not yet implemented in any API. The purpose of this
specification is to facilitate developers discussions.
Expand Down
2 changes: 1 addition & 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.0.0</version>
<version>2.1.0</version>
<packaging>pom</packaging>
<name>Klaw Project</name>
<description>Aiven Klaw - Selfservice, Governance for Kafka</description>
Expand Down

0 comments on commit 627b27b

Please sign in to comment.