From bae8587e0249b8db0bee7917b9a68c4fa6030d88 Mon Sep 17 00:00:00 2001 From: Paul Tsai Date: Wed, 1 Jul 2026 11:16:43 +0800 Subject: [PATCH] chore(deps): bump buf and related dependencies to latest versions --- Makefile | 2 +- buf.gen.yaml | 4 ++-- ts/src/feature_pb.d.ts | 2 +- ts/src/feature_pb.js | 2 +- ts/src/link/v1/link_pb.d.ts | 2 +- ts/src/link/v1/link_pb.js | 2 +- ts/src/resource/v1/resource_pb.d.ts | 10 +++++----- ts/src/resource/v1/resource_pb.js | 2 +- ts/src/runtime/v1/runtime_pb.d.ts | 6 +++--- ts/src/runtime/v1/runtime_pb.js | 2 +- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Makefile b/Makefile index 19dc050..3559a05 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen GOLANGCI_LINT = $(LOCALBIN)/golangci-lint ## Tool Versions -BUF_VERSION ?= v1.69.0 +BUF_VERSION ?= v1.71.0 KUSTOMIZE_VERSION ?= v5.8.1 CONTROLLER_TOOLS_VERSION ?= v0.20.1 GOLANGCI_LINT_VERSION ?= v2.11.4 diff --git a/buf.gen.yaml b/buf.gen.yaml index d84c613..fb7ebd8 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -9,13 +9,13 @@ plugins: opt: - paths=source_relative - default_api_level=API_OPAQUE - - remote: buf.build/connectrpc/go:v1.19.1 + - remote: buf.build/connectrpc/go:v1.20.0 out: . opt: - paths=source_relative - package_suffix - simple - - remote: buf.build/bufbuild/es:v2.11.0 + - remote: buf.build/bufbuild/es:v2.12.1 out: ts/src opt: - target=js+dts diff --git a/ts/src/feature_pb.d.ts b/ts/src/feature_pb.d.ts index 7a7a12a..0eddff9 100644 --- a/ts/src/feature_pb.d.ts +++ b/ts/src/feature_pb.d.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.12.1 with parameter "target=js+dts,import_extension=.js" // @generated from file feature.proto (package otterscale.api, edition 2023) /* eslint-disable */ diff --git a/ts/src/feature_pb.js b/ts/src/feature_pb.js index 023e598..1298d67 100644 --- a/ts/src/feature_pb.js +++ b/ts/src/feature_pb.js @@ -1,4 +1,4 @@ -// @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.12.1 with parameter "target=js+dts,import_extension=.js" // @generated from file feature.proto (package otterscale.api, edition 2023) /* eslint-disable */ diff --git a/ts/src/link/v1/link_pb.d.ts b/ts/src/link/v1/link_pb.d.ts index b103cb6..1300890 100644 --- a/ts/src/link/v1/link_pb.d.ts +++ b/ts/src/link/v1/link_pb.d.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.12.1 with parameter "target=js+dts,import_extension=.js" // @generated from file link/v1/link.proto (package otterscale.link.v1, edition 2023) /* eslint-disable */ diff --git a/ts/src/link/v1/link_pb.js b/ts/src/link/v1/link_pb.js index 9224cb1..292658e 100644 --- a/ts/src/link/v1/link_pb.js +++ b/ts/src/link/v1/link_pb.js @@ -1,4 +1,4 @@ -// @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.12.1 with parameter "target=js+dts,import_extension=.js" // @generated from file link/v1/link.proto (package otterscale.link.v1, edition 2023) /* eslint-disable */ diff --git a/ts/src/resource/v1/resource_pb.d.ts b/ts/src/resource/v1/resource_pb.d.ts index 5a38c77..a635308 100644 --- a/ts/src/resource/v1/resource_pb.d.ts +++ b/ts/src/resource/v1/resource_pb.d.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.12.1 with parameter "target=js+dts,import_extension=.js" // @generated from file resource/v1/resource.proto (package otterscale.resource.v1, edition 2023) /* eslint-disable */ @@ -165,7 +165,7 @@ export declare type SchemaResponse = Message<"otterscale.resource.v1.SchemaRespo * * @generated from field: google.protobuf.Struct schema = 1; */ - schema?: JsonObject; + schema?: JsonObject | undefined; }; /** @@ -186,7 +186,7 @@ export declare type Resource = Message<"otterscale.resource.v1.Resource"> & { * * @generated from field: google.protobuf.Struct object = 1; */ - object?: JsonObject; + object?: JsonObject | undefined; }; /** @@ -434,7 +434,7 @@ export declare type DescribeResponse = Message<"otterscale.resource.v1.DescribeR * * @generated from field: otterscale.resource.v1.Resource resource = 1; */ - resource?: Resource; + resource?: Resource | undefined; /** * Kubernetes events related to this resource, filtered by involvedObject.uid. @@ -803,7 +803,7 @@ export declare type WatchEvent = Message<"otterscale.resource.v1.WatchEvent"> & * * @generated from field: otterscale.resource.v1.Resource resource = 2; */ - resource?: Resource; + resource?: Resource | undefined; /** * The resourceVersion of the watch event, used to initiate a Watch from a specific point in time. diff --git a/ts/src/resource/v1/resource_pb.js b/ts/src/resource/v1/resource_pb.js index 85dac52..eb540d6 100644 --- a/ts/src/resource/v1/resource_pb.js +++ b/ts/src/resource/v1/resource_pb.js @@ -1,4 +1,4 @@ -// @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.12.1 with parameter "target=js+dts,import_extension=.js" // @generated from file resource/v1/resource.proto (package otterscale.resource.v1, edition 2023) /* eslint-disable */ diff --git a/ts/src/runtime/v1/runtime_pb.d.ts b/ts/src/runtime/v1/runtime_pb.d.ts index 5f66f74..68f7602 100644 --- a/ts/src/runtime/v1/runtime_pb.d.ts +++ b/ts/src/runtime/v1/runtime_pb.d.ts @@ -1,4 +1,4 @@ -// @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.12.1 with parameter "target=js+dts,import_extension=.js" // @generated from file runtime/v1/runtime.proto (package otterscale.runtime.v1, edition 2023) /* eslint-disable */ @@ -72,7 +72,7 @@ export declare type PodLogRequest = Message<"otterscale.runtime.v1.PodLogRequest * * @generated from field: google.protobuf.Timestamp since_time = 8; */ - sinceTime?: Timestamp; + sinceTime?: Timestamp | undefined; /** * If true, return the logs for the previous terminated container instance. @@ -616,7 +616,7 @@ export declare type SubResourceActionResponse = Message<"otterscale.runtime.v1.S * * @generated from field: google.protobuf.Struct result = 1; */ - result?: JsonObject; + result?: JsonObject | undefined; }; /** diff --git a/ts/src/runtime/v1/runtime_pb.js b/ts/src/runtime/v1/runtime_pb.js index 2a289a3..cb91e6a 100644 --- a/ts/src/runtime/v1/runtime_pb.js +++ b/ts/src/runtime/v1/runtime_pb.js @@ -1,4 +1,4 @@ -// @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.12.1 with parameter "target=js+dts,import_extension=.js" // @generated from file runtime/v1/runtime.proto (package otterscale.runtime.v1, edition 2023) /* eslint-disable */