chore: release main (#6093)

diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json
index bbfc839..bd7c95f 100644
--- a/.release-please-manifest-submodules.json
+++ b/.release-please-manifest-submodules.json
@@ -1,7 +1,7 @@
 {
   "accessapproval": "1.3.0",
   "accesscontextmanager": "1.2.0",
-  "aiplatform": "1.10.0",
+  "aiplatform": "1.11.0",
   "analytics": "0.6.1",
   "apigateway": "1.2.0",
   "apigeeconnect": "1.2.0",
@@ -42,7 +42,7 @@
   "gaming": "1.2.0",
   "gkebackup": "0.1.0",
   "gkeconnect": "0.3.0",
-  "gkehub": "0.5.0",
+  "gkehub": "0.6.0",
   "gkemulticloud": "0.2.0",
   "grafeas": "0.2.0",
   "gsuiteaddons": "1.2.0",
@@ -76,12 +76,12 @@
   "redis": "1.5.0",
   "resourcemanager": "1.2.0",
   "resourcesettings": "1.2.0",
-  "retail": "1.3.0",
+  "retail": "1.4.0",
   "run": "0.1.1",
   "scheduler": "1.2.0",
   "secretmanager": "1.4.0",
   "security": "1.4.0",
-  "securitycenter": "1.7.0",
+  "securitycenter": "1.8.0",
   "servicecontrol": "1.3.0",
   "servicedirectory": "1.2.0",
   "servicemanagement": "1.3.0",
@@ -89,7 +89,7 @@
   "shell": "1.2.0",
   "speech": "1.4.0",
   "storagetransfer": "1.3.0",
-  "talent": "0.5.0",
+  "talent": "0.6.0",
   "texttospeech": "1.3.0",
   "tpu": "1.2.0",
   "trace": "1.2.0",
diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md
index 332e1b3..7ca9206 100644
--- a/aiplatform/CHANGES.md
+++ b/aiplatform/CHANGES.md
@@ -1,6 +1,15 @@
 # Changes
 
 
+## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.10.0...aiplatform/v1.11.0) (2022-06-01)
+
+
+### Features
+
+* **aiplatform:** add failure_policy to PipelineJob in aiplatform v1 & v1beta1 pipeline_job.proto ([46c16f1](https://github.com/googleapis/google-cloud-go/commit/46c16f1fdc7181d2fefadc8fd6a9e0b9cb226cac))
+* **aiplatform:** add IAM policy to aiplatform_v1beta1.yaml feat: add preset configuration for example-based explanations in aiplatform v1beta1 explanation.proto feat: add latent_space_source to ExplanationMetadata in aiplatform v1beta1 explanation_metadata.proto feat: add successful_forecast_point_count to CompletionStats in completion_stats.proto ([46c16f1](https://github.com/googleapis/google-cloud-go/commit/46c16f1fdc7181d2fefadc8fd6a9e0b9cb226cac))
+* **aiplatform:** add latent_space_source to ExplanationMetadata in aiplatform v1 explanation_metadata.proto feat: add scaling to OnlineServingConfig in aiplatform v1 featurestore.proto feat: add template_metadata to PipelineJob in aiplatform v1 pipeline_job.proto ([46c16f1](https://github.com/googleapis/google-cloud-go/commit/46c16f1fdc7181d2fefadc8fd6a9e0b9cb226cac))
+
 ## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.9.0...aiplatform/v1.10.0) (2022-05-24)
 
 
diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go
index 1850527..77cefca 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.10.0"
+const Version = "1.11.0"
diff --git a/gkehub/CHANGES.md b/gkehub/CHANGES.md
index 117817d..78cf607 100644
--- a/gkehub/CHANGES.md
+++ b/gkehub/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [0.6.0](https://github.com/googleapis/google-cloud-go/compare/gkehub/v0.5.0...gkehub/v0.6.0) (2022-06-01)
+
+
+### Features
+
+* **gkehub:** add EdgeCluster as a new membershipEndpoint type feat: add ApplianceCluster as a new membershipEndpoint type feat: add c++ rules in BUILD file doc: add API annotations doc: minor changes on code and doc format ([02cbe4b](https://github.com/googleapis/google-cloud-go/commit/02cbe4bec42b3389d64d1e78396b3f6a8e4976ba))
+
 ## [0.5.0](https://github.com/googleapis/google-cloud-go/compare/gkehub/v0.4.0...gkehub/v0.5.0) (2022-03-14)
 
 
diff --git a/gkehub/internal/version.go b/gkehub/internal/version.go
index d0d3f79..75ae2d0 100644
--- a/gkehub/internal/version.go
+++ b/gkehub/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "0.5.0"
+const Version = "0.6.0"
diff --git a/retail/CHANGES.md b/retail/CHANGES.md
index 33fbe33..374e047 100644
--- a/retail/CHANGES.md
+++ b/retail/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/retail/v1.3.0...retail/v1.4.0) (2022-06-01)
+
+
+### Features
+
+* **retail:** allow users to disable spell check in search requests feat: allow users to add labels in search requests docs: deprecate indexable/searchable on the product level custom attributes docs: keep the API doc up-to-date with recent changes ([5ed25c5](https://github.com/googleapis/google-cloud-go/commit/5ed25c5e2e40c7602802c35d61742631b619ed3c))
+
 ## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/retail/v1.2.0...retail/v1.3.0) (2022-05-24)
 
 
diff --git a/retail/internal/version.go b/retail/internal/version.go
index bb0fead..9fa087b 100644
--- a/retail/internal/version.go
+++ b/retail/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "1.3.0"
+const Version = "1.4.0"
diff --git a/securitycenter/CHANGES.md b/securitycenter/CHANGES.md
index 09918a7..85ecbe4 100644
--- a/securitycenter/CHANGES.md
+++ b/securitycenter/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.7.0...securitycenter/v1.8.0) (2022-06-01)
+
+
+### Features
+
+* **securitycenter:** Add compliances, processes and exfiltration fields to findings attributes. They contain compliance information about a security standard indicating unmet recommendations, represents operating system processes, and data exfiltration attempt of one or more source(s) to one or more target(s).  Source(s) represent the source of data that is exfiltrated, and Target(s) represents the destination the data was copied to ([9266276](https://github.com/googleapis/google-cloud-go/commit/92662768493738a4492eae3ea4ac6db250056bf1))
+
 ## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.6.0...securitycenter/v1.7.0) (2022-04-20)
 
 
diff --git a/securitycenter/internal/version.go b/securitycenter/internal/version.go
index 7c251d9..0ad9373 100644
--- a/securitycenter/internal/version.go
+++ b/securitycenter/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/talent/CHANGES.md b/talent/CHANGES.md
index c5a7a18..539dd9c 100644
--- a/talent/CHANGES.md
+++ b/talent/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [0.6.0](https://github.com/googleapis/google-cloud-go/compare/talent/v0.5.0...talent/v0.6.0) (2022-06-01)
+
+
+### Features
+
+* **talent:** Add a new operator on companyDisplayNames filter to further support fuzzy match by treating input value as a multi word token feat: Add a new option TELECOMMUTE_JOBS_EXCLUDED under enum TelecommutePreference to completely filter out the telecommute jobs in response docs: Deprecate option TELECOMMUTE_EXCLUDED under enum TelecommutePreference ([46c16f1](https://github.com/googleapis/google-cloud-go/commit/46c16f1fdc7181d2fefadc8fd6a9e0b9cb226cac))
+
 ## [0.5.0](https://github.com/googleapis/google-cloud-go/compare/talent/v0.4.0...talent/v0.5.0) (2022-02-23)
 
 
diff --git a/talent/internal/version.go b/talent/internal/version.go
index d0d3f79..75ae2d0 100644
--- a/talent/internal/version.go
+++ b/talent/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "0.5.0"
+const Version = "0.6.0"