Skip to content

Commit e876d62

Browse files
chore: release main (googleapis#12723)
1 parent f1de706 commit e876d62

File tree

11 files changed

+69
-11
lines changed

11 files changed

+69
-11
lines changed

.release-please-manifest-submodules.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"channel": "1.20.0",
3030
"chat": "0.15.0",
3131
"chronicle": "0.1.1",
32-
"cloudbuild": "1.22.3",
32+
"cloudbuild": "1.23.0",
3333
"cloudcontrolspartner": "1.4.0",
3434
"clouddms": "1.8.7",
3535
"cloudprofiler": "0.4.5",
3636
"cloudquotas": "1.4.0",
3737
"cloudtasks": "1.13.6",
3838
"commerce": "1.2.5",
39-
"compute": "1.43.0",
39+
"compute": "1.44.0",
4040
"compute/metadata": "0.8.0",
4141
"confidentialcomputing": "1.9.2",
4242
"config": "1.4.0",
@@ -59,7 +59,7 @@
5959
"dialogflow": "1.69.0",
6060
"discoveryengine": "1.20.0",
6161
"dlp": "1.24.0",
62-
"documentai": "1.37.0",
62+
"documentai": "1.38.0",
6363
"domains": "0.10.6",
6464
"edgecontainer": "1.4.3",
6565
"edgenetwork": "1.2.6",
@@ -68,7 +68,7 @@
6868
"filestore": "1.10.2",
6969
"financialservices": "0.1.3",
7070
"functions": "1.19.6",
71-
"geminidataanalytics": "0.0.0",
71+
"geminidataanalytics": "0.1.0",
7272
"gkebackup": "1.8.0",
7373
"gkeconnect": "0.12.4",
7474
"gkehub": "0.15.6",
@@ -89,7 +89,7 @@
8989
"maintenance": "0.1.1",
9090
"managedidentities": "1.7.6",
9191
"managedkafka": "0.8.0",
92-
"maps": "1.22.0",
92+
"maps": "1.23.0",
9393
"mediatranslation": "0.9.6",
9494
"memcache": "1.11.6",
9595
"memorystore": "0.3.0",

cloudbuild/CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changes
22

3+
## [1.23.0](https://github.com/googleapis/google-cloud-go/compare/cloudbuild/v1.22.3...cloudbuild/v1.23.0) (2025-08-18)
4+
5+
6+
### Features
7+
8+
* **cloudbuild/apiv1:** Add option to enable nested virtualization if available ([#12720](https://github.com/googleapis/google-cloud-go/issues/12720)) ([f45b222](https://github.com/googleapis/google-cloud-go/commit/f45b2228923d975fc89dde490c651d01d7b0d9ab))
9+
10+
11+
### Documentation
12+
13+
* **cloudbuild/apiv1:** Update comments for `machine_type` and `disk_size_gb` ([f45b222](https://github.com/googleapis/google-cloud-go/commit/f45b2228923d975fc89dde490c651d01d7b0d9ab))
14+
315
## [1.22.3](https://github.com/googleapis/google-cloud-go/compare/cloudbuild/v1.22.2...cloudbuild/v1.22.3) (2025-07-31)
416

517

cloudbuild/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.22.3"
18+
const Version = "1.23.0"

compute/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [1.44.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.43.0...compute/v1.44.0) (2025-08-18)
4+
5+
6+
### Features
7+
8+
* **compute:** Update Compute Engine v1beta API to revision 20250729 ([#1084](https://github.com/googleapis/google-cloud-go/issues/1084)) ([#12724](https://github.com/googleapis/google-cloud-go/issues/12724)) ([f1de706](https://github.com/googleapis/google-cloud-go/commit/f1de7062db662aa6dfbf1e8cd2f0ac5df678e76d))
9+
310
## [1.43.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.42.0...compute/v1.43.0) (2025-08-12)
411

512

compute/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.43.0"
18+
const Version = "1.44.0"

documentai/CHANGES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Changes
22

33

4+
## [1.38.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.37.0...documentai/v1.38.0) (2025-08-18)
5+
6+
7+
### Features
8+
9+
* **documentai:** Added config options for derived fields and signature detection. Some annotation changes changes to mark fields explicitly output only (no changes in semantics just readability) ([f1de706](https://github.com/googleapis/google-cloud-go/commit/f1de7062db662aa6dfbf1e8cd2f0ac5df678e76d))
10+
11+
12+
### Documentation
13+
14+
* **documentai:** A comment for field `create_time` in message `.google.cloud.documentai.v1.Processor` is changed to describe as output only. ([f1de706](https://github.com/googleapis/google-cloud-go/commit/f1de7062db662aa6dfbf1e8cd2f0ac5df678e76d))
15+
* **documentai:** A comment for field `create_time` in message `.google.cloud.documentai.v1.ProcessorVersion` is changed to describe as output only. ([f1de706](https://github.com/googleapis/google-cloud-go/commit/f1de7062db662aa6dfbf1e8cd2f0ac5df678e76d))
16+
* **documentai:** A comment for field `deprecation_info` in message `.google.cloud.documentai.v1.ProcessorVersion` is changed to describe as output only. ([f1de706](https://github.com/googleapis/google-cloud-go/commit/f1de7062db662aa6dfbf1e8cd2f0ac5df678e76d))
17+
* **documentai:** A comment for field `document_schema` in message `.google.cloud.documentai.v1.ProcessorVersion` is changed to describe as output only. ([f1de706](https://github.com/googleapis/google-cloud-go/commit/f1de7062db662aa6dfbf1e8cd2f0ac5df678e76d))
18+
* **documentai:** A comment for field `kms_key_name` in message `.google.cloud.documentai.v1.ProcessorVersion` is changed to describe as output only. ([f1de706](https://github.com/googleapis/google-cloud-go/commit/f1de7062db662aa6dfbf1e8cd2f0ac5df678e76d))
19+
* **documentai:** A comment for field `kms_key_version_name` in message `.google.cloud.documentai.v1.ProcessorVersion` is changed to describe as output only. ([f1de706](https://github.com/googleapis/google-cloud-go/commit/f1de7062db662aa6dfbf1e8cd2f0ac5df678e76d))
20+
* **documentai:** A comment for field `latest_evaluation` in message `.google.cloud.documentai.v1.ProcessorVersion` is changed to describe as output only. ([f1de706](https://github.com/googleapis/google-cloud-go/commit/f1de7062db662aa6dfbf1e8cd2f0ac5df678e76d))
21+
422
## [1.37.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.36.1...documentai/v1.37.0) (2025-04-30)
523

624

documentai/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.37.0"
18+
const Version = "1.38.0"

geminidataanalytics/CHANGES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1-
# Changes
1+
# Changelog
22

3+
## 0.1.0 (2025-08-18)
4+
5+
6+
### Features
7+
8+
* **geminidataanalytics:** New client ([#12729](https://github.com/googleapis/google-cloud-go/issues/12729)) ([1bc6c98](https://github.com/googleapis/google-cloud-go/commit/1bc6c98c371418b05cbe13a95a601e08d1c97014))
9+
10+
## Changes

geminidataanalytics/internal/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

maps/CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33

44

5+
## [1.23.0](https://github.com/googleapis/google-cloud-go/compare/maps/v1.22.0...maps/v1.23.0) (2025-08-18)
6+
7+
8+
### Features
9+
10+
* **maps/solar:** Add `experiments` param to endpoints for access to pre-GA features ([f1de706](https://github.com/googleapis/google-cloud-go/commit/f1de7062db662aa6dfbf1e8cd2f0ac5df678e76d))
11+
* **maps/solar:** Add new `ImageryQuality` tier for allowing satellite-based Solar API results ([f1de706](https://github.com/googleapis/google-cloud-go/commit/f1de7062db662aa6dfbf1e8cd2f0ac5df678e76d))
12+
13+
14+
### Documentation
15+
16+
* **maps/solar:** Add more detailed descriptions for each `ImageryQuality` tier ([f1de706](https://github.com/googleapis/google-cloud-go/commit/f1de7062db662aa6dfbf1e8cd2f0ac5df678e76d))
17+
518
## [1.22.0](https://github.com/googleapis/google-cloud-go/compare/maps/v1.21.1...maps/v1.22.0) (2025-07-16)
619

720

0 commit comments

Comments
 (0)