chore: release main (#7687)

* chore: release main

* revert dataproc 2.0.0

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Noah Dietz <noahdietz@users.noreply.github.com>
Co-authored-by: Noah Dietz <ndietz@google.com>
diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json
index cd685bb..1e43e2e 100644
--- a/.release-please-manifest-submodules.json
+++ b/.release-please-manifest-submodules.json
@@ -2,14 +2,14 @@
   "accessapproval": "1.6.0",
   "accesscontextmanager": "1.7.0",
   "advisorynotifications": "0.2.0",
-  "aiplatform": "1.37.0",
+  "aiplatform": "1.38.0",
   "alloydb": "0.2.1",
   "analytics": "0.19.0",
   "apigateway": "1.5.0",
   "apigeeconnect": "1.5.0",
   "apigeeregistry": "0.6.0",
   "apikeys": "1.0.0",
-  "appengine": "1.7.1",
+  "appengine": "1.7.2",
   "area120": "0.7.1",
   "artifactregistry": "1.13.0",
   "asset": "1.13.0",
@@ -25,10 +25,10 @@
   "cloudbuild": "1.9.0",
   "clouddms": "1.5.0",
   "cloudtasks": "1.10.0",
-  "compute": "1.19.0",
+  "compute": "1.19.1",
   "compute/metadata": "0.2.3",
-  "contactcenterinsights": "1.6.0",
-  "container": "1.15.0",
+  "contactcenterinsights": "1.7.0",
+  "container": "1.16.0",
   "containeranalysis": "0.9.0",
   "datacatalog": "1.13.0",
   "dataflow": "0.8.0",
@@ -58,7 +58,7 @@
   "grafeas": "0.2.0",
   "gsuiteaddons": "1.5.0",
   "iam": "1.0.0",
-  "iap": "1.7.1",
+  "iap": "1.7.2",
   "ids": "1.3.0",
   "iot": "1.6.0",
   "kms": "1.10.1",
@@ -89,11 +89,11 @@
   "redis": "1.11.0",
   "resourcemanager": "1.7.0",
   "resourcesettings": "1.5.0",
-  "retail": "1.12.0",
+  "retail": "1.13.0",
   "run": "1.0.0",
   "scheduler": "1.9.0",
   "secretmanager": "1.10.0",
-  "security": "1.13.0",
+  "security": "1.14.0",
   "securitycenter": "1.19.0",
   "servicecontrol": "1.11.1",
   "servicedirectory": "1.9.0",
@@ -116,5 +116,5 @@
   "webrisk": "1.8.0",
   "websecurityscanner": "1.5.0",
   "workflows": "1.10.0",
-  "workstations": "0.1.0"
+  "workstations": "0.2.0"
 }
diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md
index 149f3aa..8c96b8a 100644
--- a/aiplatform/CHANGES.md
+++ b/aiplatform/CHANGES.md
@@ -1,6 +1,13 @@
 # Changes
 
 
