Skip to content

Commit

Permalink
Merge branch 'main' into owl-bot-copy
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo authored Jan 3, 2025
2 parents 878fa80 + 8a68e45 commit 26fc3bc
Show file tree
Hide file tree
Showing 190 changed files with 217 additions and 203 deletions.
7 changes: 2 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
"commitMessageAction": "update",
"groupName": "deps",
"ignoreDeps": [
"golang.org/x/mod",
"golang.org/x/tools",
"google.golang.org/genproto",
"github.com/google/pprof"
"google.golang.org/genproto"
],
"ignorePaths": [
"**/snippets/**"
Expand All @@ -33,7 +30,7 @@
],
"force": {
"constraints": {
"go": "1.21"
"go": "1.22"
}
}
}
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
# Bigtable test proxy can be run on any of these Go versions
go: [ '1.21', '1.23']
go: [ '1.22', '1.23']
folders: ['bigtable']
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21.x'
go-version: '1.22.x'
- name: Install tools
# go: golang.org/x/tools/cmd/goimports@latest: golang.org/x/[email protected] requires go >= 1.22.0
run: |
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 @@ -2,7 +2,7 @@
"auth": "0.13.0",
"auth/oauth2adapt": "0.2.6",
"bigquery": "1.65.0",
"bigtable": "1.33.0",
"bigtable": "1.34.0",
"datastore": "1.20.0",
"errorreporting": "0.3.2",
"firestore": "1.18.0",
Expand Down
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,12 @@ For an updated list of all of our released APIs please see our

## [Go Versions Supported](#supported-versions)

