Skip to content

Commit b1a800d

Browse files
Merge branch 'mosip:master' into master
2 parents 48cbc21 + 96dea2a commit b1a800d

18 files changed

Lines changed: 25 additions & 76 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ The following steps will help you to setup Sunbird RC and Esignet services using
5151
* [Credential service, Credential schema service & Identity service](https://github.com/Sunbird-RC/devops/tree/main/deploy-as-code/helm/v2)
5252
* [Vault](https://github.com/challabeehyv/sunbird-devops/blob/main/deploy-as-code/helm/v2/README.md#vault-deployment)
5353
* [Esignet](https://github.com/mosip/esignet/tree/v1.4.1/helm)
54-
* [Certify](https://github.com/mosip/inji-certify/tree/v0.9.1/helm/inji-certify)
54+
* [Certify](https://github.com/mosip/inji-certify/tree/v0.10.2/deploy)

api-test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ To execute the tests using Jar, use the following steps:
153153

154154
2. Run the automation test suite JAR file:
155155
```
156-
java -jar -Dmodules=injicertify -Denv.user=api-internal.<env_name> -Denv.endpoint=<base_env> -Denv.testLevel=smokeAndRegression -jar apitest-injicertify-0.10.1-jar-with-dependencies.jar
156+
java -jar -Dmodules=injicertify -Denv.user=api-internal.<env_name> -Denv.endpoint=<base_env> -Denv.testLevel=smokeAndRegression -jar apitest-injicertify-0.10.2-SNAPSHOT-jar-with-dependencies.jar
157157
```
158158

159159
# Using Eclipse IDE
@@ -214,7 +214,7 @@ To execute the tests using Eclipse IDE, use the following steps:
214214
- **env.user**: Replace `<env_name>` with the appropriate environment name (e.g., `dev`, `qa`, etc.).
215215
- **env.endpoint**: The environment where the application under test is deployed. Replace `<base_env>` with the correct base URL for the environment (e.g., `https://api-internal.<env_name>.mosip.net`).
216216
- **env.testLevel**: Set this to `smoke` to run only smoke test cases, or `smokeAndRegression` to run both smoke and regression tests.
217-
- **jar**: Specify the name of the JAR file to execute. The version will change according to the development code version. For example, the current version may look like `apitest-injicertify-0.10.1-jar-with-dependencies.jar`.
217+
- **jar**: Specify the name of the JAR file to execute. The version will change according to the development code version. For example, the current version may look like `apitest-injicertify-0.10.2-SNAPSHOT-jar-with-dependencies.jar`.
218218
219219
### Build and Run Info
220220

api-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<name>apitest-injicertify</name>
99
<description>Parent project of apitest-injicertify</description>
1010
<url>https://github.com/mosip/inji-certify</url>
11-
<version>0.10.1</version>
11+
<version>0.10.2</version>
1212

1313
<licenses>
1414
<license>
@@ -51,7 +51,7 @@
5151
<maven.source.plugin.version>2.2.1</maven.source.plugin.version>
5252

5353
<git.commit.id.plugin.version>3.0.1</git.commit.id.plugin.version>
54-
<fileName>apitest-injicertify-0.10.1-jar-with-dependencies</fileName>
54+
<fileName>apitest-injicertify-0.10.2-jar-with-dependencies</fileName>
5555
</properties>
5656

5757
<dependencies>

certify-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.mosip.certify</groupId>
1212
<artifactId>certify-parent</artifactId>
13-
<version>0.10.1</version>
13+
<version>0.10.2</version>
1414
</parent>
1515

1616
<groupId>io.mosip.certify</groupId>

certify-integration-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.mosip.certify</groupId>
88
<artifactId>certify-parent</artifactId>
9-
<version>0.10.1</version>
9+
<version>0.10.2</version>
1010
</parent>
1111

1212
<groupId>io.mosip.certify</groupId>

certify-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<parent>
1010
<groupId>io.mosip.certify</groupId>
1111
<artifactId>certify-parent</artifactId>
12-
<version>0.10.1</version>
12+
<version>0.10.2</version>
1313
</parent>
1414

1515
<groupId>io.mosip.certify</groupId>
1616
<artifactId>certify-service</artifactId>
17-
<version>0.10.1</version>
17+
<version>0.10.2</version>
1818
<name>certify-service</name>
1919
<description>certify vci service</description>
2020
<repositories>

db_scripts/init_db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
77
fi
88

99
NS=inji-certify
10-
CHART_VERSION=12.0.1-develop
10+
CHART_VERSION=0.0.1-develop
1111

1212
helm repo add mosip https://mosip.github.io/mosip-helm
1313
helm repo update

db_scripts/init_values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# dbuserPassword: ""
33

44
databases:
5-
inji_certify:
5+
mosip_certify:
66
enabled: true
77
host: "postgres-postgresql.postgres"
88
port: 5432
@@ -12,4 +12,4 @@ databases:
1212
name: postgres-postgresql
1313
key: postgres-password
1414
dml: 1
15-
branch: develop
15+
branch: v0.10.2
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\echo 'Rollback Queries not required for transition from $CURRENT_VERSION to $UPGRADE_VERSION'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
\echo 'Upgrade Queries not required for transition from $CURRENT_VERSION to $UPGRADE_VERSION'

0 commit comments

Comments
 (0)