From 5fda0bccc5b68a5bc00c71bad6b032bd0708ae96 Mon Sep 17 00:00:00 2001 From: Cody Oss <6331106+codyoss@users.noreply.github.com> Date: Tue, 25 Jan 2022 13:14:00 -0700 Subject: [PATCH] feat(orchestration/airflow/service): to v1 (#5138) Release-As: 1.0.0 --- internal/gapicgen/generator/config.go | 3 +-- orchestration/CHANGES.md | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/gapicgen/generator/config.go b/internal/gapicgen/generator/config.go index 6889ca69a5e..85b1511c150 100644 --- a/internal/gapicgen/generator/config.go +++ b/internal/gapicgen/generator/config.go @@ -1295,8 +1295,7 @@ var microgenGapicConfigs = []*microgenConfig{ importPath: "cloud.google.com/go/orchestration/airflow/service/apiv1", gRPCServiceConfigPath: "composer_grpc_service_config.json", apiServiceConfigPath: "composer_v1.yaml", - // GA after 2021/10/27 - releaseLevel: "beta", + releaseLevel: "ga", }, { inputDirectoryPath: "google/cloud/filestore/v1", diff --git a/orchestration/CHANGES.md b/orchestration/CHANGES.md index 0cebc22925d..e1a6845cb6e 100644 --- a/orchestration/CHANGES.md +++ b/orchestration/CHANGES.md @@ -1,5 +1,6 @@ # Changes + ## v0.1.0 - feat(orchestration): start generating clients