From 7ac9a7de3c79cccd8ff1edc63a0216d39a923ef9 Mon Sep 17 00:00:00 2001 From: Murali Basani Date: Mon, 23 Oct 2023 10:49:48 +0200 Subject: [PATCH] For release 260 (#1910) --- Makefile | 2 +- README.md | 4 ++++ bin/run-klaw.sh | 2 +- coral/types/api.d.ts | 2 +- openapi.yaml | 6 +++--- pom.xml | 2 +- 6 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 5e5557a237..45c4ebce30 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version = 2.5.0 +version = 2.6.0 # Sets a custom hook path in the local git config. # Currently there's only a pre-commit hook related diff --git a/README.md b/README.md index 85627efefd..b490a142fd 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,8 @@ For the versions available, see the [tags on this repository](https://github.com - Help Wizard to setup Klaw +[See Features of Klaw in docs](https://www.klaw-project.io/docs/features) + ## Documentation - User documentation : https://klaw-project.io/docs @@ -155,6 +157,8 @@ java -jar core/target/klaw-.jar java -jar cluster-api/target/cluster-api-.jar --spring.config.location=cluster-api/target/classes/application.properties +Or run bin/run-klaw.sh for Mac/Linux + ### With `make` 1. Clone this repo containing two maven modules (core and cluster-api) : `git clone git@github.com:aiven/klaw.git` diff --git a/bin/run-klaw.sh b/bin/run-klaw.sh index 3a330ef437..52573987ba 100644 --- a/bin/run-klaw.sh +++ b/bin/run-klaw.sh @@ -1,7 +1,7 @@ #!/bin/bash # Declarations -version=2.5.0 +version=2.6.0 core_lib=./core/target/klaw-${version}.jar cluster_lib=./cluster-api/target/cluster-api-${version}.jar core_config=./core/target/classes/application.properties diff --git a/coral/types/api.d.ts b/coral/types/api.d.ts index ecff02ea74..4f6f50c73a 100644 --- a/coral/types/api.d.ts +++ b/coral/types/api.d.ts @@ -1245,8 +1245,8 @@ export type components = { hasSchema: boolean; /** Format: int32 */ clusterId: number; - topicOwner?: boolean; highestEnv?: boolean; + topicOwner?: boolean; }; TopicBaseConfig: { topicName: string; diff --git a/openapi.yaml b/openapi.yaml index 263b4cfd11..49e1c717fd 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -10,7 +10,7 @@ "name" : "Apache 2.0", "url" : "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version" : "2.5.0" + "version" : "2.6.0" }, "externalDocs" : { "description" : "Klaw documentation", @@ -7908,10 +7908,10 @@ "type" : "integer", "format" : "int32" }, - "topicOwner" : { + "highestEnv" : { "type" : "boolean" }, - "highestEnv" : { + "topicOwner" : { "type" : "boolean" } }, diff --git a/pom.xml b/pom.xml index 808b1e004c..ac7f164776 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ - 2.5.0 + 2.6.0 UTF-8 UTF-8 17