Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/bufbuild/buf to v1.29.0 #658

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/bufbuild/buf v1.27.2 -> v1.29.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bufbuild/buf (github.com/bufbuild/buf)

v1.29.0

Compare Source

  • Add support for yaml format. All commands that take image inputs, output images,
    or convert between message formats, now take yaml as a format, in addition to
    the existing binpb and txtpb formats. Some examples:
    • buf build -o image.yaml
    • buf ls-files image.yaml
    • buf convert --type foo.Bar --from input.binpb --to output.yaml
  • The yaml and json formats now accept two new options: use_proto_names and
    use_enum_numbers. This affects output serialization. Some examples:
    • buf convert --type foo.Bar --from input.binpb --to output.yaml#use_proto_names=true
    • buf convert --type foo.Bar --from input.binpb --to -#format=yaml,use_enum_numbers=true
  • Fix issue where buf format would inadvertently mangle files that used
    the expanded Any syntax
    in option values.

v1.28.1

Compare Source

  • The buf curl command has been updated to support the use of multiple schemas.
    This allows users to specify multiple --schema flags and/or to use both --schema
    and --reflect flags at the same time. The result is that additional sources can
    be consulted to resolve an element. This can be useful when the result of an RPC
    contains extensions or values in google.protobuf.Any messages that are not defined
    in the same schema that defines the RPC service.
  • Fix issue where buf lint incorrectly reports error when (buf.validate.field).required
    is set for an optional field in proto3.

v1.28.0

Compare Source

  • Add lint rules for protovalidate. buf lint
    will now verify that your protovalidate rules are valid. A single rule PROTOVALIDATE has been
    added to the DEFAULT group - given that protovalidate is net new, this does not represent
    a breaking change.
  • Update buf beta price with the latest pricing information.
  • Display a warning when reading a buf.lock with dependencies with b1 or b3 digests. b1 and b3
    digests will be deprecated in a future version. Run buf mod update to update dependency digests.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from a team as code owners January 31, 2024 14:03
@renovate renovate bot added the automated label Jan 31, 2024
@renovate renovate bot requested review from phisco and MisterMX January 31, 2024 14:03
@phisco
Copy link
Contributor

phisco commented Jan 31, 2024

we can ignore this, see #656

@phisco phisco closed this Jan 31, 2024
Copy link
Contributor Author

renovate bot commented Jan 31, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v1.29.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/github.com-bufbuild-buf-1.x branch January 31, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant