Skip to content

Commit dfcb16f

Browse files
chore: release main (googleapis#12499)
1 parent 4939f28 commit dfcb16f

File tree

19 files changed

+158
-19
lines changed

19 files changed

+158
-19
lines changed

.release-please-manifest-submodules.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"accesscontextmanager": "1.9.6",
44
"advisorynotifications": "1.5.6",
55
"ai": "0.12.1",
6-
"aiplatform": "1.91.0",
7-
"alloydb": "1.17.0",
6+
"aiplatform": "1.92.0",
7+
"alloydb": "1.18.0",
88
"analytics": "0.29.0",
99
"apigateway": "1.7.7",
1010
"apigeeconnect": "1.7.7",
@@ -53,11 +53,11 @@
5353
"dataqna": "0.9.7",
5454
"datastream": "1.14.1",
5555
"deploy": "1.27.2",
56-
"developerconnect": "0.3.3",
56+
"developerconnect": "0.4.0",
5757
"devicestreaming": "0.1.0",
5858
"dialogflow": "1.68.2",
5959
"discoveryengine": "1.18.0",
60-
"dlp": "1.23.0",
60+
"dlp": "1.24.0",
6161
"documentai": "1.37.0",
6262
"domains": "0.10.6",
6363
"edgecontainer": "1.4.3",
@@ -83,7 +83,7 @@
8383
"lifesciences": "0.10.6",
8484
"longrunning": "0.6.7",
8585
"lustre": "0.1.1",
86-
"maintenance": "0.0.0",
86+
"maintenance": "0.1.0",
8787
"managedidentities": "1.7.6",
8888
"managedkafka": "0.6.0",
8989
"maps": "1.21.0",
@@ -98,7 +98,7 @@
9898
"networkconnectivity": "1.17.1",
9999
"networkmanagement": "1.19.1",
100100
"networksecurity": "0.10.6",
101-
"networkservices": "0.3.0",
101+
"networkservices": "0.4.0",
102102
"notebooks": "1.12.6",
103103
"optimization": "1.7.6",
104104
"oracledatabase": "0.5.0",
@@ -107,7 +107,7 @@
107107
"osconfig": "1.14.6",
108108
"oslogin": "1.14.6",
109109
"parallelstore": "0.11.3",
110-
"parametermanager": "0.2.1",
110+
"parametermanager": "0.3.0",
111111
"phishingprotection": "0.9.6",
112112
"policysimulator": "0.3.6",
113113
"policytroubleshooter": "1.11.6",
@@ -119,7 +119,7 @@
119119
"recommender": "1.13.5",
120120
"redis": "1.18.2",
121121
"resourcemanager": "1.10.6",
122-
"retail": "1.21.0",
122+
"retail": "1.22.0",
123123
"run": "1.10.1",
124124
"scheduler": "1.11.7",
125125
"secretmanager": "1.15.0",
@@ -147,7 +147,7 @@
147147
"texttospeech": "1.13.0",
148148
"tpu": "1.8.3",
149149
"trace": "1.11.6",
150-
"translate": "1.12.5",
150+
"translate": "1.12.6",
151151
"video": "1.24.0",
152152
"videointelligence": "1.12.6",
153153
"vision": "2.9.5",

aiplatform/CHANGES.md

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

33

4+
## [1.92.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.91.0...aiplatform/v1.92.0) (2025-06-25)
5+
6+
7+
### Features
8+
9+
* **aiplatform:** Add GenAiAdvancedFeaturesConfig to endpoint.proto ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
10+
* **aiplatform:** Add invoke_route_prefix to ModelContainerSpec in aiplatform v1beta1 models.proto ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
11+
* **aiplatform:** Add Model Garden deploy OSS model API ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
12+
* **aiplatform:** Add PSCAutomationConfig to PrivateServiceConnectConfig in service_networking.proto ([#12467](https://github.com/googleapis/google-cloud-go/issues/12467)) ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
13+
* **aiplatform:** Reasoning Engine v1beta1 subresource updates ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
14+
15+
16+
### Documentation
17+
18+
* **aiplatform:** Clarify that the names for sessions and session_events are no longer required. ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
19+
* **aiplatform:** Update dedicateEndpointDns documentation ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
20+
421
## [1.91.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.90.0...aiplatform/v1.91.0) (2025-06-17)
522

623

aiplatform/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.91.0"
18+
const Version = "1.92.0"

alloydb/CHANGES.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33

44

55

6+
## [1.18.0](https://github.com/googleapis/google-cloud-go/compare/alloydb/v1.17.0...alloydb/v1.18.0) (2025-06-25)
7+
8+
9+
### Features
10+
11+
* **alloydb:** Backup.create_completion_time output field ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
12+
* **alloydb:** Backup.create_completion_time output field ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
13+
* **alloydb:** Cluster.DenyMaintenancePeriod field ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
14+
* **alloydb:** Cluster.DenyMaintenancePeriod field ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
15+
* **alloydb:** Instance.ActivationPolicy field ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
16+
* **alloydb:** Instance.ActivationPolicy field ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
17+
* **alloydb:** InstanceNetworkConfig.allocated_ip_range_override field ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
18+
* **alloydb:** InstanceNetworkConfig.allocated_ip_range_override field ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
19+
* **alloydb:** InstanceNetworkConfig.network output field ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
20+
* **alloydb:** InstanceNetworkConfig.network output field ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
21+
22+
23+
### Documentation
24+
25+
* **alloydb:** A comment for field `earliest_restorable_time` ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
26+
* **alloydb:** A comment for field `earliest_restorable_time` ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
27+
* **alloydb:** A comment for field `status` in message `PscAutoConnectionConfig` ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
28+
* **alloydb:** A comment for field `status` in message `PscAutoConnectionConfig` ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
29+
630
## [1.17.0](https://github.com/googleapis/google-cloud-go/compare/alloydb/v1.16.1...alloydb/v1.17.0) (2025-06-17)
731

832

alloydb/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.

developerconnect/CHANGES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/developerconnect/v0.3.3...developerconnect/v0.4.0) (2025-06-25)
4+
5+
6+
### Features
7+
8+
* **developerconnect:** A new enum `google.cloud.developerconnect.v1.SystemProvider` is added ([116a33a](https://github.com/googleapis/google-cloud-go/commit/116a33ab13c9fac6f6830dded55c24d38504707b))
9+
* **developerconnect:** A new field `bitbucket_cloud_config` is added to message `google.cloud.developerconnect.v1.Connection` ([116a33a](https://github.com/googleapis/google-cloud-go/commit/116a33ab13c9fac6f6830dded55c24d38504707b))
10+
* **developerconnect:** A new field `bitbucket_data_center_config` is added to message `google.cloud.developerconnect.v1.Connection` ([116a33a](https://github.com/googleapis/google-cloud-go/commit/116a33ab13c9fac6f6830dded55c24d38504707b))
11+
* **developerconnect:** A new field `oauth_start_uri` is added to message `google.cloud.developerconnect.v1.AccountConnector` ([116a33a](https://github.com/googleapis/google-cloud-go/commit/116a33ab13c9fac6f6830dded55c24d38504707b))
12+
* **developerconnect:** A new field `provider_oauth_config` is added to message `google.cloud.developerconnect.v1.AccountConnector` ([116a33a](https://github.com/googleapis/google-cloud-go/commit/116a33ab13c9fac6f6830dded55c24d38504707b))
13+
* **developerconnect:** A new message `google.cloud.developerconnect.v1.AccountConnector` is added ([116a33a](https://github.com/googleapis/google-cloud-go/commit/116a33ab13c9fac6f6830dded55c24d38504707b))
14+
* **developerconnect:** A new message `google.cloud.developerconnect.v1.GitProxyConfig` is added ([116a33a](https://github.com/googleapis/google-cloud-go/commit/116a33ab13c9fac6f6830dded55c24d38504707b))
15+
* **developerconnect:** A new message `google.cloud.developerconnect.v1.User` is added ([116a33a](https://github.com/googleapis/google-cloud-go/commit/116a33ab13c9fac6f6830dded55c24d38504707b))
16+
* **developerconnect:** Add DCI insights config proto ([116a33a](https://github.com/googleapis/google-cloud-go/commit/116a33ab13c9fac6f6830dded55c24d38504707b))
17+
18+
19+
### Documentation
20+
21+
* **developerconnect:** A comment for field `uid` in message `.google.cloud.developerconnect.v1.Connection` is changed ([116a33a](https://github.com/googleapis/google-cloud-go/commit/116a33ab13c9fac6f6830dded55c24d38504707b))
22+
* **developerconnect:** A comment for field `uid` in message `.google.cloud.developerconnect.v1.GitRepositoryLink` is changed ([116a33a](https://github.com/googleapis/google-cloud-go/commit/116a33ab13c9fac6f6830dded55c24d38504707b))
23+
324
## [0.3.3](https://github.com/googleapis/google-cloud-go/compare/developerconnect/v0.3.2...developerconnect/v0.3.3) (2025-04-15)
425

526

developerconnect/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.

dlp/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.24.0](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.23.0...dlp/v1.24.0) (2025-06-25)
4+
5+
6+
### Features
7+
8+
* **dlp:** Add SaveToGcsFindingsOutput ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
9+
10+
11+
### Documentation
12+
13+
* **dlp:** Minor doc revision ([e720182](https://github.com/googleapis/google-cloud-go/commit/e720182b5704cac4ae9871785a87e3a94d446bc2))
14+
315
## [1.23.0](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.22.1...dlp/v1.23.0) (2025-05-29)
416

517

dlp/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.23.0"
18+
const Version = "1.24.0"

maintenance/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-06-25)
4+
5+
6+
### Features
7+
8+
* **maintenance:** New client(s) ([#12483](https://github.com/googleapis/google-cloud-go/issues/12483)) ([4ca647f](https://github.com/googleapis/google-cloud-go/commit/4ca647fc08fb218a7fd0ea82c5f6f5c17e78510a))
9+
10+
## Changes

0 commit comments

Comments
 (0)