Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 353a737

Browse files
chore: release main (#12010)
1 parent bd281a8 commit 353a737

17 files changed

Lines changed: 106 additions & 17 deletions

File tree

.release-please-manifest-submodules.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"accesscontextmanager": "1.9.6",
44
"advisorynotifications": "1.5.5",
55
"ai": "0.10.2",
6-
"aiplatform": "1.83.0",
6+
"aiplatform": "1.84.0",
77
"alloydb": "1.15.1",
8-
"analytics": "0.27.2",
8+
"analytics": "0.28.0",
99
"apigateway": "1.7.6",
1010
"apigeeconnect": "1.7.6",
1111
"apigeeregistry": "0.9.6",
@@ -35,7 +35,7 @@
3535
"cloudquotas": "1.3.3",
3636
"cloudtasks": "1.13.6",
3737
"commerce": "1.2.4",
38-
"compute": "1.36.1",
38+
"compute": "1.37.0",
3939
"compute/metadata": "0.6.0",
4040
"confidentialcomputing": "1.9.2",
4141
"config": "1.3.2",
@@ -81,18 +81,18 @@
8181
"language": "1.14.5",
8282
"lifesciences": "0.10.6",
8383
"longrunning": "0.6.7",
84-
"lustre": "0.0.0",
84+
"lustre": "0.1.0",
8585
"managedidentities": "1.7.6",
8686
"managedkafka": "0.5.1",
87-
"maps": "1.20.2",
87+
"maps": "1.20.3",
8888
"mediatranslation": "0.9.6",
8989
"memcache": "1.11.6",
9090
"memorystore": "0.2.2",
9191
"metastore": "1.14.6",
9292
"migrationcenter": "1.1.5",
93-
"modelarmor": "0.1.1",
93+
"modelarmor": "0.1.2",
9494
"monitoring": "1.24.2",
95-
"netapp": "1.7.2",
95+
"netapp": "1.7.3",
9696
"networkconnectivity": "1.17.1",
9797
"networkmanagement": "1.19.1",
9898
"networksecurity": "0.10.6",
@@ -101,7 +101,7 @@
101101
"optimization": "1.7.6",
102102
"oracledatabase": "0.4.1",
103103
"orchestration": "1.11.9",
104-
"orgpolicy": "1.14.4",
104+
"orgpolicy": "1.15.0",
105105
"osconfig": "1.14.5",
106106
"oslogin": "1.14.6",
107107
"parallelstore": "0.11.2",

aiplatform/CHANGES.md

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

33

4+
## [1.84.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.83.0...aiplatform/v1.84.0) (2025-04-22)
5+
6+
7+
### Features
8+
9+
* **aiplatform:** Deprecated EventActions.transfer_to_agent and replaced with EventActions.transfer_agent ([2551567](https://github.com/googleapis/google-cloud-go/commit/25515675379c6f0ff57cc18565293971d65d1bf2))
10+
* **aiplatform:** Model Registry Model Checkpoint API ([fe831f9](https://github.com/googleapis/google-cloud-go/commit/fe831f9b125baf2cf5774ad892361df2d655814a))
11+
12+
13+
### Bug Fixes
14+
15+
* **aiplatform:** Removed support for session resource paths that do not include reasoning engine ([#12023](https://github.com/googleapis/google-cloud-go/issues/12023)) ([2551567](https://github.com/googleapis/google-cloud-go/commit/25515675379c6f0ff57cc18565293971d65d1bf2))
16+
417
## [1.83.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.82.1...aiplatform/v1.83.0) (2025-04-15)
518

619

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.83.0"
18+
const Version = "1.84.0"

analytics/CHANGES.md

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

3+
## [0.28.0](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.27.2...analytics/v0.28.0) (2025-04-22)
4+
5+
6+
### Features
7+
8+
* **analytics/admin:** Add `key_event`, `reporting_data_annotation` fields to the `ChangeHistoryResource` resource ([fe831f9](https://github.com/googleapis/google-cloud-go/commit/fe831f9b125baf2cf5774ad892361df2d655814a))
9+
* **analytics/admin:** Add the `CreateReportingDataAnnotation` method ([fe831f9](https://github.com/googleapis/google-cloud-go/commit/fe831f9b125baf2cf5774ad892361df2d655814a))
10+
* **analytics/admin:** Add the `DeleteReportingDataAnnotation` method ([fe831f9](https://github.com/googleapis/google-cloud-go/commit/fe831f9b125baf2cf5774ad892361df2d655814a))
11+
* **analytics/admin:** Add the `GetReportingDataAnnotation` method ([fe831f9](https://github.com/googleapis/google-cloud-go/commit/fe831f9b125baf2cf5774ad892361df2d655814a))
12+
* **analytics/admin:** Add the `ListReportingDataAnnotations` method ([fe831f9](https://github.com/googleapis/google-cloud-go/commit/fe831f9b125baf2cf5774ad892361df2d655814a))
13+
* **analytics/admin:** Add the `REPORTING_DATA_ANNOTATION` resource type to the `ChangeHistoryResourceType` enum ([fe831f9](https://github.com/googleapis/google-cloud-go/commit/fe831f9b125baf2cf5774ad892361df2d655814a))
14+
* **analytics/admin:** Add the `ReportingDataAnnotation` type ([fe831f9](https://github.com/googleapis/google-cloud-go/commit/fe831f9b125baf2cf5774ad892361df2d655814a))
15+
* **analytics/admin:** Add the `SubmitUserDeletion` method ([fe831f9](https://github.com/googleapis/google-cloud-go/commit/fe831f9b125baf2cf5774ad892361df2d655814a))
16+
* **analytics/admin:** Add the `UpdateReportingDataAnnotation` method ([fe831f9](https://github.com/googleapis/google-cloud-go/commit/fe831f9b125baf2cf5774ad892361df2d655814a))
17+
18+
19+
### Bug Fixes
20+
21+
* **analytics/admin:** Change an existing value KEY_EVENT = 32 to KEY_EVENT = 30 in enum `ChangeHistoryResourceType`. ([fe831f9](https://github.com/googleapis/google-cloud-go/commit/fe831f9b125baf2cf5774ad892361df2d655814a))
22+
* **analytics/admin:** Rename an existing field `key_event` to `reporting_data_annotation` in `ChangeHistoryChange`. ([fe831f9](https://github.com/googleapis/google-cloud-go/commit/fe831f9b125baf2cf5774ad892361df2d655814a))
23+
24+
25+
### Documentation
26+
27+
* **analytics/admin:** Announce the deprecation of the `sharing_with_google_any_sales_enabled` field of the `DataSharingSettings` type ([fe831f9](https://github.com/googleapis/google-cloud-go/commit/fe831f9b125baf2cf5774ad892361df2d655814a))
28+
* **analytics/admin:** Update the documentation of `sharing_with_google_support_enabled`, `sharing_with_google_assigned_sales_enabled`, 'sharing_with_google_products_enabled', 'sharing_with_others_enabled' fields of the `DataSharingSettings` type ([fe831f9](https://github.com/googleapis/google-cloud-go/commit/fe831f9b125baf2cf5774ad892361df2d655814a))
29+
330
## [0.27.2](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.27.1...analytics/v0.27.2) (2025-04-15)
431

532

analytics/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 = "0.27.2"
18+
const Version = "0.28.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.37.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.36.1...compute/v1.37.0) (2025-04-22)
4+
5+
6+
### Features
7+
8+
* **compute:** Update Compute Engine API to revision 20250415 ([fe831f9](https://github.com/googleapis/google-cloud-go/commit/fe831f9b125baf2cf5774ad892361df2d655814a))
9+
310
## [1.36.1](https://github.com/googleapis/google-cloud-go/compare/compute/v1.36.0...compute/v1.36.1) (2025-04-15)
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.36.1"
18+
const Version = "1.37.0"

lustre/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-04-22)
4+
5+
6+
### Features
7+
8+
* **lustre:** New client(s) ([#12026](https://github.com/googleapis/google-cloud-go/issues/12026)) ([7d2236e](https://github.com/googleapis/google-cloud-go/commit/7d2236e1d93adc644a2c6c2ccbc1530f79b72674))
9+
10+
## Changes

lustre/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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33

44

5+
## [1.20.3](https://github.com/googleapis/google-cloud-go/compare/maps/v1.20.2...maps/v1.20.3) (2025-04-22)
6+
7+
8+
### Documentation
9+
10+
* **maps/areainsights:** A comment for field `place` in message `.google.maps.areainsights.v1.LocationFilter` is changed ([fe831f9](https://github.com/googleapis/google-cloud-go/commit/fe831f9b125baf2cf5774ad892361df2d655814a))
11+
* **maps/areainsights:** A comment for field `place` in message `.google.maps.areainsights.v1.PlaceInsight` is changed ([fe831f9](https://github.com/googleapis/google-cloud-go/commit/fe831f9b125baf2cf5774ad892361df2d655814a))
12+
513
## [1.20.2](https://github.com/googleapis/google-cloud-go/compare/maps/v1.20.1...maps/v1.20.2) (2025-04-15)
614

715

0 commit comments

Comments
 (0)