Skip to content

Commit 4607755

Browse files
committed
chore: create a release
1 parent 5084ef0 commit 4607755

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ libraries:
387387
- packages/google-area120-tables/docs/
388388
tag_format: '{id}-v{version}'
389389
- id: google-auth
390-
version: 2.52.0
390+
version: 2.53.0
391391
last_generated_commit: ""
392392
apis: []
393393
source_roots:

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ libraries:
220220
metadata_name_override: area120tables
221221
default_version: v1alpha1
222222
- name: google-auth
223-
version: 2.52.0
223+
version: 2.53.0
224224
python:
225225
library_type: AUTH
226226
- name: google-auth-httplib2

packages/google-auth/CHANGELOG.md

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

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

7+
## [2.53.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.52.0...google-auth-v2.53.0) (2026-05-15)
8+
9+
10+
### Bug Fixes
11+
12+
* allowlist agents-nonprod trust domains for agent identity (#17155) ([44c93d2e3012d7c7850dacda587dcb34819738ed](https://github.com/googleapis/google-cloud-python/commit/44c93d2e3012d7c7850dacda587dcb34819738ed))
13+
* fail-fast on invalid or non-workload certificate configs in agent identity discovery (#17116) ([f27a546127cbbae3459fda8417f86a302fa0bbae](https://github.com/googleapis/google-cloud-python/commit/f27a546127cbbae3459fda8417f86a302fa0bbae))
14+
715
## [2.52.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.51.0...google-auth-v2.52.0) (2026-05-07)
816

917

packages/google-auth/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.52.0"
15+
__version__ = "2.53.0"

0 commit comments

Comments
 (0)