Skip to content

Commit 4bab8c5

Browse files
authored
chore: librarian release pull request: 20260507T182255Z (#16994)
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.12.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:234b9d1f2ddb057ed7ac6a38db0bf8163d839c65c6cf88ade52530cddebce59e <details><summary>google-auth: v2.52.0</summary> ## [v2.52.0](google-auth-v2.51.0...google-auth-v2.52.0) (2026-05-07) ### Features * implement in-place Regional Access Boundary configuration and add public RAB getters (#16987) ([df07fce](df07fceb)) * make _CLOUD_RESOURCE_MANAGER URL universe-domain-aware (#16546) ([e938028](e938028b)) </details>
1 parent a7e3dca commit 4bab8c5

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.51.0
390+
version: 2.52.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
@@ -224,7 +224,7 @@ libraries:
224224
metadata_name_override: area120tables
225225
default_version: v1alpha1
226226
- name: google-auth
227-
version: 2.51.0
227+
version: 2.52.0
228228
python:
229229
library_type: AUTH
230230
- 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.52.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.51.0...google-auth-v2.52.0) (2026-05-07)
8+
9+
10+
### Features
11+
12+
* make _CLOUD_RESOURCE_MANAGER URL universe-domain-aware (#16546) ([e938028bf17026cf0157fc7e8ce600fd96ca0955](https://github.com/googleapis/google-cloud-python/commit/e938028bf17026cf0157fc7e8ce600fd96ca0955))
13+
* implement in-place Regional Access Boundary configuration and add public RAB getters (#16987) ([df07fceb9e61f76e70a0954c3d59a52fbb31688d](https://github.com/googleapis/google-cloud-python/commit/df07fceb9e61f76e70a0954c3d59a52fbb31688d))
14+
715
## [2.51.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.50.0...google-auth-v2.51.0) (2026-05-06)
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.51.0"
15+
__version__ = "2.52.0"

0 commit comments

Comments
 (0)