From 6e7761183a53189470f30d72a7474128f11f6dd0 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 11:37:56 -0600 Subject: [PATCH] chore: release main (#8936) --- .release-please-manifest-submodules.json | 18 +++++++++--------- artifactregistry/CHANGES.md | 7 +++++++ artifactregistry/internal/version.go | 2 +- batch/CHANGES.md | 7 +++++++ batch/internal/version.go | 2 +- container/CHANGES.md | 7 +++++++ container/internal/version.go | 2 +- dataform/CHANGES.md | 7 +++++++ dataform/internal/version.go | 2 +- dataplex/CHANGES.md | 7 +++++++ dataplex/internal/version.go | 2 +- dlp/CHANGES.md | 7 +++++++ dlp/internal/version.go | 2 +- maps/CHANGES.md | 9 +++++++++ maps/internal/version.go | 2 +- redis/CHANGES.md | 8 +++++++- redis/internal/version.go | 2 +- speech/CHANGES.md | 7 +++++++ speech/internal/version.go | 2 +- 19 files changed, 83 insertions(+), 19 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index d7eec1017caa..12fed1bc181e 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -12,12 +12,12 @@ "apikeys": "1.1.3", "appengine": "1.8.3", "area120": "0.8.3", - "artifactregistry": "1.14.4", + "artifactregistry": "1.14.5", "asset": "1.15.2", "assuredworkloads": "1.11.3", "automl": "1.13.3", "baremetalsolution": "1.2.2", - "batch": "1.6.1", + "batch": "1.6.2", "beyondcorp": "1.0.2", "billing": "1.17.3", "binaryauthorization": "1.7.2", @@ -32,21 +32,21 @@ "confidentialcomputing": "1.3.2", "config": "0.1.3", "contactcenterinsights": "1.11.2", - "container": "1.26.2", + "container": "1.27.0", "containeranalysis": "0.11.2", "datacatalog": "1.18.2", "dataflow": "0.9.3", - "dataform": "0.8.3", + "dataform": "0.9.0", "datafusion": "1.7.3", "datalabeling": "0.8.3", - "dataplex": "1.10.2", + "dataplex": "1.11.0", "dataproc": "2.2.2", "dataqna": "0.8.3", "datastream": "1.10.2", "deploy": "1.14.1", "dialogflow": "1.44.2", "discoveryengine": "1.2.2", - "dlp": "1.10.3", + "dlp": "1.11.0", "documentai": "1.23.4", "domains": "0.9.3", "edgecontainer": "1.1.3", @@ -69,7 +69,7 @@ "lifesciences": "0.9.3", "longrunning": "0.5.3", "managedidentities": "1.6.3", - "maps": "1.5.1", + "maps": "1.6.0", "mediatranslation": "0.8.3", "memcache": "1.10.3", "metastore": "1.13.2", @@ -93,7 +93,7 @@ "recaptchaenterprise": "2.8.2", "recommendationengine": "0.8.3", "recommender": "1.11.2", - "redis": "1.13.3", + "redis": "1.14.0", "resourcemanager": "1.9.3", "resourcesettings": "1.6.3", "retail": "1.14.3", @@ -109,7 +109,7 @@ "serviceusage": "1.8.2", "shell": "1.7.3", "shopping": "0.2.1", - "speech": "1.19.2", + "speech": "1.20.0", "storageinsights": "1.0.3", "storagetransfer": "1.10.2", "support": "1.0.2", diff --git a/artifactregistry/CHANGES.md b/artifactregistry/CHANGES.md index 71afe1e33a4b..6dc5b4e89996 100644 --- a/artifactregistry/CHANGES.md +++ b/artifactregistry/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.14.5](https://github.com/googleapis/google-cloud-go/compare/artifactregistry/v1.14.4...artifactregistry/v1.14.5) (2023-10-31) + + +### Documentation + +* **artifactregistry:** Use code font for resource name references ([ffb0dda](https://github.com/googleapis/google-cloud-go/commit/ffb0ddabf3d9822ba8120cabaf25515fd32e9615)) + ## [1.14.4](https://github.com/googleapis/google-cloud-go/compare/artifactregistry/v1.14.3...artifactregistry/v1.14.4) (2023-10-26) diff --git a/artifactregistry/internal/version.go b/artifactregistry/internal/version.go index 8333a9f104b5..ec15fbf9c3d3 100644 --- a/artifactregistry/internal/version.go +++ b/artifactregistry/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.14.4" +const Version = "1.14.5" diff --git a/batch/CHANGES.md b/batch/CHANGES.md index 09fc6fbabfda..0d095c5eed20 100644 --- a/batch/CHANGES.md +++ b/batch/CHANGES.md @@ -1,6 +1,13 @@ # Changelog +## [1.6.2](https://github.com/googleapis/google-cloud-go/compare/batch/v1.6.1...batch/v1.6.2) (2023-10-31) + + +### Documentation + +* **batch:** Update default max parallel tasks per job ([#8940](https://github.com/googleapis/google-cloud-go/issues/8940)) ([4d40180](https://github.com/googleapis/google-cloud-go/commit/4d40180da0557c2a2e9e2cb8b0509b429676bfc0)) + ## [1.6.1](https://github.com/googleapis/google-cloud-go/compare/batch/v1.6.0...batch/v1.6.1) (2023-10-26) diff --git a/batch/internal/version.go b/batch/internal/version.go index 42671f0b3845..5ffba3b78ab9 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 = "1.6.1" +const Version = "1.6.2" diff --git a/container/CHANGES.md b/container/CHANGES.md index 955406159b7d..c8086522e10d 100644 --- a/container/CHANGES.md +++ b/container/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.27.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.26.2...container/v1.27.0) (2023-10-31) + + +### Features + +* **container:** Add ResourceManagerTags API to attach tags on the underlying Compute Engine VMs of GKE Nodes which can be used to selectively enforce Cloud Firewall network firewall policies ([4d40180](https://github.com/googleapis/google-cloud-go/commit/4d40180da0557c2a2e9e2cb8b0509b429676bfc0)) + ## [1.26.2](https://github.com/googleapis/google-cloud-go/compare/container/v1.26.1...container/v1.26.2) (2023-10-26) diff --git a/container/internal/version.go b/container/internal/version.go index 5df6a3954032..dc1cb9f6009b 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.26.2" +const Version = "1.27.0" diff --git a/dataform/CHANGES.md b/dataform/CHANGES.md index 99c498f56392..e81b7c8cf5a2 100644 --- a/dataform/CHANGES.md +++ b/dataform/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0](https://github.com/googleapis/google-cloud-go/compare/dataform/v0.8.3...dataform/v0.9.0) (2023-10-31) + + +### Features + +* **dataform:** Support for ReleaseConfigs ([ffb0dda](https://github.com/googleapis/google-cloud-go/commit/ffb0ddabf3d9822ba8120cabaf25515fd32e9615)) + ## [0.8.3](https://github.com/googleapis/google-cloud-go/compare/dataform/v0.8.2...dataform/v0.8.3) (2023-10-26) diff --git a/dataform/internal/version.go b/dataform/internal/version.go index 11f4ec98e9ea..990614d5887c 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.8.3" +const Version = "0.9.0" diff --git a/dataplex/CHANGES.md b/dataplex/CHANGES.md index e4915199a2c7..246635905ee4 100644 --- a/dataplex/CHANGES.md +++ b/dataplex/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/dataplex/v1.10.2...dataplex/v1.11.0) (2023-10-31) + + +### Features + +* **dataplex:** DataQualityDimension is now part of the DataQualityDimensionResult message ([4d40180](https://github.com/googleapis/google-cloud-go/commit/4d40180da0557c2a2e9e2cb8b0509b429676bfc0)) + ## [1.10.2](https://github.com/googleapis/google-cloud-go/compare/dataplex/v1.10.1...dataplex/v1.10.2) (2023-10-26) diff --git a/dataplex/internal/version.go b/dataplex/internal/version.go index 8746f076d58d..77cefca24d54 100644 --- a/dataplex/internal/version.go +++ b/dataplex/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.10.2" +const Version = "1.11.0" diff --git a/dlp/CHANGES.md b/dlp/CHANGES.md index d9536448b8b4..fc81d47fc6fb 100644 --- a/dlp/CHANGES.md +++ b/dlp/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.10.3...dlp/v1.11.0) (2023-10-31) + + +### Features + +* **dlp:** Introduce Discovery API protos and methods ([ffb0dda](https://github.com/googleapis/google-cloud-go/commit/ffb0ddabf3d9822ba8120cabaf25515fd32e9615)) + ## [1.10.3](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.10.2...dlp/v1.10.3) (2023-10-26) diff --git a/dlp/internal/version.go b/dlp/internal/version.go index 57b2a8c1d8dc..77cefca24d54 100644 --- a/dlp/internal/version.go +++ b/dlp/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.10.3" +const Version = "1.11.0" diff --git a/maps/CHANGES.md b/maps/CHANGES.md index 04f7d29e1575..e68676790eff 100644 --- a/maps/CHANGES.md +++ b/maps/CHANGES.md @@ -2,6 +2,15 @@ +## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/maps/v1.5.1...maps/v1.6.0) (2023-10-31) + + +### Features + +* **maps/fleetengine/delivery:** Add default sensors for RawLocation & SupplementalLocation ([3053c79](https://github.com/googleapis/google-cloud-go/commit/3053c7933a05b1b1c10d7730c29b28688b218552)) +* **maps/fleetengine:** Add default sensors for RawLocation & SupplementalLocation ([3053c79](https://github.com/googleapis/google-cloud-go/commit/3053c7933a05b1b1c10d7730c29b28688b218552)) +* **maps/places:** New features for Places GA ([ffb0dda](https://github.com/googleapis/google-cloud-go/commit/ffb0ddabf3d9822ba8120cabaf25515fd32e9615)) + ## [1.5.1](https://github.com/googleapis/google-cloud-go/compare/maps/v1.5.0...maps/v1.5.1) (2023-10-26) diff --git a/maps/internal/version.go b/maps/internal/version.go index 7e867004f132..e5e2fb052eea 100644 --- a/maps/internal/version.go +++ b/maps/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.5.1" +const Version = "1.6.0" diff --git a/redis/CHANGES.md b/redis/CHANGES.md index c1db7714bdc0..3289b4bf1ac1 100644 --- a/redis/CHANGES.md +++ b/redis/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.14.0](https://github.com/googleapis/google-cloud-go/compare/redis/v1.13.3...redis/v1.14.0) (2023-10-31) + + +### Features + +* **redis:** New client(s) ([#8948](https://github.com/googleapis/google-cloud-go/issues/8948)) ([34103cb](https://github.com/googleapis/google-cloud-go/commit/34103cb4448dee49eac5342f46623839a8b240a0)) + ## [1.13.3](https://github.com/googleapis/google-cloud-go/compare/redis/v1.13.2...redis/v1.13.3) (2023-10-26) @@ -137,4 +144,3 @@ Stabilize GA surface. This is the first tag to carve out redis as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/redis/internal/version.go b/redis/internal/version.go index 4b5aa753078d..c9ba91825c29 100644 --- a/redis/internal/version.go +++ b/redis/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.13.3" +const Version = "1.14.0" diff --git a/speech/CHANGES.md b/speech/CHANGES.md index a23d2d029fa0..f62dcb980deb 100644 --- a/speech/CHANGES.md +++ b/speech/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.20.0](https://github.com/googleapis/google-cloud-go/compare/speech/v1.19.2...speech/v1.20.0) (2023-10-31) + + +### Features + +* **speech:** Add transcript normalization + m4a audio format support ([4d40180](https://github.com/googleapis/google-cloud-go/commit/4d40180da0557c2a2e9e2cb8b0509b429676bfc0)) + ## [1.19.2](https://github.com/googleapis/google-cloud-go/compare/speech/v1.19.1...speech/v1.19.2) (2023-10-26) diff --git a/speech/internal/version.go b/speech/internal/version.go index 50a4f1c453a7..0b0f0e914120 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.19.2" +const Version = "1.20.0"