Skip to content

Commit

Permalink
Release changes (#226)
Browse files Browse the repository at this point in the history
* Updated Pom versions for release changes

Signed-off-by: GitHub <[email protected]>

* release changes

Signed-off-by: techno-467 <[email protected]>

---------

Signed-off-by: GitHub <[email protected]>
Signed-off-by: techno-467 <[email protected]>
Co-authored-by: Prafulrakhade <[email protected]>
Co-authored-by: techno-467 <[email protected]>
  • Loading branch information
3 people authored Jun 14, 2024
1 parent 705a9db commit 5406be2
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
secrets:
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }}
OSSRH_URL: ${{ secrets.RELEASE_URL }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
Expand Down
2 changes: 1 addition & 1 deletion db_scripts/init_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=esignet
CHART_VERSION=12.0.1-B4
CHART_VERSION=12.0.1

helm repo add mosip https://mosip.github.io/mosip-helm
helm repo update
Expand Down
2 changes: 1 addition & 1 deletion db_scripts/init_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ databases:
key: postgres-password
dml: 1
repoUrl: https://github.com/mosip/esignet-mock-services.git
branch: release-0.9.x
branch: v0.9.3
2 changes: 1 addition & 1 deletion helm/install-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi

ROOT_DIR=`pwd`
SOFTHSM_NS=softhsm
SOFTHSM_CHART_VERSION=12.0.1-B2
SOFTHSM_CHART_VERSION=12.0.1

echo Create $SOFTHSM_NS namespace
kubectl create ns $SOFTHSM_NS
Expand Down
2 changes: 1 addition & 1 deletion helm/mock-identity-system/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: mock-identity-system
description: A Helm chart for MOSIP mock-identity-system module
type: application
version: 0.9.2
version: 0.9.3
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/mock-identity-system/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=esignet
CHART_VERSION=0.9.2
CHART_VERSION=0.9.3

echo Create $NS namespace
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion helm/mock-identity-system/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ service:
image:
registry: docker.io
repository: mosipid/mock-identity-system
tag: 0.9.2
tag: 0.9.3
## 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
Expand Down
2 changes: 1 addition & 1 deletion helm/mock-relying-party-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: mock-relying-party-service
description: A Helm chart to file server application.
type: application
version: 0.9.2
version: 0.9.3
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/mock-relying-party-service/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=esignet
CHART_VERSION=0.9.2
CHART_VERSION=0.9.3

echo Create $NS namespace
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion helm/mock-relying-party-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ service:
image:
registry: docker.io
repository: mosipid/mock-relying-party-service
tag: 0.9.2
tag: 0.9.3
## 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
Expand Down
2 changes: 1 addition & 1 deletion helm/mock-relying-party-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: mock-relying-party-ui
description: A Helm chart for MOSIP OIDC UI module
type: application
version: 0.9.2
version: 0.9.3
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/mock-relying-party-ui/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=esignet
CHART_VERSION=0.9.2
CHART_VERSION=0.9.3

read -p "Please provide mock relying party ui domain (eg: healthservices.sandbox.xyz.net ) : " MOCK_UI_HOST

Expand Down
2 changes: 1 addition & 1 deletion helm/mock-relying-party-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ service:
image:
registry: docker.io
repository: mosipid/mock-relying-party-ui
tag: 0.9.2
tag: 0.9.3

## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
4 changes: 2 additions & 2 deletions mock-esignet-integration-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.mosip.esignet.mock</groupId>
<artifactId>esignet-mock-parent</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>

<artifactId>mock-esignet-integration-impl</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>jar</packaging>

<name>mock-esignet-integration-impl</name>
Expand Down
4 changes: 2 additions & 2 deletions mock-identity-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.mosip.esignet.mock</groupId>
<artifactId>esignet-mock-parent</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
</parent>

<artifactId>mock-identity-system</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>jar</packaging>

<name>mock-identity-system</name>
Expand Down
2 changes: 1 addition & 1 deletion partner-onboarder/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ "$flag" = "n" ]; then
fi

NS=esignet
CHART_VERSION=12.0.1-B4
CHART_VERSION=12.0.1

echo Create $NS namespace
kubectl create ns $NS
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.esignet.mock</groupId>
<artifactId>esignet-mock-parent</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>pom</packaging>
<name>esignet-mock</name>
<description>Parent project of MOSIP e-Signet Mock Services</description>
Expand Down

0 comments on commit 5406be2

Please sign in to comment.