Skip to content

Commit de18585

Browse files
JustinBeckwithbcoe
authored andcommitted
feat: bump release level to ga (#259)
1 parent 0ae4b9f commit de18585

File tree

3 files changed

+10
-57
lines changed

3 files changed

+10
-57
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/memorystore/docs/redis/",
55
"client_documentation": "https://googleapis.dev/nodejs/redis/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/5169231",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "nodejs",
99
"repo": "googleapis/nodejs-redis",
1010
"distribution_name": "@google-cloud/redis",

packages/google-cloud-redis/README.md

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

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

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

9696

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

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

103104

104105

packages/google-cloud-redis/synth.metadata

+3-51
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"updateTime": "2020-01-24T12:30:57.470762Z",
2+
"updateTime": "2020-01-24T22:57:12.486288Z",
33
"sources": [
44
{
55
"git": {
66
"name": "googleapis",
77
"remote": "https://github.com/googleapis/googleapis.git",
8-
"sha": "e26cab8afd19d396b929039dac5d874cf0b5336c",
9-
"internalRef": "291240093"
8+
"sha": "3c39a1d6e23c1ef63c7fba4019c25e76c40dfe19",
9+
"internalRef": "291420695"
1010
}
1111
},
1212
{
@@ -59,15 +59,9 @@
5959
{
6060
"path": ".github/release-please.yml"
6161
},
62-
{
63-
"path": ".gitignore"
64-
},
6562
{
6663
"path": ".jsdoc.js"
6764
},
68-
{
69-
"path": ".kokoro/.gitattributes"
70-
},
7165
{
7266
"path": ".kokoro/common.cfg"
7367
},
@@ -146,9 +140,6 @@
146140
{
147141
"path": ".kokoro/publish.sh"
148142
},
149-
{
150-
"path": ".kokoro/release/common.cfg"
151-
},
152143
{
153144
"path": ".kokoro/release/docs.cfg"
154145
},
@@ -182,12 +173,6 @@
182173
{
183174
"path": ".prettierrc"
184175
},
185-
{
186-
"path": ".repo-metadata.json"
187-
},
188-
{
189-
"path": "CHANGELOG.md"
190-
},
191176
{
192177
"path": "CODE_OF_CONDUCT.md"
193178
},
@@ -206,9 +191,6 @@
206191
{
207192
"path": "linkinator.config.json"
208193
},
209-
{
210-
"path": "package.json"
211-
},
212194
{
213195
"path": "protos/google/cloud/common_resources.proto"
214196
},
@@ -230,27 +212,9 @@
230212
{
231213
"path": "renovate.json"
232214
},
233-
{
234-
"path": "samples/.eslintrc.yml"
235-
},
236215
{
237216
"path": "samples/README.md"
238217
},
239-
{
240-
"path": "samples/package.json"
241-
},
242-
{
243-
"path": "samples/quickstart.js"
244-
},
245-
{
246-
"path": "samples/system-test/.eslintrc.yml"
247-
},
248-
{
249-
"path": "samples/system-test/redis.js"
250-
},
251-
{
252-
"path": "src/index.ts"
253-
},
254218
{
255219
"path": "src/v1/cloud_redis_client.ts"
256220
},
@@ -275,9 +239,6 @@
275239
{
276240
"path": "src/v1beta1/index.ts"
277241
},
278-
{
279-
"path": "synth.py"
280-
},
281242
{
282243
"path": "system-test/fixtures/sample/src/index.js"
283244
},
@@ -287,21 +248,12 @@
287248
{
288249
"path": "system-test/install.ts"
289250
},
290-
{
291-
"path": "system-test/system.js"
292-
},
293-
{
294-
"path": "test/.eslintrc.yml"
295-
},
296251
{
297252
"path": "test/gapic-cloud_redis-v1.ts"
298253
},
299254
{
300255
"path": "test/gapic-cloud_redis-v1beta1.ts"
301256
},
302-
{
303-
"path": "test/mocha.opts"
304-
},
305257
{
306258
"path": "tsconfig.json"
307259
},

0 commit comments

Comments
 (0)