Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2025

Bumps protobuf from 2.28.0 to 3.7.2.

Changelog

Sourced from protobuf's changelog.

Changelog

Changelog after version 3.0.0 lives in https://github.com/stepancheg/rust-protobuf/blob/master/CHANGELOG.md.

[3.0.0] - 2022-05-01

  • New stable version released.

[3.0.0-alpha.14] - 2022-05-01

  • JSON support is moved into a separate crate protobuf-json-mapping
  • Generated code for well known types is more similar to regular protobuf now (well known type modules are now placed as is in well_known_types module instead of being flattened).
  • file_descriptor_proto() function is private now in generated code. Descriptor can be obtained by calling file_descriptor().proto().
  • file_descriptor() now returns &'static FileDescriptor
  • Hide UnknownValues from public API (keep UnknownFields)

[3.0.0-alpha.13] - 2022-05-01

  • More efficient reflective operations
  • Fewer internals exposed from public API (e.g. ProtobufType is no longer public)

[3.0.0-alpha.12] - 2022-04-30

[3.0.0-alpha.11] - 2022-04-29

  • all fields are public now in generated messages
  • protobuf-support crate added. This crate contains utilities shared by other protobuf crates. This crate has no public API.

[3.0.0-alpha.10] - 2022-04-11

  • remove expose_oneof codegen option (it is on by default for a long time)
  • remove unused serde-related options from rustproto.proto
  • in generated code, enum variant names are converted to camel case
  • generate SpecialFields field in messages instead of a pair (unknown_fields, cached_size)
  • reflection operations like nested_messages now return iterator instead of Vec
  • replace fn Enum::values() with const Enum::VALUES
  • remove EnumFull::enum_descriptor(), does not provide much value over enum_descriptor_static
  • rename EnumFull::enum_descriptor_static -> enum_descriptor
  • fix EnumFull::descriptor for enums with allow_alias
  • rename MessageDescriptor::enums to nested_enums
  • rename MessageDescriptor::descriptor_static to descriptor
  • add EnumDescriptor::enclosing_message()
  • Message now requires PartialEq

... (truncated)

Commits
  • 4cb84f3 Bump version to 3.7.2
  • ee1d928 Apply depth limit to unknown groups (#756)
  • cb4aca1 Switch actions/cache@v4
  • 36b804b Bump version to 3.7.1
  • 5db1948 feat: implement support for repeated fields in constants
  • 7f3e21e style: fix format
  • 014a3af fix: minor spacing issue while formatting constant messages
  • 17a0fef fix: allow commas and semicolons between fields in constant messages
  • 46e7f0d Bump version to 3.7.0
  • 5b83356 Sync readme
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 11, 2025
@petr-muller
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/protobuf-3.7.2 branch from 89b67a4 to 46c858c Compare May 16, 2025 13:57
@openshift-ci
Copy link
Contributor

openshift-ci bot commented May 16, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please ask for approval from lalatendumohanty. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@petr-muller
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/protobuf-3.7.2 branch from 46c858c to 26da479 Compare May 16, 2025 20:24
@petr-muller
Copy link
Member

@dependabot rebase

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 27, 2025
@openshift-merge-robot
Copy link
Contributor

rebase

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Bumps [protobuf](https://github.com/stepancheg/rust-protobuf) from 2.28.0 to 3.7.2.
- [Changelog](https://github.com/stepancheg/rust-protobuf/blob/master/CHANGELOG-before-3.md)
- [Commits](stepancheg/rust-protobuf@v2.28.0...v3.7.2)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/protobuf-3.7.2 branch from 26da479 to 5037f5f Compare May 27, 2025 16:37
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 27, 2025
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 20, 2025

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/customrust-images 89b67a4 link true /test customrust-images
ci/prow/customrust-e2e 89b67a4 link true /test customrust-e2e
ci/prow/customrust-cargo-test 89b67a4 link true /test customrust-cargo-test
ci/prow/e2e 5037f5f link true /test e2e
ci/prow/images 5037f5f link true /test images
ci/prow/cargo-test 5037f5f link true /test cargo-test
ci/prow/olm-e2e 5037f5f link true /test olm-e2e
ci/prow/verify-openapi 5037f5f link true /test verify-openapi

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openshift-bot
Copy link

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

@openshift-ci openshift-ci bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Nov 19, 2025
@coderabbitai
Copy link

coderabbitai bot commented Nov 19, 2025

Important

Review skipped

Auto reviews are limited based on label configuration.

🚫 Review skipped — only excluded labels are configured. (1)
  • do-not-merge/work-in-progress

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/cargo/protobuf-3.7.2

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-bot
Copy link

Stale issues rot after 30d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle rotten
/remove-lifecycle stale

@openshift-ci openshift-ci bot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Dec 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants