Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .librarian/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ libraries:
# TODO(b/501132869): Disabling automatic releases until resolved.
- id: "google-cloud-bigtable"
release_blocked: true
# TODO(https://github.com/googleapis/google-cloud-python/issues/16780): Disabling automatic releases until resolved.
- id: "google-cloud-compute"
release_blocked: true

2 changes: 2 additions & 0 deletions librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,8 @@ libraries:
python:
metadata_name_override: compute
default_version: v1
# TODO(https://github.com/googleapis/google-cloud-python/issues/16780): Disabling automatic releases until resolved.
skip_release: true
- name: google-cloud-compute-v1beta
version: 0.10.0
apis:
Expand Down
Loading