From e4b7f0e300e64b5abb40dfa32f1c1b02f6490f98 Mon Sep 17 00:00:00 2001 From: "talwinder.kaur" Date: Fri, 31 Jan 2020 15:30:28 -0500 Subject: [PATCH] chore: Release 0.1.1 closes #32 Signed-off-by: talwinder.kaur --- ci/version_var.sh | 2 +- cmd/vc-rest/go.mod | 4 ++-- cmd/vc-rest/go.sum | 11 ++++------- docs/vc-rest/README.md | 2 +- go.mod | 4 ++-- go.sum | 8 ++++---- test/bdd/fixtures/edv-rest/.env | 2 +- test/bdd/go.sum | 8 ++++---- 8 files changed, 19 insertions(+), 22 deletions(-) diff --git a/ci/version_var.sh b/ci/version_var.sh index 944315014..c665e27fb 100644 --- a/ci/version_var.sh +++ b/ci/version_var.sh @@ -8,7 +8,7 @@ # Release Parameters BASE_VERSION=0.1.1 -IS_RELEASE=false +IS_RELEASE=true if [ $IS_RELEASE == false ] then diff --git a/cmd/vc-rest/go.mod b/cmd/vc-rest/go.mod index 169128e3c..7c7139a9f 100644 --- a/cmd/vc-rest/go.mod +++ b/cmd/vc-rest/go.mod @@ -11,9 +11,9 @@ require ( github.com/sirupsen/logrus v1.4.2 github.com/spf13/cobra v0.0.5 github.com/stretchr/testify v1.4.0 - github.com/trustbloc/edge-core v0.0.0-20200117175518-7997acf8ed7a + github.com/trustbloc/edge-core v0.1.1 github.com/trustbloc/edge-service v0.0.0 - github.com/trustbloc/edv v0.0.0-20200127235150-0c7f32ff9d88 + github.com/trustbloc/edv v0.1.1 ) go 1.13 diff --git a/cmd/vc-rest/go.sum b/cmd/vc-rest/go.sum index a97588c4c..c76c3ecee 100644 --- a/cmd/vc-rest/go.sum +++ b/cmd/vc-rest/go.sum @@ -52,8 +52,6 @@ github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= -github.com/hyperledger/aries-framework-go v0.1.1-0.20200121182508-01fa9ee94644 h1:BRYsh0ubFrsDYRdjQrl/i6baBy/jGEzGfUA70GT9bFc= -github.com/hyperledger/aries-framework-go v0.1.1-0.20200121182508-01fa9ee94644/go.mod h1:EWYMDfPqWVI/XxSvvCQJHJYEwYRWChhN7ItoM1SGinI= github.com/hyperledger/aries-framework-go v0.1.1 h1:E9ZbE1ob3yvttio9K4xygjy0sUornEXGkO21m1r5Y+g= github.com/hyperledger/aries-framework-go v0.1.1/go.mod h1:EWYMDfPqWVI/XxSvvCQJHJYEwYRWChhN7ItoM1SGinI= github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM= @@ -80,7 +78,6 @@ github.com/multiformats/go-multihash v0.0.8/go.mod h1:YSLudS+Pi8NHE7o6tb3D8vrpKa github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= -github.com/opencontainers/runc v0.1.1/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rmF59PVA73FjuZG0U= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= github.com/piprate/json-gold v0.3.0 h1:a1vHx7Q1jOO1pjCtKwTI/WCzwaQwRt9VM7apK2uy200= github.com/piprate/json-gold v0.3.0/go.mod h1:OK1z7UgtBZk06n2cDE2OSq1kffmjFFp5/2yhLLCz9UM= @@ -109,10 +106,10 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/syndtr/goleveldb v1.0.0/go.mod h1:ZVVdQEZoIme9iO1Ch2Jdy24qqXrMMOU6lpPAyBWyWuQ= -github.com/trustbloc/edge-core v0.0.0-20200117175518-7997acf8ed7a h1:461cXE3gwaUQpVtUX0xZpNLMHHQDOJmiDd3PAps/U08= -github.com/trustbloc/edge-core v0.0.0-20200117175518-7997acf8ed7a/go.mod h1:aEkFOyP99eRGPLwCN/4XKFe4ZAPmtroMkf49SRirXkU= -github.com/trustbloc/edv v0.0.0-20200127235150-0c7f32ff9d88 h1:0NIGF3R6mDM6RXHytPQZBnsB+40kgft6+0K2DvPkqAY= -github.com/trustbloc/edv v0.0.0-20200127235150-0c7f32ff9d88/go.mod h1:NLcjKKzcNi096J1ikORIGODxhj/r4HMiaDswXtJdUN4= +github.com/trustbloc/edge-core v0.1.1 h1:tyD0vOc1byuj1MY7gmMSGT5oe/Xs+gXTfhzm1YDd/4g= +github.com/trustbloc/edge-core v0.1.1/go.mod h1:aEkFOyP99eRGPLwCN/4XKFe4ZAPmtroMkf49SRirXkU= +github.com/trustbloc/edv v0.1.1 h1:ghPT3qpWvizgsQvNTR4JoshISdKogIOhMoOr5YETpy8= +github.com/trustbloc/edv v0.1.1/go.mod h1:Lr8HY02Ql2IksI8A7dqKpE2XKcvSKfjIH2g+XDt8/qs= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c= github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU= diff --git a/docs/vc-rest/README.md b/docs/vc-rest/README.md index 32f395a6b..9cb0104b3 100644 --- a/docs/vc-rest/README.md +++ b/docs/vc-rest/README.md @@ -92,7 +92,7 @@ Mandatory fields: "profile": "issuer" } ``` -### 3. Verify verifiable credential - POST /verify +### 4. Verify verifiable credential - POST /verify Invokes [aries-framework-go](https://github.com/hyperledger/aries-framework-go/tree/master/pkg/doc/verifiable) to verify the credential diff --git a/go.mod b/go.mod index 646232046..f75d0d283 100644 --- a/go.mod +++ b/go.mod @@ -13,6 +13,6 @@ require ( github.com/sirupsen/logrus v1.4.2 github.com/spf13/cobra v0.0.5 github.com/stretchr/testify v1.4.0 - github.com/trustbloc/edge-core v0.0.0-20200117175518-7997acf8ed7a - github.com/trustbloc/edv v0.0.0-20200127235150-0c7f32ff9d88 + github.com/trustbloc/edge-core v0.1.1 + github.com/trustbloc/edv v0.1.1 ) diff --git a/go.sum b/go.sum index 5fe5463f8..f0b3363ef 100644 --- a/go.sum +++ b/go.sum @@ -108,10 +108,10 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/syndtr/goleveldb v1.0.0/go.mod h1:ZVVdQEZoIme9iO1Ch2Jdy24qqXrMMOU6lpPAyBWyWuQ= -github.com/trustbloc/edge-core v0.0.0-20200117175518-7997acf8ed7a h1:461cXE3gwaUQpVtUX0xZpNLMHHQDOJmiDd3PAps/U08= -github.com/trustbloc/edge-core v0.0.0-20200117175518-7997acf8ed7a/go.mod h1:aEkFOyP99eRGPLwCN/4XKFe4ZAPmtroMkf49SRirXkU= -github.com/trustbloc/edv v0.0.0-20200127235150-0c7f32ff9d88 h1:0NIGF3R6mDM6RXHytPQZBnsB+40kgft6+0K2DvPkqAY= -github.com/trustbloc/edv v0.0.0-20200127235150-0c7f32ff9d88/go.mod h1:NLcjKKzcNi096J1ikORIGODxhj/r4HMiaDswXtJdUN4= +github.com/trustbloc/edge-core v0.1.1 h1:tyD0vOc1byuj1MY7gmMSGT5oe/Xs+gXTfhzm1YDd/4g= +github.com/trustbloc/edge-core v0.1.1/go.mod h1:aEkFOyP99eRGPLwCN/4XKFe4ZAPmtroMkf49SRirXkU= +github.com/trustbloc/edv v0.1.1 h1:ghPT3qpWvizgsQvNTR4JoshISdKogIOhMoOr5YETpy8= +github.com/trustbloc/edv v0.1.1/go.mod h1:Lr8HY02Ql2IksI8A7dqKpE2XKcvSKfjIH2g+XDt8/qs= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c= github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU= diff --git a/test/bdd/fixtures/edv-rest/.env b/test/bdd/fixtures/edv-rest/.env index 9bbbbdd98..7a80f6c58 100644 --- a/test/bdd/fixtures/edv-rest/.env +++ b/test/bdd/fixtures/edv-rest/.env @@ -5,7 +5,7 @@ # EDV_REST_IMAGE=docker.pkg.github.com/trustbloc/edv/edv-rest -EDV_REST_IMAGE_TAG=0.1.1-snapshot-0c7f32f +EDV_REST_IMAGE_TAG=0.1.1 EDV_HOST=0.0.0.0 EDV_PORT=8071 diff --git a/test/bdd/go.sum b/test/bdd/go.sum index ce035536c..acf8f21bf 100644 --- a/test/bdd/go.sum +++ b/test/bdd/go.sum @@ -163,10 +163,10 @@ github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJy github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww= github.com/syndtr/goleveldb v1.0.0/go.mod h1:ZVVdQEZoIme9iO1Ch2Jdy24qqXrMMOU6lpPAyBWyWuQ= -github.com/trustbloc/edge-core v0.0.0-20200117175518-7997acf8ed7a h1:461cXE3gwaUQpVtUX0xZpNLMHHQDOJmiDd3PAps/U08= -github.com/trustbloc/edge-core v0.0.0-20200117175518-7997acf8ed7a/go.mod h1:aEkFOyP99eRGPLwCN/4XKFe4ZAPmtroMkf49SRirXkU= -github.com/trustbloc/edv v0.0.0-20200127235150-0c7f32ff9d88 h1:0NIGF3R6mDM6RXHytPQZBnsB+40kgft6+0K2DvPkqAY= -github.com/trustbloc/edv v0.0.0-20200127235150-0c7f32ff9d88/go.mod h1:NLcjKKzcNi096J1ikORIGODxhj/r4HMiaDswXtJdUN4= +github.com/trustbloc/edge-core v0.1.1 h1:tyD0vOc1byuj1MY7gmMSGT5oe/Xs+gXTfhzm1YDd/4g= +github.com/trustbloc/edge-core v0.1.1/go.mod h1:aEkFOyP99eRGPLwCN/4XKFe4ZAPmtroMkf49SRirXkU= +github.com/trustbloc/edv v0.1.1 h1:ghPT3qpWvizgsQvNTR4JoshISdKogIOhMoOr5YETpy8= +github.com/trustbloc/edv v0.1.1/go.mod h1:Lr8HY02Ql2IksI8A7dqKpE2XKcvSKfjIH2g+XDt8/qs= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=