diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index b991976fc084..3f2135698156 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -11,10 +11,10 @@ "area120": "0.6.0", "artifactregistry": "1.7.0", "asset": "1.8.0", - "assuredworkloads": "1.7.0", + "assuredworkloads": "1.8.0", "automl": "1.6.0", "baremetalsolution": "0.2.0", - "batch": "0.2.1", + "batch": "0.3.0", "beyondcorp": "0.1.1", "billing": "1.5.0", "binaryauthorization": "1.2.0", @@ -29,7 +29,7 @@ "containeranalysis": "0.6.0", "datacatalog": "1.6.0", "dataflow": "0.7.0", - "dataform": "0.4.0", + "dataform": "0.5.0", "datafusion": "1.3.0", "datalabeling": "0.6.0", "dataplex": "1.2.0", @@ -84,7 +84,7 @@ "resourcemanager": "1.2.0", "resourcesettings": "1.2.0", "retail": "1.9.0", - "run": "0.1.2", + "run": "0.2.0", "scheduler": "1.5.0", "secretmanager": "1.7.0", "security": "1.8.0", @@ -94,7 +94,7 @@ "servicemanagement": "1.3.1", "serviceusage": "1.2.0", "shell": "1.2.0", - "speech": "1.7.0", + "speech": "1.8.0", "storagetransfer": "1.4.0", "talent": "1.2.0", "texttospeech": "1.3.0", @@ -106,7 +106,7 @@ "vision/v2": "2.3.0", "vmmigration": "1.1.0", "vpcaccess": "1.3.0", - "webrisk": "1.5.0", + "webrisk": "1.6.0", "websecurityscanner": "1.2.1", "workflows": "1.7.0" } diff --git a/assuredworkloads/CHANGES.md b/assuredworkloads/CHANGES.md index 519c6603102a..abbf79707d0b 100644 --- a/assuredworkloads/CHANGES.md +++ b/assuredworkloads/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/assuredworkloads/v1.7.0...assuredworkloads/v1.8.0) (2022-10-24) + + +### Features + +* **assuredworkloads:** add new field for exception audit log link feat: add support of new compliance regime for regions and new partner T systems docs: fix some typos in documentation ([8b203b8](https://github.com/googleapis/google-cloud-go/commit/8b203b8aea4dada5c0846a515b14414cd8c58f78)) + ## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/assuredworkloads/v1.6.0...assuredworkloads/v1.7.0) (2022-10-14) diff --git a/assuredworkloads/internal/version.go b/assuredworkloads/internal/version.go index 7c251d994559..0ad9373b3b59 100644 --- a/assuredworkloads/internal/version.go +++ b/assuredworkloads/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.7.0" +const Version = "1.8.0" diff --git a/batch/CHANGES.md b/batch/CHANGES.md index f494be949240..93ca0cc7d1df 100644 --- a/batch/CHANGES.md +++ b/batch/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/batch/v0.2.1...batch/v0.3.0) (2022-10-24) + + +### Features + +* **batch:** Enable install_gpu_drivers flag in v1 proto docs: Refine GPU drivers installation proto description docs: Refine comments for deprecated proto fields docs: Update the API comments about the device_name ([8b203b8](https://github.com/googleapis/google-cloud-go/commit/8b203b8aea4dada5c0846a515b14414cd8c58f78)) + ## [0.2.1](https://github.com/googleapis/google-cloud-go/compare/batch/v0.2.0...batch/v0.2.1) (2022-09-08) diff --git a/batch/internal/version.go b/batch/internal/version.go index 6469702c6a64..f0adc49b20c9 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.2.1" +const Version = "0.3.0" diff --git a/dataform/CHANGES.md b/dataform/CHANGES.md index 608c273e3b46..086d9b06ae39 100644 --- a/dataform/CHANGES.md +++ b/dataform/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/googleapis/google-cloud-go/compare/dataform/v0.4.0...dataform/v0.5.0) (2022-10-24) + + +### Features + +* **dataform:** Start generating apiv1beta1 ([#6893](https://github.com/googleapis/google-cloud-go/issues/6893)) ([fedaf1e](https://github.com/googleapis/google-cloud-go/commit/fedaf1e355e4014501d5bb7ae61cf84b72d30581)) + ## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/dataform/v0.3.0...dataform/v0.4.0) (2022-09-21) diff --git a/dataform/internal/version.go b/dataform/internal/version.go index 308882fa24cd..0eddfcf2c9b9 100644 --- a/dataform/internal/version.go +++ b/dataform/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.4.0" +const Version = "0.5.0" diff --git a/run/CHANGES.md b/run/CHANGES.md index 00c632a4eb50..da452e97e554 100644 --- a/run/CHANGES.md +++ b/run/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/run/v0.1.2...run/v0.2.0) (2022-10-24) + + +### Features + +* **run:** Adds Startup and Liveness probes to Cloud Run v2 API client libraries ([8b203b8](https://github.com/googleapis/google-cloud-go/commit/8b203b8aea4dada5c0846a515b14414cd8c58f78)) + ## [0.1.2](https://github.com/googleapis/google-cloud-go/compare/run/v0.1.1...run/v0.1.2) (2022-09-15) diff --git a/run/internal/version.go b/run/internal/version.go index a3f5d7c77412..8ed44effcd0f 100644 --- a/run/internal/version.go +++ b/run/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.1.2" +const Version = "0.2.0" diff --git a/speech/CHANGES.md b/speech/CHANGES.md index 6783f33d52b6..f13ab5f825dd 100644 --- a/speech/CHANGES.md +++ b/speech/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/speech/v1.7.0...speech/v1.8.0) (2022-10-24) + + +### Features + +* **speech:** Start generating apiv2 ([#6891](https://github.com/googleapis/google-cloud-go/issues/6891)) ([1c7e02f](https://github.com/googleapis/google-cloud-go/commit/1c7e02f6871d3fbd5475a549405ba5b94fd28100)) + ## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/speech/v1.6.0...speech/v1.7.0) (2022-09-21) diff --git a/speech/internal/version.go b/speech/internal/version.go index 7c251d994559..0ad9373b3b59 100644 --- a/speech/internal/version.go +++ b/speech/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.7.0" +const Version = "1.8.0" diff --git a/webrisk/CHANGES.md b/webrisk/CHANGES.md index c9f345d0f94e..70df6ba22340 100644 --- a/webrisk/CHANGES.md +++ b/webrisk/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/webrisk/v1.5.0...webrisk/v1.6.0) (2022-10-24) + + +### Features + +* **webrisk:** Add SOCIAL_ENGINEERING_EXTENDED_COVERAGE threat type ([8b203b8](https://github.com/googleapis/google-cloud-go/commit/8b203b8aea4dada5c0846a515b14414cd8c58f78)) + ## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/webrisk/v1.4.0...webrisk/v1.5.0) (2022-09-21) diff --git a/webrisk/internal/version.go b/webrisk/internal/version.go index e93235c20322..05d3396f1001 100644 --- a/webrisk/internal/version.go +++ b/webrisk/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.5.0" +const Version = "1.6.0"