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 Nov 17, 2022
1 parent 2a0b1ae commit ee5760b
Show file tree
Hide file tree
Showing 15 changed files with 63 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest-submodules.json
Expand Up @@ -15,8 +15,8 @@
"automl": "1.8.0",
"baremetalsolution": "0.4.0",
"batch": "0.4.1",
"beyondcorp": "0.3.0",
"billing": "1.7.0",
"beyondcorp": "0.3.1",
"billing": "1.8.0",
"binaryauthorization": "1.4.0",
"certificatemanager": "1.4.0",
"channel": "1.10.0",
Expand All @@ -26,7 +26,7 @@
"compute": "1.12.1",
"compute/metadata": "0.2.1",
"contactcenterinsights": "1.4.0",
"container": "1.8.0",
"container": "1.9.0",
"containeranalysis": "0.6.0",
"datacatalog": "1.8.1",
"dataflow": "0.7.0",
Expand All @@ -40,7 +40,7 @@
"deploy": "1.5.0",
"dialogflow": "1.20.0",
"dlp": "1.8.0",
"documentai": "1.12.0",
"documentai": "1.13.0",
"domains": "0.7.0",
"edgecontainer": "0.2.0",
"essentialcontacts": "1.4.0",
Expand All @@ -58,9 +58,9 @@
"iap": "1.5.0",
"ids": "1.2.0",
"iot": "1.4.0",
"kms": "1.6.0",
"kms": "1.7.0",
"language": "1.8.0",
"lifesciences": "0.6.0",
"lifesciences": "0.7.0",
"longrunning": "0.3.0",
"managedidentities": "1.4.0",
"maps": "0.1.0",
Expand All @@ -76,7 +76,7 @@
"orchestration": "1.4.0",
"orgpolicy": "1.5.0",
"osconfig": "1.10.0",
"oslogin": "1.7.0",
"oslogin": "1.8.0",
"phishingprotection": "0.6.0",
"policytroubleshooter": "1.4.0",
"privatecatalog": "0.6.0",
Expand Down
7 changes: 7 additions & 0 deletions beyondcorp/CHANGES.md
@@ -1,5 +1,12 @@
# Changelog

## [0.3.1](https://github.com/googleapis/google-cloud-go/compare/beyondcorp/v0.3.0...beyondcorp/v0.3.1) (2022-11-17)


### Documentation

* **beyondcorp/appconnections:** fix minor docstring formatting ([2a0b1ae](https://github.com/googleapis/google-cloud-go/commit/2a0b1aeb1683222e6aa5c876cb945845c00cef79))

## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/beyondcorp/v0.2.0...beyondcorp/v0.3.0) (2022-11-03)


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

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

7 changes: 7 additions & 0 deletions billing/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/billing/v1.7.0...billing/v1.8.0) (2022-11-17)


### Features

* **billing:** added Sku.geo_taxonomy fix: more oauth scopes ([2a0b1ae](https://github.com/googleapis/google-cloud-go/commit/2a0b1aeb1683222e6aa5c876cb945845c00cef79))

## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/billing/v1.6.0...billing/v1.7.0) (2022-11-03)


Expand Down
2 changes: 1 addition & 1 deletion billing/internal/version.go
Expand Up @@ -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"
7 changes: 7 additions & 0 deletions container/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.8.0...container/v1.9.0) (2022-11-17)


### Features

* **container:** add compact placement feature for node pools ([2a0b1ae](https://github.com/googleapis/google-cloud-go/commit/2a0b1aeb1683222e6aa5c876cb945845c00cef79))

## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.7.0...container/v1.8.0) (2022-11-09)


Expand Down
2 changes: 1 addition & 1 deletion container/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.8.0"
const Version = "1.9.0"
7 changes: 7 additions & 0 deletions documentai/CHANGES.md
@@ -1,6 +1,13 @@
# Changes


## [1.13.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.12.0...documentai/v1.13.0) (2022-11-17)


### Features

* **documentai:** added field_mask field in DocumentOutputConfig.GcsOutputConfig in document_io.proto ([2a0b1ae](https://github.com/googleapis/google-cloud-go/commit/2a0b1aeb1683222e6aa5c876cb945845c00cef79))

## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.11.0...documentai/v1.12.0) (2022-11-16)


Expand Down
2 changes: 1 addition & 1 deletion documentai/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.13.0"
7 changes: 7 additions & 0 deletions kms/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/kms/v1.6.0...kms/v1.7.0) (2022-11-17)


### Features

* **kms:** add support for additional HMAC algorithms ([2a0b1ae](https://github.com/googleapis/google-cloud-go/commit/2a0b1aeb1683222e6aa5c876cb945845c00cef79))

## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/kms/v1.5.0...kms/v1.6.0) (2022-11-03)


Expand Down
2 changes: 1 addition & 1 deletion kms/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.6.0"
const Version = "1.7.0"
7 changes: 7 additions & 0 deletions lifesciences/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [0.7.0](https://github.com/googleapis/google-cloud-go/compare/lifesciences/v0.6.0...lifesciences/v0.7.0) (2022-11-17)


### Features

* **lifesciences:** add Pipeline.secret_environment, Action.secret_environment, VirtualMachine.reservation ([2a0b1ae](https://github.com/googleapis/google-cloud-go/commit/2a0b1aeb1683222e6aa5c876cb945845c00cef79))

## [0.6.0](https://github.com/googleapis/google-cloud-go/compare/lifesciences/v0.5.0...lifesciences/v0.6.0) (2022-09-21)


Expand Down
2 changes: 1 addition & 1 deletion lifesciences/internal/version.go
Expand Up @@ -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"
7 changes: 7 additions & 0 deletions oslogin/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/oslogin/v1.7.0...oslogin/v1.8.0) (2022-11-17)


### Features

* **oslogin:** added CreateSshPublicKey RPC ([2a0b1ae](https://github.com/googleapis/google-cloud-go/commit/2a0b1aeb1683222e6aa5c876cb945845c00cef79))

## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/oslogin/v1.6.0...oslogin/v1.7.0) (2022-11-03)


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

0 comments on commit ee5760b

Please sign in to comment.