Skip to content

Commit 0109e7a

Browse files
fix(docs): bump release level to GA (#235)
1 parent 21e748b commit 0109e7a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"product_documentation": "https://cloud.google.com/kms",
55
"client_documentation": "https://googleapis.dev/nodejs/kms/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/5264932",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "nodejs",
99
"repo": "googleapis/nodejs-kms",
1010
"distribution_name": "@google-cloud/kms",
1111
"api_id": "kms.googleapis.com",
1212
"requires_billing": true
13-
}
13+
}

packages/google-cloud-kms/README.md

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

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

@@ -124,11 +124,12 @@ also contains samples.
124124
This library follows [Semantic Versioning](http://semver.org/).
125125

126126

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

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

133134

134135

0 commit comments

Comments
 (0)