Skip to content

Commit

Permalink
update sync service version to 1.10.1
Browse files Browse the repository at this point in the history
Signed-off-by: zhangl <zhangl@us.ibm.com>
  • Loading branch information
LiilyZhang committed Jul 10, 2023
1 parent 86a26d8 commit 1361d66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 425 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,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.10.0$(BRANCH_NAME)
CSS_IMAGE_VERSION ?= 1.10.1$(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 @@ -113,7 +113,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.10.0$(BRANCH_NAME)
ESS_IMAGE_VERSION ?= 1.10.1$(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
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/lib/pq v1.10.5
github.com/open-horizon/edge-sync-service v1.10.0
github.com/open-horizon/edge-sync-service v1.10.1
github.com/open-horizon/edge-utilities v0.0.0-20190711093331-0908b45a7152
github.com/open-horizon/rsapss-tool v0.0.0-20190416131035-2fc75eb3b6ea
github.com/operator-framework/api v0.17.1
Expand Down Expand Up @@ -123,7 +123,6 @@ require (
golang.org/x/tools v0.8.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.80.1 // indirect
Expand Down
Loading

0 comments on commit 1361d66

Please sign in to comment.