Skip to content

Update module github.com/bufbuild/buf to v1.69.0#289

Merged
bobh66 merged 1 commit into
mainfrom
renovate/github.com-bufbuild-buf-1.x
May 21, 2026
Merged

Update module github.com/bufbuild/buf to v1.69.0#289
bobh66 merged 1 commit into
mainfrom
renovate/github.com-bufbuild-buf-1.x

Conversation

@renovate

@renovate renovate Bot commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/bufbuild/buf v1.66.1v1.69.0 age confidence

Release Notes

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

v1.69.0

Compare Source

  • Increase check plugin WASM memory limits to 1GiB.
  • Fix LSP stale diagnostics persisting after a file is closed or deleted.
  • Fix handling of unprefixed newlines in block comments.
  • Add LSP code lenses for buf.gen.yaml files: "Run buf generate" and "Check for plugin updates".
  • Add LSP warnings for lint.ignore and breaking.ignore paths in buf.yaml that do not match any file in the workspace.

v1.68.4

Compare Source

  • Fix duplicated extension tags across imports from compiler.

v1.68.3

Compare Source

  • Fix buf format error handling for edition 2024.

v1.68.2

Compare Source

  • Fix build failures for modules with a vendored descriptor.proto.
  • Fix LSP incorrectly reporting "edition '2024' not yet fully supported" errors.
  • Fix CEL compilation error messages in buf lint to use the structured error API instead of parsing cel-go's text output.
  • Add --debug-address flag to buf lsp serve to provide debug and profile support.

v1.68.1

Compare Source

  • Revert the use of the new compiler report format and properly ungate Editions 2024 features.
  • Fix absolute imports (leading-dot) marked unused in diagnostics.

v1.68.0

Compare Source

  • Use new compiler for build process and support Editions 2024 features.
  • Add LSP document links for buf.yaml deps, buf.gen.yaml remote plugins and input modules, buf.policy.yaml name and BSR plugins, and buf.lock dep names, making each a clickable link to its BSR page.
  • Add LSP code lenses for buf.yaml files to update all dependencies (buf.dep.updateAll) or check for available updates (buf.dep.checkUpdates).
  • Improve shell completions for buf flags with fixed value sets and file/directory arguments.
  • Add buf curl URL path shell completions (service and method names) via
    server reflection, --schema, or the local buf module.
  • Add support for Edition 2024 syntax to buf format.
  • Fix buf generate --clean deleting files from nested plugin output directories.

v1.67.0

Compare Source

  • Fix LSP not skipping buf.build/docs links for lint rules from check plugins and policies.
  • Fix buf dep graph --format json silently dropping dependencies when a dependency was already seen.
  • Add support for --rbs_out as a protoc_builtin plugin (requires protoc v34.0+).
  • Add relevant links from CEL LSP hover documentation to either <celbyexample.com> or <protovalidate.com>
  • Add OpenBSD and FreeBSD release binaries for amd64 and arm64.
  • Skip writing unchanged output files in buf generate to preserve modification times
  • Update buf beta registry plugin delete to prompt the user for deletion, matching the UX of the other deletion commands.
    Use --force to restore the old behavior.

Configuration

📅 Schedule: (UTC)

  • 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 Apr 1, 2026
@renovate

renovate Bot commented Apr 1, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ 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):

  • 20 additional dependencies were updated

Details:

Package Change
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260209202127-80ab13bee0bf.1 -> v1.36.11-20260415201107-50325440f8f2.1
buf.build/gen/go/bufbuild/registry/connectrpc/go v1.19.1-20260126144947-819582968857.2 -> v1.19.2-20260126144947-819582968857.1
buf.build/go/app v0.2.0 -> v0.2.1-0.20260407195847-833f8f978cda
buf.build/go/bufplugin v0.9.0 -> v0.10.0
buf.build/go/protovalidate v1.1.3 -> v1.2.0
buf.build/go/standard v0.1.0 -> v0.1.1-0.20260325175353-2b287e071df5
connectrpc.com/connect v1.19.1 -> v1.19.2
github.com/bufbuild/protocompile v0.14.2-0.20260306221011-519528254156 -> v0.14.2-0.20260429155904-12ef1ef2ce91
github.com/bufbuild/protoplugin v0.0.0-20250218205857-750e09ce93e1 -> v0.0.0-20260414125817-25d1d281b46b
github.com/docker/cli v29.4.0+incompatible -> v29.4.1+incompatible
github.com/google/cel-go v0.27.0 -> v0.28.0
github.com/google/go-containerregistry v0.21.2 -> v0.21.5
github.com/mattn/go-isatty v0.0.20 -> v0.0.22
github.com/petermattis/goid v0.0.0-20260226131333-17d1149c6ac6 -> v0.0.0-20260330135022-df67b199bc81
github.com/segmentio/encoding v0.5.3 -> v0.5.4
github.com/vbatts/tar-split v0.12.2 -> v0.12.3
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 -> v0.68.0
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa -> v0.0.0-20260410095643-746e56fc9e2f
google.golang.org/genproto/googleapis/api v0.0.0-20260316180232-0b37fe3546d5 -> v0.0.0-20260427160629-7cedc36a6bc4
google.golang.org/genproto/googleapis/rpc v0.0.0-20260316180232-0b37fe3546d5 -> v0.0.0-20260427160629-7cedc36a6bc4

@renovate renovate Bot changed the title Update module github.com/bufbuild/buf to v1.67.0 Update module github.com/bufbuild/buf to v1.68.1 Apr 15, 2026
@renovate renovate Bot force-pushed the renovate/github.com-bufbuild-buf-1.x branch from f20f3df to 6d7bf71 Compare April 15, 2026 16:00
@renovate renovate Bot changed the title Update module github.com/bufbuild/buf to v1.68.1 Update module github.com/bufbuild/buf to v1.68.2 Apr 18, 2026
@renovate renovate Bot force-pushed the renovate/github.com-bufbuild-buf-1.x branch from 6d7bf71 to 38a6300 Compare April 18, 2026 00:42
@renovate renovate Bot changed the title Update module github.com/bufbuild/buf to v1.68.2 Update module github.com/bufbuild/buf to v1.68.3 Apr 21, 2026
@renovate renovate Bot force-pushed the renovate/github.com-bufbuild-buf-1.x branch from 38a6300 to 1cb781e Compare April 21, 2026 01:16
@renovate renovate Bot changed the title Update module github.com/bufbuild/buf to v1.68.3 Update module github.com/bufbuild/buf to v1.68.4 Apr 22, 2026
@renovate renovate Bot force-pushed the renovate/github.com-bufbuild-buf-1.x branch from 1cb781e to 86aef05 Compare April 22, 2026 20:38
@renovate renovate Bot changed the title Update module github.com/bufbuild/buf to v1.68.4 Update module github.com/bufbuild/buf to v1.69.0 Apr 29, 2026
@renovate renovate Bot force-pushed the renovate/github.com-bufbuild-buf-1.x branch from 86aef05 to bafb101 Compare April 29, 2026 22:07
@renovate renovate Bot force-pushed the renovate/github.com-bufbuild-buf-1.x branch from bafb101 to c2e848e Compare May 12, 2026 10:56
@renovate renovate Bot force-pushed the renovate/github.com-bufbuild-buf-1.x branch from c2e848e to 182de2d Compare May 21, 2026 20:48
@bobh66 bobh66 merged commit bef9fe1 into main May 21, 2026
7 checks passed
@renovate renovate Bot deleted the renovate/github.com-bufbuild-buf-1.x branch May 21, 2026 20:52
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