Skip to content

Commit c503eaa

Browse files
authored
feat: onboard google-auth to librarian (#1838)
This PR onboards `google-auth` library to the Librarian system. Wait for #1819.
1 parent 5d1b862 commit c503eaa

File tree

6 files changed

+17
-38
lines changed

6 files changed

+17
-38
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/.OwlBot.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/release-please.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/release-trigger.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.librarian/config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
global_files_allowlist:
2+
# Allow the container to read and write the root `CHANGELOG.md`
3+
# file during the `release` step to update the latest client library
4+
# versions which are hardcoded in the file.
5+
- path: "CHANGELOG.md"
6+
permissions: "read-write"

.librarian/state.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest
2+
libraries:
3+
- id: google-auth
4+
version: 2.41.1
5+
last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb
6+
apis: []
7+
source_roots:
8+
- .
9+
preserve_regex: []
10+
remove_regex: []
11+
tag_format: v{version}

0 commit comments

Comments
 (0)