Skip to content

Commit

Permalink
chore(main): release 1.32.0 (#1646)
Browse files Browse the repository at this point in the history
* chore(main): release 1.32.0

* chore: Fix cab-token-generator version

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Lawrence Qiu <[email protected]>
  • Loading branch information
release-please[bot] and lqiu96 authored Feb 4, 2025
1 parent dbf983a commit 6923adf
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.31.0"
".": "1.32.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.32.0](https://github.com/googleapis/google-auth-library-java/compare/v1.31.0...v1.32.0) (2025-02-04)


### Features

* Introduce Client-Side Credential Access Boundary (CAB) functionality ([#1629](https://github.com/googleapis/google-auth-library-java/issues/1629)) ([f481123](https://github.com/googleapis/google-auth-library-java/commit/f4811236018502595987eea8ce5f3fa1c7fdbfaf))


### Bug Fixes

* Handle 404 and non 200 Status Code from MDS Identity Token calls ([#1636](https://github.com/googleapis/google-auth-library-java/issues/1636)) ([152c851](https://github.com/googleapis/google-auth-library-java/commit/152c851bfb90196437f268a6975e66a89985444b))
* Respect token_uri from json in UserCredentials creation. ([#1630](https://github.com/googleapis/google-auth-library-java/issues/1630)) ([f92cc4f](https://github.com/googleapis/google-auth-library-java/commit/f92cc4faf46ab6b0b2b5659fdbbd4c83c1c2f0fe))


### Documentation

* Re-organize the README + Add a section on migrating to GoogleCredentials ([#1644](https://github.com/googleapis/google-auth-library-java/issues/1644)) ([30b26b2](https://github.com/googleapis/google-auth-library-java/commit/30b26b280268530eb46fb85baa1ca808245e8d26))

## [1.31.0](https://github.com/googleapis/google-auth-library-java/compare/v1.30.1...v1.31.0) (2025-01-22)


Expand Down
2 changes: 1 addition & 1 deletion appengine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>1.31.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.32.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-bom</artifactId>
<version>1.31.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-bom:current} -->
<version>1.32.0</version><!-- {x-version-update:google-auth-library-bom:current} -->
<packaging>pom</packaging>
<name>Google Auth Library for Java BOM</name>
<description>
Expand Down
3 changes: 1 addition & 2 deletions cab-token-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>1.31.1-SNAPSHOT
</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.32.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
</parent>

<artifactId>google-auth-library-cab-token-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion credentials/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>1.31.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.32.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oauth2_http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>1.31.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.32.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>1.31.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.32.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<packaging>pom</packaging>
<name>Google Auth Library for Java</name>
<description>Client libraries providing authentication and
Expand Down
12 changes: 6 additions & 6 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Format:
# module:released-version:current-version

google-auth-library:1.31.0:1.31.1-SNAPSHOT
google-auth-library-bom:1.31.0:1.31.1-SNAPSHOT
google-auth-library-parent:1.31.0:1.31.1-SNAPSHOT
google-auth-library-appengine:1.31.0:1.31.1-SNAPSHOT
google-auth-library-credentials:1.31.0:1.31.1-SNAPSHOT
google-auth-library-oauth2-http:1.31.0:1.31.1-SNAPSHOT
google-auth-library:1.32.0:1.32.0
google-auth-library-bom:1.32.0:1.32.0
google-auth-library-parent:1.32.0:1.32.0
google-auth-library-appengine:1.32.0:1.32.0
google-auth-library-credentials:1.32.0:1.32.0
google-auth-library-oauth2-http:1.32.0:1.32.0

0 comments on commit 6923adf

Please sign in to comment.