From 2f9355444456c89d95737429975dc3d65d72aa79 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 01:59:13 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest-submodules.json | 8 ++++---- ai/CHANGES.md | 7 +++++++ ai/internal/version.go | 2 +- cloudbuild/CHANGES.md | 10 ++++++++++ cloudbuild/internal/version.go | 2 +- deploy/CHANGES.md | 7 +++++++ deploy/internal/version.go | 2 +- policytroubleshooter/CHANGES.md | 7 +++++++ policytroubleshooter/internal/version.go | 2 +- 9 files changed, 39 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 021e44edba95..1312c2d2d795 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -2,7 +2,7 @@ "accessapproval": "1.7.1", "accesscontextmanager": "1.8.1", "advisorynotifications": "1.0.0", - "ai": "0.1.0", + "ai": "0.1.1", "aiplatform": "1.46.0", "alloydb": "1.3.0", "analytics": "0.21.2", @@ -23,7 +23,7 @@ "binaryauthorization": "1.6.1", "certificatemanager": "1.7.1", "channel": "1.16.0", - "cloudbuild": "1.11.0", + "cloudbuild": "1.12.0", "clouddms": "1.6.1", "cloudtasks": "1.12.0", "compute": "1.22.0", @@ -41,7 +41,7 @@ "dataproc": "2.0.1", "dataqna": "0.8.1", "datastream": "1.9.1", - "deploy": "1.12.0", + "deploy": "1.12.1", "dialogflow": "1.40.0", "discoveryengine": "0.5.0", "dlp": "1.10.1", @@ -83,7 +83,7 @@ "osconfig": "1.12.1", "oslogin": "1.10.1", "phishingprotection": "0.8.1", - "policytroubleshooter": "1.7.1", + "policytroubleshooter": "1.8.0", "privatecatalog": "0.9.1", "rapidmigrationassessment": "0.1.2", "recaptchaenterprise": "2.7.2", diff --git a/ai/CHANGES.md b/ai/CHANGES.md index fc325dc1a0ca..884bf1495372 100644 --- a/ai/CHANGES.md +++ b/ai/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/googleapis/google-cloud-go/compare/ai/v0.1.0...ai/v0.1.1) (2023-07-20) + + +### Documentation + +* **ai:** Fix README.md title ([#8289](https://github.com/googleapis/google-cloud-go/issues/8289)) ([ece5895](https://github.com/googleapis/google-cloud-go/commit/ece5895abd1d26f802eaea470e15ea5ce8476ce5)) + ## 0.1.0 (2023-07-10) diff --git a/ai/internal/version.go b/ai/internal/version.go index 79840afee826..bdee7050d040 100644 --- a/ai/internal/version.go +++ b/ai/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.1.0" +const Version = "0.1.1" diff --git a/cloudbuild/CHANGES.md b/cloudbuild/CHANGES.md index 0bab70b46b8a..797651f55d85 100644 --- a/cloudbuild/CHANGES.md +++ b/cloudbuild/CHANGES.md @@ -1,5 +1,15 @@ # Changes +## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/cloudbuild/v1.11.0...cloudbuild/v1.12.0) (2023-07-20) + + +### Features + +* **cloudbuild/apiv1:** Add repositoryevent to buildtrigger ([eca3c90](https://github.com/googleapis/google-cloud-go/commit/eca3c9070cd96a50fa857a6c016e35a98dbea5e7)) +* **cloudbuild/apiv1:** Add routing information in Cloud Build GRPC clients ([eca3c90](https://github.com/googleapis/google-cloud-go/commit/eca3c9070cd96a50fa857a6c016e35a98dbea5e7)) +* **cloudbuild/apiv1:** Added e2-medium machine type ([eca3c90](https://github.com/googleapis/google-cloud-go/commit/eca3c9070cd96a50fa857a6c016e35a98dbea5e7)) +* **cloudbuild/apiv1:** Update third party clodubuild.proto library to include git_source ([eca3c90](https://github.com/googleapis/google-cloud-go/commit/eca3c9070cd96a50fa857a6c016e35a98dbea5e7)) + ## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/cloudbuild/v1.10.1...cloudbuild/v1.11.0) (2023-07-10) diff --git a/cloudbuild/internal/version.go b/cloudbuild/internal/version.go index 77cefca24d54..4518b5fb4070 100644 --- a/cloudbuild/internal/version.go +++ b/cloudbuild/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/deploy/CHANGES.md b/deploy/CHANGES.md index 9c2103a87899..826703ab0c7d 100644 --- a/deploy/CHANGES.md +++ b/deploy/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.12.1](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.12.0...deploy/v1.12.1) (2023-07-20) + + +### Documentation + +* **deploy:** Small documentation updates ([#8286](https://github.com/googleapis/google-cloud-go/issues/8286)) ([eca3c90](https://github.com/googleapis/google-cloud-go/commit/eca3c9070cd96a50fa857a6c016e35a98dbea5e7)) + ## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.11.0...deploy/v1.12.0) (2023-07-18) diff --git a/deploy/internal/version.go b/deploy/internal/version.go index 4518b5fb4070..5ac4a843e11e 100644 --- a/deploy/internal/version.go +++ b/deploy/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.12.0" +const Version = "1.12.1" diff --git a/policytroubleshooter/CHANGES.md b/policytroubleshooter/CHANGES.md index 13cccb45a950..ddf0042aa61a 100644 --- a/policytroubleshooter/CHANGES.md +++ b/policytroubleshooter/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/policytroubleshooter/v1.7.1...policytroubleshooter/v1.8.0) (2023-07-20) + + +### Features + +* **policytroubleshooter:** Include errors in troubleshoot response ([eca3c90](https://github.com/googleapis/google-cloud-go/commit/eca3c9070cd96a50fa857a6c016e35a98dbea5e7)) + ## [1.7.1](https://github.com/googleapis/google-cloud-go/compare/policytroubleshooter/v1.7.0...policytroubleshooter/v1.7.1) (2023-06-20) diff --git a/policytroubleshooter/internal/version.go b/policytroubleshooter/internal/version.go index b0fae9e79ce7..0ad9373b3b59 100644 --- a/policytroubleshooter/internal/version.go +++ b/policytroubleshooter/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.7.1" +const Version = "1.8.0"