From 81ff35215931b047cd21957b376efd14c8234320 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Tue, 4 Jun 2019 14:10:38 -0700 Subject: [PATCH 1/5] Add developers section to google-auth-library-bom pom.xml --- bom/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bom/pom.xml b/bom/pom.xml index 8d3a06179..161f2c8c2 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -30,6 +30,16 @@ https://github.com/googleapis/google-auth-library-java + + + Jeff Ching + chingor@google.com + + developer + + + + From 311950919858b75afcf9e06cd2306fad054bbf09 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Tue, 4 Jun 2019 14:28:46 -0700 Subject: [PATCH 2/5] Bump next snapshot (#264) --- appengine/pom.xml | 2 +- bom/pom.xml | 2 +- credentials/pom.xml | 2 +- oauth2_http/pom.xml | 2 +- pom.xml | 2 +- versions.txt | 12 ++++++------ 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/appengine/pom.xml b/appengine/pom.xml index 5de549e3c..db863a8ab 100644 --- a/appengine/pom.xml +++ b/appengine/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.16.0 + 0.16.1-SNAPSHOT ../pom.xml diff --git a/bom/pom.xml b/bom/pom.xml index 161f2c8c2..42581a535 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.auth google-auth-library-bom - 0.16.0 + 0.16.1-SNAPSHOT pom Google Auth Library for Java BOM diff --git a/credentials/pom.xml b/credentials/pom.xml index 7daf62979..c7475ae39 100644 --- a/credentials/pom.xml +++ b/credentials/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.16.0 + 0.16.1-SNAPSHOT ../pom.xml diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index a48b9b3b6..ca227639e 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.16.0 + 0.16.1-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 94e688326..a19e21577 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.google.auth google-auth-library-parent - 0.16.0 + 0.16.1-SNAPSHOT pom Google Auth Library for Java Client libraries providing authentication and diff --git a/versions.txt b/versions.txt index 6384e6ece..42d7f1a38 100644 --- a/versions.txt +++ b/versions.txt @@ -1,9 +1,9 @@ # Format: # module:released-version:current-version -google-auth-library:0.16.0:0.16.0 -google-auth-library-bom:0.16.0:0.16.0 -google-auth-library-parent:0.16.0:0.16.0 -google-auth-library-appengine:0.16.0:0.16.0 -google-auth-library-credentials:0.16.0:0.16.0 -google-auth-library-oauth2-http:0.16.0:0.16.0 +google-auth-library:0.16.0:0.16.1-SNAPSHOT +google-auth-library-bom:0.16.0:0.16.1-SNAPSHOT +google-auth-library-parent:0.16.0:0.16.1-SNAPSHOT +google-auth-library-appengine:0.16.0:0.16.1-SNAPSHOT +google-auth-library-credentials:0.16.0:0.16.1-SNAPSHOT +google-auth-library-oauth2-http:0.16.0:0.16.1-SNAPSHOT From 2cedd9a1f7a7d82f670398dba055b46ed24e3d60 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 6 Jun 2019 20:47:36 +0200 Subject: [PATCH 3/5] Update dependency com.google.http-client:google-http-client to v1.30.1 (#265) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a19e21577..da5807ab3 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ UTF-8 - 1.30.0 + 1.30.1 4.12 27.1-android 1.9.74 From 1091092283d9e223cf389d885abe416c76394423 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Thu, 6 Jun 2019 13:09:06 -0700 Subject: [PATCH 4/5] Add credentials for autorelease (#267) --- .kokoro/release/stage.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/release/stage.cfg b/.kokoro/release/stage.cfg index 811bf3b68..8b070ea55 100644 --- a/.kokoro/release/stage.cfg +++ b/.kokoro/release/stage.cfg @@ -22,3 +22,23 @@ before_action { } } } + +# Fetch magictoken to use with Magic Github Proxy +before_action { + fetch_keystore { + keystore_resource { + keystore_config_id: 73713 + keyname: "releasetool-magictoken" + } + } +} + +# Fetch api key to use with Magic Github Proxy +before_action { + fetch_keystore { + keystore_resource { + keystore_config_id: 73713 + keyname: "magic-github-proxy-api-key" + } + } +} From 537e710cd3a5ec842229b1642715664efcdb766c Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Thu, 6 Jun 2019 13:27:36 -0700 Subject: [PATCH 5/5] Release v0.16.1 (#269) --- README.md | 6 +++--- appengine/pom.xml | 2 +- bom/README.md | 2 +- bom/pom.xml | 2 +- credentials/pom.xml | 2 +- oauth2_http/pom.xml | 2 +- pom.xml | 2 +- versions.txt | 12 ++++++------ 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 88758521c..e9e9eed7b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ If you are using Maven, add this to your pom.xml file (notice that you can repla com.google.auth google-auth-library-oauth2-http - 0.16.0 + 0.16.1 ``` [//]: # ({x-version-update-end}) @@ -44,7 +44,7 @@ If you are using Gradle, add this to your dependencies [//]: # ({x-version-update-start:google-auth-library-oauth2-http:released}) ```Groovy -compile 'com.google.auth:google-auth-library-oauth2-http:0.16.0' +compile 'com.google.auth:google-auth-library-oauth2-http:0.16.1' ``` [//]: # ({x-version-update-end}) @@ -52,7 +52,7 @@ If you are using SBT, add this to your dependencies [//]: # ({x-version-update-start:google-auth-library-oauth2-http:released}) ```Scala -libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.16.0" +libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.16.1" ``` [//]: # ({x-version-update-end}) diff --git a/appengine/pom.xml b/appengine/pom.xml index db863a8ab..0aed67533 100644 --- a/appengine/pom.xml +++ b/appengine/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.16.1-SNAPSHOT + 0.16.1 ../pom.xml diff --git a/bom/README.md b/bom/README.md index 6d9157ad2..7dd140014 100644 --- a/bom/README.md +++ b/bom/README.md @@ -12,7 +12,7 @@ To use it in Maven, add the following to your `pom.xml`: com.google.auth google-auth-libary-bom - 0.16.0 + 0.16.1 pom import diff --git a/bom/pom.xml b/bom/pom.xml index 42581a535..75e89323e 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.auth google-auth-library-bom - 0.16.1-SNAPSHOT + 0.16.1 pom Google Auth Library for Java BOM diff --git a/credentials/pom.xml b/credentials/pom.xml index c7475ae39..8b89b5e9e 100644 --- a/credentials/pom.xml +++ b/credentials/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.16.1-SNAPSHOT + 0.16.1 ../pom.xml diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index ca227639e..991f0e7dc 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.16.1-SNAPSHOT + 0.16.1 ../pom.xml diff --git a/pom.xml b/pom.xml index da5807ab3..9c1a7dc2e 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.google.auth google-auth-library-parent - 0.16.1-SNAPSHOT + 0.16.1 pom Google Auth Library for Java Client libraries providing authentication and diff --git a/versions.txt b/versions.txt index 42d7f1a38..e04c3893f 100644 --- a/versions.txt +++ b/versions.txt @@ -1,9 +1,9 @@ # Format: # module:released-version:current-version -google-auth-library:0.16.0:0.16.1-SNAPSHOT -google-auth-library-bom:0.16.0:0.16.1-SNAPSHOT -google-auth-library-parent:0.16.0:0.16.1-SNAPSHOT -google-auth-library-appengine:0.16.0:0.16.1-SNAPSHOT -google-auth-library-credentials:0.16.0:0.16.1-SNAPSHOT -google-auth-library-oauth2-http:0.16.0:0.16.1-SNAPSHOT +google-auth-library:0.16.1:0.16.1 +google-auth-library-bom:0.16.1:0.16.1 +google-auth-library-parent:0.16.1:0.16.1 +google-auth-library-appengine:0.16.1:0.16.1 +google-auth-library-credentials:0.16.1:0.16.1 +google-auth-library-oauth2-http:0.16.1:0.16.1