From 2fd398b9f79c44bdf4ef1c0b4a406f81ef918b07 Mon Sep 17 00:00:00 2001 From: Firas Qutishat Date: Fri, 17 Sep 2021 03:23:23 -0400 Subject: [PATCH] chore: release 0.1.7 Signed-off-by: Firas Qutishat --- ci/version_var.sh | 2 +- test/bdd/fixtures/integration/.env | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/version_var.sh b/ci/version_var.sh index 14e331c..24d5c53 100644 --- a/ci/version_var.sh +++ b/ci/version_var.sh @@ -6,7 +6,7 @@ # Release Parameters BASE_VERSION=0.1.7 -IS_RELEASE=false +IS_RELEASE=true # Project Parameters SOURCE_REPO=hub-router diff --git a/test/bdd/fixtures/integration/.env b/test/bdd/fixtures/integration/.env index d4d4385..d02fbe6 100644 --- a/test/bdd/fixtures/integration/.env +++ b/test/bdd/fixtures/integration/.env @@ -5,8 +5,8 @@ # # Aries Agent configurations -AGENT_SDK_REST_IMAGE=ghcr.io/trustbloc-cicd/agent-sdk-server -AGENT_SDK_REST_IMAGE_TAG=0.1.7-snapshot-e86d01a +AGENT_SDK_REST_IMAGE=ghcr.io/trustbloc/agent-sdk-server +AGENT_SDK_REST_IMAGE_TAG=0.1.7 # Webhook configurations MOCK_WEBHOOK_IMAGE=ghcr.io/trustbloc/mock-webhook