Skip to content

Commit 9d8becb

Browse files
committed
feat: wip
1 parent fcb7114 commit 9d8becb

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"image": "python-librarian-generator:latest",
3+
"libraries": [
4+
{
5+
"id": "google-auth",
6+
"version": "2.42.0",
7+
"changes": [
8+
{
9+
"type": "feat",
10+
"subject": "release libraries",
11+
"body": "",
12+
"commit_hash": "818ca50aea948aeef9d4a43ac632fc9d13d3ba61"
13+
},
14+
{
15+
"type": "feat",
16+
"subject": "Add trust boundary support for external accounts. (#1809)",
17+
"body": "* feat: Add trust boundary support for external accounts.\n* Add trust boundary support to external account authorized users.\n* Fix lint issues\n* Implement additional unit tests for external account authorized user.\n* fix formatting issue\n* Add a unit test with invalid audiance\n* add missing unit tests",
18+
"commit_hash": "36ecb1d65883477d27faf9c2281fc289659b9903"
19+
}
20+
],
21+
"apis": [],
22+
"source_roots": [
23+
"google"
24+
],
25+
"preserve_regex": [
26+
".*"
27+
],
28+
"remove_regex": [],
29+
"tag_format": "v{version}",
30+
"release_triggered": true
31+
}
32+
]
33+
}

.librarian/state.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,20 @@ libraries:
55
last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb
66
apis: []
77
source_roots:
8+
- docs
89
- google
10+
- samples
11+
- scripts
12+
- system_tests
13+
- testing
14+
- tests
15+
- tests_async
16+
- .repo-metadata.json
17+
- CHANGELOG.md
18+
- CONTRIBUTING.rst
19+
- LICENSE
20+
- MANIFEST.in
21+
- noxfile.py
922
preserve_regex:
1023
- .*
1124
remove_regex: []

0 commit comments

Comments
 (0)