(CHORE)[EX-3143] Upgrade protoc-cpp to 1.13.0#188
Merged
Michael Gunawan (scmichaelg) merged 9 commits intomainfrom Apr 9, 2026
Merged
(CHORE)[EX-3143] Upgrade protoc-cpp to 1.13.0#188Michael Gunawan (scmichaelg) merged 9 commits intomainfrom
Michael Gunawan (scmichaelg) merged 9 commits intomainfrom
Conversation
- Alpine 3.15 → 3.21 - buf 1.8.0 → 1.66.0 - protoc/grpc from Alpine 3.21 community repo (protobuf v24.4, grpc 1.62.1) Split from upgrade/alpine-3.21-protobuf-v24 to unblock protoc-cpp build.
protoc-gen-workato@latest now requires go >= 1.24.0. Bump protoc-go version to 3.26.0.
- protoc base image: Alpine 3.15 -> 3.21, buf 1.8.0 -> 1.66.0 - protoc 3.18.1 -> 24.4, grpc 1.62.1 (from community repo) - protoc-cpp image: base protoc 1.14.2 -> 1.15.0 - Add abseil-cpp-dev and pkgconf build deps (required by protobuf v22+) - Regenerate wire_options.pb.cc/h during build to match container protobuf - Bump version to 1.13.0 - Fix legacy ENV format warning in Dockerfile Note: CRUX_CLIENT_RELEASE needs updating to a new s12-proto tag that includes the protobuf v24 string_view compatibility changes (see SafetyCulture/s12-proto PR upgrade/protobuf-v33-compatibility). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
In Alpine 3.21, grpc_cpp_plugin is in a separate grpc-plugins package.
- protoc/Dockerfile: install protoc 26.1 from official GitHub release for code generation; keep Alpine's protoc 24.4 as protoc-system for plugin compilation against protobuf-dev headers - protoc-cpp/build.sh: use protoc-system for wire_options regeneration; add temporary sed patch for proto3 optional support (remove once s12-proto PR #155 is merged) - publish.sh: revert -pre tag bypass for protoc/protoc-cpp images - docs: add migration notes for protoc 1.15.0 and protoc-cpp 1.13.0
protoc-cpp depends on the protoc base image being published first. Split into a follow-up PR after protoc:1.15.0 is merged and available.
This reverts commit 4557747.
Harry Tran (HarryTranAU)
previously approved these changes
Mar 29, 2026
The base branch was changed.
Harry Tran (HarryTranAU)
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
protoc:1.15.0, s12-proto 1.36.0 → 1.38.0abseil-cpp-devandpkgconfbuild dependencies (required for linking against protobuf v24+ on Alpine 3.21)wire_options.pb.cc/hat build time usingprotoc-system(Alpine's protoc 24.4, matchingprotobuf-devheaders)sedpatch for proto3 optional support inprotoc-gen-cruxclient(remove once s12-proto PR #155 is merged)Depends on
protoc:1.15.0base image is publishedCleanup after merge
sedpatch frombuild.shonce s12-proto PR ENP-2825: Pin buf to version 1.8.0 #155 is merged + bumpCRUX_CLIENT_RELEASETest plan
🤖 Generated with Claude Code