From 3638db8140ea55862c1e60062904328fd958b2c5 Mon Sep 17 00:00:00 2001 From: Chavi Chernashki Date: Tue, 1 Oct 2024 18:37:32 +1000 Subject: [PATCH 1/3] [UT-5331] Bump PROTO_C version in Dockerfile --- protoc-go/Dockerfile | 2 +- protoc-go/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protoc-go/Dockerfile b/protoc-go/Dockerfile index ab19193..8db3c72 100644 --- a/protoc-go/Dockerfile +++ b/protoc-go/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.18.0-alpine as builder -ENV S12_PROTO_VERSION 1.31.0 +ENV S12_PROTO_VERSION 1.33.2-pre ENV PROTOC_GEN_GO_VERSION 1.34.1 ENV PROTOC_GEN_DOC_VERSION 1.5.1 diff --git a/protoc-go/version.txt b/protoc-go/version.txt index 31f8fdf..a7e7070 100644 --- a/protoc-go/version.txt +++ b/protoc-go/version.txt @@ -1 +1 @@ -3.21.2 +3.22.0 From bebe9f037a905c08e2fca22535578edb6bf35dac Mon Sep 17 00:00:00 2001 From: Chavdar Chernashki Date: Wed, 2 Oct 2024 17:03:01 +1000 Subject: [PATCH 2/3] Update Dockerfile using released version for s12-proto --- protoc-go/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protoc-go/Dockerfile b/protoc-go/Dockerfile index 8db3c72..04fe1c4 100644 --- a/protoc-go/Dockerfile +++ b/protoc-go/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.18.0-alpine as builder -ENV S12_PROTO_VERSION 1.33.2-pre +ENV S12_PROTO_VERSION 1.33.2 ENV PROTOC_GEN_GO_VERSION 1.34.1 ENV PROTOC_GEN_DOC_VERSION 1.5.1 From cd591a3a97aeadc37007b5da1e805ac0cc5d52be Mon Sep 17 00:00:00 2001 From: Chavdar Chernashki Date: Wed, 2 Oct 2024 17:30:31 +1000 Subject: [PATCH 3/3] Update version.txt --- protoc-go/version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protoc-go/version.txt b/protoc-go/version.txt index a7e7070..732c061 100644 --- a/protoc-go/version.txt +++ b/protoc-go/version.txt @@ -1 +1 @@ -3.22.0 +3.22.1