Skip to content

Commit

Permalink
chore: bump more libraries to GA (#3706)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss authored Feb 16, 2021
1 parent 5c37101 commit ae1e115
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions internal/gapicgen/generator/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -896,8 +896,7 @@ var microgenGapicConfigs = []*microgenConfig{
pkg: "appengine",
importPath: "cloud.google.com/go/appengine/apiv1",
apiServiceConfigPath: "google/appengine/v1/appengine.yaml",
// GA after 2021/02/13
releaseLevel: "beta",
releaseLevel: "ga",
},
{
inputDirectoryPath: "google/cloud/binaryauthorization/v1beta1",
Expand All @@ -913,8 +912,7 @@ var microgenGapicConfigs = []*microgenConfig{
importPath: "cloud.google.com/go/channel/apiv1",
gRPCServiceConfigPath: "google/cloud/channel/v1/cloudchannel_grpc_service_config.json",
apiServiceConfigPath: "google/cloud/channel/v1/cloudchannel_v1.yaml",
// GA after 2021/02/08
releaseLevel: "beta",
releaseLevel: "ga",
},
{
inputDirectoryPath: "google/cloud/resourcemanager/v2",
Expand Down

0 comments on commit ae1e115

Please sign in to comment.