Skip to content

Commit

Permalink
Merge branch 'main' into partition-token
Browse files Browse the repository at this point in the history
  • Loading branch information
harshachinta authored Nov 1, 2023
2 parents e58c324 + ce5b884 commit 7905274
Show file tree
Hide file tree
Showing 52 changed files with 12,141 additions and 5,241 deletions.
4 changes: 4 additions & 0 deletions .github/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ deep-remove-regex:
- /internal/generated/snippets/recommender/apiv1beta1/
- /internal/generated/snippets/redis/apiv1/
- /internal/generated/snippets/redis/apiv1beta1/
- /internal/generated/snippets/redis/cluster/apiv1/
- /internal/generated/snippets/resourcemanager/apiv2/
- /internal/generated/snippets/resourcemanager/apiv3/
- /internal/generated/snippets/resourcesettings/apiv1/
Expand Down Expand Up @@ -416,6 +417,7 @@ deep-remove-regex:
- /recommender/apiv1beta1/
- /redis/apiv1/
- /redis/apiv1beta1/
- /redis/cluster/apiv1/
- /resourcemanager/apiv2/
- /resourcemanager/apiv3/
- /resourcesettings/apiv1/
Expand Down Expand Up @@ -884,6 +886,8 @@ deep-copy-regex:
dest: /
- source: /google/cloud/redis/v1beta1/cloud.google.com/go
dest: /
- source: /google/cloud/redis/cluster/v1/cloud.google.com/go
dest: /
- source: /google/cloud/resourcemanager/v2/cloud.google.com/go
dest: /
- source: /google/cloud/resourcemanager/v3/cloud.google.com/go
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"pubsub": "1.33.0",
"pubsublite": "1.8.1",
"spanner": "1.51.0",
"storage": "1.33.0"
"storage": "1.34.0"
}
18 changes: 9 additions & 9 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"apikeys": "1.1.3",
"appengine": "1.8.3",
"area120": "0.8.3",
"artifactregistry": "1.14.4",
"artifactregistry": "1.14.5",
"asset": "1.15.2",
"assuredworkloads": "1.11.3",
"automl": "1.13.3",
"baremetalsolution": "1.2.2",
"batch": "1.6.1",
"batch": "1.6.2",
"beyondcorp": "1.0.2",
"billing": "1.17.3",
"binaryauthorization": "1.7.2",
Expand All @@ -32,21 +32,21 @@
"confidentialcomputing": "1.3.2",
"config": "0.1.3",
"contactcenterinsights": "1.11.2",
"container": "1.26.2",
"container": "1.27.0",
"containeranalysis": "0.11.2",
"datacatalog": "1.18.2",
"dataflow": "0.9.3",
"dataform": "0.8.3",
"dataform": "0.9.0",
"datafusion": "1.7.3",
"datalabeling": "0.8.3",
"dataplex": "1.10.2",
"dataplex": "1.11.0",
"dataproc": "2.2.2",
"dataqna": "0.8.3",
"datastream": "1.10.2",
"deploy": "1.14.1",
"dialogflow": "1.44.2",
"discoveryengine": "1.2.2",
"dlp": "1.10.3",
"dlp": "1.11.0",
"documentai": "1.23.4",
"domains": "0.9.3",
"edgecontainer": "1.1.3",
Expand All @@ -69,7 +69,7 @@
"lifesciences": "0.9.3",
"longrunning": "0.5.3",
"managedidentities": "1.6.3",
"maps": "1.5.1",
"maps": "1.6.0",
"mediatranslation": "0.8.3",
"memcache": "1.10.3",
"metastore": "1.13.2",
Expand All @@ -93,7 +93,7 @@
"recaptchaenterprise": "2.8.2",
"recommendationengine": "0.8.3",
"recommender": "1.11.2",
"redis": "1.13.3",
"redis": "1.14.0",
"resourcemanager": "1.9.3",
"resourcesettings": "1.6.3",
"retail": "1.14.3",
Expand All @@ -109,7 +109,7 @@
"serviceusage": "1.8.2",
"shell": "1.7.3",
"shopping": "0.2.1",
"speech": "1.19.2",
"speech": "1.20.0",
"storageinsights": "1.0.3",
"storagetransfer": "1.10.2",
"support": "1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.110.9"
".": "0.110.10"
}
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changes

## [0.110.10](https://github.com/googleapis/google-cloud-go/compare/v0.110.9...v0.110.10) (2023-10-31)


### Bug Fixes

