From 0c727f13b02482435fa4ab01ac51426dd51505bf Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 11 Aug 2021 03:44:36 +0200 Subject: [PATCH 1/8] deps: update dependency com.google.cloud:google-cloud-storage to v2 (#610) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-storage](https://togithub.com/googleapis/java-storage) | `1.118.0` -> `2.0.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.0.0/compatibility-slim/1.118.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.0.0/confidence-slim/1.118.0)](https://docs.renovatebot.com/merge-confidence/) | *** ### Release Notes
googleapis/java-storage ### [`v2.0.0`](https://togithub.com/googleapis/java-storage/blob/master/CHANGELOG.md#​200-httpswwwgithubcomgoogleapisjava-storagecomparev11181v200-2021-08-09) [Compare Source](https://togithub.com/googleapis/java-storage/compare/v1.118.1...v2.0.0) ##### ⚠ BREAKING CHANGES * migrate to java8 ([#​950](https://togithub.com/googleapis/java-storage/issues/950)) ##### Features * migrate to java8 ([#​950](https://www.togithub.com/googleapis/java-storage/issues/950)) ([839bcc1](https://www.togithub.com/googleapis/java-storage/commit/839bcc174ff1c2f5536130d880a5c6e2559b5793)) ##### [1.118.1](https://www.togithub.com/googleapis/java-storage/compare/v1.118.0...v1.118.1) (2021-08-06) ##### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v2 ([#​941](https://www.togithub.com/googleapis/java-storage/issues/941)) ([effefa6](https://www.togithub.com/googleapis/java-storage/commit/effefa64336a6112dae1497b3bcde7c7f8b0ad41)) ### [`v1.118.1`](https://togithub.com/googleapis/java-storage/blob/master/CHANGELOG.md#​11181-httpswwwgithubcomgoogleapisjava-storagecomparev11180v11181-2021-08-06) [Compare Source](https://togithub.com/googleapis/java-storage/compare/v1.118.0...v1.118.1)
*** ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. *** * \[ ] If you want to rebase/retry this PR, check this box. *** This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-aiplatform). --- README.md | 4 ++-- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 986d10c87..209862bc8 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,13 @@ compile 'com.google.cloud:google-cloud-aiplatform' If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-aiplatform:1.0.2' +compile 'com.google.cloud:google-cloud-aiplatform:2.0.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "1.0.2" +libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "2.0.0" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index f85771fee..362a18f64 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -35,7 +35,7 @@ com.google.cloud google-cloud-storage - 1.118.0 + 2.0.0 com.google.protobuf diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 86e5a731c..00d5911f4 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -34,7 +34,7 @@ com.google.cloud google-cloud-storage - 1.118.0 + 2.0.0 com.google.protobuf diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index e5764e594..ce6cc98b9 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -33,7 +33,7 @@ com.google.cloud google-cloud-storage - 1.118.0 + 2.0.0 com.google.protobuf From 22c3a1c674c47278b5d59d16bdf0e70823604360 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 12 Aug 2021 00:32:46 +0200 Subject: [PATCH 2/8] deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v2.0.1 (#611) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `2.0.0` -> `2.0.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/2.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/2.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/2.0.1/compatibility-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/2.0.1/confidence-slim/2.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-shared-dependencies ### [`v2.0.1`](https://togithub.com/googleapis/java-shared-dependencies/blob/master/CHANGELOG.md#​201-httpswwwgithubcomgoogleapisjava-shared-dependenciescompare200v201-2021-08-11) [Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v2.0.0...v2.0.1)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-aiplatform). --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d98773414..bf548aa9b 100644 --- a/pom.xml +++ b/pom.xml @@ -86,7 +86,7 @@ com.google.cloud google-cloud-shared-dependencies - 2.0.0 + 2.0.1 pom import From 0a3c9b88b60541de371c706e06f1cd72385a1ee1 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 12 Aug 2021 21:26:49 +0200 Subject: [PATCH 3/8] chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2 (#609) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md Co-authored-by: Owl Bot --- README.md | 4 ++-- samples/install-without-bom/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 209862bc8..9c7df17d7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file com.google.cloud google-cloud-aiplatform - 1.0.2 + 2.0.0 ``` @@ -30,7 +30,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-aiplatform - 1.0.2 + 2.0.0 ``` diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 362a18f64..7ba579db0 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-aiplatform - 1.0.2 + 2.0.0 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index ce6cc98b9..8a57bfda9 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -27,7 +27,7 @@ com.google.cloud google-cloud-aiplatform - 1.0.2 + 2.0.0 From 096525f737e343ba6dc7c547299992cd5ba78f0d Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 12 Aug 2021 21:27:02 +0200 Subject: [PATCH 4/8] deps: update dependency com.google.cloud:google-cloud-storage to v2.0.1 (#612) --- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 7ba579db0..14a2a55e6 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -35,7 +35,7 @@ com.google.cloud google-cloud-storage - 2.0.0 + 2.0.1 com.google.protobuf diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 00d5911f4..0544304c8 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -34,7 +34,7 @@ com.google.cloud google-cloud-storage - 2.0.0 + 2.0.1 com.google.protobuf diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 8a57bfda9..216ce335c 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -33,7 +33,7 @@ com.google.cloud google-cloud-storage - 2.0.0 + 2.0.1 com.google.protobuf From adc2bc6cb19edb5cd30e5a7dca490b1e26f6cb85 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 12 Aug 2021 21:32:20 +0200 Subject: [PATCH 5/8] deps: update dependency com.google.cloud:google-cloud-storage to v1.118.1 (#607) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-storage](https://togithub.com/googleapis/java-storage) | `1.118.0` -> `1.118.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.118.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.118.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.118.1/compatibility-slim/1.118.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.118.1/confidence-slim/1.118.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-storage ### [`v1.118.1`](https://togithub.com/googleapis/java-storage/blob/master/CHANGELOG.md#​11181-httpswwwgithubcomgoogleapisjava-storagecomparev11180v11181-2021-08-06) [Compare Source](https://togithub.com/googleapis/java-storage/compare/v1.118.0...v1.118.1)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-aiplatform). From 63d3620473aa493a8445170d55f497c2a4ef79ac Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 12 Aug 2021 22:31:54 +0200 Subject: [PATCH 6/8] deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.6.0 (#608) --- samples/snippets/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 216ce335c..a6a6efe89 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -60,7 +60,7 @@ com.google.api.grpc proto-google-cloud-aiplatform-v1beta1 - 0.5.2 + 0.6.0 From 07f280d2f6a910d0eb2cfe5ff5e8ac43216d4eb0 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 12 Aug 2021 16:32:03 -0400 Subject: [PATCH 7/8] chore: release 2.0.1-SNAPSHOT (#606) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: release 2.0.1-SNAPSHOT * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot --- google-cloud-aiplatform-bom/pom.xml | 12 ++--- google-cloud-aiplatform/pom.xml | 4 +- grpc-google-cloud-aiplatform-v1/pom.xml | 4 +- grpc-google-cloud-aiplatform-v1beta1/pom.xml | 4 +- pom.xml | 12 ++--- .../clirr-ignored-differences.xml | 51 ------------------- proto-google-cloud-aiplatform-v1/pom.xml | 4 +- .../clirr-ignored-differences.xml | 17 ------- proto-google-cloud-aiplatform-v1beta1/pom.xml | 4 +- samples/snapshot/pom.xml | 2 +- versions.txt | 10 ++-- 11 files changed, 28 insertions(+), 96 deletions(-) diff --git a/google-cloud-aiplatform-bom/pom.xml b/google-cloud-aiplatform-bom/pom.xml index 1702423f6..160e35b64 100644 --- a/google-cloud-aiplatform-bom/pom.xml +++ b/google-cloud-aiplatform-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-aiplatform-bom - 2.0.0 + 2.0.1-SNAPSHOT pom com.google.cloud @@ -56,27 +56,27 @@ com.google.cloud google-cloud-aiplatform - 2.0.0 + 2.0.1-SNAPSHOT com.google.api.grpc grpc-google-cloud-aiplatform-v1 - 2.0.0 + 2.0.1-SNAPSHOT com.google.api.grpc grpc-google-cloud-aiplatform-v1beta1 - 0.6.0 + 0.6.1-SNAPSHOT com.google.api.grpc proto-google-cloud-aiplatform-v1 - 2.0.0 + 2.0.1-SNAPSHOT com.google.api.grpc proto-google-cloud-aiplatform-v1beta1 - 0.6.0 + 0.6.1-SNAPSHOT diff --git a/google-cloud-aiplatform/pom.xml b/google-cloud-aiplatform/pom.xml index f882fde34..d18de7e83 100644 --- a/google-cloud-aiplatform/pom.xml +++ b/google-cloud-aiplatform/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-aiplatform - 2.0.0 + 2.0.1-SNAPSHOT jar Google Cloud Vertex AI https://github.com/googleapis/java-aiplatform @@ -11,7 +11,7 @@ com.google.cloud google-cloud-aiplatform-parent - 2.0.0 + 2.0.1-SNAPSHOT google-cloud-aiplatform diff --git a/grpc-google-cloud-aiplatform-v1/pom.xml b/grpc-google-cloud-aiplatform-v1/pom.xml index 1cbd65916..c027f7662 100644 --- a/grpc-google-cloud-aiplatform-v1/pom.xml +++ b/grpc-google-cloud-aiplatform-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-aiplatform-v1 - 2.0.0 + 2.0.1-SNAPSHOT grpc-google-cloud-aiplatform-v1 GRPC library for google-cloud-aiplatform com.google.cloud google-cloud-aiplatform-parent - 2.0.0 + 2.0.1-SNAPSHOT diff --git a/grpc-google-cloud-aiplatform-v1beta1/pom.xml b/grpc-google-cloud-aiplatform-v1beta1/pom.xml index 53f00bd51..1691039bc 100644 --- a/grpc-google-cloud-aiplatform-v1beta1/pom.xml +++ b/grpc-google-cloud-aiplatform-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-aiplatform-v1beta1 - 0.6.0 + 0.6.1-SNAPSHOT grpc-google-cloud-aiplatform-v1beta1 GRPC library for google-cloud-aiplatform com.google.cloud google-cloud-aiplatform-parent - 2.0.0 + 2.0.1-SNAPSHOT diff --git a/pom.xml b/pom.xml index bf548aa9b..150a34349 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-aiplatform-parent pom - 2.0.0 + 2.0.1-SNAPSHOT Google Cloud Vertex AI Parent https://github.com/googleapis/java- @@ -61,27 +61,27 @@ com.google.cloud google-cloud-aiplatform - 2.0.0 + 2.0.1-SNAPSHOT com.google.api.grpc proto-google-cloud-aiplatform-v1 - 2.0.0 + 2.0.1-SNAPSHOT com.google.api.grpc proto-google-cloud-aiplatform-v1beta1 - 0.6.0 + 0.6.1-SNAPSHOT com.google.api.grpc grpc-google-cloud-aiplatform-v1 - 2.0.0 + 2.0.1-SNAPSHOT com.google.api.grpc grpc-google-cloud-aiplatform-v1beta1 - 0.6.0 + 0.6.1-SNAPSHOT com.google.cloud diff --git a/proto-google-cloud-aiplatform-v1/clirr-ignored-differences.xml b/proto-google-cloud-aiplatform-v1/clirr-ignored-differences.xml index b19e1d8d1..86006b30f 100644 --- a/proto-google-cloud-aiplatform-v1/clirr-ignored-differences.xml +++ b/proto-google-cloud-aiplatform-v1/clirr-ignored-differences.xml @@ -72,55 +72,4 @@ com/google/cloud/aiplatform/v1/schema/trainingjob/definition/*OrBuilder boolean has*(*) - - 6001 - com/google/cloud/aiplatform/v1/*AcceleratorType* - *6* - - - 6011 - com/google/cloud/aiplatform/v1/*AcceleratorType* - *6* - - - 6001 - com/google/cloud/aiplatform/v1/*AcceleratorType* - *7* - - - 6011 - com/google/cloud/aiplatform/v1/*AcceleratorType* - *7* - - - - 8001 - com/google/cloud/aiplatform/v1/Annotated* - - - 8001 - com/google/cloud/aiplatform/v1/Annotation* - - - 8001 - com/google/cloud/aiplatform/v1/NetworkName* - - - 8001 - com/google/cloud/aiplatform/v1/VersionName* - - - 8001 - com/google/cloud/aiplatform/v1/TrialName* - - - 6001 - com/google/cloud/aiplatform/v1/AcceleratorType* - TPU* - - - 6011 - com/google/cloud/aiplatform/v1/AcceleratorType* - TPU* - diff --git a/proto-google-cloud-aiplatform-v1/pom.xml b/proto-google-cloud-aiplatform-v1/pom.xml index cda649915..a1df2ffdb 100644 --- a/proto-google-cloud-aiplatform-v1/pom.xml +++ b/proto-google-cloud-aiplatform-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-aiplatform-v1 - 2.0.0 + 2.0.1-SNAPSHOT proto-google-cloud-aiplatform-v1 Proto library for google-cloud-aiplatform com.google.cloud google-cloud-aiplatform-parent - 2.0.0 + 2.0.1-SNAPSHOT diff --git a/proto-google-cloud-aiplatform-v1beta1/clirr-ignored-differences.xml b/proto-google-cloud-aiplatform-v1beta1/clirr-ignored-differences.xml index eca4e0f01..ca1d35040 100644 --- a/proto-google-cloud-aiplatform-v1beta1/clirr-ignored-differences.xml +++ b/proto-google-cloud-aiplatform-v1beta1/clirr-ignored-differences.xml @@ -72,21 +72,4 @@ com/google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/*OrBuilder boolean has*(*) - - - 8001 - com/google/cloud/aiplatform/v1beta1/Annotated* - - - 8001 - com/google/cloud/aiplatform/v1beta1/Annotation* - - - 8001 - com/google/cloud/aiplatform/v1beta1/NetworkName* - - - 8001 - com/google/cloud/aiplatform/v1beta1/VersionName* - diff --git a/proto-google-cloud-aiplatform-v1beta1/pom.xml b/proto-google-cloud-aiplatform-v1beta1/pom.xml index 82ba70858..11bcaf63c 100644 --- a/proto-google-cloud-aiplatform-v1beta1/pom.xml +++ b/proto-google-cloud-aiplatform-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-aiplatform-v1beta1 - 0.6.0 + 0.6.1-SNAPSHOT proto-google-cloud-aiplatform-v1beta1 Proto library for google-cloud-aiplatform com.google.cloud google-cloud-aiplatform-parent - 2.0.0 + 2.0.1-SNAPSHOT diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 0544304c8..039a22cb7 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-aiplatform - 2.0.0 + 2.0.1-SNAPSHOT diff --git a/versions.txt b/versions.txt index b624c41cd..e10856662 100644 --- a/versions.txt +++ b/versions.txt @@ -1,8 +1,8 @@ # Format: # module:released-version:current-version -google-cloud-aiplatform:2.0.0:2.0.0 -grpc-google-cloud-aiplatform-v1:2.0.0:2.0.0 -grpc-google-cloud-aiplatform-v1beta1:0.6.0:0.6.0 -proto-google-cloud-aiplatform-v1:2.0.0:2.0.0 -proto-google-cloud-aiplatform-v1beta1:0.6.0:0.6.0 +google-cloud-aiplatform:2.0.0:2.0.1-SNAPSHOT +grpc-google-cloud-aiplatform-v1:2.0.0:2.0.1-SNAPSHOT +grpc-google-cloud-aiplatform-v1beta1:0.6.0:0.6.1-SNAPSHOT +proto-google-cloud-aiplatform-v1:2.0.0:2.0.1-SNAPSHOT +proto-google-cloud-aiplatform-v1beta1:0.6.0:0.6.1-SNAPSHOT From dcc07ed109769e6b8f55e3cd144f9d89931319a0 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 12 Aug 2021 20:40:33 +0000 Subject: [PATCH 8/8] chore: release 2.0.1 (#614) :robot: I have created a release \*beep\* \*boop\* --- ### [2.0.1](https://www.github.com/googleapis/java-aiplatform/compare/v2.0.0...v2.0.1) (2021-08-12) ### Dependencies * update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.6.0 ([#608](https://www.github.com/googleapis/java-aiplatform/issues/608)) ([63d3620](https://www.github.com/googleapis/java-aiplatform/commit/63d3620473aa493a8445170d55f497c2a4ef79ac)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.0.1 ([#611](https://www.github.com/googleapis/java-aiplatform/issues/611)) ([22c3a1c](https://www.github.com/googleapis/java-aiplatform/commit/22c3a1c674c47278b5d59d16bdf0e70823604360)) * update dependency com.google.cloud:google-cloud-storage to v1.118.1 ([#607](https://www.github.com/googleapis/java-aiplatform/issues/607)) ([adc2bc6](https://www.github.com/googleapis/java-aiplatform/commit/adc2bc6cb19edb5cd30e5a7dca490b1e26f6cb85)) * update dependency com.google.cloud:google-cloud-storage to v2 ([#610](https://www.github.com/googleapis/java-aiplatform/issues/610)) ([0c727f1](https://www.github.com/googleapis/java-aiplatform/commit/0c727f13b02482435fa4ab01ac51426dd51505bf)) * update dependency com.google.cloud:google-cloud-storage to v2.0.1 ([#612](https://www.github.com/googleapis/java-aiplatform/issues/612)) ([096525f](https://www.github.com/googleapis/java-aiplatform/commit/096525f737e343ba6dc7c547299992cd5ba78f0d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 11 +++++++++++ google-cloud-aiplatform-bom/pom.xml | 12 ++++++------ google-cloud-aiplatform/pom.xml | 4 ++-- grpc-google-cloud-aiplatform-v1/pom.xml | 4 ++-- grpc-google-cloud-aiplatform-v1beta1/pom.xml | 4 ++-- pom.xml | 12 ++++++------ proto-google-cloud-aiplatform-v1/pom.xml | 4 ++-- proto-google-cloud-aiplatform-v1beta1/pom.xml | 4 ++-- samples/snapshot/pom.xml | 2 +- versions.txt | 10 +++++----- 10 files changed, 39 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fd1c28a7..3546cb4b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +### [2.0.1](https://www.github.com/googleapis/java-aiplatform/compare/v2.0.0...v2.0.1) (2021-08-12) + + +### Dependencies + +* update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.6.0 ([#608](https://www.github.com/googleapis/java-aiplatform/issues/608)) ([63d3620](https://www.github.com/googleapis/java-aiplatform/commit/63d3620473aa493a8445170d55f497c2a4ef79ac)) +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.0.1 ([#611](https://www.github.com/googleapis/java-aiplatform/issues/611)) ([22c3a1c](https://www.github.com/googleapis/java-aiplatform/commit/22c3a1c674c47278b5d59d16bdf0e70823604360)) +* update dependency com.google.cloud:google-cloud-storage to v1.118.1 ([#607](https://www.github.com/googleapis/java-aiplatform/issues/607)) ([adc2bc6](https://www.github.com/googleapis/java-aiplatform/commit/adc2bc6cb19edb5cd30e5a7dca490b1e26f6cb85)) +* update dependency com.google.cloud:google-cloud-storage to v2 ([#610](https://www.github.com/googleapis/java-aiplatform/issues/610)) ([0c727f1](https://www.github.com/googleapis/java-aiplatform/commit/0c727f13b02482435fa4ab01ac51426dd51505bf)) +* update dependency com.google.cloud:google-cloud-storage to v2.0.1 ([#612](https://www.github.com/googleapis/java-aiplatform/issues/612)) ([096525f](https://www.github.com/googleapis/java-aiplatform/commit/096525f737e343ba6dc7c547299992cd5ba78f0d)) + ## [2.0.0](https://www.github.com/googleapis/java-aiplatform/compare/v1.0.2...v2.0.0) (2021-08-06) diff --git a/google-cloud-aiplatform-bom/pom.xml b/google-cloud-aiplatform-bom/pom.xml index 160e35b64..110b152bc 100644 --- a/google-cloud-aiplatform-bom/pom.xml +++ b/google-cloud-aiplatform-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-aiplatform-bom - 2.0.1-SNAPSHOT + 2.0.1 pom com.google.cloud @@ -56,27 +56,27 @@ com.google.cloud google-cloud-aiplatform - 2.0.1-SNAPSHOT + 2.0.1 com.google.api.grpc grpc-google-cloud-aiplatform-v1 - 2.0.1-SNAPSHOT + 2.0.1 com.google.api.grpc grpc-google-cloud-aiplatform-v1beta1 - 0.6.1-SNAPSHOT + 0.6.1 com.google.api.grpc proto-google-cloud-aiplatform-v1 - 2.0.1-SNAPSHOT + 2.0.1 com.google.api.grpc proto-google-cloud-aiplatform-v1beta1 - 0.6.1-SNAPSHOT + 0.6.1 diff --git a/google-cloud-aiplatform/pom.xml b/google-cloud-aiplatform/pom.xml index d18de7e83..027d79961 100644 --- a/google-cloud-aiplatform/pom.xml +++ b/google-cloud-aiplatform/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-aiplatform - 2.0.1-SNAPSHOT + 2.0.1 jar Google Cloud Vertex AI https://github.com/googleapis/java-aiplatform @@ -11,7 +11,7 @@ com.google.cloud google-cloud-aiplatform-parent - 2.0.1-SNAPSHOT + 2.0.1 google-cloud-aiplatform diff --git a/grpc-google-cloud-aiplatform-v1/pom.xml b/grpc-google-cloud-aiplatform-v1/pom.xml index c027f7662..153ae6fd2 100644 --- a/grpc-google-cloud-aiplatform-v1/pom.xml +++ b/grpc-google-cloud-aiplatform-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-aiplatform-v1 - 2.0.1-SNAPSHOT + 2.0.1 grpc-google-cloud-aiplatform-v1 GRPC library for google-cloud-aiplatform com.google.cloud google-cloud-aiplatform-parent - 2.0.1-SNAPSHOT + 2.0.1 diff --git a/grpc-google-cloud-aiplatform-v1beta1/pom.xml b/grpc-google-cloud-aiplatform-v1beta1/pom.xml index 1691039bc..7c1485f3b 100644 --- a/grpc-google-cloud-aiplatform-v1beta1/pom.xml +++ b/grpc-google-cloud-aiplatform-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-aiplatform-v1beta1 - 0.6.1-SNAPSHOT + 0.6.1 grpc-google-cloud-aiplatform-v1beta1 GRPC library for google-cloud-aiplatform com.google.cloud google-cloud-aiplatform-parent - 2.0.1-SNAPSHOT + 2.0.1 diff --git a/pom.xml b/pom.xml index 150a34349..f6482dc57 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-aiplatform-parent pom - 2.0.1-SNAPSHOT + 2.0.1 Google Cloud Vertex AI Parent https://github.com/googleapis/java- @@ -61,27 +61,27 @@ com.google.cloud google-cloud-aiplatform - 2.0.1-SNAPSHOT + 2.0.1 com.google.api.grpc proto-google-cloud-aiplatform-v1 - 2.0.1-SNAPSHOT + 2.0.1 com.google.api.grpc proto-google-cloud-aiplatform-v1beta1 - 0.6.1-SNAPSHOT + 0.6.1 com.google.api.grpc grpc-google-cloud-aiplatform-v1 - 2.0.1-SNAPSHOT + 2.0.1 com.google.api.grpc grpc-google-cloud-aiplatform-v1beta1 - 0.6.1-SNAPSHOT + 0.6.1 com.google.cloud diff --git a/proto-google-cloud-aiplatform-v1/pom.xml b/proto-google-cloud-aiplatform-v1/pom.xml index a1df2ffdb..2201b06df 100644 --- a/proto-google-cloud-aiplatform-v1/pom.xml +++ b/proto-google-cloud-aiplatform-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-aiplatform-v1 - 2.0.1-SNAPSHOT + 2.0.1 proto-google-cloud-aiplatform-v1 Proto library for google-cloud-aiplatform com.google.cloud google-cloud-aiplatform-parent - 2.0.1-SNAPSHOT + 2.0.1 diff --git a/proto-google-cloud-aiplatform-v1beta1/pom.xml b/proto-google-cloud-aiplatform-v1beta1/pom.xml index 11bcaf63c..4be936734 100644 --- a/proto-google-cloud-aiplatform-v1beta1/pom.xml +++ b/proto-google-cloud-aiplatform-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-aiplatform-v1beta1 - 0.6.1-SNAPSHOT + 0.6.1 proto-google-cloud-aiplatform-v1beta1 Proto library for google-cloud-aiplatform com.google.cloud google-cloud-aiplatform-parent - 2.0.1-SNAPSHOT + 2.0.1 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 039a22cb7..638e26157 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-aiplatform - 2.0.1-SNAPSHOT + 2.0.1 diff --git a/versions.txt b/versions.txt index e10856662..89c6eabeb 100644 --- a/versions.txt +++ b/versions.txt @@ -1,8 +1,8 @@ # Format: # module:released-version:current-version -google-cloud-aiplatform:2.0.0:2.0.1-SNAPSHOT -grpc-google-cloud-aiplatform-v1:2.0.0:2.0.1-SNAPSHOT -grpc-google-cloud-aiplatform-v1beta1:0.6.0:0.6.1-SNAPSHOT -proto-google-cloud-aiplatform-v1:2.0.0:2.0.1-SNAPSHOT -proto-google-cloud-aiplatform-v1beta1:0.6.0:0.6.1-SNAPSHOT +google-cloud-aiplatform:2.0.1:2.0.1 +grpc-google-cloud-aiplatform-v1:2.0.1:2.0.1 +grpc-google-cloud-aiplatform-v1beta1:0.6.1:0.6.1 +proto-google-cloud-aiplatform-v1:2.0.1:2.0.1 +proto-google-cloud-aiplatform-v1beta1:0.6.1:0.6.1