From 69d9962a07c2ea43adb9bc1db5a036608cbf3b88 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 16 Jun 2026 13:24:44 +0000 Subject: [PATCH] chore: migrate grafeas to librarian --- librarian.yaml | 1 - packages/grafeas/.OwlBot.yaml | 22 -------------------- packages/grafeas/.repo-metadata.json | 30 +++++++++++++--------------- 3 files changed, 14 insertions(+), 39 deletions(-) delete mode 100644 packages/grafeas/.OwlBot.yaml diff --git a/librarian.yaml b/librarian.yaml index 00b71e76dcee..93784f212483 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -2040,7 +2040,6 @@ libraries: apis: - path: grafeas/v1 copyright_year: "2026" - skip_generate: true nodejs: default_version: v1 package_name: '@google-cloud/grafeas' diff --git a/packages/grafeas/.OwlBot.yaml b/packages/grafeas/.OwlBot.yaml deleted file mode 100644 index 0f2b3f1ce48b..000000000000 --- a/packages/grafeas/.OwlBot.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2021 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -deep-remove-regex: - - /owl-bot-staging - -deep-copy-regex: - - source: /grafeas/grafeas-nodejs - dest: /owl-bot-staging/grafeas - -api-name: grafeas diff --git a/packages/grafeas/.repo-metadata.json b/packages/grafeas/.repo-metadata.json index e56aeef1141d..090de55f722d 100644 --- a/packages/grafeas/.repo-metadata.json +++ b/packages/grafeas/.repo-metadata.json @@ -1,17 +1,15 @@ { - "client_documentation": "https://cloud.google.com/nodejs/docs/reference/grafeas/latest", - "api_id": "containeranalysis.googleapis.com", - "distribution_name": "@google-cloud/grafeas", - "release_level": "stable", - "default_version": "v1", - "language": "nodejs", - "name_pretty": "Grafeas", - "repo": "googleapis/google-cloud-node", - "product_documentation": "https://cloud.google.com/container-registry/docs/container-analysis", - "requires_billing": false, - "name": "grafeas", - "issue_tracker": "https://github.com/googleapis/google-cloud-node/issues", - "api_shortname": "containeranalysis", - "codeowner_team": "@googleapis/aap-dpes", - "library_type": "GAPIC_AUTO" -} + "api_description": "An implementation of the Grafeas API, which stores, and enables querying and\nretrieval of critical metadata about all of your software artifacts.", + "api_id": "containeranalysis.googleapis.com", + "api_shortname": "containeranalysis", + "client_documentation": "https://cloud.google.com/nodejs/docs/reference/grafeas/latest", + "default_version": "v1", + "distribution_name": "@google-cloud/grafeas", + "language": "nodejs", + "library_type": "GAPIC_AUTO", + "name": "containeranalysis", + "name_pretty": "Container Analysis", + "product_documentation": "https://grafeas.io", + "release_level": "stable", + "repo": "googleapis/google-cloud-node" +} \ No newline at end of file