From bf41d68400de9c81bf08d4f0f6e8073bd67947b6 Mon Sep 17 00:00:00 2001 From: Sofia Leon Date: Wed, 3 Nov 2021 11:54:24 -0700 Subject: [PATCH 1/8] feat!: upgrade to GA --- .repo-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index e22ddd5..0cff5b0 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -1,6 +1,6 @@ { "default_version": "v1beta2", - "release_level": "BETA", + "release_level": "GA", "requires_billing": true, "client_documentation": "https://cloud.google.com/nodejs/docs/reference/artifact-registry/latest", "codeowner_team": "@googleapis/cicd", From 9aeea7e970245d3b6dddeb5800b449a08b2d2822 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 3 Nov 2021 18:56:33 +0000 Subject: [PATCH 2/8] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4130a5..c09ff93 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # [Artifact Registry: Node.js Client](https://github.com/googleapis/nodejs-artifact-registry) -[![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/artifact-registry.svg)](https://www.npmjs.org/package/@google-cloud/artifact-registry) [![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-artifact-registry/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-artifact-registry) From 0c15b7647d6e441d4c1b2f98d0e6f3da7a17104b Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Mon, 8 Nov 2021 11:50:23 -0500 Subject: [PATCH 3/8] Update .repo-metadata.json --- .repo-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 0cff5b0..ad3524c 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -1,6 +1,6 @@ { "default_version": "v1beta2", - "release_level": "GA", + "release_level": "ga", "requires_billing": true, "client_documentation": "https://cloud.google.com/nodejs/docs/reference/artifact-registry/latest", "codeowner_team": "@googleapis/cicd", From c6ec2faf90575c6148af622367f637155a3aa97e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 8 Nov 2021 16:52:26 +0000 Subject: [PATCH 4/8] =?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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c09ff93..30e5b34 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,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. + From 927458eb23c3eb9d828d67e10ede6dc5b505d6c9 Mon Sep 17 00:00:00 2001 From: Ace Nassri Date: Wed, 12 Jan 2022 14:08:49 -0800 Subject: [PATCH 5/8] v1beta2 -> v1 --- .repo-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 1a497b8..ef08bd4 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -1,5 +1,5 @@ { - "default_version": "v1beta2", + "default_version": "v1", "release_level": "ga", "requires_billing": true, "client_documentation": "https://cloud.google.com/nodejs/docs/reference/artifact-registry/latest", From 31a2034d2915c1531e035954eb3c690d5c944b45 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 12 Jan 2022 22:10:06 +0000 Subject: [PATCH 6/8] =?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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 9398279..3d44a88 100644 --- a/README.md +++ b/README.md @@ -132,10 +132,6 @@ are addressed with the highest priority. -This library is considered to be in **preview**. This means it is still a -work-in-progress and under active development. Any release is subject to -backwards-incompatible changes at any time. - More Information: [Google Cloud Platform Launch Stages][launch_stages] From d001de788fdc5dc2a571206c6756c4ec8b6a415d Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 12 Jan 2022 22:10:29 +0000 Subject: [PATCH 7/8] =?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 | 4 ---- src/index.ts | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9398279..3d44a88 100644 --- a/README.md +++ b/README.md @@ -132,10 +132,6 @@ are addressed with the highest priority. -This library is considered to be in **preview**. This means it is still a -work-in-progress and under active development. Any release is subject to -backwards-incompatible changes at any time. - More Information: [Google Cloud Platform Launch Stages][launch_stages] diff --git a/src/index.ts b/src/index.ts index d947b7f..0f8d058 100644 --- a/src/index.ts +++ b/src/index.ts @@ -19,8 +19,8 @@ import * as v1 from './v1'; import * as v1beta2 from './v1beta2'; -const ArtifactRegistryClient = v1beta2.ArtifactRegistryClient; -type ArtifactRegistryClient = v1beta2.ArtifactRegistryClient; +const ArtifactRegistryClient = v1.ArtifactRegistryClient; +type ArtifactRegistryClient = v1.ArtifactRegistryClient; export {v1, v1beta2, ArtifactRegistryClient}; export default {v1, v1beta2, ArtifactRegistryClient}; From 835b8f7765af2ee3a1bc622bb3379e0c1b3e0158 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 12 Jan 2022 22:11:42 +0000 Subject: [PATCH 8/8] =?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 --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index d947b7f..0f8d058 100644 --- a/src/index.ts +++ b/src/index.ts @@ -19,8 +19,8 @@ import * as v1 from './v1'; import * as v1beta2 from './v1beta2'; -const ArtifactRegistryClient = v1beta2.ArtifactRegistryClient; -type ArtifactRegistryClient = v1beta2.ArtifactRegistryClient; +const ArtifactRegistryClient = v1.ArtifactRegistryClient; +type ArtifactRegistryClient = v1.ArtifactRegistryClient; export {v1, v1beta2, ArtifactRegistryClient}; export default {v1, v1beta2, ArtifactRegistryClient};