diff --git a/admin/admin-service/pom.xml b/admin/admin-service/pom.xml index ef1b6bbd4e..a3221ffe70 100644 --- a/admin/admin-service/pom.xml +++ b/admin/admin-service/pom.xml @@ -7,11 +7,11 @@ io.mosip.admin admin-parent - 1.3.0 + 1.3.1-SNAPSHOT admin-service admin-service - 1.3.0 + 1.3.1-SNAPSHOT http://maven.apache.org jar diff --git a/admin/hotlist-service/pom.xml b/admin/hotlist-service/pom.xml index 7a6ef57d52..619a4f00f1 100644 --- a/admin/hotlist-service/pom.xml +++ b/admin/hotlist-service/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.mosip.hotlist hotlist-service - 1.3.0 + 1.3.1-SNAPSHOT Hotlist Service Service to block/unblock ids in MOSIP https://github.com/mosip/admin-services diff --git a/admin/kernel-masterdata-service/pom.xml b/admin/kernel-masterdata-service/pom.xml index dc6aded96c..2c70b4e57e 100644 --- a/admin/kernel-masterdata-service/pom.xml +++ b/admin/kernel-masterdata-service/pom.xml @@ -9,7 +9,7 @@ kernel-masterdata-service Mosip commons project https://github.com/mosip/commons - 1.3.0 + 1.3.1-SNAPSHOT UTF-8 diff --git a/admin/kernel-syncdata-service/pom.xml b/admin/kernel-syncdata-service/pom.xml index f215ca2f5a..ea36807c71 100644 --- a/admin/kernel-syncdata-service/pom.xml +++ b/admin/kernel-syncdata-service/pom.xml @@ -7,7 +7,7 @@ kernel-syncdata-service Mosip commons project https://github.com/mosip/commons - 1.3.0 + 1.3.1-SNAPSHOT UTF-8 diff --git a/admin/pom.xml b/admin/pom.xml index a5d54f624b..338b084113 100644 --- a/admin/pom.xml +++ b/admin/pom.xml @@ -6,7 +6,7 @@ io.mosip.admin admin-parent - 1.3.0 + 1.3.1-SNAPSHOT pom admin diff --git a/api-test/pom.xml b/api-test/pom.xml index 193abe4bdd..f08c015aab 100644 --- a/api-test/pom.xml +++ b/api-test/pom.xml @@ -8,7 +8,7 @@ apitest-masterdata Parent project of MOSIP Admin Services apitests https://github.com/mosip/admin-services - 1.3.0 + 1.3.1-SNAPSHOT @@ -62,7 +62,7 @@ 0.7.0 3.0.1 - apitest-masterdata-1.3.0-jar-with-dependencies + apitest-masterdata-1.3.1-SNAPSHOT-jar-with-dependencies diff --git a/db_upgrade_scripts/mosip_hotlist/sql/1.3.0_to_1.3.1_rollback.sql b/db_upgrade_scripts/mosip_hotlist/sql/1.3.0_to_1.3.1_rollback.sql new file mode 100644 index 0000000000..1a2e0a41c4 --- /dev/null +++ b/db_upgrade_scripts/mosip_hotlist/sql/1.3.0_to_1.3.1_rollback.sql @@ -0,0 +1 @@ +\echo 'Rollback Queries not required for transition from $CURRENT_VERSION to $UPGRADE_VERSION' \ No newline at end of file diff --git a/db_upgrade_scripts/mosip_hotlist/sql/1.3.0_to_1.3.1_upgrade.sql b/db_upgrade_scripts/mosip_hotlist/sql/1.3.0_to_1.3.1_upgrade.sql new file mode 100644 index 0000000000..381e2be11c --- /dev/null +++ b/db_upgrade_scripts/mosip_hotlist/sql/1.3.0_to_1.3.1_upgrade.sql @@ -0,0 +1 @@ +\echo 'Upgrade Queries not required for transition from $CURRENT_VERSION to $UPGRADE_VERSION' \ No newline at end of file diff --git a/db_upgrade_scripts/mosip_master/sql/1.3.0_to_1.3.1_rollback.sql b/db_upgrade_scripts/mosip_master/sql/1.3.0_to_1.3.1_rollback.sql new file mode 100644 index 0000000000..1a2e0a41c4 --- /dev/null +++ b/db_upgrade_scripts/mosip_master/sql/1.3.0_to_1.3.1_rollback.sql @@ -0,0 +1 @@ +\echo 'Rollback Queries not required for transition from $CURRENT_VERSION to $UPGRADE_VERSION' \ No newline at end of file diff --git a/db_upgrade_scripts/mosip_master/sql/1.3.0_to_1.3.1_upgrade.sql b/db_upgrade_scripts/mosip_master/sql/1.3.0_to_1.3.1_upgrade.sql new file mode 100644 index 0000000000..381e2be11c --- /dev/null +++ b/db_upgrade_scripts/mosip_master/sql/1.3.0_to_1.3.1_upgrade.sql @@ -0,0 +1 @@ +\echo 'Upgrade Queries not required for transition from $CURRENT_VERSION to $UPGRADE_VERSION' \ No newline at end of file diff --git a/deploy/admin-apitestrig/values.yaml b/deploy/admin-apitestrig/values.yaml index ed6243ba60..301f40b155 100644 --- a/deploy/admin-apitestrig/values.yaml +++ b/deploy/admin-apitestrig/values.yaml @@ -2,6 +2,6 @@ modules: masterdata: enabled: true image: - repository: mosipid/apitest-masterdata - tag: 1.3.0 + repository: mosipqa/apitest-masterdata + tag: 1.3.x pullPolicy: Always diff --git a/deploy/admin/install.sh b/deploy/admin/install.sh index 3eed555c98..f90867431b 100755 --- a/deploy/admin/install.sh +++ b/deploy/admin/install.sh @@ -9,7 +9,7 @@ fi NS=admin KNS=kernel -CHART_VERSION=1.3.0 +CHART_VERSION=1.3.1-develop COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace diff --git a/helm/admin-hotlist/Chart.yaml b/helm/admin-hotlist/Chart.yaml index 7b506dfa44..a83d93c33b 100644 --- a/helm/admin-hotlist/Chart.yaml +++ b/helm/admin-hotlist/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: admin-hotlist description: A Helm chart for MOSIP Admin Hotlist type: application -version: 1.3.0 +version: 1.3.1-develop appVersion: "" dependencies: - name: common diff --git a/helm/admin-hotlist/values.yaml b/helm/admin-hotlist/values.yaml index a81c275920..b5e7c8c575 100644 --- a/helm/admin-hotlist/values.yaml +++ b/helm/admin-hotlist/values.yaml @@ -45,8 +45,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipid/hotlist-service - tag: 1.3.0 + repository: mosipqa/hotlist-service + tag: 1.3.x ## 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/admin-service/Chart.yaml b/helm/admin-service/Chart.yaml index 1abb2a7570..686f47e275 100644 --- a/helm/admin-service/Chart.yaml +++ b/helm/admin-service/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: admin-service description: A Helm chart for MOSIP Admin module type: application -version: 1.3.0 +version: 1.3.1-develop appVersion: "" dependencies: - name: common diff --git a/helm/admin-service/values.yaml b/helm/admin-service/values.yaml index bf39fa6d46..7e8cf45d11 100644 --- a/helm/admin-service/values.yaml +++ b/helm/admin-service/values.yaml @@ -45,8 +45,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipid/admin-service - tag: 1.3.0 + repository: mosipqa/admin-service + tag: 1.3.x ## 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/masterdata/Chart.yaml b/helm/masterdata/Chart.yaml index 91b04bb929..8244d46b2d 100644 --- a/helm/masterdata/Chart.yaml +++ b/helm/masterdata/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: masterdata description: A Helm chart for MOSIP Masterdata module type: application -version: 1.3.0 +version: 1.3.1-develop appVersion: "" dependencies: - name: common diff --git a/helm/masterdata/values.yaml b/helm/masterdata/values.yaml index 70e50578da..6dbbfbeaae 100644 --- a/helm/masterdata/values.yaml +++ b/helm/masterdata/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipid/kernel-masterdata-service - tag: 1.3.0 + repository: mosipqa/kernel-masterdata-service + tag: 1.3.x ## 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/syncdata/Chart.yaml b/helm/syncdata/Chart.yaml index cc772e7a0a..f25aceba72 100644 --- a/helm/syncdata/Chart.yaml +++ b/helm/syncdata/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: syncdata description: A Helm chart for MOSIP Syncdata module type: application -version: 1.3.0 +version: 1.3.1-develop appVersion: "" dependencies: - name: common diff --git a/helm/syncdata/values.yaml b/helm/syncdata/values.yaml index 5fc12cfbc2..c0df1ece34 100644 --- a/helm/syncdata/values.yaml +++ b/helm/syncdata/values.yaml @@ -46,8 +46,8 @@ service: externalTrafficPolicy: Cluster image: registry: docker.io - repository: mosipid/kernel-syncdata-service - tag: 1.3.0 + repository: mosipqa/kernel-syncdata-service + tag: 1.3.x ## Specify a imagePllPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images