deps: Bump `com_github_bufbuild_buf` -> 1.13.1 (#25453)

* deps: Bump `com_github_bufbuild_buf` -> 1.13.1

also:

- update/regenerate `buf` lock
- cleanup bad buf imports

Signed-off-by: Ryan Northey <ryan@synca.io>

Mirrored from https://github.com/envoyproxy/envoy @ 04b540866ca818eee6336d11fc3cfa82f3f511d2
pull/626/head
data-plane-api(Azure Pipelines) 2 years ago
parent a61dd9c736
commit 58a755b119
  1. 6
      bazel/repository_locations.bzl
  2. 16
      buf.lock
  3. 6
      buf.yaml

@ -129,11 +129,11 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "buf", project_name = "buf",
project_desc = "A new way of working with Protocol Buffers.", # Used for breaking change detection in API protobufs project_desc = "A new way of working with Protocol Buffers.", # Used for breaking change detection in API protobufs
project_url = "https://buf.build", project_url = "https://buf.build",
version = "1.7.0", version = "1.13.1",
sha256 = "886dcd7b87f769df526458b63da7207886b567c46b9629d87f24b71e91722299", sha256 = "14e9e79c5ece9f53673a3859051445554f7c35cf7735df7079f549413e9c84b0",
strip_prefix = "buf", strip_prefix = "buf",
urls = ["https://github.com/bufbuild/buf/releases/download/v{version}/buf-Linux-x86_64.tar.gz"], urls = ["https://github.com/bufbuild/buf/releases/download/v{version}/buf-Linux-x86_64.tar.gz"],
release_date = "2022-07-27", release_date = "2023-01-27",
use_category = ["api"], use_category = ["api"],
tags = ["manual"], tags = ["manual"],
license = "Apache-2.0", license = "Apache-2.0",

@ -1,18 +1,14 @@
# Generated by buf. DO NOT EDIT. # Generated by buf. DO NOT EDIT.
version: v1 version: v1
deps: deps:
- remote: buf.build
owner: beta
repository: prometheus
commit: a91b42d18a994cd4b07b37f365f87cf9
- remote: buf.build - remote: buf.build
owner: cncf owner: cncf
repository: xds repository: xds
commit: f6f9b109ae2f445e9c1c00bb765b5373 commit: c313df85559e44248d0115969f2c8c24
- remote: buf.build - remote: buf.build
owner: envoyproxy owner: envoyproxy
repository: protoc-gen-validate repository: protoc-gen-validate
commit: 45685e052c7e406b9fbd441fc7a568a5 commit: 6607b10f00ed4a3d98f906807131c44a
- remote: buf.build - remote: buf.build
owner: gogo owner: gogo
repository: protobuf repository: protobuf
@ -24,8 +20,12 @@ deps:
- remote: buf.build - remote: buf.build
owner: opencensus owner: opencensus
repository: opencensus repository: opencensus
commit: d1d7ccd1281e4f42ab7ce9a7d2b29e33 commit: bc2645b085534e4f8ebae3ef20088165
- remote: buf.build - remote: buf.build
owner: opentelemetry owner: opentelemetry
repository: opentelemetry repository: opentelemetry
commit: 038316eb65414db8bb0cd88c47a4ee0f commit: 43554dfbbfbd4873bde8993d32ea8332
- remote: buf.build
owner: prometheus
repository: client-model
commit: 1d56a02d481a412a83b3c4984eb90c2e

@ -2,7 +2,7 @@ version: v1
deps: deps:
- buf.build/googleapis/googleapis:62f35d8aed1149c291d606d958a7ce32 - buf.build/googleapis/googleapis:62f35d8aed1149c291d606d958a7ce32
- buf.build/opencensus/opencensus - buf.build/opencensus/opencensus
- buf.build/beta/prometheus - buf.build/prometheus/client-model
- buf.build/opentelemetry/opentelemetry - buf.build/opentelemetry/opentelemetry
- buf.build/gogo/protobuf - buf.build/gogo/protobuf
- buf.build/cncf/xds - buf.build/cncf/xds
@ -20,3 +20,7 @@ breaking:
lint: lint:
use: use:
- IMPORT_USED - IMPORT_USED
ignore_only:
IMPORT_USED:
- envoy/api/v2/listener.proto
- envoy/config/bootstrap/v2/bootstrap.proto

Loading…
Cancel
Save