diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 2d14b20422df..4e1d198e7ab9 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -1,7 +1,7 @@ { "accessapproval": "1.5.0", "accesscontextmanager": "1.5.0", - "aiplatform": "1.26.0", + "aiplatform": "1.27.0", "analytics": "0.12.0", "apigateway": "1.4.0", "apigeeconnect": "1.4.0", @@ -15,18 +15,18 @@ "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", "cloudbuild": "1.5.0", "clouddms": "1.4.0", "cloudtasks": "1.8.0", - "compute": "1.12.1", + "compute": "1.13.0", "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", @@ -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", @@ -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", @@ -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", diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md index 21b532b7aecc..ee68923a6460 100644 --- a/aiplatform/CHANGES.md +++ b/aiplatform/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.27.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.26.0...aiplatform/v1.27.0) (2022-11-17) + + +### Features + +* **aiplatform:** start generating stubs dir ([5d0b405](https://github.com/googleapis/google-cloud-go/commit/5d0b405033f55023825ef90e5c539f1bcf2ddedb)) + ## [1.26.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.25.0...aiplatform/v1.26.0) (2022-11-16) diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go index dc70dd2f630d..dc1cb9f6009b 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.26.0" +const Version = "1.27.0" diff --git a/beyondcorp/CHANGES.md b/beyondcorp/CHANGES.md index 96c162d81fee..9775d2c8a775 100644 --- a/beyondcorp/CHANGES.md +++ b/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) diff --git a/beyondcorp/internal/version.go b/beyondcorp/internal/version.go index f0adc49b20c9..d60b27c5e0eb 100644 --- a/beyondcorp/internal/version.go +++ b/beyondcorp/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.3.0" +const Version = "0.3.1" diff --git a/billing/CHANGES.md b/billing/CHANGES.md index 68efa7acbff3..6fba01036d53 100644 --- a/billing/CHANGES.md +++ b/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) diff --git a/billing/internal/version.go b/billing/internal/version.go index 7c251d994559..0ad9373b3b59 100644 --- a/billing/internal/version.go +++ b/billing/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/compute/CHANGES.md b/compute/CHANGES.md index ddb3d4117146..0ff9c938b9e7 100644 --- a/compute/CHANGES.md +++ b/compute/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.13.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.12.1...compute/v1.13.0) (2022-11-17) + + +### Features + +* **compute:** start generating stubs dir ([5d0b405](https://github.com/googleapis/google-cloud-go/commit/5d0b405033f55023825ef90e5c539f1bcf2ddedb)) + ## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.11.0...compute/v1.12.0) (2022-10-26) Compute metadata has been moved to its own module. diff --git a/compute/internal/version.go b/compute/internal/version.go index 5ac4a843e11e..efedadbea253 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.12.1" +const Version = "1.13.0" diff --git a/container/CHANGES.md b/container/CHANGES.md index 0dafe43b87e9..daeec3e38adb 100644 --- a/container/CHANGES.md +++ b/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) diff --git a/container/internal/version.go b/container/internal/version.go index 0ad9373b3b59..37e23cdd396f 100644 --- a/container/internal/version.go +++ b/container/internal/version.go @@ -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" diff --git a/documentai/CHANGES.md b/documentai/CHANGES.md index e9b0481c1afd..34a22bdd9a90 100644 --- a/documentai/CHANGES.md +++ b/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) diff --git a/documentai/internal/version.go b/documentai/internal/version.go index 4518b5fb4070..efedadbea253 100644 --- a/documentai/internal/version.go +++ b/documentai/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.13.0" diff --git a/kms/CHANGES.md b/kms/CHANGES.md index 991db392e25d..fe2ced0cc906 100644 --- a/kms/CHANGES.md +++ b/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) diff --git a/kms/internal/version.go b/kms/internal/version.go index 05d3396f1001..7c251d994559 100644 --- a/kms/internal/version.go +++ b/kms/internal/version.go @@ -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" diff --git a/lifesciences/CHANGES.md b/lifesciences/CHANGES.md index b829fc499f08..e0a36cf5c024 100644 --- a/lifesciences/CHANGES.md +++ b/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) diff --git a/lifesciences/internal/version.go b/lifesciences/internal/version.go index 75ae2d0e75aa..d1002df0887e 100644 --- a/lifesciences/internal/version.go +++ b/lifesciences/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/oslogin/CHANGES.md b/oslogin/CHANGES.md index 06a9cc83d8ab..399cf55717b7 100644 --- a/oslogin/CHANGES.md +++ b/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) diff --git a/oslogin/internal/version.go b/oslogin/internal/version.go index 7c251d994559..0ad9373b3b59 100644 --- a/oslogin/internal/version.go +++ b/oslogin/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"