Skip to content

Commit a183260

Browse files
chore: release main (#9502)
* chore: release main --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent a268c80 commit a183260

1,120 files changed

Lines changed: 4625 additions & 4499 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.12.0"
2+
".": "1.13.0"
33
}

CHANGELOG.md

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

3+
## [1.13.0](https://github.com/googleapis/google-cloud-java/compare/v1.12.0...v1.13.0) (2023-06-08)
4+
5+
6+
### Features
7+
8+
* [aiplatform] add blocking_operation_ids to ImportFeatureValuesOperationMetadata ([#9481](https://github.com/googleapis/google-cloud-java/issues/9481)) ([ba2c590](https://github.com/googleapis/google-cloud-java/commit/ba2c590cc9970be41e5a663004d354b3881a69d9))
9+
* [billingbudgets] Add resource_ancestors field to support filtering by folders & organizations ([#9501](https://github.com/googleapis/google-cloud-java/issues/9501)) ([0c3b677](https://github.com/googleapis/google-cloud-java/commit/0c3b6772868828a429f5f5010483567afe58db54))
10+
* [clouddeploy] Add support for disabling Pod overprovisioning in the progressive deployment strategy configuration for a Kubernetes Target ([#9499](https://github.com/googleapis/google-cloud-java/issues/9499)) ([b7890c5](https://github.com/googleapis/google-cloud-java/commit/b7890c57859116d1f6033af9f485598d84428f44))
11+
* [contactcenterinsights] Add the resource definition of a STT recognizer ([#9492](https://github.com/googleapis/google-cloud-java/issues/9492)) ([f2baa92](https://github.com/googleapis/google-cloud-java/commit/f2baa928c4f4d9959591ea905d7c9042320dbc71))
12+
* [migrationcenter] new module for migrationcenter ([#9514](https://github.com/googleapis/google-cloud-java/issues/9514)) ([a268c80](https://github.com/googleapis/google-cloud-java/commit/a268c8016262a7a5a13be6a9983294f83d1ecc3f))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** update dependency com.google.cloud:google-cloud-pubsub-bom to v1.123.13 ([#9478](https://github.com/googleapis/google-cloud-java/issues/9478)) ([47778ff](https://github.com/googleapis/google-cloud-java/commit/47778ff0b2eb98b6354f237ee84df0dafc567bec))
18+
* **deps:** update dependency com.google.cloud:google-cloud-shared-config to v1.5.6 ([#9494](https://github.com/googleapis/google-cloud-java/issues/9494)) ([739763f](https://github.com/googleapis/google-cloud-java/commit/739763f15ffa2434d7fa089899165f1e8fa5f870))
19+
* **deps:** update dependency com.google.cloud:google-cloud-shared-dependencies to v3.11.0 ([#9505](https://github.com/googleapis/google-cloud-java/issues/9505)) ([30bc6f0](https://github.com/googleapis/google-cloud-java/commit/30bc6f0aef5b95549230dbd5b5246f2a8dab4ba4))
20+
* **deps:** update dependency com.google.cloud:google-cloud-storage to v2.22.3 ([#9477](https://github.com/googleapis/google-cloud-java/issues/9477)) ([ce1ce33](https://github.com/googleapis/google-cloud-java/commit/ce1ce333f6e3e11a9382c8f29196b53c7afa21c2))
21+
22+
23+
### Documentation
24+
25+
* update discoveryengine v1 docs link ([#9512](https://github.com/googleapis/google-cloud-java/issues/9512)) ([f172c7e](https://github.com/googleapis/google-cloud-java/commit/f172c7e692c7991b878968256b3fe7c538de7c00))
26+
327
## [1.12.0](https://github.com/googleapis/google-cloud-java/compare/v1.11.0...v1.12.0) (2023-05-26)
428

529

changelog.json

Lines changed: 103 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,108 @@
11
{
22
"repository": "googleapis/google-cloud-java",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "ba2c590cc9970be41e5a663004d354b3881a69d9",
9+
"message": "[aiplatform] add blocking_operation_ids to ImportFeatureValuesOperationMetadata",
10+
"issues": [
11+
"9481"
12+
]
13+
}
14+
],
15+
"version": "1.13.0",
16+
"language": "JAVA",
17+
"artifactName": "com.google.cloud:google-cloud-aiplatform",
18+
"id": "28ccf1c9-cc4f-4e3f-8272-721061700ca9",
19+
"createTime": "2023-06-08T04:00:46.193Z"
20+
},
21+
{
22+
"changes": [
23+
{
24+
"type": "feat",
25+
"sha": "f2baa928c4f4d9959591ea905d7c9042320dbc71",
26+
"message": "[contactcenterinsights] Add the resource definition of a STT recognizer",
27+
"issues": [
28+
"9492"
29+
]
30+
}
31+
],
32+
"version": "1.13.0",
33+
"language": "JAVA",
34+
"artifactName": "com.google.cloud:google-cloud-contact-center-insights",
35+
"id": "e5a2ad9a-a9f3-4c69-b84c-7b4d76bf326b",
36+
"createTime": "2023-06-08T04:00:46.191Z"
37+
},
38+
{
39+
"changes": [
40+
{
41+
"type": "feat",
42+
"sha": "b7890c57859116d1f6033af9f485598d84428f44",
43+
"message": "[clouddeploy] Add support for disabling Pod overprovisioning in the progressive deployment strategy configuration for a Kubernetes Target",
44+
"issues": [
45+
"9499"
46+
]
47+
}
48+
],
49+
"version": "1.13.0",
50+
"language": "JAVA",
51+
"artifactName": "com.google.cloud:google-cloud-deploy",
52+
"id": "0eda7b8b-c8ed-4c13-a4ff-b870f869c2c5",
53+
"createTime": "2023-06-08T04:00:46.188Z"
54+
},
55+
{
56+
"changes": [
57+
{
58+
"type": "feat",
59+
"sha": "0c3b6772868828a429f5f5010483567afe58db54",
60+
"message": "[billingbudgets] Add resource_ancestors field to support filtering by folders & organizations",
61+
"issues": [
62+
"9501"
63+
]
64+
}
65+
],
66+
"version": "1.13.0",
67+
"language": "JAVA",
68+
"artifactName": "com.google.cloud:google-cloud-billingbudgets",
69+
"id": "4af32b75-5975-4185-a2ee-7521f8bf8757",
70+
"createTime": "2023-06-08T04:00:46.183Z"
71+
},
72+
{
73+
"changes": [
74+
{
75+
"type": "docs",
76+
"sha": "f172c7e692c7991b878968256b3fe7c538de7c00",
77+
"message": "update discoveryengine v1 docs link",
78+
"issues": [
79+
"9512"
80+
]
81+
}
82+
],
83+
"version": "1.13.0",
84+
"language": "JAVA",
85+
"artifactName": "com.google.cloud:google-cloud-discoveryengine",
86+
"id": "2c00f3d5-fcf4-4bc9-91b0-7ad92f56c9d9",
87+
"createTime": "2023-06-08T04:00:46.181Z"
88+
},
89+
{
90+
"changes": [
91+
{
92+
"type": "feat",
93+
"sha": "a268c8016262a7a5a13be6a9983294f83d1ecc3f",
94+
"message": "[migrationcenter] new module for migrationcenter",
95+
"issues": [
96+
"9514"
97+
]
98+
}
99+
],
100+
"version": "1.13.0",
101+
"language": "JAVA",
102+
"artifactName": "com.google.cloud:google-cloud-migrationcenter",
103+
"id": "6a61e546-e0e4-49d5-9b49-715be59a2202",
104+
"createTime": "2023-06-08T04:00:46.178Z"
105+
},
4106
{
5107
"changes": [
6108
{
@@ -7411,5 +7513,5 @@
74117513
"createTime": "2023-02-03T16:27:23.198Z"
74127514
}
74137515
],
7414-
"updateTime": "2023-05-26T19:48:20.668Z"
7516+
"updateTime": "2023-06-08T04:00:46.193Z"
74157517
}

0 commit comments

Comments
 (0)