Skip to content

Commit fc134e0

Browse files
authored
chore: bump modules pre librarian migration (googleapis#13150)
BEGIN_NESTED_COMMIT fix(accessapproval): include gapic_metadata.json in Go GAPIC assembly rule END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(certificatemanager): upgrade gRPC service registration func An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://togithub.com/googleapis/google-cloud-go/pull/11025. END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(dataqna): include gapic_metadata.json in Go GAPIC assembly rule END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(grafeas): upgrade to Go 1.24 END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(kms): conditionally enable AllowHardBoundTokens END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(servicecontrol): upgrade gRPC service registration func An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://togithub.com/googleapis/google-cloud-go/pull/11025. END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(servicemanagement): upgrade gRPC service registration func An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://togithub.com/googleapis/google-cloud-go/pull/11025. END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(serviceusage): upgrade gRPC service registration func An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://togithub.com/googleapis/google-cloud-go/pull/11025. END_NESTED_COMMIT
1 parent 2f0942b commit fc134e0

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

accessapproval/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,4 @@ Stabilize GA surface.
220220

221221
This is the first tag to carve out accessapproval as its own module. See
222222
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).
223+

certificatemanager/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,3 +315,4 @@
315315

316316
* **certificatemanager:** release 0.1.0 ([#5743](https://github.com/googleapis/google-cloud-go/issues/5743)) ([24a817a](https://github.com/googleapis/google-cloud-go/commit/24a817a2a75dde10bcbecf2ced8f399cb05dc011))
317317
* ****certificatemanager**:** release v0.1.0 ([#5758](https://github.com/googleapis/google-cloud-go/issues/5758)) ([809f4ba](https://github.com/googleapis/google-cloud-go/commit/809f4ba385e2e9ed61df8ecbb6df7b371dc10641))
318+

dataqna/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,4 @@
201201

202202
This is the first tag to carve out dataqna as its own module. See
203203
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).
204+

grafeas/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,4 @@
138138

139139
This is the first tag to carve out grafeas as its own module. See
140140
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).
141+

kms/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,3 +398,4 @@ Stabilize GA surface.
398398

399399
This is the first tag to carve out kms as its own module. See
400400
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).
401+

servicecontrol/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,3 +251,4 @@ Stabilize GA surface.
251251

252252
This is the first tag to carve out servicecontrol as its own module. See
253253
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).
254+

servicemanagement/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,3 +226,4 @@ Stabilize GA surface.
226226

227227
This is the first tag to carve out servicemanagement as its own module. See
228228
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).
229+

serviceusage/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,4 @@ Stabilize GA surface.
205205

206206
This is the first tag to carve out serviceusage as its own module. See
207207
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).
208+

0 commit comments

Comments
 (0)