From 1b2e7aa3367703d7f37cf226996c2a2254ba3a3f Mon Sep 17 00:00:00 2001 From: kameshsr Date: Tue, 19 May 2026 17:21:49 +0530 Subject: [PATCH 1/2] Github issue 334 changed version from 1.3.1-Snapshot to 1.3.2-snapshot Signed-off-by: kameshsr --- consolidator/Ballerina.toml | 6 +++--- hub/Ballerina.toml | 6 +++--- kafka-admin-client/pom.xml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/consolidator/Ballerina.toml b/consolidator/Ballerina.toml index 1536c62..4fe85fd 100644 --- a/consolidator/Ballerina.toml +++ b/consolidator/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "mosip" name = "consolidatorService" -version = "1.3.1-SNAPSHOT" +version = "1.3.2-SNAPSHOT" [build-options] observabilityIncluded = true @@ -10,5 +10,5 @@ observabilityIncluded = true modules = ["inittopic"] groupId = "io.mosip" artifactId = "kafka-admin-client" -version = "1.3.1-SNAPSHOT" -path = "kafka-admin-client/target/kafka-admin-client-1.3.1-SNAPSHOT.jar" +version = "1.3.2-SNAPSHOT" +path = "kafka-admin-client/target/kafka-admin-client-1.3.2-SNAPSHOT.jar" diff --git a/hub/Ballerina.toml b/hub/Ballerina.toml index e7d56a3..0c1e987 100644 --- a/hub/Ballerina.toml +++ b/hub/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "mosip" name = "kafkaHub" -version = "1.3.1-SNAPSHOT" +version = "1.3.2-SNAPSHOT" [build-options] observabilityIncluded = true @@ -10,5 +10,5 @@ observabilityIncluded = true modules = ["inittopic"] groupId = "io.mosip" artifactId = "kafka-admin-client" -version = "1.3.1-SNAPSHOT" -path = "kafka-admin-client/target/kafka-admin-client-1.3.1-SNAPSHOT.jar" +version = "1.3.2-SNAPSHOT" +path = "kafka-admin-client/target/kafka-admin-client-1.3.2-SNAPSHOT.jar" diff --git a/kafka-admin-client/pom.xml b/kafka-admin-client/pom.xml index cbcbbc5..81e6767 100644 --- a/kafka-admin-client/pom.xml +++ b/kafka-admin-client/pom.xml @@ -5,7 +5,7 @@ io.mosip kafka-admin-client - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT jar kafka-admin-client From ab94acbe06acb04c6008aee933bab0e681978c4d Mon Sep 17 00:00:00 2001 From: kameshsr Date: Tue, 19 May 2026 17:48:14 +0530 Subject: [PATCH 2/2] github issue 334 corrected helm Signed-off-by: kameshsr --- deploy/install.sh | 2 +- helm/websub-consolidator/Chart.yaml | 2 +- helm/websub/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/install.sh b/deploy/install.sh index 4f14a04..a2502cf 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=websub -CHART_VERSION=1.3.1-develop +CHART_VERSION=1.3.2-develop echo Create $NS namespace kubectl create ns $NS diff --git a/helm/websub-consolidator/Chart.yaml b/helm/websub-consolidator/Chart.yaml index 8d20a56..96e7188 100644 --- a/helm/websub-consolidator/Chart.yaml +++ b/helm/websub-consolidator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: websub-consolidator description: A Helm chart for Websub Cconsolidator type: application -version: 1.3.1-develop +version: 1.3.2-develop appVersion: "" dependencies: - name: common diff --git a/helm/websub/Chart.yaml b/helm/websub/Chart.yaml index 5ff944c..ad2fcb7 100644 --- a/helm/websub/Chart.yaml +++ b/helm/websub/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: websub description: A Helm chart for Websub service type: application -version: 1.3.1-develop +version: 1.3.2-develop appVersion: "" dependencies: - name: common