From 9a49a008c86597fac2ea2ecbd66ad771384981c7 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Wed, 25 Aug 2021 13:05:19 -0700 Subject: [PATCH] fix: flag module as GA (#32) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: flag module as GA * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update .repo-metadata.json * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- packages/google-cloud-tpu/.repo-metadata.json | 2 +- packages/google-cloud-tpu/README.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/google-cloud-tpu/.repo-metadata.json b/packages/google-cloud-tpu/.repo-metadata.json index 115c3663000..a9fcb75f283 100644 --- a/packages/google-cloud-tpu/.repo-metadata.json +++ b/packages/google-cloud-tpu/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/tpu/", "client_documentation": "https://cloud.google.com/nodejs/docs/reference/tpu/latest", "issue_tracker": "https://github.com/googleapis/nodejs-cloud-tpu/issues", - "release_level": "BETA", + "release_level": "ga", "language": "nodejs", "repo": "googleapis/nodejs-cloud-tpu", "distribution_name": "@google-cloud/tpu", diff --git a/packages/google-cloud-tpu/README.md b/packages/google-cloud-tpu/README.md index 22a014e18d5..1fe53954683 100644 --- a/packages/google-cloud-tpu/README.md +++ b/packages/google-cloud-tpu/README.md @@ -4,7 +4,7 @@ # [Cloud TPU: Node.js Client](https://github.com/googleapis/nodejs-cloud-tpu) -[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages) +[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages) [![npm version](https://img.shields.io/npm/v/@google-cloud/tpu.svg)](https://www.npmjs.org/package/@google-cloud/tpu) [![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-cloud-tpu/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-cloud-tpu) @@ -121,6 +121,12 @@ _Legacy Node.js versions are supported as a best effort:_ This library follows [Semantic Versioning](http://semver.org/). +This library is considered to be **General Availability (GA)**. This means it +is stable; the code surface will not change in backwards-incompatible ways +unless absolutely necessary (e.g. because of critical security issues) or with +an extensive deprecation period. Issues and requests against **GA** libraries +are addressed with the highest priority. +