Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 20, 2023
1 parent eca3c90 commit 2f93554
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest-submodules.json
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion ai/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion cloudbuild/internal/version.go
Expand Up @@ -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"
7 changes: 7 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion deploy/internal/version.go
Expand Up @@ -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"
7 changes: 7 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion policytroubleshooter/internal/version.go
Expand Up @@ -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"

0 comments on commit 2f93554

Please sign in to comment.