diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml
index a0cdde23..057f7a84 100644
--- a/.github/workflows/push-trigger.yml
+++ b/.github/workflows/push-trigger.yml
@@ -5,6 +5,13 @@ on:
types: [published]
pull_request:
types: [opened, reopened, synchronize]
+ workflow_dispatch:
+ inputs:
+ message:
+ description: 'Message for manually triggering'
+ required: false
+ default: 'Triggered for Updates'
+ type: string
push:
branches:
- master
@@ -20,12 +27,16 @@ jobs:
include:
- SERVICE_LOCATION: 'artifacts'
SERVICE_NAME: 'artifactory-server'
+ SQUASH_LAYERS: '77'
+ PLATFORMS: "linux/amd64"
fail-fast: false
name: ${{ matrix.SERVICE_NAME }}
uses: mosip/kattu/.github/workflows/docker-build.yml@master
with:
SERVICE_LOCATION: ${{ matrix.SERVICE_LOCATION }}
SERVICE_NAME: ${{ matrix.SERVICE_NAME }}
+ SQUASH_LAYERS: ${{ matrix.SQUASH_LAYERS }}
+ PLATFORMS: ${{ matrix.PLATFORMS }}
secrets:
DEV_NAMESPACE_DOCKER_HUB: ${{ secrets.DEV_NAMESPACE_DOCKER_HUB }}
ACTOR_DOCKER_HUB: ${{ secrets.ACTOR_DOCKER_HUB }}
diff --git a/License.md b/License.md
new file mode 100644
index 00000000..3bd752f9
--- /dev/null
+++ b/License.md
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2022 Modular Open Source Identity Platform
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/artifacts/pom.xml b/artifacts/pom.xml
index 47c2656d..5533206c 100644
--- a/artifacts/pom.xml
+++ b/artifacts/pom.xml
@@ -75,7 +75,6 @@
1.2.0.1-B4
/usr/share/nginx/html/artifactory/libs-release-local/io/mosip/kernel
kernel-auth-adapter-lite.jar
-
1.2.0.2
/usr/share/nginx/html/artifactory/libs-release-local/io/mosip/kernel
@@ -130,21 +129,25 @@
1.2.0.1
esignet-ida-wrapper.jar
- 0.2.1
+ 0.3.0
sunbird-rc-esignet-integration-impl.jar
1.2.0.2
/usr/share/nginx/html/artifactory/libs-release-local/certify/certify-plugin
-
- 0.2.1
+
+ 0.3.0
certify-sunbird-plugin.jar
- 0.2.1
+ 0.3.0
certify-mosip-identity-plugin.jar
-
- 0.2.1
+
+ 0.3.0
certify-mock-identity-plugin.jar
+
+
+ 0.3.0
+ certify-postgres-dataprovider-plugin.jar
@@ -373,6 +376,15 @@
${certify-mock-plugin.version}
${certify-plugin.location}
${certify-mock-plugin.fileName}
+ jar
+
+
+
+ io.mosip.certify
+ postgres-dataprovider-plugin
+ ${certify-postgres-dataprovider-plugin.version}
+ ${certify-plugin.location}
+ ${certify-postgres-dataprovider-plugin.fileName}
jar
diff --git a/artifacts/src/mosip-plugins/sign-in-with-esignet/sign-in-with-esignet.zip b/artifacts/src/mosip-plugins/sign-in-with-esignet/sign-in-with-esignet.zip
index 50951e3d..183b3603 100644
Binary files a/artifacts/src/mosip-plugins/sign-in-with-esignet/sign-in-with-esignet.zip and b/artifacts/src/mosip-plugins/sign-in-with-esignet/sign-in-with-esignet.zip differ
diff --git a/deploy/install.sh b/deploy/install.sh
index f20a6445..a9052951 100755
--- a/deploy/install.sh
+++ b/deploy/install.sh
@@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi
NS=artifactory
-CHART_VERSION=0.9.1-INJI
+CHART_VERSION=0.10.0-INJI
echo Create $NS namespace
kubectl create ns $NS
diff --git a/helm/artifactory/Chart.yaml b/helm/artifactory/Chart.yaml
index 67b44eba..bcfa3098 100644
--- a/helm/artifactory/Chart.yaml
+++ b/helm/artifactory/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
name: artifactory
description: A Helm chart for MOSIP Artifactory
type: application
-version: 0.9.1-INJI
+version: 0.10.0-INJI
appVersion: ""
dependencies:
- name: common
diff --git a/helm/artifactory/values.yaml b/helm/artifactory/values.yaml
index 93ff2081..8f9e2573 100644
--- a/helm/artifactory/values.yaml
+++ b/helm/artifactory/values.yaml
@@ -53,7 +53,7 @@ service:
image:
registry: docker.io
repository: mosipid/artifactory-server
- tag: 0.9.1-INJI
+ tag: 0.10.0-INJI
## 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