+## [1.38.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.37.0...aiplatform/v1.38.0) (2023-04-11)
+
+
+### Features
+
+* **aiplatform:** Add notification_channels in aiplatform v1beta1 model_monitoring.proto ([#7719](https://github.com/googleapis/google-cloud-go/issues/7719)) ([23c974a](https://github.com/googleapis/google-cloud-go/commit/23c974a019693e6453c1342cad172df77f86974e))
+
 ## [1.37.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.36.1...aiplatform/v1.37.0) (2023-04-04)
 
 
diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go
index e49d8a5..8d99cbc 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.37.0"
+const Version = "1.38.0"
diff --git a/appengine/CHANGES.md b/appengine/CHANGES.md
index 4496ae9..def5b2d 100644
--- a/appengine/CHANGES.md
+++ b/appengine/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [1.7.2](https://github.com/googleapis/google-cloud-go/compare/appengine/v1.7.1...appengine/v1.7.2) (2023-04-11)
+
+
+### Documentation
+
+* **appengine:** Point to Search Console for domain ownership verification ([19f18c0](https://github.com/googleapis/google-cloud-go/commit/19f18c0a33d85e1949981d58bca2b765ce9787b5))
+
 ## [1.7.1](https://github.com/googleapis/google-cloud-go/compare/appengine/v1.7.0...appengine/v1.7.1) (2023-04-04)
 
 
diff --git a/appengine/internal/version.go b/appengine/internal/version.go
index b0fae9e..4ee12c4 100644
--- a/appengine/internal/version.go
+++ b/appengine/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "1.7.1"
+const Version = "1.7.2"
diff --git a/compute/CHANGES.md b/compute/CHANGES.md
index 1892e3f..d3a5329 100644
--- a/compute/CHANGES.md
+++ b/compute/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [1.19.1](https://github.com/googleapis/google-cloud-go/compare/compute/v1.19.0...compute/v1.19.1) (2023-04-11)
+
+
+### Bug Fixes
+
+* **compute:** Add diregapic flag for compute ([#793](https://github.com/googleapis/google-cloud-go/issues/793)) ([fc90e54](https://github.com/googleapis/google-cloud-go/commit/fc90e54b25bda6b339266e3e5388174339ed6a44))
+
 ## [1.19.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.18.0...compute/v1.19.0) (2023-03-22)
 
 
diff --git a/compute/internal/version.go b/compute/internal/version.go
index ac02a3c..a5b0209 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.19.0"
+const Version = "1.19.1"
diff --git a/contactcenterinsights/CHANGES.md b/contactcenterinsights/CHANGES.md
index 8dbb59f..4b0f25c 100644
--- a/contactcenterinsights/CHANGES.md
+++ b/contactcenterinsights/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/contactcenterinsights/v1.6.0...contactcenterinsights/v1.7.0) (2023-04-11)
+
+
+### Features
+
+* **contactcenterinsights:** Launch UploadConversation endpoint ([fc90e54](https://github.com/googleapis/google-cloud-go/commit/fc90e54b25bda6b339266e3e5388174339ed6a44))
+
 ## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/contactcenterinsights/v1.5.0...contactcenterinsights/v1.6.0) (2023-02-14)
 
 
diff --git a/contactcenterinsights/internal/version.go b/contactcenterinsights/internal/version.go
index 05d3396..7c251d9 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.6.0"
+const Version = "1.7.0"
diff --git a/container/CHANGES.md b/container/CHANGES.md
index 467bba9..feaea5e 100644
--- a/container/CHANGES.md
+++ b/container/CHANGES.md
@@ -1,5 +1,13 @@
 # Changes
 
+## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.15.0...container/v1.16.0) (2023-04-11)
+
+
+### Features
+
+* **container:** Add support for disabling pod IP cidr overprovision ([fc90e54](https://github.com/googleapis/google-cloud-go/commit/fc90e54b25bda6b339266e3e5388174339ed6a44))
+* **container:** Add support for updating additional pod IPv4 ranges for Standard and Autopilot clusters ([fc90e54](https://github.com/googleapis/google-cloud-go/commit/fc90e54b25bda6b339266e3e5388174339ed6a44))
+
 ## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.14.0...container/v1.15.0) (2023-04-04)
 
 
diff --git a/container/internal/version.go b/container/internal/version.go
index 43a2a84..b82e17a 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.15.0"
+const Version = "1.16.0"
diff --git a/iap/CHANGES.md b/iap/CHANGES.md
index 47c82c5..256e402 100644
--- a/iap/CHANGES.md
+++ b/iap/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [1.7.2](https://github.com/googleapis/google-cloud-go/compare/iap/v1.7.1...iap/v1.7.2) (2023-04-11)
+
+
+### Documentation
+
+* **iap:** Few minor changes on doc description came out of cl/512701532 ([19f18c0](https://github.com/googleapis/google-cloud-go/commit/19f18c0a33d85e1949981d58bca2b765ce9787b5))
+
 ## [1.7.1](https://github.com/googleapis/google-cloud-go/compare/iap/v1.7.0...iap/v1.7.1) (2023-04-04)
 
 
diff --git a/iap/internal/version.go b/iap/internal/version.go
index b0fae9e..4ee12c4 100644
--- a/iap/internal/version.go
+++ b/iap/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "1.7.1"
+const Version = "1.7.2"
diff --git a/retail/CHANGES.md b/retail/CHANGES.md
index 6b40112..3c169fb 100644
--- a/retail/CHANGES.md
+++ b/retail/CHANGES.md
@@ -1,5 +1,14 @@
 # Changes
 
+## [1.13.0](https://github.com/googleapis/google-cloud-go/compare/retail/v1.12.0...retail/v1.13.0) (2023-04-11)
+
+
+### Features
+
+* **retail:** Add merchant center link service ([23c974a](https://github.com/googleapis/google-cloud-go/commit/23c974a019693e6453c1342cad172df77f86974e))
+* **retail:** Add model service ([#7700](https://github.com/googleapis/google-cloud-go/issues/7700)) ([fc90e54](https://github.com/googleapis/google-cloud-go/commit/fc90e54b25bda6b339266e3e5388174339ed6a44))
+* **retail:** Support per-entity search and autocomplete ([fc90e54](https://github.com/googleapis/google-cloud-go/commit/fc90e54b25bda6b339266e3e5388174339ed6a44))
+
 ## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/retail/v1.11.0...retail/v1.12.0) (2023-01-04)
 
 
diff --git a/retail/internal/version.go b/retail/internal/version.go
index 4518b5f..efedadb 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.12.0"
+const Version = "1.13.0"
diff --git a/security/CHANGES.md b/security/CHANGES.md
index 310a383..8611a1b 100644
--- a/security/CHANGES.md
+++ b/security/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## [1.14.0](https://github.com/googleapis/google-cloud-go/compare/security/v1.13.0...security/v1.14.0) (2023-04-11)
+
+
+### Features
+
+* **security/privateca:** Added ignore_dependent_resources to DeleteCaPoolRequest, DeleteCertificateAuthorityRequest, DisableCertificateAuthorityRequest ([fc90e54](https://github.com/googleapis/google-cloud-go/commit/fc90e54b25bda6b339266e3e5388174339ed6a44))
+
 ## [1.13.0](https://github.com/googleapis/google-cloud-go/compare/security/v1.12.0...security/v1.13.0) (2023-03-15)
 
 
diff --git a/security/internal/version.go b/security/internal/version.go
index efedadb..c9ba918 100644
--- a/security/internal/version.go
+++ b/security/internal/version.go
@@ -15,4 +15,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "1.13.0"
+const Version = "1.14.0"
diff --git a/workstations/CHANGES.md b/workstations/CHANGES.md
index 747960f..bf0c1cd 100644
--- a/workstations/CHANGES.md
+++ b/workstations/CHANGES.md
@@ -1,6 +1,13 @@
 # Changelog
 
 
+## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/workstations/v0.1.0...workstations/v0.2.0) (2023-04-11)
+
+
+### Features
+
+* **workstations:** Start generating apiv1 ([#7731](https://github.com/googleapis/google-cloud-go/issues/7731)) ([2288908](https://github.com/googleapis/google-cloud-go/commit/228890869f52365de3f23ed431517470df64da20))
+
 ## 0.1.0 (2023-03-22)
 
 
diff --git a/workstations/internal/version.go b/workstations/internal/version.go
index 79840af..0009bd8 100644
--- a/workstations/internal/version.go
+++ b/workstations/internal/version.go
@@ -17,4 +17,4 @@
 package internal
 
 // Version is the current tagged release of the library.
-const Version = "0.1.0"
+const Version = "0.2.0"