From b54882fa6acbe6840de2a118d2df9df791e2293a Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Fri, 19 May 2023 19:28:57 -0700
Subject: [PATCH] chore(main): release 1.17.0 (#1202)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
---
CHANGELOG.md | 16 ++++++++++++++++
appengine/pom.xml | 2 +-
bom/pom.xml | 2 +-
credentials/pom.xml | 2 +-
oauth2_http/pom.xml | 2 +-
pom.xml | 2 +-
versions.txt | 12 ++++++------
7 files changed, 27 insertions(+), 11 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ec67aaaf..6e8aec6de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog
+## [1.17.0](https://github.com/googleapis/google-auth-library-java/compare/v1.16.1...v1.17.0) (2023-05-20)
+
+
+### Features
+
+* Adds universe_domain to external account creds ([#1199](https://github.com/googleapis/google-auth-library-java/issues/1199)) ([608ee87](https://github.com/googleapis/google-auth-library-java/commit/608ee87c92b3e6c355541b50e39387b03deebdf8))
+* Expose method to manually obtain ADC from gcloud CLI well-known… ([#1188](https://github.com/googleapis/google-auth-library-java/issues/1188)) ([2fa9d52](https://github.com/googleapis/google-auth-library-java/commit/2fa9d5211569f802948ed2d1aaf13f7d37f8409c))
+* Updating readme for external account authorized user credentials ([#1200](https://github.com/googleapis/google-auth-library-java/issues/1200)) ([bf25574](https://github.com/googleapis/google-auth-library-java/commit/bf255749b7b403cc5f7538f6e901d9089f529fca))
+
+
+### Bug Fixes
+
+* Do not expose universe_domain yet ([#1206](https://github.com/googleapis/google-auth-library-java/issues/1206)) ([9cce49c](https://github.com/googleapis/google-auth-library-java/commit/9cce49cbba26892e573629b4d11a375eb6ec28fc))
+* Improve errors and warnings related to ADC ([#1172](https://github.com/googleapis/google-auth-library-java/issues/1172)) ([6d2251c](https://github.com/googleapis/google-auth-library-java/commit/6d2251cd8e87b018a65a9296bb5c10f487b304cb))
+* Marking 503 as retryable for Compute credentials ([#1205](https://github.com/googleapis/google-auth-library-java/issues/1205)) ([8ea9445](https://github.com/googleapis/google-auth-library-java/commit/8ea9445a3b738e74c6fc0b59f593b32ef0df5314))
+
## [1.16.1](https://github.com/googleapis/google-auth-library-java/compare/v1.16.0...v1.16.1) (2023-04-07)
diff --git a/appengine/pom.xml b/appengine/pom.xml
index c45239b77..7bed2b664 100644
--- a/appengine/pom.xml
+++ b/appengine/pom.xml
@@ -5,7 +5,7 @@
com.google.auth
google-auth-library-parent
- 1.16.2-SNAPSHOT
+ 1.17.0
../pom.xml
diff --git a/bom/pom.xml b/bom/pom.xml
index 004400ae9..4db6fab52 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.auth
google-auth-library-bom
- 1.16.2-SNAPSHOT
+ 1.17.0
pom
Google Auth Library for Java BOM
diff --git a/credentials/pom.xml b/credentials/pom.xml
index 876c35348..2be39a2d1 100644
--- a/credentials/pom.xml
+++ b/credentials/pom.xml
@@ -4,7 +4,7 @@
com.google.auth
google-auth-library-parent
- 1.16.2-SNAPSHOT
+ 1.17.0
../pom.xml
diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml
index bb8bf015e..6fd4bcd07 100644
--- a/oauth2_http/pom.xml
+++ b/oauth2_http/pom.xml
@@ -7,7 +7,7 @@
com.google.auth
google-auth-library-parent
- 1.16.2-SNAPSHOT
+ 1.17.0
../pom.xml
diff --git a/pom.xml b/pom.xml
index 9bfd18f72..59b4e4584 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
com.google.auth
google-auth-library-parent
- 1.16.2-SNAPSHOT
+ 1.17.0
pom
Google Auth Library for Java
Client libraries providing authentication and
diff --git a/versions.txt b/versions.txt
index 0f4eb3c50..07caeb15d 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,9 +1,9 @@
# Format:
# module:released-version:current-version
-google-auth-library:1.16.1:1.16.2-SNAPSHOT
-google-auth-library-bom:1.16.1:1.16.2-SNAPSHOT
-google-auth-library-parent:1.16.1:1.16.2-SNAPSHOT
-google-auth-library-appengine:1.16.1:1.16.2-SNAPSHOT
-google-auth-library-credentials:1.16.1:1.16.2-SNAPSHOT
-google-auth-library-oauth2-http:1.16.1:1.16.2-SNAPSHOT
+google-auth-library:1.17.0:1.17.0
+google-auth-library-bom:1.17.0:1.17.0
+google-auth-library-parent:1.17.0:1.17.0
+google-auth-library-appengine:1.17.0:1.17.0
+google-auth-library-credentials:1.17.0:1.17.0
+google-auth-library-oauth2-http:1.17.0:1.17.0