Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit c04dbb1

Browse files
committed
chore: create a release
1 parent 9bde458 commit c04dbb1

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

.librarian/state.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
image: 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:
88
- .
99
preserve_regex:
1010
- .*
1111
remove_regex: []
12-
tag_format: 'v{version}'
12+
tag_format: v{version}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
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 ([9bde45833a2aa095c0f0ddb8a4aaaf5e2ea28453](https://github.com/googleapis/google-cloud-python/commit/9bde45833a2aa095c0f0ddb8a4aaaf5e2ea28453))
13+
* onboard `google-auth` to librarian ([4059a5d33a5d5c66776adddbb0eeea373a66dffb](https://github.com/googleapis/google-cloud-python/commit/4059a5d33a5d5c66776adddbb0eeea373a66dffb))
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+
722
## [2.41.2](https://github.com/googleapis/google-auth-library-python/compare/v2.41.1...v2.41.2) (2025-10-14)
823

924

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)