Skip to content

Commit c7a91b6

Browse files
committed
chore: create a release
1 parent 3da0908 commit c7a91b6

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest
22
libraries:
33
- id: google-auth
4-
version: 2.41.1
4+
version: 2.42.0
55
last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb
66
apis: []
77
source_roots:

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@
44

55
[1]: https://pypi.org/project/google-auth/#history
66

7+
## [2.42.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.41.1...google-auth-v2.42.0) (2025-10-22)
8+
9+
10+
### Features
11+
12+
* wip ([1fd1f0e905ba6455b25a2bd000a1d45a6c0ee2f9](https://github.com/googleapis/google-cloud-python/commit/1fd1f0e905ba6455b25a2bd000a1d45a6c0ee2f9))
13+
* onboard `google-auth` to librarian ([434a4f29cc1b94100a3b3811224abb8feab72b8d](https://github.com/googleapis/google-cloud-python/commit/434a4f29cc1b94100a3b3811224abb8feab72b8d))
14+
* Add trust boundary support for external accounts. (#1809) * feat: Add trust boundary support for external accounts.
15+
* Add trust boundary support to external account authorized users.
16+
* Fix lint issues
17+
* Implement additional unit tests for external account authorized user.
18+
* fix formatting issue
19+
* Add a unit test with invalid audiance
20+
* add missing unit tests ([36ecb1d65883477d27faf9c2281fc289659b9903](https://github.com/googleapis/google-cloud-python/commit/36ecb1d65883477d27faf9c2281fc289659b9903))
21+
22+
23+
### Bug Fixes
24+
25+
* Read scopes from ADC json for impersoanted cred (#1820) * fix: Read scopes from ADC json for impersoanted cred
26+
* secret
27+
* secret update
28+
* secret update
29+
* 🦉 Updates from OwlBot post-processor
30+
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
31+
--------- ([62c0fc82a3625542381f85c698595446fc99ddae](https://github.com/googleapis/google-cloud-python/commit/62c0fc82a3625542381f85c698595446fc99ddae))
32+
733
## [2.41.1](https://github.com/googleapis/google-auth-library-python/compare/v2.41.0...v2.41.1) (2025-09-30)
834

935

google/auth/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.41.1"
15+
__version__ = "2.42.0"

0 commit comments

Comments
 (0)