diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index cd685bb9b693..4cb7cf0ad876 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -9,7 +9,7 @@ "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", @@ -36,7 +36,7 @@ "datafusion": "1.6.0", "datalabeling": "0.7.0", "dataplex": "1.6.0", - "dataproc": "1.12.0", + "dataproc": "2.0.0", "dataqna": "0.7.0", "datastream": "1.7.0", "deploy": "1.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", diff --git a/appengine/CHANGES.md b/appengine/CHANGES.md index 4496ae983237..90f2fc6a621a 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-05) + + +### 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 b0fae9e79ce7..4ee12c407c57 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/dataproc/CHANGES.md b/dataproc/CHANGES.md index 6e88785588a3..a16b6c8024c5 100644 --- a/dataproc/CHANGES.md +++ b/dataproc/CHANGES.md @@ -1,5 +1,17 @@ # Changes +## [2.0.0](https://github.com/googleapis/google-cloud-go/compare/dataproc/v1.12.0...dataproc/v2.0.0) (2023-04-05) + + +### ⚠ BREAKING CHANGES + +* **dataproc:** add support for new Dataproc features ([#7479](https://github.com/googleapis/google-cloud-go/issues/7479)) + +### Features + +* **dataproc:** Add support for new Dataproc features ([#7479](https://github.com/googleapis/google-cloud-go/issues/7479)) ([0862303](https://github.com/googleapis/google-cloud-go/commit/0862303712d874f879053527d0ab183b514d0b7d)) +* **dataproc:** Update iam and longrunning deps ([91a1f78](https://github.com/googleapis/google-cloud-go/commit/91a1f784a109da70f63b96414bba8a9b4254cddd)) + ## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/dataproc-v1.11.0...dataproc/v1.12.0) (2023-01-26) diff --git a/dataproc/internal/version.go b/dataproc/internal/version.go index 4518b5fb4070..539400a3112d 100644 --- a/dataproc/internal/version.go +++ b/dataproc/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 = "2.0.0" diff --git a/iap/CHANGES.md b/iap/CHANGES.md index 47c82c5f7565..ba0a66229391 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-05) + + +### 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 b0fae9e79ce7..4ee12c407c57 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"