diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 9ffe3af3451..222b5a0ae87 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -3,7 +3,7 @@ "accesscontextmanager": "1.8.5", "advisorynotifications": "1.3.1", "ai": "0.3.2", - "aiplatform": "1.62.1", + "aiplatform": "1.62.2", "alloydb": "1.10.0", "analytics": "0.23.0", "apigateway": "1.6.5", @@ -14,7 +14,7 @@ "apps": "0.4.0", "area120": "0.8.5", "artifactregistry": "1.14.7", - "asset": "1.17.2", + "asset": "1.18.0", "assuredworkloads": "1.11.5", "automl": "1.13.5", "baremetalsolution": "1.2.4", @@ -35,7 +35,7 @@ "confidentialcomputing": "1.4.1", "config": "0.2.1", "contactcenterinsights": "1.13.0", - "container": "1.32.0", + "container": "1.33.0", "containeranalysis": "0.11.4", "datacatalog": "1.19.3", "dataflow": "0.9.5", @@ -49,7 +49,7 @@ "deploy": "1.17.1", "dialogflow": "1.49.0", "discoveryengine": "1.5.0", - "dlp": "1.11.2", + "dlp": "1.12.0", "documentai": "1.26.0", "domains": "0.9.5", "edgecontainer": "1.1.5", @@ -79,7 +79,7 @@ "metastore": "1.13.4", "migrationcenter": "0.2.4", "monitoring": "1.18.0", - "netapp": "0.2.4", + "netapp": "0.2.5", "networkconnectivity": "1.14.4", "networkmanagement": "1.9.4", "networksecurity": "0.9.5", @@ -95,14 +95,14 @@ "policytroubleshooter": "1.10.3", "privatecatalog": "0.9.5", "rapidmigrationassessment": "1.0.5", - "recaptchaenterprise": "2.10.0", + "recaptchaenterprise": "2.11.0", "recommendationengine": "0.8.5", "recommender": "1.12.1", "redis": "1.14.2", "resourcemanager": "1.9.5", "resourcesettings": "1.6.5", "retail": "1.16.0", - "run": "1.3.4", + "run": "1.3.5", "scheduler": "1.10.6", "secretmanager": "1.11.5", "securesourcemanager": "0.1.3", diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md index bbe8aa5ec28..ddfb8876113 100644 --- a/aiplatform/CHANGES.md +++ b/aiplatform/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.62.2](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.62.1...aiplatform/v1.62.2) (2024-03-07) + + +### Bug Fixes + +* **aiplatform:** An existing field `preflight_validations` is removed from message `.google.cloud.aiplatform.v1beta1.CreatePipelineJobRequest` ([a74cbbe](https://github.com/googleapis/google-cloud-go/commit/a74cbbee6be0c02e0280f115119596da458aa707)) + ## [1.62.1](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.62.0...aiplatform/v1.62.1) (2024-03-04) diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go index 67cf7a3f956..c56fa33e21e 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.62.1" +const Version = "1.62.2" diff --git a/asset/CHANGES.md b/asset/CHANGES.md index 649a9d4d6fd..fa0232e45ce 100644 --- a/asset/CHANGES.md +++ b/asset/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.18.0](https://github.com/googleapis/google-cloud-go/compare/asset/v1.17.2...asset/v1.18.0) (2024-03-07) + + +### Features + +* **asset:** Add `asset_type` field to `GovernedIamPolicy` and `GovernedResource` ([a74cbbe](https://github.com/googleapis/google-cloud-go/commit/a74cbbee6be0c02e0280f115119596da458aa707)) + ## [1.17.2](https://github.com/googleapis/google-cloud-go/compare/asset/v1.17.1...asset/v1.17.2) (2024-02-09) diff --git a/asset/internal/version.go b/asset/internal/version.go index 9f74557a123..ddddbd21f21 100644 --- a/asset/internal/version.go +++ b/asset/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.17.2" +const Version = "1.18.0" diff --git a/container/CHANGES.md b/container/CHANGES.md index 0992b523964..d35c9ef4a01 100644 --- a/container/CHANGES.md +++ b/container/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.33.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.32.0...container/v1.33.0) (2024-03-07) + + +### Features + +* **container:** Add API to enable/disable secret manager csi component on GKE clusters ([a74cbbe](https://github.com/googleapis/google-cloud-go/commit/a74cbbee6be0c02e0280f115119596da458aa707)) +* **container:** Add secondary boot disks field to NodePool API ([a74cbbe](https://github.com/googleapis/google-cloud-go/commit/a74cbbee6be0c02e0280f115119596da458aa707)) + ## [1.32.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.31.0...container/v1.32.0) (2024-02-26) diff --git a/container/internal/version.go b/container/internal/version.go index acc180691aa..ba70a43673b 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.32.0" +const Version = "1.33.0" diff --git a/dlp/CHANGES.md b/dlp/CHANGES.md index 0b8b762dc00..d89a95316af 100644 --- a/dlp/CHANGES.md +++ b/dlp/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.11.2...dlp/v1.12.0) (2024-03-07) + + +### Features + +* **dlp:** Add RPCs for getting and listing project, table, and column data profiles ([a74cbbe](https://github.com/googleapis/google-cloud-go/commit/a74cbbee6be0c02e0280f115119596da458aa707)) + ## [1.11.2](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.11.1...dlp/v1.11.2) (2024-01-30) diff --git a/dlp/internal/version.go b/dlp/internal/version.go index 5d1622b719a..4518b5fb407 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.11.2" +const Version = "1.12.0" diff --git a/netapp/CHANGES.md b/netapp/CHANGES.md index ae2a5becd08..104fea6d03d 100644 --- a/netapp/CHANGES.md +++ b/netapp/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.5](https://github.com/googleapis/google-cloud-go/compare/netapp/v0.2.4...netapp/v0.2.5) (2024-03-07) + + +### Documentation + +* **netapp:** Mark optional fields explicitly in Storage Pool ([#9513](https://github.com/googleapis/google-cloud-go/issues/9513)) ([a74cbbe](https://github.com/googleapis/google-cloud-go/commit/a74cbbee6be0c02e0280f115119596da458aa707)) + ## [0.2.4](https://github.com/googleapis/google-cloud-go/compare/netapp/v0.2.3...netapp/v0.2.4) (2024-01-30) diff --git a/netapp/internal/version.go b/netapp/internal/version.go index fd178530def..45c634619d6 100644 --- a/netapp/internal/version.go +++ b/netapp/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.2.4" +const Version = "0.2.5" diff --git a/recaptchaenterprise/CHANGES.md b/recaptchaenterprise/CHANGES.md index f92dac4a44c..99a945169d8 100644 --- a/recaptchaenterprise/CHANGES.md +++ b/recaptchaenterprise/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [2.11.0](https://github.com/googleapis/google-cloud-go/compare/recaptchaenterprise/v2.10.0...recaptchaenterprise/v2.11.0) (2024-03-07) + + +### Features + +* **recaptchaenterprise:** Add include_recaptcha_script for as a new action in firewall policies ([a74cbbe](https://github.com/googleapis/google-cloud-go/commit/a74cbbee6be0c02e0280f115119596da458aa707)) + ## [2.10.0](https://github.com/googleapis/google-cloud-go/compare/recaptchaenterprise/v2.9.2...recaptchaenterprise/v2.10.0) (2024-02-21) diff --git a/recaptchaenterprise/internal/version.go b/recaptchaenterprise/internal/version.go index d644ccefd20..cc5bd911812 100644 --- a/recaptchaenterprise/internal/version.go +++ b/recaptchaenterprise/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "2.10.0" +const Version = "2.11.0" diff --git a/run/CHANGES.md b/run/CHANGES.md index e7c9327ca3a..666c5615c71 100644 --- a/run/CHANGES.md +++ b/run/CHANGES.md @@ -1,6 +1,13 @@ # Changelog +## [1.3.5](https://github.com/googleapis/google-cloud-go/compare/run/v1.3.4...run/v1.3.5) (2024-03-07) + + +### Documentation + +* **run:** Clarify some defaults and required or optional values ([#9505](https://github.com/googleapis/google-cloud-go/issues/9505)) ([1cf28f6](https://github.com/googleapis/google-cloud-go/commit/1cf28f61b26d52a9e2303c52e9aba7a0cdfbe7eb)) + ## [1.3.4](https://github.com/googleapis/google-cloud-go/compare/run/v1.3.3...run/v1.3.4) (2024-01-30) diff --git a/run/internal/version.go b/run/internal/version.go index f0e514ef9ab..cbb81ec1c16 100644 --- a/run/internal/version.go +++ b/run/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.3.4" +const Version = "1.3.5"