|
1 | | -# This repo is now in legacylibrarian "release-only mode" |
2 | | -# as part of the migration to librarian. |
3 | | -# |
4 | | -# Attempting to regenerate using legacylibrarian will fail, |
5 | | -# and releasing will not expect commits to be generated by |
6 | | -# legacylibrarian. |
7 | | -release_only_mode: true |
| 1 | +# This file is being migrated to librarian@latest, and is no longer maintained by hand. |
8 | 2 |
|
| 3 | +release_only_mode: true |
9 | 4 | global_files_allowlist: |
10 | | - # Allow the container to read and write the root `CHANGELOG.md` |
11 | | - # file during the `release` step to update the latest client library |
12 | | - # versions which are hardcoded in the file. |
13 | | - - path: "CHANGELOG.md" |
14 | | - permissions: "read-write" |
15 | | - |
| 5 | + - path: CHANGELOG.md |
| 6 | + permissions: read-write |
16 | 7 | libraries: |
17 | | -# libraries have "release_blocked: true" so that releases are |
18 | | -# explicitly initiated. |
19 | | -# TODO(https://github.com/googleapis/google-cloud-python/issues/16180): |
20 | | -# `google-django-spanner` is blocked until the presubmits are green. |
21 | | - - id: "google-django-spanner" |
| 8 | + - id: google-django-spanner |
22 | 9 | release_blocked: true |
23 | | -# TODO(https://github.com/googleapis/google-cloud-python/issues/16487): |
24 | | -# Allow releases for google-cloud-storage once this bug is fixed. |
25 | | - - id: "google-cloud-storage" |
| 10 | + - id: google-cloud-storage |
26 | 11 | release_blocked: true |
27 | | -# TODO(https://github.com/googleapis/google-cloud-python/issues/16494): |
28 | | -# Allow generation for google-cloud-bigtable once this bug is fixed. |
29 | | - - id: "google-cloud-bigtable" |
30 | | - generate_blocked: true |
31 | | -# TODO(https://github.com/googleapis/google-cloud-python/issues/16489): |
32 | | -# Allow releases for bigframes once the bug above is fixed. |
33 | | - - id: "bigframes" |
| 12 | + - generate_blocked: true |
| 13 | + id: google-cloud-bigtable |
| 14 | + - id: bigframes |
34 | 15 | release_blocked: true |
35 | | -# TODO(https://github.com/googleapis/google-cloud-python/issues/16506): |
36 | | -# Allow generation/release for google-cloud-firestore once this bug is fixed. |
37 | | - - id: "google-cloud-firestore" |
38 | | - generate_blocked: true |
| 16 | + - generate_blocked: true |
| 17 | + id: google-cloud-firestore |
39 | 18 | release_blocked: true |
40 | | -# TODO(https://github.com/googleapis/google-cloud-python/issues/16165): |
41 | | -# Allow generation for google-cloud-dialogflow once this bug is fixed. |
42 | | - - id: "google-cloud-dialogflow" |
43 | | - generate_blocked: true |
44 | | -# TODO(https://github.com/googleapis/google-cloud-python/issues/16520): |
45 | | -# Allow release for google-crc32c once this bug is fixed. |
46 | | - - id: "google-crc32c" |
| 19 | + - generate_blocked: true |
| 20 | + id: google-cloud-dialogflow |
| 21 | + - id: google-crc32c |
47 | 22 | release_blocked: true |
48 | | -# TODO(https://github.com/googleapis/google-cloud-python/issues/16600): |
49 | | -# Allow release for google-cloud-spanner after tests are fixed. |
50 | | - - id: "google-cloud-spanner" |
| 23 | + - id: google-cloud-spanner |
51 | 24 | release_blocked: true |
| 25 | + - generate_blocked: true |
| 26 | + id: google-area120-tables |
0 commit comments