Skip to content

Commit af74340

Browse files
fix: flag module as GA (#34)
* 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 <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 259fe4d commit af74340

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

packages/google-cloud-vpc-access/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/vpc/",
55
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/vpc-access/latest",
66
"issue_tracker": "https://github.com/googleapis/nodejs-vpc-access/issues",
7-
"release_level": "BETA",
7+
"release_level": "ga",
88
"language": "nodejs",
99
"repo": "googleapis/nodejs-vpc-access",
1010
"distribution_name": "@google-cloud/vpc-access",

packages/google-cloud-vpc-access/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# [Virtual Private Cloud: Node.js Client](https://github.com/googleapis/nodejs-vpc-access)
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/vpc-access.svg)](https://www.npmjs.org/package/@google-cloud/vpc-access)
99
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-vpc-access/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-vpc-access)
1010

@@ -122,6 +122,12 @@ _Legacy Node.js versions are supported as a best effort:_
122122
This library follows [Semantic Versioning](http://semver.org/).
123123

124124

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

126132

127133

0 commit comments

Comments
 (0)