From 77754698579a0089019fe89bbba00908e23da807 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Wed, 25 Aug 2021 10:23:57 -0700 Subject: [PATCH 1/4] fix: flag module as GA --- .repo-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 115c366..872898a 100644 --- a/.repo-metadata.json +++ b/.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", From 7767fc661777a9e336d91e8da0526723a8d35918 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 25 Aug 2021 17:31:13 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22a014e..69bf92b 100644 --- a/README.md +++ b/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) From 57454e2228ef87f2a083799b4cdbf171dcf54e3d Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Wed, 25 Aug 2021 10:34:37 -0700 Subject: [PATCH 3/4] Update .repo-metadata.json --- .repo-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 872898a..a9fcb75 100644 --- a/.repo-metadata.json +++ b/.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": "GA", + "release_level": "ga", "language": "nodejs", "repo": "googleapis/nodejs-cloud-tpu", "distribution_name": "@google-cloud/tpu", From c982dbcab89808306854be8390dafc660e789c29 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 25 Aug 2021 17:35:44 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 69bf92b..1fe5395 100644 --- a/README.md +++ b/README.md @@ -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. +