From c3ff937208becdeedff66da1f245b9d6001b30db Mon Sep 17 00:00:00 2001 From: Praful Rakhade Date: Tue, 19 May 2026 11:12:06 +0530 Subject: [PATCH 1/2] [DSD-10266] esignet 1.8.0 release Signed-off-by: Prafulrakhade --- api-test/pom.xml | 4 ++-- binding-service-impl/pom.xml | 2 +- client-management-service-impl/pom.xml | 2 +- consent-service-impl/pom.xml | 2 +- db_scripts/init_values.yaml | 2 +- deploy/esignet-apitestrig/install.sh | 2 +- deploy/esignet-apitestrig/values.yaml | 4 ++-- deploy/esignet-with-plugins/install.sh | 2 +- deploy/esignet/install.sh | 4 ++-- deploy/oidc-ui/install.sh | 2 +- deploy/postgres/init_values.yaml | 2 +- docker-compose/docker-compose.yml | 6 +++--- esignet-core/pom.xml | 2 +- esignet-integration-api/pom.xml | 2 +- esignet-service/pom.xml | 4 ++-- esignet-with-plugins/Dockerfile | 2 +- esignet-with-plugins/pom.xml | 10 +++++----- helm/esignet/Chart.yaml | 2 +- helm/esignet/values.yaml | 4 ++-- helm/oidc-ui/Chart.yaml | 2 +- helm/oidc-ui/values.yaml | 4 ++-- oidc-service-impl/pom.xml | 2 +- partner-onboarder/install.sh | 3 +-- pom.xml | 2 +- 24 files changed, 36 insertions(+), 37 deletions(-) diff --git a/api-test/pom.xml b/api-test/pom.xml index f6e6440db..26db4c69b 100644 --- a/api-test/pom.xml +++ b/api-test/pom.xml @@ -8,7 +8,7 @@ apitest-esignet Parent project of MOSIP Esignet apitests https://github.com/mosip/esignet - 1.8.0-SNAPSHOT + 1.8.0 @@ -61,7 +61,7 @@ 2.2.1 3.0.1 - apitest-esignet-1.8.0-SNAPSHOT-jar-with-dependencies + apitest-esignet-1.8.0-jar-with-dependencies diff --git a/binding-service-impl/pom.xml b/binding-service-impl/pom.xml index e7052fbfb..675ce0431 100644 --- a/binding-service-impl/pom.xml +++ b/binding-service-impl/pom.xml @@ -8,7 +8,7 @@ io.mosip.esignet esignet-parent - 1.8.0-SNAPSHOT + 1.8.0 io.mosip.esignet diff --git a/client-management-service-impl/pom.xml b/client-management-service-impl/pom.xml index 93f7bc901..92957b349 100644 --- a/client-management-service-impl/pom.xml +++ b/client-management-service-impl/pom.xml @@ -6,7 +6,7 @@ io.mosip.esignet esignet-parent - 1.8.0-SNAPSHOT + 1.8.0 client-management-service-impl diff --git a/consent-service-impl/pom.xml b/consent-service-impl/pom.xml index 2ca38c576..0eaa0912f 100644 --- a/consent-service-impl/pom.xml +++ b/consent-service-impl/pom.xml @@ -9,7 +9,7 @@ io.mosip.esignet esignet-parent - 1.8.0-SNAPSHOT + 1.8.0 io.mosip.esignet diff --git a/db_scripts/init_values.yaml b/db_scripts/init_values.yaml index 3bd82f201..42f3849e5 100644 --- a/db_scripts/init_values.yaml +++ b/db_scripts/init_values.yaml @@ -12,4 +12,4 @@ databases: name: postgres-postgresql key: postgres-password dml: 1 - branch: develop + branch: v0.8.0 diff --git a/deploy/esignet-apitestrig/install.sh b/deploy/esignet-apitestrig/install.sh index e63bb3b68..d783ca1d8 100755 --- a/deploy/esignet-apitestrig/install.sh +++ b/deploy/esignet-apitestrig/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=esignet -CHART_VERSION=1.4.0 +CHART_VERSION=1.5.0 COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace diff --git a/deploy/esignet-apitestrig/values.yaml b/deploy/esignet-apitestrig/values.yaml index f240990c3..824546d2a 100644 --- a/deploy/esignet-apitestrig/values.yaml +++ b/deploy/esignet-apitestrig/values.yaml @@ -2,8 +2,8 @@ modules: esignet: enabled: true image: - repository: mosipqa/apitest-esignet - tag: 1.8.x + repository: mosipid/apitest-esignet + tag: 1.8.0 pullPolicy: Always extraEnvVarsCM: diff --git a/deploy/esignet-with-plugins/install.sh b/deploy/esignet-with-plugins/install.sh index c88c1d621..589b0a55a 100755 --- a/deploy/esignet-with-plugins/install.sh +++ b/deploy/esignet-with-plugins/install.sh @@ -8,7 +8,7 @@ fi NS=esignet ESIGNET_SERVICE_NAME=esignet -CHART_VERSION=1.8.0-develop +CHART_VERSION=1.8.0 echo Create $NS namespace kubectl create ns $NS diff --git a/deploy/esignet/install.sh b/deploy/esignet/install.sh index 87138a7a6..6e008f03b 100755 --- a/deploy/esignet/install.sh +++ b/deploy/esignet/install.sh @@ -23,7 +23,7 @@ function installing_esignet() { done NS=esignet - CHART_VERSION=1.8.0-develop + CHART_VERSION=1.8.0 ESIGNET_HOST=$(kubectl -n esignet get cm esignet-global -o jsonpath={.data.mosip-esignet-host}) @@ -115,7 +115,7 @@ function installing_esignet() { echo Installing esignet helm -n $NS install esignet mosip/esignet --version $CHART_VERSION \ $ESIGNET_HELM_ARGS \ - --set image.repository=mosipdev/esignet --set image.tag=develop \ + --set image.repository=mosipid/esignet --set image.tag=1.8.0 \ $ENABLE_INSECURE $plugin_option \ --set metrics.serviceMonitor.enabled=$servicemonitorflag -f values.yaml --wait diff --git a/deploy/oidc-ui/install.sh b/deploy/oidc-ui/install.sh index dcce5cd31..8a473962f 100755 --- a/deploy/oidc-ui/install.sh +++ b/deploy/oidc-ui/install.sh @@ -39,7 +39,7 @@ function installing_oidc-ui() { NS=esignet OIDCUI_SERVICE_NAME=oidc-ui ESIGNET_SERVICE_NAME=esignet - CHART_VERSION=1.8.0-develop + CHART_VERSION=1.8.0 echo Create $NS namespace kubectl create ns $NS || true diff --git a/deploy/postgres/init_values.yaml b/deploy/postgres/init_values.yaml index 047c8c89a..7a52fec92 100644 --- a/deploy/postgres/init_values.yaml +++ b/deploy/postgres/init_values.yaml @@ -13,7 +13,7 @@ databases: key: postgres-password dml: 1 repoUrl: https://github.com/mosip/esignet.git - branch: release-1.8.x + branch: v1.8.0 mosip_master: enabled: false diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index dfa353a59..aed2ac61d 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -17,7 +17,7 @@ services: restart: always mock-identity-system: - image: "mosipdev/mock-identity-system:release-0.13.x" + image: "mosipid/mock-identity-system:0.13.0" user: root ports: - 8082:8082 @@ -33,7 +33,7 @@ services: - database esignet: - image: "mosipdev/esignet-with-plugins:release-1.8.x" + image: "mosipid/esignet-with-plugins:1.8.0" user: root ports: - 8088:8088 @@ -57,7 +57,7 @@ services: - redis esignet-ui: - image: "mosipdev/oidc-ui:release-1.8.x" + image: "mosipid/oidc-ui:1.8.0" user: root ports: - 3000:3000 diff --git a/esignet-core/pom.xml b/esignet-core/pom.xml index 1b9720361..8b0a35196 100644 --- a/esignet-core/pom.xml +++ b/esignet-core/pom.xml @@ -9,7 +9,7 @@ io.mosip.esignet esignet-parent - 1.8.0-SNAPSHOT + 1.8.0 io.mosip.esignet diff --git a/esignet-integration-api/pom.xml b/esignet-integration-api/pom.xml index 2933baa98..2c3fd78c4 100644 --- a/esignet-integration-api/pom.xml +++ b/esignet-integration-api/pom.xml @@ -6,7 +6,7 @@ io.mosip.esignet esignet-parent - 1.8.0-SNAPSHOT + 1.8.0 io.mosip.esignet diff --git a/esignet-service/pom.xml b/esignet-service/pom.xml index ca484bf14..fbddcb425 100644 --- a/esignet-service/pom.xml +++ b/esignet-service/pom.xml @@ -8,12 +8,12 @@ io.mosip.esignet esignet-parent - 1.8.0-SNAPSHOT + 1.8.0 io.mosip.esignet esignet-service - 1.8.0-SNAPSHOT + 1.8.0 esignet-service e-Signet OIDC Service diff --git a/esignet-with-plugins/Dockerfile b/esignet-with-plugins/Dockerfile index 526a5eccc..23ff63ddc 100644 --- a/esignet-with-plugins/Dockerfile +++ b/esignet-with-plugins/Dockerfile @@ -1,4 +1,4 @@ -FROM mosipdev/esignet:release-1.8.x +FROM mosipid/esignet:1.8.0 ARG SOURCE ARG COMMIT_HASH diff --git a/esignet-with-plugins/pom.xml b/esignet-with-plugins/pom.xml index 4469bc55a..c6e1cd480 100644 --- a/esignet-with-plugins/pom.xml +++ b/esignet-with-plugins/pom.xml @@ -8,11 +8,11 @@ io.mosip.esignet esignet-parent - 1.8.0-SNAPSHOT + 1.8.0 esignet-with-plugins - 1.8.0-SNAPSHOT + 1.8.0 esignet-with-plugins pom Project of MOSIP e-Signet with Plugins @@ -75,11 +75,11 @@ target - 1.4.0-SNAPSHOT + 1.4.0 esignet-mock-plugin.jar - 1.4.0-SNAPSHOT + 1.4.0 mosip-identity-plugin.jar - 1.4.0-SNAPSHOT + 1.4.0 sunbird-rc-plugin.jar diff --git a/helm/esignet/Chart.yaml b/helm/esignet/Chart.yaml index 09377489c..02dc30ac7 100644 --- a/helm/esignet/Chart.yaml +++ b/helm/esignet/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: esignet description: A Helm chart for MOSIP esignet module type: application -version: 1.8.0-develop +version: 1.8.0 appVersion: "" dependencies: - name: common diff --git a/helm/esignet/values.yaml b/helm/esignet/values.yaml index 0a203951a..1adc3de2a 100644 --- a/helm/esignet/values.yaml +++ b/helm/esignet/values.yaml @@ -52,8 +52,8 @@ service: image: registry: docker.io - repository: mosipqa/esignet-with-plugins - tag: 1.8.x + repository: mosipid/esignet-with-plugins + tag: 1.8.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/helm/oidc-ui/Chart.yaml b/helm/oidc-ui/Chart.yaml index 76510a8ae..b407ddd2f 100644 --- a/helm/oidc-ui/Chart.yaml +++ b/helm/oidc-ui/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: oidc-ui description: A Helm chart for MOSIP OIDC UI module type: application -version: 1.8.0-develop +version: 1.8.0 appVersion: "" dependencies: - name: common diff --git a/helm/oidc-ui/values.yaml b/helm/oidc-ui/values.yaml index 6aaeb795f..7799fe33d 100755 --- a/helm/oidc-ui/values.yaml +++ b/helm/oidc-ui/values.yaml @@ -51,8 +51,8 @@ service: image: registry: docker.io - repository: mosipqa/oidc-ui - tag: 1.8.x + repository: mosipid/oidc-ui + tag: 1.8.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/oidc-service-impl/pom.xml b/oidc-service-impl/pom.xml index 3795f09c3..b3d4b30f3 100644 --- a/oidc-service-impl/pom.xml +++ b/oidc-service-impl/pom.xml @@ -6,7 +6,7 @@ io.mosip.esignet esignet-parent - 1.8.0-SNAPSHOT + 1.8.0 oidc-service-impl diff --git a/partner-onboarder/install.sh b/partner-onboarder/install.sh index 255b6291f..43f18eb91 100755 --- a/partner-onboarder/install.sh +++ b/partner-onboarder/install.sh @@ -22,8 +22,7 @@ fi NS=esignet ESIGNET_SERVICE_NAME=esignet -CHART_VERSION=1.3.0-beta.2-develop - +CHART_VERSION=1.3.1 echo Create $NS namespace kubectl create ns $NS || true diff --git a/pom.xml b/pom.xml index 0aacc02f7..ec9ea9174 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ 4.0.0 io.mosip.esignet esignet-parent - 1.8.0-SNAPSHOT + 1.8.0 pom esignet Parent project of MOSIP e-Signet From 423f0ea6ffa64a5117412f9d318b378f0ba04f99 Mon Sep 17 00:00:00 2001 From: Praful Rakhade Date: Wed, 20 May 2026 15:32:05 +0530 Subject: [PATCH 2/2] [DSD-10294] esignet 1.8.0 post release Signed-off-by: Prafulrakhade --- deploy/esignet-with-plugins/install.sh | 2 +- deploy/esignet/install.sh | 2 +- deploy/oidc-ui/install.sh | 2 +- helm/esignet/Chart.yaml | 2 +- helm/oidc-ui/Chart.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/esignet-with-plugins/install.sh b/deploy/esignet-with-plugins/install.sh index 589b0a55a..c88c1d621 100755 --- a/deploy/esignet-with-plugins/install.sh +++ b/deploy/esignet-with-plugins/install.sh @@ -8,7 +8,7 @@ fi NS=esignet ESIGNET_SERVICE_NAME=esignet -CHART_VERSION=1.8.0 +CHART_VERSION=1.8.0-develop echo Create $NS namespace kubectl create ns $NS diff --git a/deploy/esignet/install.sh b/deploy/esignet/install.sh index 6e008f03b..c176c83ea 100755 --- a/deploy/esignet/install.sh +++ b/deploy/esignet/install.sh @@ -23,7 +23,7 @@ function installing_esignet() { done NS=esignet - CHART_VERSION=1.8.0 + CHART_VERSION=1.8.0-develop ESIGNET_HOST=$(kubectl -n esignet get cm esignet-global -o jsonpath={.data.mosip-esignet-host}) diff --git a/deploy/oidc-ui/install.sh b/deploy/oidc-ui/install.sh index 8a473962f..dcce5cd31 100755 --- a/deploy/oidc-ui/install.sh +++ b/deploy/oidc-ui/install.sh @@ -39,7 +39,7 @@ function installing_oidc-ui() { NS=esignet OIDCUI_SERVICE_NAME=oidc-ui ESIGNET_SERVICE_NAME=esignet - CHART_VERSION=1.8.0 + CHART_VERSION=1.8.0-develop echo Create $NS namespace kubectl create ns $NS || true diff --git a/helm/esignet/Chart.yaml b/helm/esignet/Chart.yaml index 02dc30ac7..09377489c 100644 --- a/helm/esignet/Chart.yaml +++ b/helm/esignet/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: esignet description: A Helm chart for MOSIP esignet module type: application -version: 1.8.0 +version: 1.8.0-develop appVersion: "" dependencies: - name: common diff --git a/helm/oidc-ui/Chart.yaml b/helm/oidc-ui/Chart.yaml index b407ddd2f..76510a8ae 100644 --- a/helm/oidc-ui/Chart.yaml +++ b/helm/oidc-ui/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: oidc-ui description: A Helm chart for MOSIP OIDC UI module type: application -version: 1.8.0 +version: 1.8.0-develop appVersion: "" dependencies: - name: common