* **all:** Update grpc-go to v1.56.3 ([#8916](https://github.com/googleapis/google-cloud-go/issues/8916)) ([343cea8](https://github.com/googleapis/google-cloud-go/commit/343cea8c43b1e31ae21ad50ad31d3b0b60143f8c))
* **all:** Update grpc-go to v1.59.0 ([#8922](https://github.com/googleapis/google-cloud-go/issues/8922)) ([81a97b0](https://github.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
* **internal/godocfx:** Fix links to other packages in summary ([#8756](https://github.com/googleapis/google-cloud-go/issues/8756)) ([6220a9a](https://github.com/googleapis/google-cloud-go/commit/6220a9afeb89df3080e9e663e97648939fd4e15f))

## [0.110.9](https://github.com/googleapis/google-cloud-go/compare/v0.110.8...v0.110.9) (2023-10-19)


Expand Down
7 changes: 7 additions & 0 deletions artifactregistry/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.14.5](https://github.com/googleapis/google-cloud-go/compare/artifactregistry/v1.14.4...artifactregistry/v1.14.5) (2023-10-31)


### Documentation

* **artifactregistry:** Use code font for resource name references ([ffb0dda](https://github.com/googleapis/google-cloud-go/commit/ffb0ddabf3d9822ba8120cabaf25515fd32e9615))

## [1.14.4](https://github.com/googleapis/google-cloud-go/compare/artifactregistry/v1.14.3...artifactregistry/v1.14.4) (2023-10-26)


Expand Down
2 changes: 1 addition & 1 deletion artifactregistry/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.14.4"
const Version = "1.14.5"
7 changes: 7 additions & 0 deletions batch/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## [1.6.2](https://github.com/googleapis/google-cloud-go/compare/batch/v1.6.1...batch/v1.6.2) (2023-10-31)


### Documentation

* **batch:** Update default max parallel tasks per job ([#8940](https://github.com/googleapis/google-cloud-go/issues/8940)) ([4d40180](https://github.com/googleapis/google-cloud-go/commit/4d40180da0557c2a2e9e2cb8b0509b429676bfc0))

## [1.6.1](https://github.com/googleapis/google-cloud-go/compare/batch/v1.6.0...batch/v1.6.1) (2023-10-26)


Expand Down
3 changes: 2 additions & 1 deletion batch/apiv1/batchpb/job.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion batch/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 9 additions & 11 deletions bigquery/storage/managedwriter/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -937,20 +937,18 @@ func testLargeInsertNoRetry(ctx context.Context, t *testing.T, mwClient *Client,
t.Errorf("expected InvalidArgument status, got %v", status)
}
}
// our next append should fail (we don't have retries enabled).
if _, err = ms.AppendRows(ctx, [][]byte{b}); err == nil {
t.Fatalf("expected second append to fail, got success: %v", err)
}

// The send failure triggers reconnect, so an additional append will succeed.
// our next append is small and should succeed.
result, err = ms.AppendRows(ctx, [][]byte{b})
if err != nil {
t.Fatalf("third append expected to succeed, got error: %v", err)
t.Fatalf("second append failed: %v", err)
}
_, err = result.GetResult(ctx)
if err != nil {
t.Errorf("failure result from third append: %v", err)
t.Errorf("failure result from second append: %v", err)
}

validateTableConstraints(ctx, t, bqClient, testTable, "final",
withExactRowCount(1))
}

func testLargeInsertWithRetry(ctx context.Context, t *testing.T, mwClient *Client, bqClient *bigquery.Client, dataset *bigquery.Dataset) {
Expand Down Expand Up @@ -1005,7 +1003,7 @@ func testLargeInsertWithRetry(ctx context.Context, t *testing.T, mwClient *Clien
}
}

// The second append will succeed, but internally will show a retry.
// The second append will succeed.
result, err = ms.AppendRows(ctx, [][]byte{b})
if err != nil {
t.Fatalf("second append expected to succeed, got error: %v", err)
Expand All @@ -1014,8 +1012,8 @@ func testLargeInsertWithRetry(ctx context.Context, t *testing.T, mwClient *Clien
if err != nil {
t.Errorf("failure result from second append: %v", err)
}
if attempts, _ := result.TotalAttempts(ctx); attempts != 2 {
t.Errorf("expected 2 attempts, got %d", attempts)
if attempts, _ := result.TotalAttempts(ctx); attempts != 1 {
t.Errorf("expected 1 attempts, got %d", attempts)
}
}

Expand Down
7 changes: 7 additions & 0 deletions container/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.27.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.26.2...container/v1.27.0) (2023-10-31)


### Features

* **container:** Add ResourceManagerTags API to attach tags on the underlying Compute Engine VMs of GKE Nodes which can be used to selectively enforce Cloud Firewall network firewall policies ([4d40180](https://github.com/googleapis/google-cloud-go/commit/4d40180da0557c2a2e9e2cb8b0509b429676bfc0))

## [1.26.2](https://github.com/googleapis/google-cloud-go/compare/container/v1.26.1...container/v1.26.2) (2023-10-26)


Expand Down
Loading

0 comments on commit 7905274

Please sign in to comment.