Skip to content

Commit 56bd36c

Browse files
fix: promote library to GA (#201)
* 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 <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent a07e46b commit 56bd36c

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

packages/google-cloud-aiplatform/.repo-metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"name": "aiplatform",
88
"default_version": "v1",
99
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/aiplatform/latest",
10-
"release_level": "beta",
10+
"release_level": "ga",
1111
"api_id": "aiplatform.googleapis.com",
1212
"repo": "googleapis/nodejs-ai-platform",
1313
"codeowner_team": "@googleapis/ml-apis",

packages/google-cloud-aiplatform/README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# [Vertex AI: Node.js Client](https://github.com/googleapis/nodejs-ai-platform)
66

7-
[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
7+
[![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)
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/aiplatform.svg)](https://www.npmjs.org/package/@google-cloud/aiplatform)
99
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-ai-platform/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-ai-platform)
1010

@@ -187,11 +187,12 @@ _Legacy Node.js versions are supported as a best effort:_
187187
This library follows [Semantic Versioning](http://semver.org/).
188188

189189

190+
This library is considered to be **General Availability (GA)**. This means it
191+
is stable; the code surface will not change in backwards-incompatible ways
192+
unless absolutely necessary (e.g. because of critical security issues) or with
193+
an extensive deprecation period. Issues and requests against **GA** libraries
194+
are addressed with the highest priority.
190195

191-
This library is considered to be in **beta**. This means it is expected to be
192-
mostly stable while we work toward a general availability release; however,
193-
complete stability is not guaranteed. We will address issues and requests
194-
against beta libraries with a high priority.
195196

196197

197198

0 commit comments

Comments
 (0)