Skip to content

chore(deps): update dependency protocolbuffers/protobuf to v34#46948

Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 4 commits intomainfrom
renovate/protocolbuffers-protobuf-34.x
Mar 23, 2026
Merged

chore(deps): update dependency protocolbuffers/protobuf to v34#46948
gh-worker-dd-mergequeue-cf854d[bot] merged 4 commits intomainfrom
renovate/protocolbuffers-protobuf-34.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 25, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
protocolbuffers/protobuf major 29.334.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

protocolbuffers/protobuf (protocolbuffers/protobuf)

v34.0: Protocol Buffers v34.0

Compare Source

Announcements

  • This version includes potential breaking changes with major version bump to: Objective-C, Python, PHP, C++. Bazel
    • [Objective-C] Remove -[GPBFieldDescriptor optional] (3414dc1)
    • [Objective-C] Fix nullability annotations on some GPB*Dictionary types. (ea67d6d)
    • [Objective-C] Remove generate_minimal_imports generation option warning (45b1297)
    • [Python] Raise errors in OSS when assign bool to int/enum field in Python Proto. (5b116fe)
    • [Python] Remove deprecated UseDeprecatedLegacyJsonFieldConflicts() (c301c2c)
    • [Python] Remove deprecated FieldDescriptor.label (0a8ff55)
    • [Python] Remove float_format/double_format from python proto text_format (e4854a1)
    • [Python] Remove deprecated FieldDescriptor::label() in OSS. Use is_repeated() or is_required() instead (b76faa9)
    • [Python] Raise TypeError when convert non-timedelta to Duration, or convert non-datetime to Timestamp in python proto. (Original code may raise ArributeError) (00aaca1)
    • [Python] Remove float_precision from python proto json_format (f027f1f)
    • [PHP] Remove deprecated PHP APIs FieldDescriptor getLabel, use IsRepeated or isRequired instead. (4208121)
    • [PHP] Remove deprecated PHP APIs (9c45014)
    • [PHP] Add PHP typehints for setters and remove redundant GPBUtil checks (aee03b7)
    • [PHP] support default values for editions/proto2 (b01099d)
    • [C++] Remove deprecated UseDeprecatedLegacyJsonFieldConflicts() (c301c2c)
    • [C++] Add a debug check that the target of CopyFrom is not a descendant of the source. (7a75898)
    • [C++] Add [[nodiscard]] to many APIs. (a70115f)
    • [C++] Make generator headers private (3a2af35)
    • [C++] Remove deprecated FieldDescriptor::has_optional_keyword() in OSS. Use is_repeated() or has_presence() instead (68346ec)
    • [C++] Remove deprecated FieldDescriptor::label() in OSS. Use is_repeated() or is_required() instead (b76faa9)
    • [C++] Remove deprecated FieldDescriptor::is_optional() in OSS. Use (!is_required() && !is_repeated()) instead (9dbc5d4)
    • [C++] Remove AddUnusedImportTrackFile() and ClearUnusedImportTrackFiles(). Remove PROTOBUF_FUTURE_RENAME_ADD_UNUSED_IMPORT (837a2cd)
    • [C++] Removes proto2::util::MessageDifferencer::AddIgnoreCriteria that takes a raw pointer as an argument in favor of the overload that takes a unique_ptr. Remove macro PROTOBUF_FUTURE_REMOVE_ADD_IGNORE_CRITERIA (b115358)
    • [C++] Make the arena-enabled constructors of RepeatedField, RepeatedPtrField, and Map private. (ef890c3)
    • [C++] All entity names have length limit (2afb0dc)
    • [Other] Remove deprecated flag for enabling MSVC support (97c979b)
    • [Bazel] Remove deprecated ProtoInfo.transitive_imports. Use equivalent transitive_sources instead (0a5c2f6)
    • [Bazel] Change @​protobuf//bazel/flags:prefer_prebuilt_proto flag to True. (84a30b5)
    • [Bazel] Only respect the Starlark versions of --proto_toolchain_for*(b5685c4)
  • Protobuf News may include additional announcements or pre-announcements for upcoming changes.

