diff --git a/build.gradle b/build.gradle index fa278eb06..3f2f29984 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ application { mainClass.set("org.akhq.App") } group "org.akhq" -version "0.24.0" +version "0.25.0" repositories { mavenLocal() diff --git a/client/package-lock.json b/client/package-lock.json index 4874e5669..5bb47d0c9 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "akhq-front-end", - "version": "0.24.0", + "version": "0.25.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "akhq-front-end", - "version": "0.24.0", + "version": "0.25.0", "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", diff --git a/client/package.json b/client/package.json index 9523543df..ad5d5b1da 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "akhq-front-end", - "version": "0.24.0", + "version": "0.25.0", "private": true, "type": "module", "homepage": "./ui", diff --git a/docs/docs/configuration/authentifications/groups.md b/docs/docs/configuration/authentifications/groups.md index 2547d47b1..4c159054a 100644 --- a/docs/docs/configuration/authentifications/groups.md +++ b/docs/docs/configuration/authentifications/groups.md @@ -3,9 +3,7 @@ Groups allow you to limit user ::: warning -With PR #1472 AKHQ introduced a new, better group management system. It was merged into main codebase after -release 0.24.0. If you are using v0.24.0 or below, please refer to documentation in `docs/` subdirectory -as shipped with your release. +With PR #1472 AKHQ introduced a new, better group management system in 0.25.0. It's a breaking change, so you need to rewrite your ACLS ::: Define groups with specific roles for your users diff --git a/helm/akhq/Chart.yaml b/helm/akhq/Chart.yaml index fb4e38c2c..d60d69bd9 100644 --- a/helm/akhq/Chart.yaml +++ b/helm/akhq/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "0.24.0" +appVersion: "0.25.0" description: Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more... name: akhq -version: 0.24.0 +version: 0.25.0 keywords: - kafka - confluent