Commit 1720392
chore(all): update deps (main) (#14231)
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/aiplatform](https://redirect.github.com/googleapis/google-cloud-go)
| `v1.120.0` → `v1.121.0` |

|

| require | minor |
|
[cloud.google.com/go/auth](https://redirect.github.com/googleapis/google-cloud-go)
| `v0.18.2` → `v0.19.0` |

|

| require | minor |
|
[cloud.google.com/go/bigquery](https://redirect.github.com/googleapis/google-cloud-go)
| `v1.74.0` → `v1.75.0` |

|

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

|

| require | minor |
|
[cloud.google.com/go/pubsub](https://redirect.github.com/googleapis/google-cloud-go)
| `v1.50.1` → `v1.50.2` |

|

| require | patch |
|
[cloud.google.com/go/pubsub/v2](https://redirect.github.com/googleapis/google-cloud-go)
| `v2.4.0` → `v2.5.1` |

|

| require | minor |
|
[cloud.google.com/go/spanner](https://redirect.github.com/googleapis/google-cloud-go)
| `v1.88.0` → `v1.89.0` |

|

| require | minor |
|
[github.com/envoyproxy/go-control-plane/envoy](https://redirect.github.com/envoyproxy/go-control-plane)
| `v1.36.0` → `v1.37.0` |

|

| require | minor |
|
[github.com/go-git/go-git/v5](https://redirect.github.com/go-git/go-git)
| `v5.17.1` → `v5.17.2` |

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

| require | digest |
---
### Release Notes
<details>
<summary>googleapis/google-cloud-go (cloud.google.com/go/auth)</summary>
###
[`v0.19.0`](https://redirect.github.com/googleapis/google-cloud-go/blob/HEAD/CHANGES.md#v0190)
- bigquery:
- Support customer-managed encryption keys.
- bigtable:
- Improved emulator support.
- Support GetCluster.
- datastore:
- Add general mutations.
- Support pointer struct fields.
- Support transaction options.
- firestore:
- Add Transaction.GetAll.
- Support document cursors.
- logging:
- Support concurrent RPCs to the service.
- Support per-entry resources.
- profiler:
- Add config options to disable heap and thread profiling.
- Read the project ID from $GOOGLE\_CLOUD\_PROJECT when it's set.
- pubsub:
- BEHAVIOR CHANGE: Release flow control after ack/nack (instead of after
the
callback returns).
- Add SubscriptionInProject.
- Add OpenCensus instrumentation for streaming pull.
- storage:
- Support CORS.
</details>
<details>
<summary>go-git/go-git (github.com/go-git/go-git/v5)</summary>
###
[`v5.17.2`](https://redirect.github.com/go-git/go-git/releases/tag/v5.17.2)
[Compare
Source](https://redirect.github.com/go-git/go-git/compare/v5.17.1...v5.17.2)
#### What's Changed
- build: Update module github.com/go-git/go-git/v5 to v5.17.1
\[SECURITY] (releases/v5.x) by
[@​go-git-renovate](https://redirect.github.com/go-git-renovate)\[bot]
in [#​1941](https://redirect.github.com/go-git/go-git/pull/1941)
- dotgit: skip writing pack files that already exist on disk by
[@​pjbgf](https://redirect.github.com/pjbgf) in
[#​1944](https://redirect.github.com/go-git/go-git/pull/1944)
:warning: This release fixes a bug
([#​1942](https://redirect.github.com/go-git/go-git/issues/1942))
that blocked some users from upgrading to `v5.17.1`. Thanks
[@​pskrbasu](https://redirect.github.com/pskrbasu) for reporting
it. 🙇
**Full Changelog**:
<go-git/go-git@v5.17.1...v5.17.2>
</details>
<details>
<summary>googleapis/gax-go (github.com/googleapis/gax-go/v2)</summary>
###
[`v2.20.0`](https://redirect.github.com/googleapis/gax-go/releases/tag/v2.20.0):
v2: v2.20.0
[Compare
Source](https://redirect.github.com/googleapis/gax-go/compare/v2.19.0...v2.20.0)
##### Features
- hook metric recording into gax.Invoke
([#​494](https://redirect.github.com/googleapis/gax-go/issues/494))
([1f3e9aef](https://redirect.github.com/googleapis/gax-go/commit/1f3e9aef))
- add TelemetryErrorInfo and ExtractTelemetryErrorInfo
([#​487](https://redirect.github.com/googleapis/gax-go/issues/487))
([defdded3](https://redirect.github.com/googleapis/gax-go/commit/defdded3))
###
[`v2.19.0`](https://redirect.github.com/googleapis/gax-go/releases/tag/v2.19.0):
v2: v2.19.0
[Compare
Source](https://redirect.github.com/googleapis/gax-go/compare/v2.18.0...v2.19.0)
##### Features
- update WithLogger to WithLoggerContext.
([#​478](https://redirect.github.com/googleapis/gax-go/issues/478))
([1cb70baf](https://redirect.github.com/googleapis/gax-go/commit/1cb70baf))
- pass logger to downstream via context
([#​474](https://redirect.github.com/googleapis/gax-go/issues/474))
([434fa676](https://redirect.github.com/googleapis/gax-go/commit/434fa676))
- add WithClientMetrics CallOption
([#​479](https://redirect.github.com/googleapis/gax-go/issues/479))
([76f0284e](https://redirect.github.com/googleapis/gax-go/commit/76f0284e))
- add TransportTelemetryData for dynamic transport attributes
([#​481](https://redirect.github.com/googleapis/gax-go/issues/481))
([8a7caf00](https://redirect.github.com/googleapis/gax-go/commit/8a7caf00))
- add ClientMetrics initialization core
([#​473](https://redirect.github.com/googleapis/gax-go/issues/473))
([f53618c2](https://redirect.github.com/googleapis/gax-go/commit/f53618c2))
##### Bug Fixes
- lazy initialization and getters for ClientMetrics
([#​485](https://redirect.github.com/googleapis/gax-go/issues/485))
([fb6c5f4d](https://redirect.github.com/googleapis/gax-go/commit/fb6c5f4d))
</details>
<details>
<summary>googleapis/google-api-go-client
(google.golang.org/api)</summary>
###
[`v0.273.1`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.273.1)
[Compare
Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.273.0...v0.273.1)
##### Bug Fixes
- Merge duplicate x-goog-request-params header
([#​3547](https://redirect.github.com/googleapis/google-api-go-client/issues/3547))
([2008108](https://redirect.github.com/googleapis/google-api-go-client/commit/2008108eb50215407a945afc2db9c45998c42bbe))
###
[`v0.273.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.273.0)
[Compare
Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.272.0...v0.273.0)
##### Features
- **all:** Auto-regenerate discovery clients
([#​3542](https://redirect.github.com/googleapis/google-api-go-client/issues/3542))
([a4b4711](https://redirect.github.com/googleapis/google-api-go-client/commit/a4b47110f2ba5bf8bdb32174f26f609615e0e8dc))
- **all:** Auto-regenerate discovery clients
([#​3546](https://redirect.github.com/googleapis/google-api-go-client/issues/3546))
([0cacfa8](https://redirect.github.com/googleapis/google-api-go-client/commit/0cacfa8557f0f7d21166c4dfef84f60c6d9f1a49))
</details>
<details>
<summary>googleapis/go-genai (google.golang.org/genai)</summary>
###
[`v1.52.0`](https://redirect.github.com/googleapis/go-genai/releases/tag/v1.52.0)
[Compare
Source](https://redirect.github.com/googleapis/go-genai/compare/v1.51.0...v1.52.0)
##### Features
- Add labels field to Veo configs
([3fab63a](https://redirect.github.com/googleapis/go-genai/commit/3fab63a5f628b8ffe35fe75c325108a75e5c5add))
- Add model\_status to GenerateContentResponse (Gemini API only)
([8c040e3](https://redirect.github.com/googleapis/go-genai/commit/8c040e35aaab4089303fbd0fcacdf80ae85cc9df))
- Add part\_metadata in Part (Gemini API only)
([8c040e3](https://redirect.github.com/googleapis/go-genai/commit/8c040e35aaab4089303fbd0fcacdf80ae85cc9df))
- Add service tier to GenerateContent.
([c07b6a0](https://redirect.github.com/googleapis/go-genai/commit/c07b6a0b47408e038264a4b0d85183e4240cb30a))
- **genai:** add TURN\_INCLUDES\_AUDIO\_ACTIVITY\_AND\_ALL\_VIDEO to
TurnCoverage
([ea49f9a](https://redirect.github.com/googleapis/go-genai/commit/ea49f9a7d885d7d0fb2016c7621b1d22eee06b26))
- support hyperparameters in distillation tuning
([b8873ea](https://redirect.github.com/googleapis/go-genai/commit/b8873ea18126d825b841794414c05c66cb2bc094))
- Support rendered\_parts in GroundingSupport
([8c040e3](https://redirect.github.com/googleapis/go-genai/commit/8c040e35aaab4089303fbd0fcacdf80ae85cc9df))
##### Bug Fixes
- Fix empty InlinedEmbedContentResponses for inline batch embeddings in
Go GenAI SDK
([e70c9d1](https://redirect.github.com/googleapis/go-genai/commit/e70c9d111e5f70e684537ae3ebb3fcaaf839d642)),
closes
[#​712](https://redirect.github.com/googleapis/go-genai/issues/712)
- support us region routing
([09d5be3](https://redirect.github.com/googleapis/go-genai/commit/09d5be32d28541debeb2fbfae13be29e51d0b42d))
###
[`v1.51.0`](https://redirect.github.com/googleapis/go-genai/releases/tag/v1.51.0)
[Compare
Source](https://redirect.github.com/googleapis/go-genai/compare/v1.50.0...v1.51.0)
##### Features
- Support include\_server\_side\_tool\_invocations for genai.
([cec4bfd](https://redirect.github.com/googleapis/go-genai/commit/cec4bfd51223b19740526a44a610a8c06de737d4))
</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:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuMTAwLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
---------
Co-authored-by: Baha Aiman <bahaaiman@google.com>1 parent 4fcceb5 commit 1720392
400 files changed
Lines changed: 5641 additions & 5595 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
- oauth2adapt
- 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
- examples
- fake
- mock
- gapicgen
- generated/snippets
- godocfx
- 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 | | - | |
8 | | - | |
9 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
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 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
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 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| 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 | 10 | | |
11 | 11 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
0 commit comments