Skip to content

Commit 45185aa

Browse files
chore: release main
1 parent 81c4c91 commit 45185aa

8 files changed

Lines changed: 41 additions & 6 deletions

File tree

.release-please-manifest-submodules.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"accessapproval": "1.2.0",
33
"accesscontextmanager": "1.2.0",
4-
"aiplatform": "1.7.0",
4+
"aiplatform": "1.8.0",
55
"analytics": "0.6.0",
66
"apigateway": "1.2.0",
77
"apigeeconnect": "1.2.0",
@@ -33,8 +33,8 @@
3333
"datastore": "1.6.0",
3434
"datastream": "0.3.0",
3535
"deploy": "1.2.0",
36-
"dialogflow": "1.7.0",
37-
"dlp": "1.3.0",
36+
"dialogflow": "1.8.0",
37+
"dlp": "1.4.0",
3838
"documentai": "1.4.0",
3939
"domains": "0.4.0",
4040
"errorreporting": "0.2.0",

aiplatform/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.8.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.7.0...aiplatform/v1.8.0) (2022-03-29)
4+
5+
6+
### Features
7+
8+
* **aiplatform:** add ImportModelEvaluation in aiplatform v1 model_service.proto feat: add data_item_schema_uri, annotation_schema_uri, explanation_specs to ModelEvaluationExplanationSpec in aiplatform v1 model_evaluation.proto ([21a3cce](https://github.com/googleapis/google-cloud-go/commit/21a3cced42fe30abd4457b377ec78640e80babc8))
9+
310
## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.6.0...aiplatform/v1.7.0) (2022-03-28)
411

512

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.7.0"
18+
const Version = "1.8.0"

certificatemanager/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+
## [0.1.0](https://github.com/googleapis/google-cloud-go/compare/certificatemanager/v0.1.0...certificatemanager/v0.1.0) (2022-03-29)
5+
6+
7+
### Features
8+
9+
* **certificatemanager:** start generating apiv1 ([#5727](https://github.com/googleapis/google-cloud-go/issues/5727)) ([d8343dd](https://github.com/googleapis/google-cloud-go/commit/d8343ddb41680214b490b11589ff193c71543b3a))
10+
11+
12+
### Miscellaneous Chores
13+
14+
* **certificatemanager:** release 0.1.0 ([#5743](https://github.com/googleapis/google-cloud-go/issues/5743)) ([24a817a](https://github.com/googleapis/google-cloud-go/commit/24a817a2a75dde10bcbecf2ced8f399cb05dc011))
15+
* **certificatemanager:** release v0.1.0 ([#5758](https://github.com/googleapis/google-cloud-go/issues/5758)) ([809f4ba](https://github.com/googleapis/google-cloud-go/commit/809f4ba385e2e9ed61df8ecbb6df7b371dc10641))
16+
417
## [0.1.0](https://github.com/googleapis/google-cloud-go/compare/certificatemanager/v0.1.0...certificatemanager/v0.1.0) (2022-03-28)
518

619

dialogflow/CHANGES.md

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

3+
## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.7.0...dialogflow/v1.8.0) (2022-03-29)
4+
5+
6+
### Features
7+
8+
* **dialogflow/cx:** added support for locking an agent for changes feat: added data format specification for export agent ([81c4c91](https://github.com/googleapis/google-cloud-go/commit/81c4c9116178711059772f41bbf76d423ffebc95))
9+
* **dialogflow/cx:** added support for locking an agent for changes feat: added data format specification for export agent ([81c4c91](https://github.com/googleapis/google-cloud-go/commit/81c4c9116178711059772f41bbf76d423ffebc95))
10+
311
## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.6.0...dialogflow/v1.7.0) (2022-03-14)
412

513

dialogflow/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.7.0"
18+
const Version = "1.8.0"

dlp/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.4.0](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.3.0...dlp/v1.4.0) (2022-03-29)
4+
5+
6+
### Features
7+
8+
* **dlp:** new Bytes and File types: POWERPOINT and EXCEL ([81c4c91](https://github.com/googleapis/google-cloud-go/commit/81c4c9116178711059772f41bbf76d423ffebc95))
9+
310
## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.2.0...dlp/v1.3.0) (2022-02-23)
411

512

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.3.0"
18+
const Version = "1.4.0"

0 commit comments

Comments
 (0)