Skip to content

Commit

Permalink
chore(gapicgen)!: update microgen to v0.23.1 (#4706)
Browse files Browse the repository at this point in the history
Updates microgen to v0.23.1. This incorporates a breaking change for compute that is intended. The heuristics for custom operation wrapping changed to exclude more RPCs (Wait RPCs).

BREAKING_CHANGE_ALLOWED: intended breaking change to alpha client.
  • Loading branch information
noahdietz committed Aug 31, 2021
1 parent e385b40 commit 423c36c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 25 deletions.
12 changes: 4 additions & 8 deletions compute/apiv1/global_operations_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions compute/apiv1/region_operations_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions compute/apiv1/zone_operations_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/gapicgen/cmd/genbot/Dockerfile
Expand Up @@ -27,7 +27,7 @@ RUN go install github.com/golang/protobuf/protoc-gen-go@v1.5.2 && \
go install golang.org/x/lint/golint@latest && \
go install golang.org/x/tools/cmd/goimports@latest && \
go install honnef.co/go/tools/cmd/staticcheck@latest && \
go install github.com/googleapis/gapic-generator-go/cmd/protoc-gen-go_gapic@v0.23.0
go install github.com/googleapis/gapic-generator-go/cmd/protoc-gen-go_gapic@v0.23.1
ENV PATH="${PATH}:/root/go/bin"

# Source: http://debuggable.com/posts/disable-strict-host-checking-for-git-clone:49896ff3-0ac0-4263-9703-1eae4834cda3
Expand Down

0 comments on commit 423c36c

Please sign in to comment.