Skip to content

Commit

Permalink
Merge pull request #4168 from LiilyZhang/zhangl/updateCSSVer
Browse files Browse the repository at this point in the history
Update CSS version to 1.11.4
  • Loading branch information
LiilyZhang authored Oct 22, 2024
2 parents ac65f84 + b547fef commit 7d3cf61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.11.3$(BRANCH_NAME)
CSS_IMAGE_VERSION ?= 1.11.4$(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.11.3$(BRANCH_NAME)
ESS_IMAGE_VERSION ?= 1.11.4$(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 @@ -15,7 +15,7 @@ require (
github.com/google/uuid v1.6.0
github.com/gorilla/mux v1.8.1
github.com/lib/pq v1.10.9
github.com/open-horizon/edge-sync-service v1.11.3
github.com/open-horizon/edge-sync-service v1.11.4
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.22.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ github.com/onsi/ginkgo/v2 v2.13.2 h1:Bi2gGVkfn6gQcjNjZJVO8Gf0FHzMPf2phUei9tejVMs
github.com/onsi/ginkgo/v2 v2.13.2/go.mod h1:XStQ8QcGwLyF4HdfcZB8SFOS/MWCgDuXMSBe6zrvLgM=
github.com/onsi/gomega v1.29.0 h1:KIA/t2t5UBzoirT4H9tsML45GEbo3ouUnBHsCfD2tVg=
github.com/onsi/gomega v1.29.0/go.mod h1:9sxs+SwGrKI0+PWe4Fxa9tFQQBG5xSsSbMXOI8PPpoQ=
github.com/open-horizon/edge-sync-service v1.11.3 h1:Y2VrOgn0QpYITs6NVVAaStW0/CLOen9Y0B+YlvEe5Sw=
github.com/open-horizon/edge-sync-service v1.11.3/go.mod h1:ELnHyQQJics7SBkRvOOsCOHaH4nFCNRH1JiUHoWYqFs=
github.com/open-horizon/edge-sync-service v1.11.4 h1:DdKVSjRluLTKfdg4fVgYZyxl1NSsPSj7I3Fipw/0z5A=
github.com/open-horizon/edge-sync-service v1.11.4/go.mod h1:ELnHyQQJics7SBkRvOOsCOHaH4nFCNRH1JiUHoWYqFs=
github.com/open-horizon/edge-utilities v0.0.0-20190711093331-0908b45a7152 h1:YEvNOMo3ANOQ3AwsU0cCcBA4nKHDLUlyUCRWk5rBf68=
github.com/open-horizon/edge-utilities v0.0.0-20190711093331-0908b45a7152/go.mod h1:YCsJWhuG0VERquI0geFKoneCSOVAyMdSmylGz5OlZdE=
github.com/open-horizon/rsapss-tool v0.0.0-20190416131035-2fc75eb3b6ea h1:yTeiBVYh2JVouBM8ZWI8d0U7NSlea3dZ9wMwveWj58w=
Expand Down

0 comments on commit 7d3cf61

Please sign in to comment.