From c1aaf3345172797f7d0567c3ee8ed7231715b285 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Sat, 18 Sep 2021 10:06:39 -0700 Subject: [PATCH 1/2] fix: flag module as GA --- .repo-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index abb086a..47c29b8 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/eventarc/", "client_documentation": "https://cloud.google.com/nodejs/docs/reference/eventarc/latest", "issue_tracker": "https://github.com/googleapis/nodejs-eventarc/issues", - "release_level": "beta", + "release_level": "ga", "language": "nodejs", "repo": "googleapis/nodejs-eventarc", "distribution_name": "@google-cloud/eventarc", From d9f2fe4927f3528fe02ecf6565cc77efc124706e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Sat, 18 Sep 2021 17:07:47 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a25f6e3..d58d5f0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # [Eventarc: Node.js Client](https://github.com/googleapis/nodejs-eventarc) -[![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/eventarc.svg)](https://www.npmjs.org/package/@google-cloud/eventarc) [![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-eventarc/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-eventarc) @@ -121,11 +121,12 @@ _Legacy Node.js versions are supported as a best effort:_ 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.