Bazel

  • Only respect the Starlark versions of --proto_toolchain_for*. This is a breaking change. (#​26090) (#​26091) (b5685c4)
  • Breaking change: Change @​protobuf//bazel/flags:prefer_prebuilt_proto flag to True. (84a30b5)
  • Dropped support for Bazel 7. (304c9ba)
  • Don't check for native protobuf flags if the proto fragment doesn't exist. (#​25803) (5975f13)
  • Fix the prefer_prebuilt_protoc alias to use the correct originally announced location (732ed49)
  • Actually fix breaking change related to upb_proto_reflection_library (86d434b)
  • Fix breaking change related to upb_c_proto_library and upb_proto_reflection_library (b0150c0)
  • Add an alias to undo accidental unannounced breaking change (e71d379)
  • Moved prebuilt-related Bazel files to standard locations. (cfe8991)
  • Refactored and rearranged Bazel rules. (d7dd1e1)
  • Removed the third_party/upb/upb/bazel directory. (7efbfe1)
  • Introduce Starlark versions of Protobuf flags. (d1f4b2f)
  • Fix: cc_toolchain should prefer protoc when prebuilt flag is flipped. (#​25168) (8c857c3)
  • Breaking change: Remove deprecated ProtoInfo.transitive_imports. Use equivalent transitive_sources instead (0a5c2f6)
  • Feat(bazel): wire up prebuilt protoc toolchain (#​24115) (cc23698)
  • Migrate proto_descriptor_set (#​23369) (8d4dfdd)

Compiler

  • Removed the third_party/upb/upb/bazel directory. (7efbfe1)
  • Validate Feature Support on Custom Options (2985930)
  • Ruby codegen: support generation of rbs files (#​15633) (6ebdf85)
  • Avoid collision name problems between a message named Xyz and a direct sibling enum named XyzView (eba53e8)
  • Generalizing and implementing ValidateFeatureSupport for both Options and Features during proto parsing (ed3c571)
  • Fix a bug with custom features outside of the pb package. (872d3ce)
  • Fix import option handling when include_imports isn't set. (9ef9e80)
  • Fix a bug in STRICT check of namespaced enums to properly check for 'reserved 1 to max' (1229d4a)
  • Prevent accidental stripping of debug_redact options via import option. (f58b098)

C++

  • Regenerated files. (a9bbf7a)
  • Dropped support for Bazel 7. (304c9ba)
  • Remove direct dependency on rules_apple (#​25708) (e06c026)
  • Fix broken field_mask_upb_proto and field_mask_upb_reflection_proto aliases (d808a97)
  • Removed the third_party/upb/upb/bazel directory. (7efbfe1)
  • Validate Feature Support on Custom Options (2985930)
  • Auto-generate files after PR #​25437 (8be64ea)
  • Update rules_apple dependency to support rules_swift 3.x (#​25437) (c0e15f2)
  • Fix UTF-8 Validation of string extensions in C++ (35ba5cf)
  • Improve wire compatibility of TestAllTypes with TestAllExtensions. (08355bd)
  • Add EnumerateEnumValues function. (397d5d9)
  • Add conformance tests for utf8 validation. (e8923a8)
  • Disable constinit on MSVC for static library builds (783da0a)
  • Breaking change: Make generator headers private (3a2af35)
  • Add bounds checking to ExtractSubrange. (5687acc)
  • This CL starts failing on [unverified_lazy = true] on extensions, which have been (d2a42e7)
  • Refine the conditions for the MSVC constinit workaround (38927bf)
  • Add conformance test cases about handling of google.protobuf.Empty inside any Any in JSON. (0f3dd06)
  • Remove PROTOBUF_CONSTEXPR to unconditionally use constexpr (7f431bb)
  • Add bounds checking to DeleteSubrange, create new helper, RuntimeAssertInBoundsGE, and modify LogIndexOutOfBoundsAndAbort to customize the message being logged. (71cc97c)
  • Breaking change: Remove deprecated UseDeprecatedLegacyJsonFieldConflicts() (c301c2c)
  • Fix issue where BinaryToJson a Skip()'s failure on unknown fields was ignored instead of resulting in a parse failure. (2ec322e)
  • Breaking change: Add [[nodiscard]] to many APIs. (a70115f)
  • Abort on out of bounds accesses. (3acf23c)
  • Fix JSON printing of Any of an empty message in C++Proto. (014f676)
  • FieldMaskUtil::TrimMessage: Handle repeated messages. (0f109cb)
  • Breaking change: Remove deprecated FieldDescriptor::label() in OSS. Use is_repeated() or is_required() instead (b76faa9)
  • Generalizing and implementing ValidateFeatureSupport for both Options and Features during proto parsing (ed3c571)
  • Breaking change: Remove deprecated FieldDescriptor::has_optional_keyword() in OSS. Use is_repeated() or has_presence() instead (68346ec)
  • Test that all entity names have some limit, and that passing that limit will (2afb0dc)
  • Breaking change: Remove deprecated FieldDescriptor::is_optional() in OSS. Use (!is_required() && !is_repeated()) instead (9dbc5d4)
  • Breaking change: Remove AddUnusedImportTrackFile() and ClearUnusedImportTrackFiles(). Remove PROTOBUF_FUTURE_RENAME_ADD_UNUSED_IMPORT (837a2cd)
  • Breaking change: Removes proto2::util::MessageDifferencer::AddIgnoreCriteria that takes a raw pointer as an argument in favor of the overload that takes a unique_ptr. Remove macro PROTOBUF_FUTURE_REMOVE_ADD_IGNORE_CRITERIA (b115358)
  • Mark mutable repeated fields/maps as [[nodiscard]] (bc60e2e)
  • Apply [[nodiscard]] to constant, non-message accessors. (46575f0)
  • Add [[nodiscard]] to many const methods of Message/Reflection. (8c981b8)
  • Fix a bug with custom features outside of the pb package. (872d3ce)
  • Delete safe_boundary_check as this now supported via build flag, --//third_party/protobuf:bounds_check_mode. (3079d15)
  • Add [[nodiscard]] to const message field accessors. (60f60d0)
  • CMake: Stop building tests by default (related to #​20539) (#​24373) (88261aa)
  • Optimize TcParser::RepeatedVarint (88efe88)
  • Add nodiscard to has_/_size accessors. (40fe103)
  • Enable removed arena pointers from all fields. (1f3fe2e)
  • Fix a bug in STRICT check of namespaced enums to properly check for 'reserved 1 to max' (1229d4a)
  • Breaking change: Add a debug check that the target of CopyFrom is not a descendant of the source. (7a75898)
  • Breaking change: Make the arena-enabled constructors of RepeatedField, RepeatedPtrField, and Map private. (ef890c3)
  • Update AddAlreadyReserved/AddNAlreadyReserved to use the runtime bounds checks. (b8e690a)
  • Use __builtin_operator_new to faciliate compiler optimizations of these allocs. (4624d81)
  • Add has_default_instance() to ImplicitWeakTypeHandler (818b8ef)
  • Add a macro to make RepeatedField(Arena*) constructor private in a future release. (b39f10c)
  • Use __builtin_operator_new to faciliate compiler optimizations of these allocs. (195da19)
  • Change LogIndexOutOfBoundsAndAbort logging message. (bc0b635)

Java

  • Dropped support for Bazel 7. (304c9ba)
  • Optimize TextFormatEscaper to just return the String input if it didn't need any escaping. (e536204)
  • Adding deprecation comment when isInitialized() accessor is deprecated (2732c60)
  • Deprecating isInitialized() if there aren't required fields (2607595)
  • Avoid skipping descriptors with option dependencies (1bc2c63)
  • Remove PROTOBUF_CONSTEXPR to unconditionally use constexpr (7f431bb)
  • Correctly apply JSON recursion limit when parsing an Any-of-Any. (33b16e8)
  • Avoid potential exceptions on serialize in the face of malformed lazy extensions. (531c644)
  • Remove unused canUseUnsafe() protected method from GeneratedMessage (1041d62)
  • Apply [[nodiscard]] to constant, non-message accessors. (46575f0)
  • Add check if sun.misc.Unsafe is present but throws on use, to use the preexisting no-Unsafe paths if it does. (3514901)
  • Fix a bug with custom features outside of the pb package. (872d3ce)
  • Expose NestedInFileClass naming helpers for Java immutable. (0c48552)
  • Add nodiscard to has_/_size accessors. (40fe103)
  • Remove defunct protected mergeFromAndMakeImmutableInternal method. This method was planned to be used by gencode but was never used in practice. (57770eb)
  • Fix bugs in Java Large Enums that have aliased values, and improve performance of valueOf / forNumber. (57338e8)
  • Remove unused test-only method Protobuf.registerSchemaOverride (8e623d1)
  • Remove unused method com.google.protobuf.Protobuf.mergeFrom(T,Reader) (7b6be54)
  • Remove unused method com.google.protobuf.Protobuf.makeImmutable (8fa15e9)
  • Mark com.google.protobuf.Protobuf.registerSchema as private (db16bca)
  • Remove "public" from methods in com.google.protobuf.Protobuf (f50c425)
  • Remove unused method com.google.protobuf.Protobuf.getTotalSchemaSize() (dead64c)
  • Fix large java enums not being honored on lite runtime. (ec3c8a7)

Csharp

  • Regenerated files. (a9bbf7a)
  • Fix: apply recursion limits when parsing JSON well-known types with deep arrays (c3ddacb)

Objective-C

  • Adds support for 3 modes for proto extension generation: (0bc4192)
  • Breaking change: Remove generate_minimal_imports generation option warning (45b1297)
  • Emit hassers for oneofs in objectivec. (2aae07e)
  • Breaking change: Fix nullability annotations on some GPB*Dictionary types. (ea67d6d)
  • Breaking change: Remove -[GPBFieldDescriptor optional] (3414dc1)

Rust

  • Rust protobuf: use crate name aliases to disambiguate generated dependencies (1f07ec6)
  • Avoid collision name problems between a message named Xyz and a direct sibling enum named XyzView (eba53e8)
  • Mark MessageMut trait as + Send (bc517b9)
  • Protobuf-rust: adapt for rules_rust 0.67 (eb8d34e)
  • Adapt for rules_rust 0.66.0. (adb1957)
  • Expose protobuf::message_eq() free function on the Rust Protobuf runtime api. (cfa8f67)
  • Protobuf-rust: pass DepVariantInfo's attributes explicitily (a42e64f)
  • See also UPB changes below, which may affect Rust.

Python

  • Updated release builds to use Bazel 8 and platforms. (5d4ad45)
  • Add recursion guards for the following nested messages: (#​25807) (c52dcb4)
  • Use the toolchain protoc by default in internal rules. (41ad19a)
  • Removed the third_party/upb/upb/bazel directory. (7efbfe1)
  • Prevent crashes when creating objects during interpreter shutdown (46061cb)
  • Drop Python 3.9 support (bbc9dd9)
  • Breaking change: Remove deprecated UseDeprecatedLegacyJsonFieldConflicts() (c301c2c)
  • Breaking change: Remove deprecated FieldDescriptor::label() in OSS. Use is_repeated() or is_required() instead (b76faa9)
  • Support more chars in type URLs in the Python text-format parser. (4459a20)
  • Breaking change: Raise errors in OSS when assign bool to int/enum field in Python Proto. (5b116fe)
  • Breaking change: Remove float_format/double_format from python proto text_format (e4854a1)
  • Two new functions in PyProto_API to manage DescriptorPools (59f2a6e)
  • Breaking change: Remove deprecated FieldDescriptor.label (0a8ff55)
  • Python Proto scalar repeated numpy binding. (1eb4e52)
  • Python Proto Free Threading tests/experimental (b8bef14)
  • Add Python 3.14 test coverage (8e35431)
  • Put ABSL annotations back in descriptor (e2ddebe)
  • Free threading compat - Only access interned_descriptors behind a mutex (13fe37f)
  • Breaking change: Remove float_precision from python proto json_format (f027f1f)
  • Breaking change: Raise TypeError when convert non-timedelta to Duration, or convert non-datetime to Timestamp in python proto. (Original code may raise ArributeError) (00aaca1)
  • Python: kwargs initialization would silently swallow some errors with repeated fields. (412d0a2)
  • Fix Python cpp memory crash when MergeFrom Oneof. (26d08d5)

PHP

  • Bump version dependencies on phpunit/phpunit to ">=11.5.0 <12.0.0" (4e82ce4)
  • Feat(php): Add PHP typehints for setters and remove redundant GPBUtil checks (#​25296) (aee03b7)
  • Raise minimum php version to 8.2.0. Drop tests for 8.1. (5d29dca)
  • Feat(php): support default values for editions/proto2 (#​25161) (b01099d)
  • Breaking change: Remove deprecated PHP APIs FieldDescriptor getLabel, use IsRepeated or isRequired instead. (4208121)
  • Automated rollback of commit 8f569de. (94fe944)
  • Breaking change: Remove deprecated PHP APIs FieldDescriptor getLabel, use IsRepeated or isRequired instead (cd76e67)
  • Breaking change: Remove deprecated PHP APIs (9c45014)
  • Make PHPDoc for enum getters/setters correspond to enum class. (#​24515) (996e04c)
  • Add option for PHP to emit default values for JSON. (#​23985) (6df6c8a)
  • Implement hasPresence helper in PHP, remove broken hasOptionalKeyword. (69efbc6)
PHP C-Extension
  • Regenerated files. (a9bbf7a)
  • Raise minimum php version to 8.2.0. Drop tests for 8.1. (5d29dca)
  • Feat(php): support default values for editions/proto2 (#​25161) (b01099d)
  • Breaking change: Remove deprecated PHP APIs FieldDescriptor getLabel, use IsRepeated or isRequired instead. (4208121)
  • Automated rollback of commit 8f569de. (94fe944)
  • Add option for PHP to emit default values for JSON. (#​23985) (6df6c8a)
  • Implement hasPresence helper in PHP, remove broken hasOptionalKeyword. (69efbc6)
  • See also UPB changes below, which may affect PHP C-Extension.

Ruby

Ruby C-Extension
  • Regenerated files. (a9bbf7a)
  • Remove direct dependency on rules_apple (#​25708) (e06c026)
  • See also UPB changes below, which may affect Ruby C-Extension.

UPB (Python/PHP/Ruby C-Extension)

  • Add recursion guards for the following nested messages: (#​25807) (c52dcb4)
  • Fix breaking change related to upb_c_proto_library and upb_proto_reflection_library (b0150c0)
  • Removed the third_party/upb/upb/bazel directory. (7efbfe1)
  • Add conformance tests for utf8 validation. (e8923a8)
  • Added more validations of syntax and edition when parsing descriptors. (4c5c4b2)
  • Fixes a compiler crash when building the Windows arm64 Ruby/Python extension (0e84323)
  • Add BTI to branch targets when branch protection is enabled. This resolves (a3ca522)
  • Enable edition 2024 in upb generators (e44d421)

Other

  • Replace lingering references to cpu with platform equivalents. (3dfa37f)
  • Internal change (#​25839) (a2ae0e5)
  • Update the path to prebuilt_tool_integrity.bzl after refactor. (5c2ac46)
  • Add missing timestamp_upb_reflection_proto alias (e9d6bcb)
  • Update Ruby 4.0 test Docker image and enable continuous tests. (0ecc6fe)
  • Auto-generate files after cl/862026607 (978b556)
  • Roll forward generate_release_notes = false (b6e3802)
  • Revert release_ruleset version (88d2062)
  • Fix generate_changelog -> generate_release_notes (#​25442) (68ac7b9)
  • Update release_bazel_module.yaml (#​25441) (1add73b)
  • Drop Bazel 7 tests for bazel, python, partially java partially cpp. (b046c9a)
  • Update protobuf's dep on bazel-skylib to version 1.9.0 (27e67a7)
  • Breaking change: Remove deprecated flag for enabling MSVC support (97c979b)
  • Protobuf: update php from macos-13 to macos-15-intel (7b9feca)
  • Bazel: Remove hardcoded dependency on //:protoc from language runtimes (#​19679) (4986a77)
  • Move ObjC to the next major version to be ready for release in 2026Q1. (31cadad)

v33.5: Protocol Buffers v33.5

Compare Source

Announcements
  • Protobuf News may include additional announcements or pre-announcements for upcoming changes.
Python
Other

v33.4: Protocol Buffers v33.4

Compare Source

Announcements
  • Protobuf News may include additional announcements or pre-announcements for upcoming changes.
Other
  • Refactor(bazel): publish a separate .tar.gz (#​24065) (47b3385)
  • Bazel: Remove hardcoded dependency on //:protoc from language runtimes (#​19679) (453cfb2)

v33.3: Protocol Buffers v33.3

Compare Source

Announcements

  • Protobuf News may include additional announcements or pre-announcements for upcoming changes.

Bazel

  • Fix: cc_toolchain should prefer protoc when prebuilt flag is flipped. (#​25168) (7b30360)
  • Locked down visibility of the new flags and config settings. (04ca1b7)
  • Feat(bazel): wire up prebuilt protoc toolchain (#​24115) (aeaede0)

Compiler

  • Create editions test_utils to fix existing brittle tests in command_line_interface_unittest and code_generator_unittest. (cb0a8c5)
  • Add edition unstable for development work. (44e090c)
  • Add conformance test for edition unstable (d167dd0)

C++

  • Add edition unstable for development work. (44e090c)
  • Add conformance test for edition unstable (d167dd0)

Java

  • Add conformance test for edition unstable (d167dd0)
  • Correctly apply JSON recursion limit when parsing an Any-of-Any. (94c7f73)

Csharp

  • Add conformance test for edition unstable (d167dd0)

Python

UPB (Python/PHP/Ruby C-Extension)

  • Add conformance test for edition unstable (d167dd0)
  • Fix unused parameter warnings. (cd0cb21)

Other

  • Don't ignore platform requirements (aeedbc6)
  • Update GitHub Actions to use macOS-14 (again). (f7b18f8)
  • Delete redundant ARM tests (d4e7a81)
  • Protobuf: update php from macos-13 to macos-15-intel (9027d6b)
  • Update GitHub Actions to use macOS-14. (f0907f3)

v33.2: Protocol Buffers v33.2

Compare Source

Announcements

  • Protobuf News may include additional announcements or pre-announcements for upcoming changes.

Compiler

  • Add EDITION_UNSTABLE for new edition development (9247790)
  • Fix a bug with custom features outside of the pb package. (483173d)
  • Reserving a declaration for the Impress proto plugin. (8a0b438)

C++

  • Remove unnecessary uses of future changes to descriptor.proto (50c9e62)
  • Fix a bug with custom features outside of the pb package. (483173d)

Java

  • Fix a bug with custom features outside of the pb package. (483173d)

Csharp

PHP

  • Add EDITION_UNSTABLE for new edition development (9247790)
PHP C-Extension
  • Regenerate staleness tests (e9f62c6)
  • Add EDITION_UNSTABLE for new edition development (9247790)
  • Regenerate stale files (058bffa)
  • See also UPB changes below, which may affect PHP C-Extension.

Ruby

Ruby C-Extension
  • Regenerate staleness tests (e9f62c6)
  • Regenerate stale files (058bffa)
  • See also UPB changes below, which may affect Ruby C-Extension.

UPB (Python/PHP/Ruby C-Extension)

  • Regenerate staleness tests (e9f62c6)
  • Add BTI to branch targets when branch protection is enabled. This resolves (72a48f9)
  • Extract arm64 asm check (13ee2ce)

v33.1: Protocol Buffers v33.1

Compare Source

Announcements

  • Protobuf News may include additional announcements or pre-announcements for upcoming changes.

C++

Java

  • Expose NestedInFileClass naming helpers for Java immutable. (#​24401) (5737cd2)

v33.0: Protocol Buffers v33.0

Compare Source

Announcements

  • Protobuf News may include additional announcements or pre-announcements for upcoming changes.

Bazel

Compiler

  • Disable symbol visibility enforcement by default in C++ runtime (ae308fc)
  • Ship all option dependencies to plugins along with regular ones. (abeb130)

C++

  • Avoid calling deprecated arena-enabled constructors in arena.h. (813a7ef)
  • Add a macro to make RepeatedField(Arena*) constructor private in a future release. (768db14)
  • Add a macro to make Map(Arena*) constructor private in a future release. (543a17f)
  • Optimize ReadPackedVarint (3d94d83)
  • Add a macro to make RepeatedPtrField(Arena*) constructor private in a future release (6422b9d)
  • Add IsEmpty() function to reflection. ([b64e490](https://redirect.github.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the changelog/no-changelog No changelog entry needed label Feb 25, 2026
@renovate renovate bot requested a review from a team as a code owner February 25, 2026 22:26
@renovate renovate bot added dependencies PRs that bump a dependency qa/no-code-change No code change in Agent code requiring validation labels Feb 25, 2026
@dd-octo-sts dd-octo-sts bot added the internal Identify a non-fork PR label Feb 25, 2026
@github-actions github-actions bot added the short review PR is simple enough to be reviewed quickly label Feb 25, 2026
@agent-platform-auto-pr
Copy link
Copy Markdown
Contributor

agent-platform-auto-pr bot commented Feb 25, 2026

Files inventory check summary

File checks results against ancestor 6ffeeecb:

Results for datadog-agent_7.79.0~devel.git.46.6493eb8.pipeline.103939899-1_amd64.deb:

No change detected

@renovate renovate bot changed the title chore(deps): update dependency protocolbuffers/protobuf to v34 Update dependency protocolbuffers/protobuf to v34 Feb 26, 2026
@renovate renovate bot changed the title Update dependency protocolbuffers/protobuf to v34 chore(deps): update dependency protocolbuffers/protobuf to v34 Feb 26, 2026
@renovate renovate bot changed the title chore(deps): update dependency protocolbuffers/protobuf to v34 Update dependency protocolbuffers/protobuf to v34 Mar 2, 2026
@renovate renovate bot changed the title Update dependency protocolbuffers/protobuf to v34 chore(deps): update dependency protocolbuffers/protobuf to v34 Mar 3, 2026
@renovate renovate bot changed the title chore(deps): update dependency protocolbuffers/protobuf to v34 Update dependency protocolbuffers/protobuf to v34 Mar 3, 2026
@renovate renovate bot changed the title Update dependency protocolbuffers/protobuf to v34 chore(deps): update dependency protocolbuffers/protobuf to v34 Mar 3, 2026
@renovate renovate bot changed the title chore(deps): update dependency protocolbuffers/protobuf to v34 Update dependency protocolbuffers/protobuf to v34 Mar 5, 2026
@renovate renovate bot changed the title Update dependency protocolbuffers/protobuf to v34 chore(deps): update dependency protocolbuffers/protobuf to v34 Mar 5, 2026
@chouetz chouetz requested review from a team as code owners March 18, 2026 16:05
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 18, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@github-actions github-actions bot added long review PR is complex, plan time to review it and removed short review PR is simple enough to be reviewed quickly labels Mar 18, 2026
@agent-platform-auto-pr
Copy link
Copy Markdown
Contributor

agent-platform-auto-pr bot commented Mar 23, 2026

Gitlab CI Configuration Changes

Modified Jobs

variables (configuration)
  variables:
    AGENT_API_KEY_ORG2: agent-api-key-org-2
    AGENT_APP_KEY_ORG2: agent-app-key-org-2
    AGENT_BINARIES_DIR: bin/agent
    AGENT_GITHUB_APP: agent-github-app
    AGENT_QA_E2E: agent-qa-e2e
    API_KEY_ORG2: ci.datadog-agent.datadog_api_key_org2
    ARTIFACT_DOWNLOAD_ATTEMPTS: 2
    ATLASSIAN_WRITE: atlassian-write
    BTFHUB_ARCHIVE_BRANCH: main
    BUCKET_BRANCH: dev
    CACHE_COMPRESSION_LEVEL: slowest
    CHANGELOG_COMMIT_SHA: ci.datadog-agent.gitlab_changelog_commit_sha
    CHOCOLATEY_API_KEY: ci.datadog-agent.chocolatey_api_key
-   CI_IMAGE_BTF_GEN: v102144341-64dad9f8
+   CI_IMAGE_BTF_GEN: v103719291-4f1ee3ce
    CI_IMAGE_BTF_GEN_SUFFIX: ''
-   CI_IMAGE_DOCKER_ARM64: v102144341-64dad9f8
?                              ^^^^^  - ---- ^
+   CI_IMAGE_DOCKER_ARM64: v103719291-4f1ee3ce
?                             ++++ ^    ^^^^^^
    CI_IMAGE_DOCKER_ARM64_SUFFIX: ''
-   CI_IMAGE_DOCKER_X64: v102144341-64dad9f8
+   CI_IMAGE_DOCKER_X64: v103719291-4f1ee3ce
    CI_IMAGE_DOCKER_X64_SUFFIX: ''
-   CI_IMAGE_GITLAB_AGENT_DEPLOY: v102144341-64dad9f8
?                                     ^^^^^  - ---- ^
+   CI_IMAGE_GITLAB_AGENT_DEPLOY: v103719291-4f1ee3ce
?                                    ++++ ^    ^^^^^^
    CI_IMAGE_GITLAB_AGENT_DEPLOY_SUFFIX: ''
-   CI_IMAGE_LINUX: v102144341-64dad9f8
+   CI_IMAGE_LINUX: v103719291-4f1ee3ce
    CI_IMAGE_LINUX_SUFFIX: ''
-   CI_IMAGE_RPM_ARM64: v102144341-64dad9f8
+   CI_IMAGE_RPM_ARM64: v103719291-4f1ee3ce
    CI_IMAGE_RPM_ARM64_SUFFIX: ''
-   CI_IMAGE_RPM_ARMHF: v102144341-64dad9f8
+   CI_IMAGE_RPM_ARMHF: v103719291-4f1ee3ce
    CI_IMAGE_RPM_ARMHF_SUFFIX: ''
-   CI_IMAGE_RPM_X64: v102144341-64dad9f8
+   CI_IMAGE_RPM_X64: v103719291-4f1ee3ce
    CI_IMAGE_RPM_X64_SUFFIX: ''
    CI_IMAGE_WIN_LTSC2022_X64: v102144341-64dad9f8
    CI_IMAGE_WIN_LTSC2022_X64_SUFFIX: ''
    CI_IMAGE_WIN_LTSC2025_X64: v102144341-64dad9f8
    CI_IMAGE_WIN_LTSC2025_X64_SUFFIX: ''
    CLANG_BUILD_VERSION: v60409452-ee70de70
    CLANG_LLVM_VER: 12.0.1
    CLUSTER_AGENT_BINARIES_DIR: bin/datadog-cluster-agent
    CLUSTER_AGENT_CLOUDFOUNDRY_BINARIES_DIR: bin/datadog-cluster-agent-cloudfoundry
    CODECOV: codecov
    CODECOV_TOKEN: ci.datadog-agent.codecov_token
    COMPARE_TO_BRANCH: main
    CRC_PULL_SECRET: ci.datadog-agent.crc-pull-secret
    CWS_INSTRUMENTATION_BINARIES_DIR: bin/cws-instrumentation
    DATADOG_AGENT_EMBEDDED_PATH: /opt/datadog-agent/embedded
    DDA_CLIENT_TOKEN: dda-feature-flags-client-token
    DDA_FEATURE_FLAGS_CI_SSM_KEY_WINDOWS: ci.datadog-agent.dda-feature-flags-client-token
    DDA_FEATURE_FLAGS_CI_VAULT_KEY: token
    DDA_FEATURE_FLAGS_CI_VAULT_KEY_MACOS: token
    DDA_FEATURE_FLAGS_CI_VAULT_PATH: k8s/gitlab-runner-datadog-agent/datadog-agent/$DDA_CLIENT_TOKEN
    DDA_FEATURE_FLAGS_CI_VAULT_PATH_MACOS: aws/arn:aws:iam::486234852809:role/ci-datadog-agent/$DDA_CLIENT_TOKEN
    DD_AGENT_TESTING_DIR: $CI_PROJECT_DIR/test/new-e2e/tests
    DD_PKG_GITLAB_URL: https://artifact-gateway.us1.ddbuild.io/internal/artifact-gateway/api/v4
    DD_PKG_VERSION: latest
    DEB_GPG_KEY_ID: c0962c7d
    DEB_GPG_KEY_NAME: Datadog, Inc. APT key
    DEB_RPM_TESTING_BUCKET_BRANCH: testing
    DEB_S3_BUCKET: apt.datad0g.com
    DEB_TESTING_S3_BUCKET: apttesting.datad0g.com
    DOCKER_REGISTRY_LOGIN: ci.datadog-agent.docker_hub_login
    DOCKER_REGISTRY_PWD: ci.datadog-agent.docker_hub_pwd
    DOCKER_REGISTRY_RO: dockerhub-readonly
    DOCKER_REGISTRY_URL: docker.io
    DOGSTATSD_BINARIES_DIR: bin/dogstatsd
    DYNAMIC_TESTS_BREAKGLASS: dynamic-tests-breakglass
    E2E_AZURE: e2e-azure
    E2E_COVERAGE_PIPELINE: false
    E2E_GCP: e2e-gcp
    EXECUTOR_JOB_SECTION_ATTEMPTS: 2
    FF_CLEAN_UP_FAILED_CACHE_EXTRACT: true
    FF_KUBERNETES_HONOR_ENTRYPOINT: true
    FF_SCRIPT_SECTIONS: 1
    FF_TIMESTAMPS: true
    FF_USE_FASTZIP: true
    FF_USE_WINDOWS_JOB_OBJECT: true
    GENERAL_ARTIFACTS_CACHE_BUCKET_URL: https://dd-agent-omnibus.s3.amazonaws.com
    GET_SOURCES_ATTEMPTS: 2
    GIT_STRATEGY: s3
    GO_TEST_SKIP_FLAKE: 'true'
    GPG_TEST_KEY_ID: crypto/k8s/keys/k8s_gitlab-runner-datadog-agent_datadog-agent_testing_signing-key
    INSTALLER_TESTING_S3_BUCKET: installtesting.datad0g.com
    INSTALL_SCRIPT_API_KEY_ORG2: install-script-api-key-org-2
    INTEGRATION_WHEELS_CACHE_BUCKET: dd-agent-omnibus
    KERNEL_MATRIX_TESTING_ARM_AMI_ID: ami-0b5f838a19d37fc61
    KERNEL_MATRIX_TESTING_X86_AMI_ID: ami-05b3973acf5422348
    KITCHEN_INFRASTRUCTURE_FLAKES_RETRY: 2
    MACOS_APPLE_APPLICATION_SIGNING: apple-application-signing
    MACOS_APPLE_DEVELOPER_ACCOUNT: apple-developer-account
    MACOS_APPLE_INSTALLER_SIGNING: apple-installer-signing
    MACOS_GITHUB_APP_1: macos-github-app-one
    MACOS_GITHUB_APP_2: macos-github-app-two
    MACOS_KEYCHAIN_PWD: ci-keychain
    MACOS_S3_BUCKET: dd-agent-macostesting
    OMNIBUS_BASE_DIR: /omnibus
    OMNIBUS_GIT_CACHE_DIR: /tmp/omnibus-git-cache
    OMNIBUS_PACKAGE_DIR: $CI_PROJECT_DIR/omnibus/pkg/
    OMNIBUS_PACKAGE_DIR_SUSE: $CI_PROJECT_DIR/omnibus/suse/pkg
    PIPELINE_KEY_ALIAS: alias/ci_datadog-agent_pipeline-key
    PROCESS_S3_BUCKET: datad0g-process-agent
    PYTHONUNBUFFERED: 1
    RESTORE_CACHE_ATTEMPTS: 2
    RPM_GPG_KEY_ID: b01082d3
    RPM_GPG_KEY_NAME: Datadog, Inc. RPM key
    RPM_S3_BUCKET: yum.datad0g.com
    RPM_TESTING_S3_BUCKET: yumtesting.datad0g.com
    RUN_E2E_TESTS: auto
    RUN_KMT_TESTS: auto
    RUN_UNIT_TESTS: auto
    S3_ARTIFACTS_URI: s3://dd-ci-artefacts-build-stable/$CI_PROJECT_NAME/$CI_PIPELINE_ID
    S3_CP_CMD: aws s3 cp $S3_CP_OPTIONS
    S3_CP_OPTIONS: --no-progress --region us-east-1 --sse AES256
    S3_DD_AGENT_OMNIBUS_BTFS_URI: s3://dd-agent-omnibus/btfs
    S3_DD_AGENT_OMNIBUS_JAVA_URI: s3://dd-agent-omnibus/openjdk
    S3_DD_AGENT_OMNIBUS_LLVM_URI: s3://dd-agent-omnibus/llvm
    S3_DSD6_URI: s3://dsd6-staging
    S3_OMNIBUS_CACHE_BUCKET: dd-ci-datadog-agent-omnibus-cache-build-stable
    S3_OMNIBUS_GIT_CACHE_BUCKET: dd-ci-datadog-agent-omnibus-git-cache-build-stable
    S3_PERMANENT_ARTIFACTS_URI: s3://dd-ci-persistent-artefacts-build-stable/$CI_PROJECT_NAME
    S3_PROJECT_ARTIFACTS_URI: s3://dd-ci-artefacts-build-stable/$CI_PROJECT_NAME
    S3_RELEASE_ARTIFACTS_URI: s3://dd-release-artifacts/$CI_PROJECT_NAME/$CI_PIPELINE_ID
    S3_RELEASE_INSTALLER_ARTIFACTS_URI: s3://dd-release-artifacts/datadog-installer/$CI_PIPELINE_ID
    S3_SBOM_STORAGE_URI: s3://sbom-root-us1-ddbuild-io/$CI_PROJECT_NAME/$CI_PIPELINE_ID
    SECRET_GENERIC_CONNECTOR_BINARIES_DIR: bin/secret-generic-connector
    SKIP_WINDOWS: 'false'
    SLACK_AGENT: slack-agent-ci
    SMP_ACCOUNT: smp
    STATIC_BINARIES_DIR: bin/static
    SYSTEM_PROBE_BINARIES_DIR: bin/system-probe
    TEST_KEYS_URL: apttesting.datad0g.com/test-keys
    VCPKG_BLOB_SAS_URL: ci.datadog-agent-buildimages.vcpkg_blob_sas_url
    VIRUS_TOTAL: virus-total
    WINDOWS_BUILDS_S3_BUCKET: $WIN_S3_BUCKET/builds
    WINDOWS_POWERSHELL_DIR: $CI_PROJECT_DIR/signed_scripts
    WINDOWS_TESTING_S3_BUCKET: pipelines/A7/$CI_PIPELINE_ID
    WINGET_PAT: ci.datadog-agent.winget_pat
    WIN_S3_BUCKET: dd-agent-mstesting

Changes Summary

Removed Modified Added Renamed
0 1 0 0

ℹ️ Diff available in the job log.

@chouetz chouetz force-pushed the renovate/protocolbuffers-protobuf-34.x branch from 32b74c3 to 801d7b2 Compare March 23, 2026 08:26
@cit-pr-commenter-54b7da
Copy link
Copy Markdown

cit-pr-commenter-54b7da bot commented Mar 23, 2026

Regression Detector

Regression Detector Results

Metrics dashboard
Target profiles
Run ID: 66b1d243-fc02-4850-8680-33997eac137c

Baseline: ca2821b
Comparison: 2d981c3
Diff

Optimization Goals: ✅ No significant changes detected

Experiments ignored for regressions

Regressions in experiments with settings containing erratic: true are ignored.

perf experiment goal Δ mean % Δ mean % CI trials links
docker_containers_cpu % cpu utilization -0.77 [-3.78, +2.25] 1 Logs

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI trials links
ddot_metrics_sum_delta memory utilization +0.40 [+0.23, +0.58] 1 Logs
tcp_dd_logs_filter_exclude ingress throughput +0.01 [-0.10, +0.12] 1 Logs
file_to_blackhole_100ms_latency egress throughput +0.01 [-0.10, +0.12] 1 Logs
uds_dogstatsd_to_api ingress throughput +0.00 [-0.19, +0.20] 1 Logs
uds_dogstatsd_to_api_v3 ingress throughput +0.00 [-0.20, +0.20] 1 Logs
file_to_blackhole_1000ms_latency egress throughput -0.00 [-0.44, +0.44] 1 Logs
file_to_blackhole_500ms_latency egress throughput -0.01 [-0.40, +0.37] 1 Logs
file_to_blackhole_0ms_latency egress throughput -0.03 [-0.49, +0.44] 1 Logs
quality_gate_idle_all_features memory utilization -0.04 [-0.07, -0.00] 1 Logs bounds checks dashboard
file_tree memory utilization -0.05 [-0.11, +0.01] 1 Logs
ddot_metrics memory utilization -0.05 [-0.24, +0.13] 1 Logs
otlp_ingest_metrics memory utilization -0.07 [-0.23, +0.09] 1 Logs
docker_containers_memory memory utilization -0.07 [-0.14, +0.00] 1 Logs
ddot_metrics_sum_cumulativetodelta_exporter memory utilization -0.10 [-0.32, +0.12] 1 Logs
ddot_metrics_sum_cumulative memory utilization -0.17 [-0.31, -0.02] 1 Logs
uds_dogstatsd_20mb_12k_contexts_20_senders memory utilization -0.18 [-0.25, -0.12] 1 Logs
quality_gate_idle memory utilization -0.27 [-0.32, -0.22] 1 Logs bounds checks dashboard
ddot_logs memory utilization -0.42 [-0.49, -0.35] 1 Logs
otlp_ingest_logs memory utilization -0.44 [-0.55, -0.33] 1 Logs
tcp_syslog_to_blackhole ingress throughput -0.59 [-0.72, -0.46] 1 Logs
docker_containers_cpu % cpu utilization -0.77 [-3.78, +2.25] 1 Logs
quality_gate_metrics_logs memory utilization -1.69 [-1.93, -1.46] 1 Logs bounds checks dashboard
quality_gate_logs % cpu utilization -3.41 [-4.91, -1.90] 1 Logs bounds checks dashboard

Bounds Checks: ✅ Passed

perf experiment bounds_check_name replicates_passed observed_value links
docker_containers_cpu simple_check_run 10/10 591 ≥ 26
docker_containers_memory memory_usage 10/10 272.54MiB ≤ 370MiB
docker_containers_memory simple_check_run 10/10 703 ≥ 26
file_to_blackhole_0ms_latency memory_usage 10/10 0.19GiB ≤ 1.20GiB
file_to_blackhole_0ms_latency missed_bytes 10/10 0B = 0B
file_to_blackhole_1000ms_latency memory_usage 10/10 0.23GiB ≤ 1.20GiB
file_to_blackhole_1000ms_latency missed_bytes 10/10 0B = 0B
file_to_blackhole_100ms_latency memory_usage 10/10 0.20GiB ≤ 1.20GiB
file_to_blackhole_100ms_latency missed_bytes 10/10 0B = 0B
file_to_blackhole_500ms_latency memory_usage 10/10 0.22GiB ≤ 1.20GiB
file_to_blackhole_500ms_latency missed_bytes 10/10 0B = 0B
quality_gate_idle intake_connections 10/10 3 = 3 bounds checks dashboard
quality_gate_idle memory_usage 10/10 174.62MiB ≤ 175MiB bounds checks dashboard
quality_gate_idle_all_features intake_connections 10/10 2 ≤ 3 bounds checks dashboard
quality_gate_idle_all_features memory_usage 10/10 498.93MiB ≤ 550MiB bounds checks dashboard
quality_gate_logs intake_connections 10/10 4 ≤ 6 bounds checks dashboard
quality_gate_logs memory_usage 10/10 202.69MiB ≤ 220MiB bounds checks dashboard
quality_gate_logs missed_bytes 10/10 0B = 0B bounds checks dashboard
quality_gate_metrics_logs cpu_usage 10/10 377.76 ≤ 2000 bounds checks dashboard
quality_gate_metrics_logs intake_connections 10/10 4 ≤ 6 bounds checks dashboard
quality_gate_metrics_logs memory_usage 10/10 401.57MiB ≤ 475MiB bounds checks dashboard
quality_gate_metrics_logs missed_bytes 10/10 0B = 0B bounds checks dashboard

Explanation

Confidence level: 90.00%
Effect size tolerance: |Δ mean %| ≥ 5.00%

Performance changes are noted in the perf column of each table:

  • ✅ = significantly better comparison variant performance
  • ❌ = significantly worse comparison variant performance
  • ➖ = no significant change in performance

A regression test is an A/B test of target performance in a repeatable rig, where "performance" is measured as "comparison variant minus baseline variant" for an optimization goal (e.g., ingress throughput). Due to intrinsic variability in measuring that goal, we can only estimate its mean value for each experiment; we report uncertainty in that value as a 90.00% confidence interval denoted "Δ mean % CI".

For each experiment, we decide whether a change in performance is a "regression" -- a change worth investigating further -- if all of the following criteria are true:

  1. Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.

  2. Its 90.00% confidence interval "Δ mean % CI" does not contain zero, indicating that if our statistical model is accurate, there is at least a 90.00% chance there is a difference in performance between baseline and comparison variants.

  3. Its configuration does not mark it "erratic".

CI Pass/Fail Decision

Passed. All Quality Gates passed.

  • quality_gate_metrics_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check cpu_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check missed_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check missed_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check memory_usage: 10/10 replicas passed. Gate passed.

Copy link
Copy Markdown
Contributor

@adel121 adel121 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM for @DataDog/container-platform owned files.

@dd-octo-sts
Copy link
Copy Markdown
Contributor

dd-octo-sts bot commented Mar 23, 2026

/merge

@gh-worker-devflow-routing-ef8351
Copy link
Copy Markdown

gh-worker-devflow-routing-ef8351 bot commented Mar 23, 2026

View all feedbacks in Devflow UI.

2026-03-23 09:58:14 UTC ℹ️ Start processing command /merge


2026-03-23 09:58:22 UTC ℹ️ MergeQueue: waiting for PR to be ready

This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
It will be added to the queue as soon as checks pass and/or get approvals. View in MergeQueue UI.
Note: if you pushed new commits since the last approval, you may need additional approval.
You can remove it from the waiting list with /remove command.


2026-03-23 11:29:10 UTC ℹ️ MergeQueue: merge request added to the queue

The expected merge time in main is approximately 2h (p90).


2026-03-23 11:32:52 UTC ℹ️ MergeQueue: Readding this merge request to the queue because another merge request processed with yours failed. No action is needed from your side.


2026-03-23 11:39:52 UTCMergeQueue: The build pipeline contains failing jobs for this merge request

Build pipeline has failing jobs for dfad886:

⚠️ Do NOT retry failed jobs directly (why?).

What to do next?

  • Investigate the failures and when ready, re-add your pull request to the queue!
  • If your PR checks are green, try to rebase/merge. It might be because the CI run is a bit old.
  • Any question, go check the FAQ.
Details

Since those jobs are not marked as being allowed to fail, the pipeline will most likely fail.
Therefore, and to allow other builds to be processed, this merge request has been rejected and the pipeline got canceled.

@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d bot merged commit 2d981c3 into main Mar 23, 2026
275 checks passed
@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d bot deleted the renovate/protocolbuffers-protobuf-34.x branch March 23, 2026 15:34
@github-actions github-actions bot added this to the 7.79.0 milestone Mar 23, 2026
rdesgroppes added a commit that referenced this pull request Mar 23, 2026
### What does this PR do?
Following #46948, this is to update the `protobuf` Bazel module
dependency from 29.1 to 34.1.

### Motivation
Several transitive dependencies now require `protobuf` >= 34.0.bcr.1,
causing `Renovate` to fail updating `MODULE.bazel.lock` (see
#48223 (comment)).

Bumping to 34.1 satisfies that constraint.

### Describe how you validated your changes
Built `@protobuf//:protobuf` locally.

### Additional Notes
The existing patch (add `-lstdc++` to `//conditions:default` link opts)
applies cleanly to 34.1 without modification.
gh-worker-dd-mergequeue-cf854d bot pushed a commit that referenced this pull request Mar 23, 2026
### What does this PR do?
Following #46948, this is to update the `protobuf` Bazel module dependency from 29.1 to 34.1.

### Motivation
Several transitive dependencies now require `protobuf` >= 34.0, causing `Renovate` to [fail updating](#48223 (comment)) `MODULE.bazel.lock`:
> ERROR: For repository 'protobuf', the root module requires module version protobuf@29.1, but got protobuf@34.0.bcr.1 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off

Bumping to 34.1 satisfies that constraint and also aligns with the recent:
- #46948.

### Describe how you validated your changes
Built `@protobuf//:protobuf` locally.

### Additional Notes
- the existing patch (add `-lstdc++` to `//conditions:default` link opts) applies cleanly to 34.1 without modification,
- `34.0` wouldn't be enough, since it's **strictly less than** `34.0.bcr.1`.

Co-authored-by: regis.desgroppes <regis.desgroppes@datadoghq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/no-changelog No changelog entry needed dependencies PRs that bump a dependency internal Identify a non-fork PR long review PR is complex, plan time to review it qa/no-code-change No code change in Agent code requiring validation team/action-platform team/agent-apm trace-agent team/agent-devx team/agent-runtimes team/container-experiences team/container-platform The Container Platform Team team/remote-config

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants