From b547fef5300717f9c39ebc72858c2ea39837d26d Mon Sep 17 00:00:00 2001 From: zhangl Date: Tue, 22 Oct 2024 07:17:08 -0700 Subject: [PATCH] Update CSS version to 1.11.4 Signed-off-by: zhangl --- Makefile | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index eb8d1cd3c..017dedcdd 100644 --- a/Makefile +++ b/Makefile @@ -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) @@ -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) diff --git a/go.mod b/go.mod index 488eeb48f..f5dd6c5fa 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 7fcfddd65..237b2f109 100644 --- a/go.sum +++ b/go.sum @@ -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=