Skip to content

Commit 0ef3a2e

Browse files
chore: release main
1 parent daf5ab8 commit 0ef3a2e

File tree

34 files changed

+92
-33
lines changed

34 files changed

+92
-33
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"packages/google-cloud-api-keys": "0.5.17",
2020
"packages/google-cloud-apigee-connect": "1.12.2",
2121
"packages/google-cloud-apigee-registry": "0.6.18",
22-
"packages/google-cloud-apihub": "0.2.6",
22+
"packages/google-cloud-apihub": "0.2.7",
2323
"packages/google-cloud-appengine-admin": "1.14.2",
2424
"packages/google-cloud-appengine-logging": "1.6.2",
2525
"packages/google-cloud-apphub": "0.1.10",
@@ -59,7 +59,7 @@
5959
"packages/google-cloud-commerce-consumer-procurement": "0.2.0",
6060
"packages/google-cloud-common": "1.5.2",
6161
"packages/google-cloud-compute": "1.37.0",
62-
"packages/google-cloud-compute-v1beta": "0.1.7",
62+
"packages/google-cloud-compute-v1beta": "0.1.8",
6363
"packages/google-cloud-confidentialcomputing": "0.5.0",
6464
"packages/google-cloud-config": "0.1.21",
6565
"packages/google-cloud-configdelivery": "0.1.3",
@@ -83,7 +83,7 @@
8383
"packages/google-cloud-devicestreaming": "0.1.0",
8484
"packages/google-cloud-dialogflow": "2.41.2",
8585
"packages/google-cloud-dialogflow-cx": "1.42.0",
86-
"packages/google-cloud-discoveryengine": "0.13.11",
86+
"packages/google-cloud-discoveryengine": "0.13.12",
8787
"packages/google-cloud-dms": "1.12.4",
8888
"packages/google-cloud-documentai": "3.6.0",
8989
"packages/google-cloud-domains": "1.10.2",
@@ -107,7 +107,7 @@
107107
"packages/google-cloud-iam-logging": "1.4.3",
108108
"packages/google-cloud-iap": "1.17.1",
109109
"packages/google-cloud-ids": "1.10.2",
110-
"packages/google-cloud-kms": "3.5.1",
110+
"packages/google-cloud-kms": "3.6.0",
111111
"packages/google-cloud-kms-inventory": "0.2.15",
112112
"packages/google-cloud-language": "2.17.2",
113113
"packages/google-cloud-licensemanager": "0.1.0",
@@ -162,7 +162,7 @@
162162
"packages/google-cloud-scheduler": "2.16.1",
163163
"packages/google-cloud-secret-manager": "2.24.0",
164164
"packages/google-cloud-securesourcemanager": "0.1.17",
165-
"packages/google-cloud-securitycenter": "1.39.0",
165+
"packages/google-cloud-securitycenter": "1.40.0",
166166
"packages/google-cloud-securitycentermanagement": "0.1.22",
167167
"packages/google-cloud-service-control": "1.16.0",
168168
"packages/google-cloud-service-directory": "1.14.2",
@@ -172,7 +172,7 @@
172172
"packages/google-cloud-shell": "1.12.1",
173173
"packages/google-cloud-source-context": "1.7.1",
174174
"packages/google-cloud-speech": "2.33.0",
175-
"packages/google-cloud-storage-control": "1.6.1",
175+
"packages/google-cloud-storage-control": "1.7.0",
176176
"packages/google-cloud-storage-transfer": "1.17.0",
177177
"packages/google-cloud-storagebatchoperations": "0.1.3",
178178
"packages/google-cloud-storageinsights": "0.1.16",

packages/google-cloud-apihub/CHANGELOG.md

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

