diff --git a/Makefile b/Makefile index d5266f82a0..a849de3b82 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version = 2.8.0 +version = 2.9.0 NODE = node # Sets a custom hook path in the local git config. diff --git a/README.md b/README.md index deca8da976..5b8f4e50ed 100644 --- a/README.md +++ b/README.md @@ -219,4 +219,4 @@ Klaw (formerly Kafkawize) is maintained by, [Aiven](https://aiven.io/) open sour Recent contributors are listed on the GitHub project page, https://github.com/aiven/klaw/graphs/contributors -Copyright (c) 2023 Aiven Oy and klaw project contributors. +Copyright (c) 2024 Aiven Oy and klaw project contributors. diff --git a/bin/run-klaw.bat b/bin/run-klaw.bat index 0dfa64f9da..3d79f0cacb 100644 --- a/bin/run-klaw.bat +++ b/bin/run-klaw.bat @@ -4,7 +4,7 @@ SET CURRENTDIR="%cd%" set DIR=%~dp0..\ cd %DIR% -set version=2.8.0 +set version=2.9.0 set core_lib=.\core\target\klaw-%version%.jar set cluster_lib=.\cluster-api\target\cluster-api-%version%.jar set core_config=.\core\target\classes\application.properties diff --git a/bin/run-klaw.sh b/bin/run-klaw.sh index 17fa474196..5044717e31 100644 --- a/bin/run-klaw.sh +++ b/bin/run-klaw.sh @@ -4,7 +4,7 @@ WORKING_DIR="$(dirname "$0")"/.. cd $WORKING_DIR # Declarations -version=2.8.0 +version=2.9.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 28050b4d7c..8f7ffea14e 100644 --- a/coral/types/api.d.ts +++ b/coral/types/api.d.ts @@ -1364,8 +1364,8 @@ export type components = { scales?: components["schemas"]["Scales"]; }; Scales: { - xaxes?: components["schemas"]["YAx"][]; yaxes?: components["schemas"]["YAx"][]; + xaxes?: components["schemas"]["YAx"][]; }; TeamOverview: { producerAclsPerTeamsOverview?: components["schemas"]["ChartsJsOverview"]; diff --git a/openapi.yaml b/openapi.yaml index d829eb32f7..eef5dc56e5 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.8.0" + "version" : "2.9.0" }, "externalDocs" : { "description" : "Klaw documentation", @@ -8227,13 +8227,13 @@ }, "Scales" : { "properties" : { - "xaxes" : { + "yaxes" : { "type" : "array", "items" : { "$ref" : "#/components/schemas/YAx" } }, - "yaxes" : { + "xaxes" : { "type" : "array", "items" : { "$ref" : "#/components/schemas/YAx" diff --git a/pom.xml b/pom.xml index 68f3a4deb4..322fefe26f 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ - 2.8.0 + 2.9.0 UTF-8 UTF-8 17