From 7ffa1749445b5f9f1a416480d2b5f28da5dab954 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 2 Nov 2023 20:23:05 +0000
Subject: [PATCH 1/2] chore(main): release 2.29.1
---
CHANGELOG.md | 13 +++++++++++++
README.md | 8 ++++----
gapic-google-cloud-storage-v2/pom.xml | 4 ++--
google-cloud-storage-bom/pom.xml | 10 +++++-----
google-cloud-storage/pom.xml | 4 ++--
grpc-google-cloud-storage-v2/pom.xml | 4 ++--
pom.xml | 10 +++++-----
proto-google-cloud-storage-v2/pom.xml | 4 ++--
samples/snapshot/pom.xml | 2 +-
storage-shared-benchmarking/pom.xml | 4 ++--
versions.txt | 8 ++++----
11 files changed, 42 insertions(+), 29 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c0dce6039e..5e016233b8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [2.29.1](/~https://github.com/googleapis/java-storage/compare/v2.29.0...v2.29.1) (2023-11-02)
+
+
+### Bug Fixes
+
+* Improve 503 handling for json resumable uploads ([#2289](/~https://github.com/googleapis/java-storage/issues/2289)) ([9b4bb82](/~https://github.com/googleapis/java-storage/commit/9b4bb8221294bcd94037b69281a37f33b364b174))
+
+
+### Dependencies
+
+* Update dependency com.google.apis:google-api-services-storage to v1-rev20231028-2.0.0 ([#2281](/~https://github.com/googleapis/java-storage/issues/2281)) ([94b8dd6](/~https://github.com/googleapis/java-storage/commit/94b8dd601d33c25edcff05885b0fadf0decbb86e))
+* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.19.0 ([#2288](/~https://github.com/googleapis/java-storage/issues/2288)) ([cc65fd0](/~https://github.com/googleapis/java-storage/commit/cc65fd0897a064d7efc7b50f33acecee9ffa2c4b))
+
## [2.29.0](/~https://github.com/googleapis/java-storage/compare/v2.28.0...v2.29.0) (2023-10-23)
diff --git a/README.md b/README.md
index cb3350e198..853b0c8d41 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-storage
- 2.29.0
+ 2.29.1
```
@@ -50,20 +50,20 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:
```Groovy
-implementation platform('com.google.cloud:libraries-bom:26.26.0')
+implementation platform('com.google.cloud:libraries-bom:2.29.1')
implementation 'com.google.cloud:google-cloud-storage'
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-storage:2.29.0'
+implementation 'com.google.cloud:google-cloud-storage:2.29.1'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.29.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.29.1"
```
diff --git a/gapic-google-cloud-storage-v2/pom.xml b/gapic-google-cloud-storage-v2/pom.xml
index 90bbb3a575..f1f00aa92d 100644
--- a/gapic-google-cloud-storage-v2/pom.xml
+++ b/gapic-google-cloud-storage-v2/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
gapic-google-cloud-storage-v2
- 2.29.1-alpha-SNAPSHOT
+ 2.29.1-alpha
gapic-google-cloud-storage-v2
GRPC library for gapic-google-cloud-storage-v2
com.google.cloud
google-cloud-storage-parent
- 2.29.1-SNAPSHOT
+ 2.29.1
diff --git a/google-cloud-storage-bom/pom.xml b/google-cloud-storage-bom/pom.xml
index abeadaacf5..98f9bb7ac2 100644
--- a/google-cloud-storage-bom/pom.xml
+++ b/google-cloud-storage-bom/pom.xml
@@ -19,7 +19,7 @@
4.0.0
com.google.cloud
google-cloud-storage-bom
- 2.29.1-SNAPSHOT
+ 2.29.1
pom
com.google.cloud
@@ -69,22 +69,22 @@
com.google.cloud
google-cloud-storage
- 2.29.1-SNAPSHOT
+ 2.29.1
com.google.api.grpc
gapic-google-cloud-storage-v2
- 2.29.1-alpha-SNAPSHOT
+ 2.29.1-alpha
com.google.api.grpc
grpc-google-cloud-storage-v2
- 2.29.1-alpha-SNAPSHOT
+ 2.29.1-alpha
com.google.api.grpc
proto-google-cloud-storage-v2
- 2.29.1-alpha-SNAPSHOT
+ 2.29.1-alpha
diff --git a/google-cloud-storage/pom.xml b/google-cloud-storage/pom.xml
index ddd3eb7ba7..f68d2db40e 100644
--- a/google-cloud-storage/pom.xml
+++ b/google-cloud-storage/pom.xml
@@ -2,7 +2,7 @@
4.0.0
google-cloud-storage
- 2.29.1-SNAPSHOT
+ 2.29.1
jar
Google Cloud Storage
/~https://github.com/googleapis/java-storage
@@ -12,7 +12,7 @@
com.google.cloud
google-cloud-storage-parent
- 2.29.1-SNAPSHOT
+ 2.29.1
google-cloud-storage
diff --git a/grpc-google-cloud-storage-v2/pom.xml b/grpc-google-cloud-storage-v2/pom.xml
index 488f7f4403..5bc81ee7c8 100644
--- a/grpc-google-cloud-storage-v2/pom.xml
+++ b/grpc-google-cloud-storage-v2/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-storage-v2
- 2.29.1-alpha-SNAPSHOT
+ 2.29.1-alpha
grpc-google-cloud-storage-v2
GRPC library for grpc-google-cloud-storage-v2
com.google.cloud
google-cloud-storage-parent
- 2.29.1-SNAPSHOT
+ 2.29.1
diff --git a/pom.xml b/pom.xml
index cffd2ad1ea..98833ebbc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-storage-parent
pom
- 2.29.1-SNAPSHOT
+ 2.29.1
Storage Parent
/~https://github.com/googleapis/java-storage
@@ -76,7 +76,7 @@
com.google.cloud
google-cloud-storage
- 2.29.1-SNAPSHOT
+ 2.29.1
com.google.apis
@@ -117,17 +117,17 @@
com.google.api.grpc
proto-google-cloud-storage-v2
- 2.29.1-alpha-SNAPSHOT
+ 2.29.1-alpha
com.google.api.grpc
grpc-google-cloud-storage-v2
- 2.29.1-alpha-SNAPSHOT
+ 2.29.1-alpha
com.google.api.grpc
gapic-google-cloud-storage-v2
- 2.29.1-alpha-SNAPSHOT
+ 2.29.1-alpha
com.google.cloud
diff --git a/proto-google-cloud-storage-v2/pom.xml b/proto-google-cloud-storage-v2/pom.xml
index 3b1e326967..6c791836e8 100644
--- a/proto-google-cloud-storage-v2/pom.xml
+++ b/proto-google-cloud-storage-v2/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-storage-v2
- 2.29.1-alpha-SNAPSHOT
+ 2.29.1-alpha
proto-google-cloud-storage-v2
PROTO library for proto-google-cloud-storage-v2
com.google.cloud
google-cloud-storage-parent
- 2.29.1-SNAPSHOT
+ 2.29.1
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 8f55fa0c88..9a88bfdcda 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-storage
- 2.29.1-SNAPSHOT
+ 2.29.1
diff --git a/storage-shared-benchmarking/pom.xml b/storage-shared-benchmarking/pom.xml
index be70b51cb1..f31d9408ca 100644
--- a/storage-shared-benchmarking/pom.xml
+++ b/storage-shared-benchmarking/pom.xml
@@ -10,7 +10,7 @@
com.google.cloud
google-cloud-storage-parent
- 2.29.1-SNAPSHOT
+ 2.29.1
@@ -31,7 +31,7 @@
com.google.cloud
google-cloud-storage
- 2.29.1-SNAPSHOT
+ 2.29.1
tests
diff --git a/versions.txt b/versions.txt
index 3787c99df1..060440e154 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,7 +1,7 @@
# Format:
# module:released-version:current-version
-google-cloud-storage:2.29.0:2.29.1-SNAPSHOT
-gapic-google-cloud-storage-v2:2.29.0-alpha:2.29.1-alpha-SNAPSHOT
-grpc-google-cloud-storage-v2:2.29.0-alpha:2.29.1-alpha-SNAPSHOT
-proto-google-cloud-storage-v2:2.29.0-alpha:2.29.1-alpha-SNAPSHOT
+google-cloud-storage:2.29.1:2.29.1
+gapic-google-cloud-storage-v2:2.29.1-alpha:2.29.1-alpha
+grpc-google-cloud-storage-v2:2.29.1-alpha:2.29.1-alpha
+proto-google-cloud-storage-v2:2.29.1-alpha:2.29.1-alpha
From 07cb6b7bc95440b5b00dd96ed1b895e405f326c9 Mon Sep 17 00:00:00 2001
From: Owl Bot
Date: Thu, 2 Nov 2023 20:25:48 +0000
Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?=
=?UTF-8?q?st-processor?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
See /~https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 853b0c8d41..cb3350e198 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-storage
- 2.29.1
+ 2.29.0
```
@@ -50,20 +50,20 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:
```Groovy
-implementation platform('com.google.cloud:libraries-bom:2.29.1')
+implementation platform('com.google.cloud:libraries-bom:26.26.0')
implementation 'com.google.cloud:google-cloud-storage'
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-storage:2.29.1'
+implementation 'com.google.cloud:google-cloud-storage:2.29.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.29.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.29.0"
```