**Note:** As of Jan 1, 2025 the Cloud Client Libraries for Go will support the
two most-recent major Go releases -- the same [policy](https://go.dev/doc/devel/release#policy)
the Go programming language follows.
Our libraries are compatible with the two most recent major Go
releases, the same [policy](https://go.dev/doc/devel/release#policy) the Go
programming language follows. This means the currently supported versions are:

Our libraries are compatible with at least the three most recent, major Go
releases. They are currently compatible with:

- Go 1.23
- Go 1.22
- Go 1.21
- Go 1.23

## Authorization

Expand Down
2 changes: 1 addition & 1 deletion accessapproval/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/accessapproval

go 1.21
go 1.22

require (
github.com/googleapis/gax-go/v2 v2.14.0
Expand Down
2 changes: 1 addition & 1 deletion accesscontextmanager/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/accesscontextmanager

go 1.21
go 1.22

require (
cloud.google.com/go/iam v1.2.2
Expand Down
2 changes: 1 addition & 1 deletion advisorynotifications/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/advisorynotifications

go 1.21
go 1.22

require (
github.com/googleapis/gax-go/v2 v2.14.0
Expand Down
2 changes: 1 addition & 1 deletion ai/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/ai

go 1.21
go 1.22

require (
cloud.google.com/go/longrunning v0.6.2
Expand Down
2 changes: 1 addition & 1 deletion aiplatform/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/aiplatform

go 1.21
go 1.22

require (
cloud.google.com/go/iam v1.2.2
Expand Down
2 changes: 1 addition & 1 deletion alloydb/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/alloydb

go 1.21
go 1.22

require (
cloud.google.com/go/longrunning v0.6.2
Expand Down
2 changes: 1 addition & 1 deletion analytics/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/analytics

go 1.21
go 1.22

require (
github.com/googleapis/gax-go/v2 v2.14.0
Expand Down
2 changes: 1 addition & 1 deletion apigateway/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/apigateway

go 1.21
go 1.22

require (
cloud.google.com/go/longrunning v0.6.2
Expand Down
2 changes: 1 addition & 1 deletion apigeeconnect/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/apigeeconnect

go 1.21
go 1.22

require (
github.com/googleapis/gax-go/v2 v2.14.0
Expand Down
2 changes: 1 addition & 1 deletion apigeeregistry/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/apigeeregistry

go 1.21
go 1.22

require (
cloud.google.com/go/iam v1.2.2
Expand Down
2 changes: 1 addition & 1 deletion apihub/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/apihub

go 1.21
go 1.22

require (
cloud.google.com/go/longrunning v0.6.2
Expand Down
2 changes: 1 addition & 1 deletion apikeys/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/apikeys

go 1.21
go 1.22

require (
cloud.google.com/go/longrunning v0.6.2
Expand Down
2 changes: 1 addition & 1 deletion appengine/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/appengine

go 1.21
go 1.22

require (
cloud.google.com/go/longrunning v0.6.2
Expand Down
2 changes: 1 addition & 1 deletion apphub/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/apphub

go 1.21
go 1.22

require (
cloud.google.com/go/iam v1.2.2
Expand Down
2 changes: 1 addition & 1 deletion apps/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/apps

go 1.21
go 1.22

require (
cloud.google.com/go/longrunning v0.6.2
Expand Down
2 changes: 1 addition & 1 deletion area120/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/area120

go 1.21
go 1.22

require (
github.com/googleapis/gax-go/v2 v2.14.0
Expand Down
2 changes: 1 addition & 1 deletion artifactregistry/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/artifactregistry

go 1.21
go 1.22

require (
cloud.google.com/go/iam v1.2.2
Expand Down
2 changes: 1 addition & 1 deletion asset/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/asset

go 1.21
go 1.22

require (
cloud.google.com/go/accesscontextmanager v1.9.2
Expand Down
2 changes: 1 addition & 1 deletion assuredworkloads/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/assuredworkloads

go 1.21
go 1.22

require (
cloud.google.com/go/longrunning v0.6.2
Expand Down
2 changes: 1 addition & 1 deletion auth/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/auth

go 1.21
go 1.22

require (
cloud.google.com/go/compute/metadata v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion auth/oauth2adapt/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/auth/oauth2adapt

go 1.21
go 1.22

require (
cloud.google.com/go/auth v0.12.1
Expand Down
2 changes: 1 addition & 1 deletion automl/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/automl

go 1.21
go 1.22

require (
cloud.google.com/go/longrunning v0.6.2
Expand Down
2 changes: 1 addition & 1 deletion backupdr/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/backupdr

go 1.21
go 1.22

require (
cloud.google.com/go/iam v1.2.2
Expand Down
2 changes: 1 addition & 1 deletion baremetalsolution/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/baremetalsolution

go 1.21
go 1.22

require (
cloud.google.com/go/longrunning v0.6.2
Expand Down
2 changes: 1 addition & 1 deletion batch/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/batch

go 1.21
go 1.22

require (
cloud.google.com/go/iam v1.2.2
Expand Down
2 changes: 1 addition & 1 deletion beyondcorp/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/beyondcorp

go 1.21
go 1.22

require (
cloud.google.com/go/iam v1.2.2
Expand Down
2 changes: 1 addition & 1 deletion bigquery/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/bigquery

go 1.21
go 1.22

require (
cloud.google.com/go v0.116.0
Expand Down
25 changes: 24 additions & 1 deletion bigtable/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changes

## [1.34.0](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.33.0...bigtable/v1.34.0) (2025-01-02)


### Features

* **bigtable/admin:** Add support for Cloud Bigtable Node Scaling Factor for CBT Clusters ([7250d71](https://github.com/googleapis/google-cloud-go/commit/7250d714a638dcd5df3fbe0e91c5f1250c3f80f9))
* **bigtable:** Add feature flags proto for Direct Access ([2c83297](https://github.com/googleapis/google-cloud-go/commit/2c83297a569117b0252b5b2edaecb09e4924d979))
* **bigtable:** Async refresh dry run in parallel with sync refresh ([#11066](https://github.com/googleapis/google-cloud-go/issues/11066)) ([169e309](https://github.com/googleapis/google-cloud-go/commit/169e3096150599899788169368f96ce4470e5599))


### Bug Fixes

* **bigtable:** Correct the 'method' label value ([#11350](https://github.com/googleapis/google-cloud-go/issues/11350)) ([6aa27dc](https://github.com/googleapis/google-cloud-go/commit/6aa27dc79046df09e34e93044dbfe47cb3e9aa54))
* **bigtable:** Resolve discrepancy between server and client qps ([#11224](https://github.com/googleapis/google-cloud-go/issues/11224)) ([c500179](https://github.com/googleapis/google-cloud-go/commit/c500179e771ac45ca3c2f5f7939444c8f65eafd3))
* **bigtable:** Update golang.org/x/net to v0.33.0 ([e9b0b69](https://github.com/googleapis/google-cloud-go/commit/e9b0b69644ea5b276cacff0a707e8a5e87efafc9))
* **bigtable:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e))
* **bigtable:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e))


### Documentation

* **bigtable:** Add todos ([#11280](https://github.com/googleapis/google-cloud-go/issues/11280)) ([d4f2449](https://github.com/googleapis/google-cloud-go/commit/d4f2449c5c2192b49de2bb42c7027beffb7517a2))
* **bigtable:** Adding shut down log ([#11293](https://github.com/googleapis/google-cloud-go/issues/11293)) ([6cf33a8](https://github.com/googleapis/google-cloud-go/commit/6cf33a8d5605f37c1666de2c4e49554ec8fcc1a1))

## [1.33.0](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.32.0...bigtable/v1.33.0) (2024-09-23)


Expand Down Expand Up @@ -420,4 +444,3 @@

This is the first tag to carve out bigtable as its own module. See:
https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository.

2 changes: 1 addition & 1 deletion bigtable/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/bigtable

go 1.21
go 1.22

require (
cloud.google.com/go v0.117.0
Expand Down
2 changes: 1 addition & 1 deletion bigtable/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.33.0"
const Version = "1.34.0"
2 changes: 1 addition & 1 deletion billing/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/billing

go 1.21
go 1.22

require (
cloud.google.com/go/iam v1.2.2
Expand Down
2 changes: 1 addition & 1 deletion binaryauthorization/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/binaryauthorization

go 1.21
go 1.22

require (
github.com/googleapis/gax-go/v2 v2.14.0
Expand Down
2 changes: 1 addition & 1 deletion certificatemanager/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/certificatemanager

go 1.21
go 1.22

require (
cloud.google.com/go/longrunning v0.6.2
Expand Down
2 changes: 1 addition & 1 deletion channel/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/channel

go 1.21
go 1.22

require (
cloud.google.com/go/longrunning v0.6.2
Expand Down
2 changes: 1 addition & 1 deletion chat/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/chat

go 1.21
go 1.22

require (
github.com/googleapis/gax-go/v2 v2.14.0
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/cloudbuild

go 1.21
go 1.22

require (
cloud.google.com/go/iam v1.2.2
Expand Down
2 changes: 1 addition & 1 deletion cloudcontrolspartner/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/cloudcontrolspartner

go 1.21
go 1.22

require (
github.com/googleapis/gax-go/v2 v2.14.0
Expand Down
2 changes: 1 addition & 1 deletion clouddms/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cloud.google.com/go/clouddms

go 1.21
go 1.22

require (
cloud.google.com/go/iam v1.2.2
Expand Down
Loading

0 comments on commit 26fc3bc

Please sign in to comment.