From fe35dda1f58350227e13e69814a66c14a6e13cc0 Mon Sep 17 00:00:00 2001 From: zhangl Date: Tue, 1 Jun 2021 14:02:16 +0000 Subject: [PATCH] Issue 2538 - Upgrade CSS/ESS to v1.6.3 Signed-off-by: zhangl --- Makefile | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 26ac12049..0f311020f 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ AGBOT_REGISTRY ?= $(DOCKER_REGISTRY) # The CSS and its production container. This container is NOT used by hzn dev. CSS_EXECUTABLE := css/cloud-sync-service CSS_CONTAINER_DIR := css -CSS_IMAGE_VERSION ?= 1.6.1$(BRANCH_NAME) +CSS_IMAGE_VERSION ?= 1.6.3$(BRANCH_NAME) CSS_IMAGE_BASE = image/cloud-sync-service CSS_IMAGE_NAME = $(IMAGE_REPO)/$(arch)_cloud-sync-service CSS_IMAGE = $(CSS_IMAGE_NAME):$(CSS_IMAGE_VERSION) @@ -100,7 +100,7 @@ CSS_IMAGE_LABELS ?= --label "name=$(arch)_cloud-sync-service" --label "version=$ # The hzn dev ESS/CSS and its container. ESS_EXECUTABLE := ess/edge-sync-service ESS_CONTAINER_DIR := ess -ESS_IMAGE_VERSION ?= 1.6.1$(BRANCH_NAME) +ESS_IMAGE_VERSION ?= 1.6.3$(BRANCH_NAME) ESS_IMAGE_BASE = image/edge-sync-service ESS_IMAGE_NAME = $(IMAGE_REPO)/$(arch)_edge-sync-service ESS_IMAGE = $(ESS_IMAGE_NAME):$(ESS_IMAGE_VERSION) diff --git a/go.mod b/go.mod index f04fad50f..61e04950e 100644 --- a/go.mod +++ b/go.mod @@ -27,7 +27,7 @@ require ( github.com/mibk/dupl v1.0.0 // indirect github.com/morikuni/aec v1.0.0 // indirect github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect - github.com/open-horizon/edge-sync-service v1.6.1 + github.com/open-horizon/edge-sync-service v1.6.3 github.com/open-horizon/edge-utilities v0.0.0-20190711093331-0908b45a7152 github.com/open-horizon/rsapss-tool v0.0.0-20190416131035-2fc75eb3b6ea github.com/opencontainers/image-spec v1.0.2-0.20181011182654-b6e51fa50549 // indirect