diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index d018a3bb073e..0ddeea44df5f 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -2,10 +2,10 @@ "accessapproval": "1.7.4", "accesscontextmanager": "1.8.4", "advisorynotifications": "1.3.0", - "ai": "0.3.1", + "ai": "0.3.2", "aiplatform": "1.58.1", "alloydb": "1.8.0", - "analytics": "0.22.0", + "analytics": "0.23.0", "apigateway": "1.6.4", "apigeeconnect": "1.6.4", "apigeeregistry": "0.8.2", @@ -18,7 +18,7 @@ "assuredworkloads": "1.11.4", "automl": "1.13.4", "baremetalsolution": "1.2.3", - "batch": "1.7.0", + "batch": "1.8.0", "beyondcorp": "1.0.3", "billing": "1.18.1", "binaryauthorization": "1.8.0", @@ -34,7 +34,7 @@ "compute/metadata": "0.2.3", "confidentialcomputing": "1.4.0", "config": "0.2.0", - "contactcenterinsights": "1.12.1", + "contactcenterinsights": "1.13.0", "container": "1.30.0", "containeranalysis": "0.11.3", "datacatalog": "1.19.2", @@ -57,7 +57,7 @@ "essentialcontacts": "1.6.5", "eventarc": "1.13.3", "filestore": "1.8.0", - "functions": "1.15.4", + "functions": "1.16.0", "gkebackup": "1.3.4", "gkeconnect": "0.8.4", "gkehub": "0.14.4", @@ -73,7 +73,7 @@ "lifesciences": "0.9.4", "longrunning": "0.5.4", "managedidentities": "1.6.4", - "maps": "1.6.3", + "maps": "1.6.4", "mediatranslation": "0.8.4", "memcache": "1.10.4", "metastore": "1.13.3", diff --git a/ai/CHANGES.md b/ai/CHANGES.md index 9c9e58f64071..49e3305fcb9a 100644 --- a/ai/CHANGES.md +++ b/ai/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/googleapis/google-cloud-go/compare/ai/v0.3.1...ai/v0.3.2) (2024-01-29) + + +### Bug Fixes + +* **ai/generativelanguage:** Fix content.proto's Schema - `type` should be required ([97d62c7](https://github.com/googleapis/google-cloud-go/commit/97d62c7a6a305c47670ea9c147edc444f4bf8620)) + ## [0.3.1](https://github.com/googleapis/google-cloud-go/compare/ai/v0.3.0...ai/v0.3.1) (2024-01-22) diff --git a/ai/internal/version.go b/ai/internal/version.go index d357b0eeae80..ba10ccdfe4c6 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.3.1" +const Version = "0.3.2" diff --git a/analytics/CHANGES.md b/analytics/CHANGES.md index ca77957c3cc9..3f6f7df6e700 100644 --- a/analytics/CHANGES.md +++ b/analytics/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.23.0](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.22.0...analytics/v0.23.0) (2024-01-29) + + +### Features + +* **analytics/admin:** Add `GetCalculatedMetric`, `CreateCalculatedMetric`, `ListCalculatedMetrics`, `UpdateCalculatedMetric`, `DeleteCalculatedMetric` methods to the Admin API v1alpha ([97d62c7](https://github.com/googleapis/google-cloud-go/commit/97d62c7a6a305c47670ea9c147edc444f4bf8620)) + ## [0.22.0](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.21.6...analytics/v0.22.0) (2024-01-03) diff --git a/analytics/internal/version.go b/analytics/internal/version.go index e3bbbd1d9a15..653d2fea0f1f 100644 --- a/analytics/internal/version.go +++ b/analytics/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.22.0" +const Version = "0.23.0" diff --git a/batch/CHANGES.md b/batch/CHANGES.md index 41c9076849eb..96ed87dfdaf5 100644 --- a/batch/CHANGES.md +++ b/batch/CHANGES.md @@ -1,6 +1,13 @@ # Changelog +## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/batch/v1.7.0...batch/v1.8.0) (2024-01-29) + + +### Features + +* **batch:** Add `run_as_non_root` field to allow user's runnable be executed as non root ([97d62c7](https://github.com/googleapis/google-cloud-go/commit/97d62c7a6a305c47670ea9c147edc444f4bf8620)) + ## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/batch/v1.6.3...batch/v1.7.0) (2023-11-27) diff --git a/batch/internal/version.go b/batch/internal/version.go index 46422950003d..0eb484b76696 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.7.0" +const Version = "1.8.0" diff --git a/contactcenterinsights/CHANGES.md b/contactcenterinsights/CHANGES.md index 39de2ecfa5af..be4c1bc3545b 100644 --- a/contactcenterinsights/CHANGES.md +++ b/contactcenterinsights/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.13.0](https://github.com/googleapis/google-cloud-go/compare/contactcenterinsights/v1.12.1...contactcenterinsights/v1.13.0) (2024-01-29) + + +### Features + +* **contactcenterinsights:** Add Conversation QualityMetadata ([97d62c7](https://github.com/googleapis/google-cloud-go/commit/97d62c7a6a305c47670ea9c147edc444f4bf8620)) + ## [1.12.1](https://github.com/googleapis/google-cloud-go/compare/contactcenterinsights/v1.12.0...contactcenterinsights/v1.12.1) (2023-11-27) diff --git a/contactcenterinsights/internal/version.go b/contactcenterinsights/internal/version.go index 5ac4a843e11e..efedadbea253 100644 --- a/contactcenterinsights/internal/version.go +++ b/contactcenterinsights/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/functions/CHANGES.md b/functions/CHANGES.md index af3232b739a6..1d4c4bdc4e8f 100644 --- a/functions/CHANGES.md +++ b/functions/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/functions/v1.15.4...functions/v1.16.0) (2024-01-29) + + +### Features + +* **functions:** Updated description for `docker_registry` to reflect transition to Artifact Registry ([97d62c7](https://github.com/googleapis/google-cloud-go/commit/97d62c7a6a305c47670ea9c147edc444f4bf8620)) + ## [1.15.4](https://github.com/googleapis/google-cloud-go/compare/functions/v1.15.3...functions/v1.15.4) (2023-11-01) diff --git a/functions/internal/version.go b/functions/internal/version.go index b9ae78db7dcd..b82e17a1938d 100644 --- a/functions/internal/version.go +++ b/functions/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.15.4" +const Version = "1.16.0" diff --git a/maps/CHANGES.md b/maps/CHANGES.md index a629543f45cd..68328efe96c6 100644 --- a/maps/CHANGES.md +++ b/maps/CHANGES.md @@ -2,6 +2,14 @@ +## [1.6.4](https://github.com/googleapis/google-cloud-go/compare/maps/v1.6.3...maps/v1.6.4) (2024-01-29) + + +### Documentation + +* **maps/fleetengine:** Update comment on Waypoint ([97d62c7](https://github.com/googleapis/google-cloud-go/commit/97d62c7a6a305c47670ea9c147edc444f4bf8620)) +* **maps/fleetengine:** Update comment on Waypoint ([#9291](https://github.com/googleapis/google-cloud-go/issues/9291)) ([97d62c7](https://github.com/googleapis/google-cloud-go/commit/97d62c7a6a305c47670ea9c147edc444f4bf8620)) + ## [1.6.3](https://github.com/googleapis/google-cloud-go/compare/maps/v1.6.2...maps/v1.6.3) (2024-01-11) diff --git a/maps/internal/version.go b/maps/internal/version.go index 0ed5167d22da..55055cdd9cca 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.6.3" +const Version = "1.6.4"