From 7b67d5d921ffaf2994ac51cbe6843f773254d021 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 6 Aug 2021 19:20:30 +0000 Subject: [PATCH 1/5] chore: release 1.118.2-SNAPSHOT (#948) :robot: I have created a release \*beep\* \*boop\* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- google-cloud-storage/pom.xml | 4 ++-- pom.xml | 2 +- versions.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/google-cloud-storage/pom.xml b/google-cloud-storage/pom.xml index 63fda4838f..ba21434566 100644 --- a/google-cloud-storage/pom.xml +++ b/google-cloud-storage/pom.xml @@ -2,7 +2,7 @@ 4.0.0 google-cloud-storage - 1.118.1 + 1.118.2-SNAPSHOT jar Google Cloud Storage https://github.com/googleapis/java-storage @@ -12,7 +12,7 @@ com.google.cloud google-cloud-storage-parent - 1.118.1 + 1.118.2-SNAPSHOT google-cloud-storage diff --git a/pom.xml b/pom.xml index 2b7f04f21d..fe10bef76a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-storage-parent pom - 1.118.1 + 1.118.2-SNAPSHOT Storage Parent https://github.com/googleapis/java-storage diff --git a/versions.txt b/versions.txt index abc7b9fea2..31c7994036 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-storage:1.118.1:1.118.1 \ No newline at end of file +google-cloud-storage:1.118.1:1.118.2-SNAPSHOT \ No newline at end of file From 839bcc174ff1c2f5536130d880a5c6e2559b5793 Mon Sep 17 00:00:00 2001 From: Neenu Shaji Date: Mon, 9 Aug 2021 12:20:13 -0400 Subject: [PATCH 2/5] feat!: migrate to java8 (#950) From 6871b876981dd665135c93c3d9c9dda88168d9d5 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 9 Aug 2021 09:38:14 -0700 Subject: [PATCH 3/5] chore: regenerate README (#952) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-08-09 16:25:19,416 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-storage/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-09 16:25:20,660 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/2a603fc2-115f-40ed-8e48-8e62e227fe7c/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index ed66c3badb..562920d7f5 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-storage.git", - "sha": "9c5f13f79c5a06d4a215e9c40d520bb41db34d1c" + "sha": "839bcc174ff1c2f5536130d880a5c6e2559b5793" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "3d32990b6f4b57be77455e3ca89e6e21cd0c06b3" + "sha": "5605f38f153e7627ba4441a2c5181060b664d224" } } ] diff --git a/README.md b/README.md index affa34e811..ef6a1514ce 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ compile 'com.google.cloud:google-cloud-storage' If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-storage:1.118.0' +compile 'com.google.cloud:google-cloud-storage:1.118.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.118.0" +libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.118.1" ``` ## Authentication From 210811bbd22552a4c561698644c290c83219316e Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 9 Aug 2021 18:51:17 +0200 Subject: [PATCH 4/5] chore(deps): update dependency com.google.cloud:google-cloud-storage to v1.118.1 (#949) --- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index cf8c905e9a..55c6e7cf59 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-storage - 1.118.0 + 1.118.1 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index ac9e8279f5..db6cc76583 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-storage - 1.118.0 + 1.118.1 From 594c04eae8e4dbb796ae70241e093aaf882e4782 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 17:00:49 +0000 Subject: [PATCH 5/5] chore: release 2.0.0 (#951) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release \*beep\* \*boop\* --- ## [2.0.0](https://www.github.com/googleapis/java-storage/compare/v1.118.1...v2.0.0) (2021-08-09) ### ⚠ BREAKING CHANGES * migrate to java8 (#950) ### Features * migrate to java8 ([#950](https://www.github.com/googleapis/java-storage/issues/950)) ([839bcc1](https://www.github.com/googleapis/java-storage/commit/839bcc174ff1c2f5536130d880a5c6e2559b5793)) --- 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-storage/pom.xml | 4 ++-- pom.xml | 2 +- versions.txt | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44cc2f37ed..ac5dcdea5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://www.github.com/googleapis/java-storage/compare/v1.118.1...v2.0.0) (2021-08-09) + + +### ⚠ BREAKING CHANGES + +* migrate to java8 (#950) + +### Features + +* migrate to java8 ([#950](https://www.github.com/googleapis/java-storage/issues/950)) ([839bcc1](https://www.github.com/googleapis/java-storage/commit/839bcc174ff1c2f5536130d880a5c6e2559b5793)) + ### [1.118.1](https://www.github.com/googleapis/java-storage/compare/v1.118.0...v1.118.1) (2021-08-06) diff --git a/google-cloud-storage/pom.xml b/google-cloud-storage/pom.xml index ba21434566..c2384517b9 100644 --- a/google-cloud-storage/pom.xml +++ b/google-cloud-storage/pom.xml @@ -2,7 +2,7 @@ 4.0.0 google-cloud-storage - 1.118.2-SNAPSHOT + 2.0.0 jar Google Cloud Storage https://github.com/googleapis/java-storage @@ -12,7 +12,7 @@ com.google.cloud google-cloud-storage-parent - 1.118.2-SNAPSHOT + 2.0.0 google-cloud-storage diff --git a/pom.xml b/pom.xml index fe10bef76a..11386eed41 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-storage-parent pom - 1.118.2-SNAPSHOT + 2.0.0 Storage Parent https://github.com/googleapis/java-storage diff --git a/versions.txt b/versions.txt index 31c7994036..12d85da559 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-storage:1.118.1:1.118.2-SNAPSHOT \ No newline at end of file +google-cloud-storage:2.0.0:2.0.0 \ No newline at end of file