Skip to content

Commit

Permalink
feat(monitoring/metricsscope): promote apiv1 to GA (#5135)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Nov 15, 2021
1 parent 3e7185c commit 33c0f63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions internal/gapicgen/generator/config.go
Expand Up @@ -1271,8 +1271,7 @@ var microgenGapicConfigs = []*microgenConfig{
importPath: "cloud.google.com/go/monitoring/metricsscope/apiv1",
gRPCServiceConfigPath: "metricsscopes_grpc_service_config.json",
apiServiceConfigPath: "monitoring.yaml",
// GA after 2021/10/11
releaseLevel: "beta",
releaseLevel: "ga",
},
{
inputDirectoryPath: "google/identity/accesscontextmanager/v1",
Expand Down
4 changes: 0 additions & 4 deletions monitoring/CHANGES.md
Expand Up @@ -2,12 +2,10 @@

## [1.1.0](https://www.github.com/googleapis/google-cloud-go/compare/monitoring/v1.0.0...monitoring/v1.1.0) (2021-10-18)


### Features

* **monitoring/apiv3:** add CreateServiceTimeSeries RPC ([9e41088](https://www.github.com/googleapis/google-cloud-go/commit/9e41088bb395fbae0e757738277d5c95fa2749c8))


### Bug Fixes

* **monitoring/apiv3:** Reintroduce deprecated field/enum for backward compatibility docs: Use absolute link targets in comments ([45fd259](https://www.github.com/googleapis/google-cloud-go/commit/45fd2594d99ef70c776df26866f0a3b537e7e69e))
Expand All @@ -18,14 +16,12 @@ Stabilize GA surface.

## [0.3.0](https://www.github.com/googleapis/google-cloud-go/compare/monitoring/v0.2.0...monitoring/v0.3.0) (2021-09-21)


### Features

* **monitoring/metricsscope:** start generating apiv1 ([8d45b5d](https://www.github.com/googleapis/google-cloud-go/commit/8d45b5d802b5da2e82f9f8fbe00c01b0c54a6b33))

## [0.2.0](https://www.github.com/googleapis/google-cloud-go/compare/monitoring/v0.1.0...monitoring/v0.2.0) (2021-08-30)


### Features

* **monitoring/dashboard:** Added support for logs-based alerts: https://cloud.google.com/logging/docs/alerting/log-based-alerts feat: Added support for user-defined labels on cloud monitoring's Service and ServiceLevelObjective objects fix!: mark required fields in QueryTimeSeriesRequest as required ([b9226eb](https://www.github.com/googleapis/google-cloud-go/commit/b9226eb0b34473cb6f920c2526ad0d6dacb03f3c))
Expand Down

0 comments on commit 33c0f63

Please sign in to comment.