diff --git a/.librarian/state.yaml b/.librarian/state.yaml index f751eb804dc0..ecf6e02bce84 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -387,7 +387,7 @@ libraries: - packages/google-area120-tables/docs/ tag_format: '{id}-v{version}' - id: google-auth - version: 2.52.0 + version: 2.53.0 last_generated_commit: "" apis: [] source_roots: diff --git a/librarian.yaml b/librarian.yaml index 6419f2f7ac26..c172b599571c 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -220,7 +220,7 @@ libraries: metadata_name_override: area120tables default_version: v1alpha1 - name: google-auth - version: 2.52.0 + version: 2.53.0 python: library_type: AUTH - name: google-auth-httplib2 diff --git a/packages/google-auth/CHANGELOG.md b/packages/google-auth/CHANGELOG.md index cc53b5a8a08d..afe30067c3e8 100644 --- a/packages/google-auth/CHANGELOG.md +++ b/packages/google-auth/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://pypi.org/project/google-auth/#history +## [2.53.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.52.0...google-auth-v2.53.0) (2026-05-15) + + +### Bug Fixes + +* allowlist agents-nonprod trust domains for agent identity (#17155) ([44c93d2e3012d7c7850dacda587dcb34819738ed](https://github.com/googleapis/google-cloud-python/commit/44c93d2e3012d7c7850dacda587dcb34819738ed)) +* fail-fast on invalid or non-workload certificate configs in agent identity discovery (#17116) ([f27a546127cbbae3459fda8417f86a302fa0bbae](https://github.com/googleapis/google-cloud-python/commit/f27a546127cbbae3459fda8417f86a302fa0bbae)) + ## [2.52.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.51.0...google-auth-v2.52.0) (2026-05-07) diff --git a/packages/google-auth/google/auth/version.py b/packages/google-auth/google/auth/version.py index 0213a1aafb87..4c624ee15b19 100644 --- a/packages/google-auth/google/auth/version.py +++ b/packages/google-auth/google/auth/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.52.0" +__version__ = "2.53.0"