Commit 6df17af
chore(all): update deps (main) (#14351)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) | Type |
Update |
|---|---|---|---|---|---|
|
[cloud.google.com/go/accesscontextmanager](https://redirect.github.com/googleapis/google-cloud-go)
| `v1.9.7` → `v1.10.0` |

|

| require | minor |
|
[cloud.google.com/go/aiplatform](https://redirect.github.com/googleapis/google-cloud-go)
| `v1.121.0` → `v1.122.0` |

|

| require | minor |
|
[cloud.google.com/go/datacatalog](https://redirect.github.com/googleapis/google-cloud-go)
| `v1.26.1` → `v1.27.0` |

|

| require | minor |
|
[cloud.google.com/go/iam](https://redirect.github.com/googleapis/google-cloud-go)
| `v1.6.0` → `v1.7.0` |

|

| require | minor |
|
[cloud.google.com/go/kms](https://redirect.github.com/googleapis/google-cloud-go)
| `v1.26.0` → `v1.27.0` |

|

| require | minor |
|
[cloud.google.com/go/longrunning](https://redirect.github.com/googleapis/google-cloud-go)
| `v0.8.0` → `v0.9.0` |

|

| require | minor |
|
[cloud.google.com/go/monitoring](https://redirect.github.com/googleapis/google-cloud-go)
| `v1.24.3` → `v1.25.0` |

|

| require | minor |
|
[cloud.google.com/go/orgpolicy](https://redirect.github.com/googleapis/google-cloud-go)
| `v1.15.1` → `v1.16.0` |

|

| require | minor |
|
[cloud.google.com/go/osconfig](https://redirect.github.com/googleapis/google-cloud-go)
| `v1.16.0` → `v1.17.0` |

|

| require | minor |
|
[cloud.google.com/go/storage](https://redirect.github.com/googleapis/google-cloud-go)
| `v1.61.3` → `v1.62.0` |

|

| require | minor |
|
[cloud.google.com/go/translate](https://redirect.github.com/googleapis/google-cloud-go)
| `v1.12.7` → `v1.13.0` |

|

| require | minor |
| [github.com/google/pprof](https://redirect.github.com/google/pprof) |
`a15ffb7` → `545e8a4` |

|

| require | digest |
|
[github.com/googleapis/gax-go/v2](https://redirect.github.com/googleapis/gax-go)
| `v2.20.0` → `v2.21.0` |

|

| require | minor |
|
[google.golang.org/api](https://redirect.github.com/googleapis/google-api-go-client)
| `v0.273.1` → `v0.274.0` |

|

| require | minor |
|
[google.golang.org/api](https://redirect.github.com/googleapis/google-api-go-client)
| `v0.272.0` → `v0.274.0` |

|

| require | minor |
|
[google.golang.org/genai](https://redirect.github.com/googleapis/go-genai)
| `v1.52.0` → `v1.52.1` |

|

| require | patch |
|
[google.golang.org/genproto/googleapis/api](https://redirect.github.com/googleapis/go-genproto)
| `f93e5f3` → `9d38bb4` |

|

| require | digest |
|
[google.golang.org/genproto/googleapis/rpc](https://redirect.github.com/googleapis/go-genproto)
| `f93e5f3` → `9d38bb4` |

|

| require | digest |
| [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) |
`v1.79.3` → `v1.80.0` |

|

| require | minor |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.
---
### Release Notes
<details>
<summary>googleapis/google-cloud-go
(cloud.google.com/go/longrunning)</summary>
###
[`v0.9.0`](https://redirect.github.com/googleapis/google-cloud-go/blob/HEAD/CHANGES.md#v090)
[Compare
Source](https://redirect.github.com/googleapis/google-cloud-go/compare/v0.8.0...v0.9.0)
- Breaking changes to some autogenerated clients.
- rpcreplay package added.
</details>
<details>
<summary>googleapis/gax-go (github.com/googleapis/gax-go/v2)</summary>
###
[`v2.21.0`](https://redirect.github.com/googleapis/gax-go/releases/tag/v2.21.0):
v2: v2.21.0
[Compare
Source](https://redirect.github.com/googleapis/gax-go/compare/v2.20.0...v2.21.0)
##### Features
- update IsFeatureEnabled to not require EXPERIMENTAL
([#​497](https://redirect.github.com/googleapis/gax-go/issues/497))
([a2a329e3](https://redirect.github.com/googleapis/gax-go/commit/a2a329e3))
- hook transport telemetry into gax.Invoke and record
([#​496](https://redirect.github.com/googleapis/gax-go/issues/496))
([d5310019](https://redirect.github.com/googleapis/gax-go/commit/d5310019))
</details>
<details>
<summary>googleapis/google-api-go-client
(google.golang.org/api)</summary>
###
[`v0.274.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.274.0)
[Compare
Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.273.1...v0.274.0)
##### Features
- **all:** Auto-regenerate discovery clients
([#​3555](https://redirect.github.com/googleapis/google-api-go-client/issues/3555))
([0e634ae](https://redirect.github.com/googleapis/google-api-go-client/commit/0e634ae13e626c6082c534eda8c03d5d3e673605))
</details>
<details>
<summary>googleapis/go-genai (google.golang.org/genai)</summary>
###
[`v1.52.1`](https://redirect.github.com/googleapis/go-genai/releases/tag/v1.52.1)
[Compare
Source](https://redirect.github.com/googleapis/go-genai/compare/v1.52.0...v1.52.1)
##### Bug Fixes
- Fix service\_tier enums.
([5518442](https://redirect.github.com/googleapis/go-genai/commit/5518442a2a8dac4a00ad4248470ec995604974f6))
</details>
<details>
<summary>grpc/grpc-go (google.golang.org/grpc)</summary>
###
[`v1.80.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.80.0):
Release 1.80.0
[Compare
Source](https://redirect.github.com/grpc/grpc-go/compare/v1.79.3...v1.80.0)
### Behavior Changes
- balancer: log a warning if a balancer is registered with uppercase
letters, as balancer names should be lowercase. In a future release,
balancer names will be treated as case-insensitive; see
[#​5288](https://redirect.github.com/grpc/grpc-go/issues/5288) for
details.
([#​8837](https://redirect.github.com/grpc/grpc-go/issues/8837))
- xds: update resource error handling and re-resolution logic
([#​8907](https://redirect.github.com/grpc/grpc-go/issues/8907))
- Re-resolve all `LOGICAL_DNS` clusters simultaneously when
re-resolution is requested.
- Fail all in-flight RPCs immediately upon receipt of listener or route
resource errors, instead of allowing them to complete.
### Bug Fixes
- xds: support the LB policy configured in `LOGICAL_DNS` cluster
resources instead of defaulting to `pick_first`.
([#​8733](https://redirect.github.com/grpc/grpc-go/issues/8733))
- credentials/tls: perform per-RPC authority validation against the leaf
certificate instead of the entire peer certificate chain.
([#​8831](https://redirect.github.com/grpc/grpc-go/issues/8831))
- xds: enabling A76 ring hash endpoint keys no longer causes EDS
resources with invalid proxy metadata to be NACKed when HTTP CONNECT
(gRFC A86) is disabled.
([#​8875](https://redirect.github.com/grpc/grpc-go/issues/8875))
- xds: validate that the sum of endpoint weights in a locality does not
exceed the maximum `uint32` value.
([#​8899](https://redirect.github.com/grpc/grpc-go/issues/8899))
- Special Thanks: [@​RAVEYUS](https://redirect.github.com/RAVEYUS)
- xds: fix incorrect proto field access in the weighted round robin
(WRR) configuration where `blackout_period` was used instead of
`weight_expiration_period`.
([#​8915](https://redirect.github.com/grpc/grpc-go/issues/8915))
- Special Thanks:
[@​gregbarasch](https://redirect.github.com/gregbarasch)
- xds/rbac: handle addresses with ports in IP matchers.
([#​8990](https://redirect.github.com/grpc/grpc-go/issues/8990))
### New Features
- ringhash: enable gRFC A76 (endpoint hash keys and request hash
headers) by default.
([#​8922](https://redirect.github.com/grpc/grpc-go/issues/8922))
### Performance Improvements
- credentials/alts: pool write buffers to reduce memory allocations and
usage.
([#​8919](https://redirect.github.com/grpc/grpc-go/issues/8919))
- grpc: enable the use of pooled write buffers for buffering HTTP/2
frame writes by default. This reduces memory usage when connections are
idle. Use the
[WithSharedWriteBuffer](https://pkg.go.dev/google.golang.org/grpc#WithSharedWriteBuffer)
dial option or the
[SharedWriteBuffer](https://pkg.go.dev/google.golang.org/grpc#SharedWriteBuffer)
server option to disable this feature.
([#​8957](https://redirect.github.com/grpc/grpc-go/issues/8957))
- xds/priority: stop caching child LB policies removed from the
configuration. This will help reduce memory and cpu usage when
localities are constantly switching between priorities.
([#​8997](https://redirect.github.com/grpc/grpc-go/issues/8997))
- mem: add a faster tiered buffer pool; use the experimental
[mem.NewBinaryTieredBufferPool](https://pkg.go.dev/google.golang.org/grpc/mem@master#NewBinaryTieredBufferPool)
function to create such pools.
([#​8775](https://redirect.github.com/grpc/grpc-go/issues/8775))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on
Monday ( * 0-3 * * 1 ) (UTC), Automerge - 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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/googleapis/google-cloud-go).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
---------
Co-authored-by: Chris Smith <chrisdsmith@google.com>1 parent 93e3e8f commit 6df17af
394 files changed
Lines changed: 4030 additions & 4012 deletions
File tree
- accessapproval
- accesscontextmanager
- advisorynotifications
- aiplatform
- ai
- alloydb
- analytics
- apigateway
- apigeeconnect
- apigeeregistry
- apihub
- apikeys
- apiregistry
- appengine
- apphub
- apps
- area120
- artifactregistry
- asset
- assuredworkloads
- auditmanager
- auth
- automl
- backupdr
- baremetalsolution
- batch
- beyondcorp
- biglake
- bigquery
- v2
- bigtable
- billing
- binaryauthorization
- capacityplanner
- certificatemanager
- ces
- channel
- chat
- chronicle
- cloudbuild
- cloudcontrolspartner
- clouddms
- cloudprofiler
- cloudquotas
- cloudsecuritycompliance
- cloudtasks
- commerce
- compute
- confidentialcomputing
- configdelivery
- config
- contactcenterinsights
- containeranalysis
- container
- datacatalog
- dataflow
- dataform
- datafusion
- datalabeling
- datamanager
- dataplex
- dataproc
- dataqna
- datastore
- datastream
- deploy
- developerconnect
- devicestreaming
- dialogflow
- discoveryengine
- dlp
- documentai
- domains
- edgecontainer
- edgenetwork
- errorreporting
- essentialcontacts
- eventarc
- filestore
- financialservices
- firestore
- functions
- geminidataanalytics
- gkebackup
- gkeconnect
- gkehub
- gkemulticloud
- gkerecommender
- grafeas
- gsuiteaddons
- hypercomputecluster
- iam
- iap
- identitytoolkit
- ids
- internal
- aliasgen
- examples
- fake
- mock
- protoveneer
- iot
- kms
- language
- licensemanager
- lifesciences
- locationfinder
- logging
- longrunning
- lustre
- maintenance
- managedidentities
- managedkafka
- maps
- mediatranslation
- memcache
- memorystore
- metastore
- migrationcenter
- modelarmor
- monitoring
- netapp
- networkconnectivity
- networkmanagement
- networksecurity
- networkservices
- notebooks
- optimization
- oracledatabase
- orchestration
- orgpolicy
- osconfig
- oslogin
- parallelstore
- parametermanager
- phishingprotection
- policysimulator
- policytroubleshooter
- privatecatalog
- privilegedaccessmanager
- profiler
- pubsublite
- pubsub
- v2
- rapidmigrationassessment
- recaptchaenterprise
- recommendationengine
- recommender
- redis
- resourcemanager
- retail
- run
- saasplatform
- scheduler
- secretmanager
- securesourcemanager
- securitycentermanagement
- securitycenter
- securityposture
- security
- servicecontrol
- servicedirectory
- servicehealth
- servicemanagement
- serviceusage
- shell
- shopping
- spanner
- benchmarks
- test/opentelemetry/test
- speech
- storagebatchoperations
- storageinsights
- storagetransfer
- storage
- internal/benchmarks
- streetview
- support
- talent
- telcoautomation
- texttospeech
- tpu
- trace
- translate
- vectorsearch
- vertexai
- videointelligence
- video
- visionai
- vision
- vmmigration
- vmwareengine
- vpcaccess
- webrisk
- websecurityscanner
- workflows
- workloadmanager
- workstations
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments