diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 4c8171edb..2101c2398 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -8,7 +8,7 @@ on: env: REGISTRY: 'ghcr.io/dell/csi-baremetal' - go_version: '1.21.5' + go_version: '1.21.12' golangci_version: '1.55.2' helm_version: '3.7.1' kubectl_version: 'v1.25.3' diff --git a/devkit/Makefile b/devkit/Makefile index b9995c595..1a5f8cabf 100644 --- a/devkit/Makefile +++ b/devkit/Makefile @@ -26,7 +26,7 @@ TAG ?= $(major).$(minor).$(patch)-$(git_rev) IMAGE_REPO_TAG := $(REPO):$(TAG) DOCKER_VERSION ?= 20.10.14_ce -GO_VERSION ?= 1.21.5 +GO_VERSION ?= 1.21.12 GOLANGCI_VERSION ?= 1.55.2 PROTOBUF_VERSION ?= 3.11.0 PROTOC_GEN_GO_VER ?= v1.3.2 diff --git a/pkg/drivemgr/drivemgr-update-history.md b/pkg/drivemgr/drivemgr-update-history.md index 88ca2e99c..1ce1a8b2c 100644 --- a/pkg/drivemgr/drivemgr-update-history.md +++ b/pkg/drivemgr/drivemgr-update-history.md @@ -8,4 +8,5 @@ git commit for proprietary code. 2024/01/22 remove upper case from disk serial number. \ 2024/05/29 hal manager CY2310 branch cut. \ 2024/06/05 hal manager update 3.8.1.0-2028.443553c -2024/07/18 hal manager cve fixes \ No newline at end of file +2024/07/18 hal manager cve fixes +2024/07/25 hal manager cve fixes \ No newline at end of file diff --git a/variables.mk b/variables.mk index 756567d46..65055747b 100644 --- a/variables.mk +++ b/variables.mk @@ -58,7 +58,7 @@ LIVENESS_PROBE := livenessprobe BUSYBOX := busybox HEALTH_PROBE := health_probe -HEALTH_PROBE_BIN_URL := https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.24/grpc_health_probe-linux-amd64 +HEALTH_PROBE_BIN_URL := https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.28/grpc_health_probe-linux-amd64 ### go env vars GO_ENV_VARS := GO111MODULE=on ${GOPRIVATE_PART} ${GOPROXY_PART}