Skip to content

Commit e9dc2b5

Browse files
chore: release main (#5759)
1 parent aee00a1 commit e9dc2b5

9 files changed

Lines changed: 50 additions & 7 deletions

File tree

.release-please-manifest-submodules.json

Lines changed: 4 additions & 4 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.6.0",
4+
"aiplatform": "1.7.0",
55
"analytics": "0.6.0",
66
"apigateway": "1.2.0",
77
"apigeeconnect": "1.2.0",
@@ -24,7 +24,7 @@
2424
"container": "1.2.0",
2525
"containeranalysis": "0.3.0",
2626
"datacatalog": "1.3.0",
27-
"dataflow": "0.3.0",
27+
"dataflow": "0.4.0",
2828
"datafusion": "1.3.0",
2929
"datalabeling": "0.3.0",
3030
"dataplex": "0.4.0",
@@ -65,7 +65,7 @@
6565
"networkmanagement": "1.2.0",
6666
"networksecurity": "0.3.0",
6767
"notebooks": "0.3.0",
68-
"optimization": "0.0.0",
68+
"optimization": "0.1.0",
6969
"orchestration": "1.2.0",
7070
"orgpolicy": "1.3.0",
7171
"osconfig": "1.5.0",
@@ -79,7 +79,7 @@
7979
"recaptchaenterprise": "1.3.0",
8080
"recommendationengine": "0.2.0",
8181
"recommender": "1.3.0",
82-
"redis": "1.4.0",
82+
"redis": "1.5.0",
8383
"resourcemanager": "1.2.0",
8484
"resourcesettings": "1.2.0",
8585
"retail": "1.2.0",

aiplatform/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.7.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.6.0...aiplatform/v1.7.0) (2022-03-28)
4+
5+
6+
### Features
7+
8+
* **aiplatform:** add `service_account` to `BatchPredictionJob` in aiplatform `v1beta1` `batch_prediction_job.proto` ([b01c037](https://github.com/googleapis/google-cloud-go/commit/b01c03783d84cb7a3eba4f69d49d3fb7be1b6353))
9+
* **aiplatform:** add monitoring_config to EntityType in aiplatform v1 entity_type.proto feat: add disable_monitoring to Feature in aiplatform v1 feature.proto feat: add monitoring_stats_anomalies to Feature in aiplatform v1 feature.proto feat: add staleness_days to SnapshotAnalysis in aiplatform v1 featurestore_monitoring.proto feat: add import_features_analysis to FeaturestoreMonitoringConfig in aiplatform v1 featurestore_monitoring.proto feat: add numerical_threshold_config to FeaturestoreMonitoringConfig in aiplatform v1 featurestore_monitoring.proto feat: add categorical_threshold_config to FeaturestoreMonitoringConfig in aiplatform v1 featurestore_monitoring.proto feat: add objective to MonitoringStatsSpec in aiplatform v1 featurestore_service.proto ([c19b7a2](https://github.com/googleapis/google-cloud-go/commit/c19b7a2e49c032dddd7b3de7bad671f481d5f16c))
10+
311
## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.5.0...aiplatform/v1.6.0) (2022-03-14)
412

513

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.6.0"
18+
const Version = "1.7.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-28)
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
## v0.1.0
518

619
- feat(certificatemanager): start generating clients

dataflow/CHANGES.md

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

3+
## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/dataflow/v0.3.0...dataflow/v0.4.0) (2022-03-28)
4+
5+
6+
### Features
7+
8+
* **dataflow:** Add the ability to plumb environment capabilities through v1beta3 protos. ([b01c037](https://github.com/googleapis/google-cloud-go/commit/b01c03783d84cb7a3eba4f69d49d3fb7be1b6353))
9+
310
## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/dataflow/v0.2.0...dataflow/v0.3.0) (2022-02-23)
411

512

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

optimization/CHANGES.md

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

3+
## 0.1.0 (2022-03-28)
4+
5+
6+
### Features
7+
8+
* **optimization:** start generating apiv1 ([#5765](https://github.com/googleapis/google-cloud-go/issues/5765)) ([2de0229](https://github.com/googleapis/google-cloud-go/commit/2de02298d097d33a599b58fcf46a26a74253a79d))
9+
310
## v0.1.0
411

512
- feat(optimization): start generating clients

redis/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.5.0](https://github.com/googleapis/google-cloud-go/compare/redis/v1.4.0...redis/v1.5.0) (2022-03-28)
4+
5+
6+
### Features
7+
8+
* **redis:** [Cloud Memorystore for Redis] Support Maintenance Window ([58ee787](https://github.com/googleapis/google-cloud-go/commit/58ee7873f4dc7953980eeae889a8758336064a35))
9+
* **redis:** add support for AUTH functionality feat: add support for TLS functionality feat: add secondary_ip_range field ([58ee787](https://github.com/googleapis/google-cloud-go/commit/58ee7873f4dc7953980eeae889a8758336064a35))
10+
311
## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/redis/v1.3.0...redis/v1.4.0) (2022-02-23)
412

513

redis/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.4.0"
18+
const Version = "1.5.0"

0 commit comments

Comments
 (0)