From a8861644ea3e857e90b7beac03b40df2ede85234 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 15 Oct 2025 08:40:44 +0000 Subject: [PATCH 1/6] feat: wip --- .librarian/config.yaml | 6 ++++++ .librarian/state.yaml | 14 ++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .librarian/config.yaml create mode 100644 .librarian/state.yaml diff --git a/.librarian/config.yaml b/.librarian/config.yaml new file mode 100644 index 000000000..8d9022e45 --- /dev/null +++ b/.librarian/config.yaml @@ -0,0 +1,6 @@ +global_files_allowlist: + # Allow the container to read and write the root `CHANGELOG.md` + # file during the `release` step to update the latest client library + # versions which are hardcoded in the file. + - path: "CHANGELOG.md" + permissions: "read-write" \ No newline at end of file diff --git a/.librarian/state.yaml b/.librarian/state.yaml new file mode 100644 index 000000000..140be4142 --- /dev/null +++ b/.librarian/state.yaml @@ -0,0 +1,14 @@ +image: python-librarian-generator:latest +libraries: + - id: python-pubsub + version: 2.42.0 + last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb + apis: [] + source_roots: + - google/pubsub + - google/cloud + - google/pubsub_v1 + preserve_regex: + - .* + remove_regex: [] + tag_format: v{version} \ No newline at end of file From 45a5e4115a68e9670037a5e9f658a6674f72aaea Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 15 Oct 2025 08:41:32 +0000 Subject: [PATCH 2/6] feat: wip --- .librarian/state.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 140be4142..954c7976c 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,7 +1,7 @@ image: python-librarian-generator:latest libraries: - id: python-pubsub - version: 2.42.0 + version: 2.31.1 last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb apis: [] source_roots: From ff1020d80160bd59475b6ed72ab4a2a7957a5e01 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 15 Oct 2025 08:49:46 +0000 Subject: [PATCH 3/6] feat: wip --- .librarian/state.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 954c7976c..08c06dd02 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,6 +1,6 @@ image: python-librarian-generator:latest libraries: - - id: python-pubsub + - id: google-cloud-pubsub version: 2.31.1 last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb apis: [] @@ -8,6 +8,7 @@ libraries: - google/pubsub - google/cloud - google/pubsub_v1 + - samples/generated_samples preserve_regex: - .* remove_regex: [] From 015d533957b617f5eab59cbc945dcd2e1179b5a5 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 15 Oct 2025 09:12:23 +0000 Subject: [PATCH 4/6] feat: wip --- .librarian/state.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 08c06dd02..a94c13179 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -8,7 +8,9 @@ libraries: - google/pubsub - google/cloud - google/pubsub_v1 - - samples/generated_samples + - samples/ + - testing/ + - tests/ preserve_regex: - .* remove_regex: [] From f80b06b39d7cc37b731ce167711a9b13f8ba162c Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 22 Oct 2025 21:32:44 +0000 Subject: [PATCH 5/6] update state --- .librarian/state.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index a94c13179..4279d764a 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,17 +1,10 @@ -image: python-librarian-generator:latest +image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest libraries: - id: google-cloud-pubsub - version: 2.31.1 - last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb + version: 2.32.0 apis: [] source_roots: - - google/pubsub - - google/cloud - - google/pubsub_v1 - - samples/ - - testing/ - - tests/ - preserve_regex: - - .* + - . + preserve_regex: [] remove_regex: [] tag_format: v{version} \ No newline at end of file From 5893570f2d1e8f30819d2d15f3443f65c5b8b5f2 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 22 Oct 2025 21:35:30 +0000 Subject: [PATCH 6/6] update version --- .librarian/config.yaml | 2 +- .librarian/state.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.librarian/config.yaml b/.librarian/config.yaml index 8d9022e45..111f94dd5 100644 --- a/.librarian/config.yaml +++ b/.librarian/config.yaml @@ -3,4 +3,4 @@ global_files_allowlist: # file during the `release` step to update the latest client library # versions which are hardcoded in the file. - path: "CHANGELOG.md" - permissions: "read-write" \ No newline at end of file + permissions: "read-write" diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 4279d764a..deaa22de7 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,10 +1,10 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest libraries: - id: google-cloud-pubsub - version: 2.32.0 + version: 2.31.1 apis: [] source_roots: - . preserve_regex: [] remove_regex: [] - tag_format: v{version} \ No newline at end of file + tag_format: v{version}