Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(deploy): to v1 (#5140)
Release-As: 1.0.0
  • Loading branch information
codyoss committed Jan 25, 2022
1 parent 09d692b commit 74c389e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions deploy/CHANGES.md
@@ -1,5 +1,6 @@
# Changes


## v0.1.0

- feat(deploy): start generating clients
3 changes: 1 addition & 2 deletions internal/gapicgen/generator/config.go
Expand Up @@ -1313,8 +1313,7 @@ var microgenGapicConfigs = []*microgenConfig{
importPath: "cloud.google.com/go/deploy/apiv1",
gRPCServiceConfigPath: "clouddeploy_grpc_service_config.json",
apiServiceConfigPath: "clouddeploy_v1.yaml",
// GA after 2021/11/08
releaseLevel: "beta",
releaseLevel: "ga",
},
{
inputDirectoryPath: "google/cloud/ids/v1",
Expand Down

0 comments on commit 74c389e

Please sign in to comment.