diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index c02b65f48680..649edafd2dcc 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -1,7 +1,7 @@ { "accessapproval": "1.7.1", "accesscontextmanager": "1.8.1", - "advisorynotifications": "1.0.0", + "advisorynotifications": "1.1.0", "ai": "0.1.1", "aiplatform": "1.48.0", "alloydb": "1.4.0", @@ -17,13 +17,13 @@ "assuredworkloads": "1.11.1", "automl": "1.13.1", "baremetalsolution": "1.1.1", - "batch": "1.3.1", + "batch": "1.4.0", "beyondcorp": "1.0.0", "billing": "1.16.0", "binaryauthorization": "1.6.1", "certificatemanager": "1.7.1", "channel": "1.16.0", - "cloudbuild": "1.13.0", + "cloudbuild": "1.14.0", "clouddms": "1.6.1", "cloudtasks": "1.12.1", "commerce": "0.1.0", @@ -33,17 +33,17 @@ "contactcenterinsights": "1.10.0", "container": "1.24.0", "containeranalysis": "0.10.1", - "datacatalog": "1.16.0", + "datacatalog": "1.16.1", "dataflow": "0.9.1", "dataform": "0.8.1", "datafusion": "1.7.1", "datalabeling": "0.8.1", "dataplex": "1.9.0", - "dataproc": "2.0.1", + "dataproc": "2.0.2", "dataqna": "0.8.1", "datastream": "1.10.0", "deploy": "1.13.0", - "dialogflow": "1.40.0", + "dialogflow": "1.40.1", "discoveryengine": "1.1.0", "dlp": "1.10.1", "documentai": "1.22.0", @@ -53,17 +53,17 @@ "eventarc": "1.13.0", "filestore": "1.7.1", "functions": "1.15.1", - "gkebackup": "1.3.0", + "gkebackup": "1.3.1", "gkeconnect": "0.8.1", "gkehub": "0.14.1", "gkemulticloud": "1.0.0", "grafeas": "0.3.1", "gsuiteaddons": "1.6.1", - "iam": "1.1.1", + "iam": "1.1.2", "iap": "1.8.1", "ids": "1.4.1", "iot": "1.7.1", - "kms": "1.15.0", + "kms": "1.15.1", "language": "1.10.1", "lifesciences": "0.9.1", "longrunning": "0.5.1", diff --git a/advisorynotifications/CHANGES.md b/advisorynotifications/CHANGES.md index d44c610ada38..29eaaa9a4113 100644 --- a/advisorynotifications/CHANGES.md +++ b/advisorynotifications/CHANGES.md @@ -1,6 +1,13 @@ # Changelog +## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/advisorynotifications/v1.0.0...advisorynotifications/v1.1.0) (2023-08-02) + + +### Features + +* **advisorynotifications:** Adding notification types to advisorynotifications.googleapis.com libraries ([#8361](https://github.com/googleapis/google-cloud-go/issues/8361)) ([5490b3b](https://github.com/googleapis/google-cloud-go/commit/5490b3b30e3d061cff7a0e9366bb175fd7d9dd31)) + ## [1.0.0](https://github.com/googleapis/google-cloud-go/compare/advisorynotifications/v0.3.1...advisorynotifications/v1.0.0) (2023-07-18) diff --git a/advisorynotifications/internal/version.go b/advisorynotifications/internal/version.go index 78770097003f..e6a10523fe60 100644 --- a/advisorynotifications/internal/version.go +++ b/advisorynotifications/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.0.0" +const Version = "1.1.0" diff --git a/batch/CHANGES.md b/batch/CHANGES.md index 4f2487afb0ca..715d3a8c3d89 100644 --- a/batch/CHANGES.md +++ b/batch/CHANGES.md @@ -1,6 +1,13 @@ # Changelog +## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/batch/v1.3.1...batch/v1.4.0) (2023-08-02) + + +### Features + +* **batch:** Add comment to the unsupported order_by field of ListTasksRequest ([e3f8c89](https://github.com/googleapis/google-cloud-go/commit/e3f8c89429a207c05fee36d5d93efe76f9e29efe)) + ## [1.3.1](https://github.com/googleapis/google-cloud-go/compare/batch/v1.3.0...batch/v1.3.1) (2023-07-10) diff --git a/batch/internal/version.go b/batch/internal/version.go index 90fc3937ca09..9e5f10ef61b3 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.3.1" +const Version = "1.4.0" diff --git a/cloudbuild/CHANGES.md b/cloudbuild/CHANGES.md index f218552bee7f..688cd7ede6bd 100644 --- a/cloudbuild/CHANGES.md +++ b/cloudbuild/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.14.0](https://github.com/googleapis/google-cloud-go/compare/cloudbuild/v1.13.0...cloudbuild/v1.14.0) (2023-08-02) + + +### Features + +* **cloudbuild/apiv1:** Add update_mask to UpdateBuildTriggerRequest proto ([#8358](https://github.com/googleapis/google-cloud-go/issues/8358)) ([58b5851](https://github.com/googleapis/google-cloud-go/commit/58b5851b3f38aeeefcdb3507e29b9a02ccfb1bba)) + ## [1.13.0](https://github.com/googleapis/google-cloud-go/compare/cloudbuild/v1.12.0...cloudbuild/v1.13.0) (2023-07-26) diff --git a/cloudbuild/internal/version.go b/cloudbuild/internal/version.go index efedadbea253..c9ba91825c29 100644 --- a/cloudbuild/internal/version.go +++ b/cloudbuild/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/datacatalog/CHANGES.md b/datacatalog/CHANGES.md index 6f96d7937b77..9e75b8a87aa8 100644 --- a/datacatalog/CHANGES.md +++ b/datacatalog/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.16.1](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.16.0...datacatalog/v1.16.1) (2023-08-02) + + +### Documentation + +* **datacatalog:** Minor formatting ([e3f8c89](https://github.com/googleapis/google-cloud-go/commit/e3f8c89429a207c05fee36d5d93efe76f9e29efe)) + ## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.15.0...datacatalog/v1.16.0) (2023-07-18) diff --git a/datacatalog/internal/version.go b/datacatalog/internal/version.go index b82e17a1938d..7f65f679fbf3 100644 --- a/datacatalog/internal/version.go +++ b/datacatalog/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.16.0" +const Version = "1.16.1" diff --git a/dataproc/CHANGES.md b/dataproc/CHANGES.md index 8327b3895ea2..0fbfdab47438 100644 --- a/dataproc/CHANGES.md +++ b/dataproc/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [2.0.2](https://github.com/googleapis/google-cloud-go/compare/dataproc/v2.0.1...dataproc/v2.0.2) (2023-08-02) + + +### Documentation + +* **dataproc:** Minor formatting ([b4349cc](https://github.com/googleapis/google-cloud-go/commit/b4349cc507870ff8629bbc07de578b63bb889626)) + ## [2.0.1](https://github.com/googleapis/google-cloud-go/compare/dataproc-v2.0.0...dataproc/v2.0.1) (2023-06-20) diff --git a/dataproc/internal/version.go b/dataproc/internal/version.go index 6378159bce14..5da692c76a9c 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 = "2.0.1" +const Version = "2.0.2" diff --git a/dialogflow/CHANGES.md b/dialogflow/CHANGES.md index 99491262d477..14316606073f 100644 --- a/dialogflow/CHANGES.md +++ b/dialogflow/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.40.1](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.40.0...dialogflow/v1.40.1) (2023-08-02) + + +### Documentation + +* **dialogflow:** Minor formatting ([#8365](https://github.com/googleapis/google-cloud-go/issues/8365)) ([e3f8c89](https://github.com/googleapis/google-cloud-go/commit/e3f8c89429a207c05fee36d5d93efe76f9e29efe)) +* **dialogflow:** Minor formatting ([#8368](https://github.com/googleapis/google-cloud-go/issues/8368)) ([a7bb94a](https://github.com/googleapis/google-cloud-go/commit/a7bb94a6e75122c93815eeeb30591249d137d77e)) + ## [1.40.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.39.0...dialogflow/v1.40.0) (2023-07-18) diff --git a/dialogflow/internal/version.go b/dialogflow/internal/version.go index 1c52a3504b2c..7bff02b29c4f 100644 --- a/dialogflow/internal/version.go +++ b/dialogflow/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.40.0" +const Version = "1.40.1" diff --git a/gkebackup/CHANGES.md b/gkebackup/CHANGES.md index 9cf8a419a143..89fc497eb62a 100644 --- a/gkebackup/CHANGES.md +++ b/gkebackup/CHANGES.md @@ -2,6 +2,13 @@ +## [1.3.1](https://github.com/googleapis/google-cloud-go/compare/gkebackup/v1.3.0...gkebackup/v1.3.1) (2023-08-02) + + +### Documentation + +* **gkebackup:** Minor formatting ([b4349cc](https://github.com/googleapis/google-cloud-go/commit/b4349cc507870ff8629bbc07de578b63bb889626)) + ## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/gkebackup/v1.2.1...gkebackup/v1.3.0) (2023-06-27) diff --git a/gkebackup/internal/version.go b/gkebackup/internal/version.go index 356226a83337..90fc3937ca09 100644 --- a/gkebackup/internal/version.go +++ b/gkebackup/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.3.0" +const Version = "1.3.1" diff --git a/iam/CHANGES.md b/iam/CHANGES.md index 0cef5cebf13c..775ac7c8221d 100644 --- a/iam/CHANGES.md +++ b/iam/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.1.2](https://github.com/googleapis/google-cloud-go/compare/iam/v1.1.1...iam/v1.1.2) (2023-08-02) + + +### Documentation + +* **iam:** Minor formatting ([b4349cc](https://github.com/googleapis/google-cloud-go/commit/b4349cc507870ff8629bbc07de578b63bb889626)) + ## [1.1.1](https://github.com/googleapis/google-cloud-go/compare/iam/v1.1.0...iam/v1.1.1) (2023-06-20) diff --git a/iam/internal/version.go b/iam/internal/version.go index 1742a9624a93..2d7437987d4b 100644 --- a/iam/internal/version.go +++ b/iam/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.1.1" +const Version = "1.1.2" diff --git a/kms/CHANGES.md b/kms/CHANGES.md index 710d4697d91f..0c07b3919907 100644 --- a/kms/CHANGES.md +++ b/kms/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.15.1](https://github.com/googleapis/google-cloud-go/compare/kms/v1.15.0...kms/v1.15.1) (2023-08-02) + + +### Documentation + +* **kms:** Minor formatting ([#8371](https://github.com/googleapis/google-cloud-go/issues/8371)) ([b4349cc](https://github.com/googleapis/google-cloud-go/commit/b4349cc507870ff8629bbc07de578b63bb889626)) + ## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/kms/v1.14.0...kms/v1.15.0) (2023-07-24) diff --git a/kms/internal/version.go b/kms/internal/version.go index 43a2a84ef8eb..7dd6a0aa86f1 100644 --- a/kms/internal/version.go +++ b/kms/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.15.1"