Skip to content

Commit

Permalink
feat: bump release level to GA (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Feb 19, 2020
1 parent 6ed0aad commit 43ec54d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-oslogin/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/compute/docs/oslogin/",
"client_documentation": "https://googleapis.dev/nodejs/oslogin/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559755",
"release_level": "beta",
"release_level": "ga",
"language": "nodejs",
"repo": "googleapis/nodejs-os-login",
"distribution_name": "@google-cloud/os-login",
Expand Down
11 changes: 6 additions & 5 deletions packages/google-cloud-oslogin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# [Google Cloud OS Login: Node.js Client](https://github.com/googleapis/nodejs-os-login)

[![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/os-login.svg)](https://www.npmjs.org/package/@google-cloud/os-login)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-os-login/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-os-login)

Expand Down Expand Up @@ -91,11 +91,12 @@ also contains samples.
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.

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



Expand Down
14 changes: 10 additions & 4 deletions packages/google-cloud-oslogin/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{
"updateTime": "2020-02-08T12:28:53.699603Z",
"updateTime": "2020-02-18T20:13:56.824143Z",
"sources": [
{
"git": {
"name": ".",
"remote": "[email protected]:googleapis/nodejs-os-login.git",
"sha": "30ebc3b144f34d3eb7841bc08722198fb0f8d05f"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "e7d8a694f4559201e6913f6610069cb08b39274e",
"internalRef": "293903652",
"log": "e7d8a694f4559201e6913f6610069cb08b39274e\nDepend on the latest gapic-generator and resource names plugin.\n\nThis fixes the very old an very annoying bug: https://github.com/googleapis/gapic-generator/pull/3087\n\nPiperOrigin-RevId: 293903652\n\n806b2854a966d55374ee26bb0cef4e30eda17b58\nfix: correct capitalization of Ruby namespaces in SecurityCenter V1p1beta1\n\nPiperOrigin-RevId: 293903613\n\n1b83c92462b14d67a7644e2980f723112472e03a\nPublish annotations and grpc service config for Logging API.\n\nPiperOrigin-RevId: 293893514\n\n"
"sha": "ab2685d8d3a0e191dc8aef83df36773c07cb3d06",
"internalRef": "295738415"
}
},
{
Expand Down

0 comments on commit 43ec54d

Please sign in to comment.