diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 22a8b2036771..d7d45d18315f 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -1,7 +1,7 @@ { "accessapproval": "1.3.0", "accesscontextmanager": "1.2.0", - "aiplatform": "1.11.0", + "aiplatform": "1.12.0", "analytics": "0.6.1", "apigateway": "1.2.0", "apigeeconnect": "1.2.0", @@ -11,8 +11,8 @@ "asset": "1.2.0", "assuredworkloads": "0.6.0", "automl": "1.3.0", - "baremetalsolution": "0.0.0", - "batch": "0.0.0", + "baremetalsolution": "0.1.0", + "batch": "0.1.0", "billing": "1.2.0", "binaryauthorization": "0.5.0", "certificatemanager": "0.2.0", @@ -20,7 +20,7 @@ "cloudbuild": "1.2.0", "clouddms": "1.2.0", "cloudtasks": "1.3.0", - "compute": "1.6.1", + "compute": "1.7.0", "contactcenterinsights": "1.2.0", "container": "1.2.0", "containeranalysis": "0.3.0", @@ -40,11 +40,11 @@ "essentialcontacts": "1.2.0", "eventarc": "1.6.0", "filestore": "1.2.0", - "functions": "1.3.0", + "functions": "1.4.0", "gaming": "1.2.0", "gkebackup": "0.1.0", "gkeconnect": "0.3.0", - "gkehub": "0.6.0", + "gkehub": "0.7.0", "gkemulticloud": "0.2.0", "grafeas": "0.2.0", "gsuiteaddons": "1.2.0", @@ -91,7 +91,7 @@ "shell": "1.2.0", "speech": "1.4.0", "storagetransfer": "1.3.0", - "talent": "0.7.0", + "talent": "1.0.0", "texttospeech": "1.3.0", "tpu": "1.2.0", "trace": "1.2.0", diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md index 7ca9206b2431..035a88dd06f2 100644 --- a/aiplatform/CHANGES.md +++ b/aiplatform/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.11.0...aiplatform/v1.12.0) (2022-06-13) + + +### Features + +* **aiplatform:** add monitor_window to ModelDeploymentMonitoringScheduleConfig proto in aiplatform v1/v1beta1 model_deployment_monitoring_job.proto ([4134941](https://github.com/googleapis/google-cloud-go/commit/41349411e601f57dc6d9e246f1748fd86d17bb15)) + ## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.10.0...aiplatform/v1.11.0) (2022-06-01) diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go index 77cefca24d54..4518b5fb4070 100644 --- a/aiplatform/internal/version.go +++ b/aiplatform/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.11.0" +const Version = "1.12.0" diff --git a/baremetalsolution/CHANGES.md b/baremetalsolution/CHANGES.md index b671f0bbcdd2..a48e273c8005 100644 --- a/baremetalsolution/CHANGES.md +++ b/baremetalsolution/CHANGES.md @@ -1 +1,8 @@ -# Changes +# Changelog + +## 0.1.0 (2022-06-13) + + +### Features + +* **baremetalsolution:** start generating apiv2 ([#6147](https://github.com/googleapis/google-cloud-go/issues/6147)) ([5dcbf2f](https://github.com/googleapis/google-cloud-go/commit/5dcbf2f859e2b99e5497d6ac45825a80799f32ab)) diff --git a/baremetalsolution/internal/version.go b/baremetalsolution/internal/version.go index 76e34d06e610..9e90a014f79f 100644 --- a/baremetalsolution/internal/version.go +++ b/baremetalsolution/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.0.0" +const Version = "0.1.0" diff --git a/batch/CHANGES.md b/batch/CHANGES.md index b671f0bbcdd2..a57f69a62736 100644 --- a/batch/CHANGES.md +++ b/batch/CHANGES.md @@ -1 +1,8 @@ -# Changes +# Changelog + +## 0.1.0 (2022-06-13) + + +### Features + +* **batch:** start generating apiv1 ([#6145](https://github.com/googleapis/google-cloud-go/issues/6145)) ([41525fa](https://github.com/googleapis/google-cloud-go/commit/41525fab52da7e913f3593e89cef91c022898be3)) diff --git a/batch/internal/version.go b/batch/internal/version.go index 76e34d06e610..9e90a014f79f 100644 --- a/batch/internal/version.go +++ b/batch/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.0.0" +const Version = "0.1.0" diff --git a/compute/CHANGES.md b/compute/CHANGES.md index 005a761006f7..e3e7865554d0 100644 --- a/compute/CHANGES.md +++ b/compute/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.6.1...compute/v1.7.0) (2022-06-13) + + +### Features + +* **compute:** Update Compute Engine API to revision 20220526 ([#722](https://github.com/googleapis/google-cloud-go/issues/722)) ([4134941](https://github.com/googleapis/google-cloud-go/commit/41349411e601f57dc6d9e246f1748fd86d17bb15)) + ### [1.6.1](https://github.com/googleapis/google-cloud-go/compare/compute/v1.6.0...compute/v1.6.1) (2022-04-21) diff --git a/compute/internal/version.go b/compute/internal/version.go index b819fa786d1c..7c251d994559 100644 --- a/compute/internal/version.go +++ b/compute/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.6.1" +const Version = "1.7.0" diff --git a/functions/CHANGES.md b/functions/CHANGES.md index 7d3b7dbf1dbb..1da7db739210 100644 --- a/functions/CHANGES.md +++ b/functions/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/functions/v1.3.0...functions/v1.4.0) (2022-06-13) + + +### Features + +* **functions:** added support for CMEK docs: clarified wording around quota usage ([4134941](https://github.com/googleapis/google-cloud-go/commit/41349411e601f57dc6d9e246f1748fd86d17bb15)) + ## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/functions/v1.2.0...functions/v1.3.0) (2022-02-23) diff --git a/functions/internal/version.go b/functions/internal/version.go index bb0feadfd279..9fa087b74c6b 100644 --- a/functions/internal/version.go +++ b/functions/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.3.0" +const Version = "1.4.0" diff --git a/gkehub/CHANGES.md b/gkehub/CHANGES.md index 78cf60746c8a..df464af1a2ca 100644 --- a/gkehub/CHANGES.md +++ b/gkehub/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.7.0](https://github.com/googleapis/google-cloud-go/compare/gkehub/v0.6.0...gkehub/v0.7.0) (2022-06-13) + + +### Features + +* **gkehub:** Added support for locations and iam_policy clients ([4134941](https://github.com/googleapis/google-cloud-go/commit/41349411e601f57dc6d9e246f1748fd86d17bb15)) + ## [0.6.0](https://github.com/googleapis/google-cloud-go/compare/gkehub/v0.5.0...gkehub/v0.6.0) (2022-06-01) diff --git a/gkehub/internal/version.go b/gkehub/internal/version.go index 75ae2d0e75aa..d1002df0887e 100644 --- a/gkehub/internal/version.go +++ b/gkehub/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.6.0" +const Version = "0.7.0" diff --git a/talent/CHANGES.md b/talent/CHANGES.md index 0ec0e7b186a5..76446933d361 100644 --- a/talent/CHANGES.md +++ b/talent/CHANGES.md @@ -1,5 +1,16 @@ # Changes +## [1.0.0](https://github.com/googleapis/google-cloud-go/compare/talent/v0.7.0...talent/v1.0.0) (2022-06-13) + + +### ⚠ BREAKING CHANGES + +* **talent:** remove Application and Profile services and and related protos, enums, and messages + +### Bug Fixes + +* **talent:** remove Application and Profile services and and related protos, enums, and messages ([4134941](https://github.com/googleapis/google-cloud-go/commit/41349411e601f57dc6d9e246f1748fd86d17bb15)) + ## [0.7.0](https://github.com/googleapis/google-cloud-go/compare/talent/v0.6.0...talent/v0.7.0) (2022-06-07) diff --git a/talent/internal/version.go b/talent/internal/version.go index d1002df0887e..db6d2e3e99d1 100644 --- a/talent/internal/version.go +++ b/talent/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.7.0" +const Version = "1.0.0"