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.46.0 #186

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2024

This PR contains the following updates:

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

Release Notes

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

v1.46.0

Compare Source

  • Add buf registry whoami command, which checks if you are logged in to the Buf Schema
    Registry at a given domain.

v1.45.0

Compare Source

  • Update buf registry module info --format=json to add default_label_name, which provides the name
    of the default label of a module.

v1.44.0

Compare Source

  • Update the PROTOVALIDATE lint rule to check example field options. Examples will be checked that
    they satisfy the field constraints, and are only present if constraints are present.
  • Update the PROTOVALIDATE lint rule to check predefined rules. Predefined rules will be checked
    that they compile.
  • Add support for a WebAssembly (Wasm) runtime for custom lint and breaking changes plugins. Use the
    .wasm file extension to specify a path to a Wasm plugin.

v1.43.0

Compare Source

  • Add new experimental LSP support under buf beta lsp.

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 automated label Sep 30, 2024
Copy link
Contributor Author

renovate bot commented Sep 30, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 38 additional dependencies were updated

Details:

Package Change
google.golang.org/grpc v1.67.0 -> v1.67.1
google.golang.org/protobuf v1.34.3-0.20240816073751-94ecbc261689 -> v1.35.1
buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.34.2-20240904181154-a0be11449112.2 -> v1.35.1-20241023225133-42bdb4b67625.1
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240717164558-a6c49f84cc0f.2 -> v1.35.1-20240920164238-5a7b106cbb87.1
buf.build/gen/go/bufbuild/registry/connectrpc/go v1.16.2-20240821192916-45ba72cdd479.1 -> v1.17.0-20241025140216-aa40f2c93090.1
buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.34.2-20240821192916-45ba72cdd479.2 -> v1.35.1-20241025140216-aa40f2c93090.1
buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go v1.34.2-20240828222655-5345c0a56177.2 -> v1.35.1-20241007202033-cf42259fcbfc.1
buf.build/go/bufplugin v0.2.0 -> v0.6.0
connectrpc.com/connect v1.16.2 -> v1.17.0
github.com/Microsoft/hcsshim v0.12.6 -> v0.12.7
github.com/bufbuild/protovalidate-go v0.6.5 -> v0.7.3-0.20241015162221-1446f1e1d576
github.com/containerd/containerd v1.7.22 -> v1.7.23
github.com/containerd/errdefs v0.2.0 -> v0.3.0
github.com/cpuguy83/go-md2man/v2 v2.0.4 -> v2.0.5
github.com/docker/cli v27.2.1+incompatible -> v27.3.1+incompatible
github.com/docker/docker v27.2.1+incompatible -> v27.3.1+incompatible
github.com/google/pprof v0.0.0-20240910150728-a0b0bb1d4134 -> v0.0.0-20241017200806-017d972448fc
github.com/klauspost/compress v1.17.9 -> v1.17.11
github.com/prometheus/client_golang v1.19.1 -> v1.20.2
github.com/prometheus/common v0.48.0 -> v0.55.0
github.com/prometheus/procfs v0.12.0 -> v0.15.1
github.com/quic-go/quic-go v0.47.0 -> v0.48.1
github.com/vbatts/tar-split v0.11.5 -> v0.11.6
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 -> v0.56.0
go.opentelemetry.io/otel v1.30.0 -> v1.31.0
go.opentelemetry.io/otel/metric v1.30.0 -> v1.31.0
go.opentelemetry.io/otel/trace v1.30.0 -> v1.31.0
go.uber.org/mock v0.4.0 -> v0.5.0
golang.org/x/crypto v0.27.0 -> v0.28.0
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 -> v0.0.0-20241009180824-f66d83c29e7c
golang.org/x/net v0.29.0 -> v0.30.0
golang.org/x/sys v0.25.0 -> v0.26.0
golang.org/x/term v0.24.0 -> v0.25.0
golang.org/x/text v0.18.0 -> v0.19.0
golang.org/x/tools v0.25.0 -> v0.26.0
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20240924160255-9d4c2d233b61
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20240924160255-9d4c2d233b61
pluginrpc.com/pluginrpc v0.3.0 -> v0.5.0

@renovate renovate bot changed the title Update module github.com/bufbuild/buf to v1.43.0 Update module github.com/bufbuild/buf to v1.44.0 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/github.com-bufbuild-buf-1.x branch 2 times, most recently from daebd83 to bff4ac6 Compare October 8, 2024 23:07
@renovate renovate bot changed the title Update module github.com/bufbuild/buf to v1.44.0 Update module github.com/bufbuild/buf to v1.45.0 Oct 8, 2024
@renovate renovate bot changed the title Update module github.com/bufbuild/buf to v1.45.0 Update module github.com/bufbuild/buf to v1.46.0 Oct 29, 2024
@renovate renovate bot force-pushed the renovate/github.com-bufbuild-buf-1.x branch from bff4ac6 to 6bd6373 Compare October 29, 2024 21:45
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.

0 participants