Skip to content

Commit e6b9d41

Browse files
authored
chore: migrate compute/metadata to Librarian (googleapis#13009)
Towards googleapis/librarian#2417
1 parent 6259aee commit e6b9d41

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.librarian/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ libraries:
88
release_blocked: true
99
- id: "auth/oauth2adapt"
1010
release_blocked: true
11+
- id: "compute/metadata"
12+
release_blocked: true
1113
- id: "longrunning"
1214
release_blocked: true

.librarian/state.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,15 @@ libraries:
922922
release_exclude_paths:
923923
- internal/generated/snippets/cloudtasks/
924924
tag_format: '{id}/v{version}'
925+
- id: compute/metadata
926+
version: 0.9.0
927+
last_generated_commit: 063f9e19c5890182920980ced75828fd7c0588a5
928+
apis: []
929+
source_roots:
930+
- compute/metadata
931+
preserve_regex: []
932+
remove_regex: []
933+
tag_format: '{id}/v{version}'
925934
- id: confidentialcomputing
926935
version: 1.10.1
927936
last_generated_commit: 7b2b58ff4fb3eee3c0923af35fdee90134fabe3b

.release-please-manifest-submodules.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"cloudprofiler": "0.4.6",
1212
"commerce": "1.2.6",
1313
"compute": "1.48.0",
14-
"compute/metadata": "0.9.0",
1514
"config": "1.5.1",
1615
"configdelivery": "0.1.1",
1716
"contactcenterinsights": "1.17.4",

internal/postprocessor/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,6 +1103,7 @@ skip-module-scan-paths:
11031103
# ignore the root module
11041104
- .
11051105
# Librarian released modules
1106+
- compute/metadata
11061107
- confidentialcomputing
11071108
- cloudtasks
11081109
- cloudquotas

release-please-config-yoshi-submodules.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
"compute": {
4040
"component": "compute"
4141
},
42-
"compute/metadata": {
43-
"component": "compute/metadata"
44-
},
4542
"config": {
4643
"component": "config"
4744
},

0 commit comments

Comments
 (0)