Skip to content

Commit

Permalink
Merge pull request #2539 from LiilyZhang/zhangl/Issue2538
Browse files Browse the repository at this point in the history
Issue 2538 - Upgrade CSS/ESS to v1.6.3
  • Loading branch information
linggao authored Jun 1, 2021
2 parents e67d168 + fe35dda commit 7e796c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e796c4

Please sign in to comment.