3+
## [0.2.7](https://github.com/googleapis/google-cloud-python/compare/google-cloud-apihub-v0.2.6...google-cloud-apihub-v0.2.7) (2025-09-15)
4+
5+
6+
### Features
7+
8+
* Add full lifecycle management for API Operations within API Versions (Create, Update, Delete) ([24d4f37](https://github.com/googleapis/google-cloud-python/commit/24d4f37adcd333552c834fd6a4fcfb41522c90df))
9+
* Add new fields and enums to resources to support richer metadata, including source tracking (SourceMetadata), plugin configurations (AuthConfig, ConfigVariable), new attributes, and additional deployment details ([24d4f37](https://github.com/googleapis/google-cloud-python/commit/24d4f37adcd333552c834fd6a4fcfb41522c90df))
10+
* Enable Deletion of ApiHub Instances via the Provisioning service ([24d4f37](https://github.com/googleapis/google-cloud-python/commit/24d4f37adcd333552c834fd6a4fcfb41522c90df))
11+
* Enhance list filtering options across various resources (APIs, Versions, Specs, Operations, Deployments) with support for user-defined attributes ([24d4f37](https://github.com/googleapis/google-cloud-python/commit/24d4f37adcd333552c834fd6a4fcfb41522c90df))
12+
* Introduce new services for data collection (ApiHubCollect) and curation (ApiHubCurate) ([24d4f37](https://github.com/googleapis/google-cloud-python/commit/24d4f37adcd333552c834fd6a4fcfb41522c90df))
13+
* Make CMEK configuration optional for ApiHub Instances, defaulting to GMEK ([24d4f37](https://github.com/googleapis/google-cloud-python/commit/24d4f37adcd333552c834fd6a4fcfb41522c90df))
14+
* Significantly expand Plugin and Plugin Instance management capabilities, including creation, execution, and lifecycle control ([24d4f37](https://github.com/googleapis/google-cloud-python/commit/24d4f37adcd333552c834fd6a4fcfb41522c90df))
15+
16+
17+
### Documentation
18+
19+
* Update field descriptions, comments, and links in existing services ([24d4f37](https://github.com/googleapis/google-cloud-python/commit/24d4f37adcd333552c834fd6a4fcfb41522c90df))
20+
321
## [0.2.6](https://github.com/googleapis/google-cloud-python/compare/google-cloud-apihub-v0.2.5...google-cloud-apihub-v0.2.6) (2025-06-11)
422

523

packages/google-cloud-apihub/google/cloud/apihub/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.2.7" # {x-release-please-version}

packages/google-cloud-apihub/google/cloud/apihub_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.2.7" # {x-release-please-version}

packages/google-cloud-apihub/samples/generated_samples/snippet_metadata_google.cloud.apihub.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-apihub",
11-
"version": "0.1.0"
11+
"version": "0.2.7"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-compute-v1beta/CHANGELOG.md

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

3+
## [0.1.8](https://github.com/googleapis/google-cloud-python/compare/google-cloud-compute-v1beta-v0.1.7...google-cloud-compute-v1beta-v0.1.8) (2025-09-15)
4+
5+
6+
### Features
7+
8+
* [google-cloud-compute-v1beta] Update Compute Engine v1beta API to revision 20250902 ([#14411](https://github.com/googleapis/google-cloud-python/issues/14411)) ([2d33a6b](https://github.com/googleapis/google-cloud-python/commit/2d33a6bf2bfcc314128beb0bdc7ce89a8298512c))
9+
310
## [0.1.7](https://github.com/googleapis/google-cloud-python/compare/google-cloud-compute-v1beta-v0.1.6...google-cloud-compute-v1beta-v0.1.7) (2025-09-04)
411

512

packages/google-cloud-compute-v1beta/google/cloud/compute_v1beta/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.1.8" # {x-release-please-version}

packages/google-cloud-compute-v1beta/samples/generated_samples/snippet_metadata_google.cloud.compute.v1beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-compute-v1beta",
11-
"version": "0.1.0"
11+
"version": "0.1.8"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-discoveryengine/CHANGELOG.md

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

3+
## [0.13.12](https://github.com/googleapis/google-cloud-python/compare/google-cloud-discoveryengine-v0.13.11...google-cloud-discoveryengine-v0.13.12) (2025-09-15)
4+
5+
6+
### Features
7+
8+
* Added `ranking_expression_backed` and `rank_signals` fields related to the Custom Ranking feature ([3bfaf76](https://github.com/googleapis/google-cloud-python/commit/3bfaf7619ba8acc1c9a43490298be057e99ac839))
9+
10+
11+
### Documentation
12+
13+
* A comment for field `ranking_expression` in messages `.google.cloud.discoveryengine.v1alpha.SearchRequest` and `.google.cloud.discoveryengine.v1beta.SearchRequest` is changed to support the Custom Ranking use case ([3bfaf76](https://github.com/googleapis/google-cloud-python/commit/3bfaf7619ba8acc1c9a43490298be057e99ac839))
14+
315
## [0.13.11](https://github.com/googleapis/google-cloud-python/compare/google-cloud-discoveryengine-v0.13.10...google-cloud-discoveryengine-v0.13.11) (2025-07-26)
416

517

packages/google-cloud-discoveryengine/google/cloud/discoveryengine/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.13.12" # {x-release-please-version}

0 commit comments

Comments
 (0)