Skip to content

Commit

Permalink
chore(version): update to v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed May 21, 2024
1 parent 515298d commit d29c54d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ application {
mainClass.set("org.akhq.App")
}
group "org.akhq"
version "0.24.0"
version "0.25.0"

repositories {
mavenLocal()
Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akhq-front-end",
"version": "0.24.0",
"version": "0.25.0",
"private": true,
"type": "module",
"homepage": "./ui",
Expand Down
4 changes: 1 addition & 3 deletions docs/docs/configuration/authentifications/groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/akhq/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d29c54d

Please sign in to comment.