diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index ce40ab895bb..596a185fb24 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -1,53 +1,53 @@ { "accessapproval": "1.3.1", "accesscontextmanager": "1.2.0", - "aiplatform": "1.19.0", - "analytics": "0.9.0", + "aiplatform": "1.20.0", + "analytics": "0.10.0", "apigateway": "1.2.0", "apigeeconnect": "1.2.0", "apigeeregistry": "0.2.1", "apikeys": "0.1.0", "appengine": "1.3.0", "area120": "0.4.0", - "artifactregistry": "1.4.0", + "artifactregistry": "1.5.0", "asset": "1.6.0", - "assuredworkloads": "1.3.0", + "assuredworkloads": "1.4.0", "automl": "1.4.0", "baremetalsolution": "0.2.0", "batch": "0.2.1", - "beyondcorp": "0.1.0", - "billing": "1.2.0", + "beyondcorp": "0.1.1", + "billing": "1.3.0", "binaryauthorization": "1.0.0", "certificatemanager": "0.2.1", "channel": "1.7.0", "cloudbuild": "1.2.0", "clouddms": "1.2.0", "cloudtasks": "1.4.0", - "compute": "1.9.0", + "compute": "1.10.0", "contactcenterinsights": "1.2.3", "container": "1.3.1", "containeranalysis": "0.4.0", - "datacatalog": "1.3.1", + "datacatalog": "1.4.0", "dataflow": "0.5.1", "dataform": "0.2.0", "datafusion": "1.3.0", - "datalabeling": "0.3.0", + "datalabeling": "0.4.0", "dataplex": "1.1.0", "dataproc": "1.5.0", "dataqna": "0.4.0", "datastream": "1.1.0", "deploy": "1.2.1", - "dialogflow": "1.13.0", - "dlp": "1.4.0", - "documentai": "1.5.0", + "dialogflow": "1.14.0", + "dlp": "1.5.0", + "documentai": "1.6.0", "domains": "0.5.0", "essentialcontacts": "1.2.0", "eventarc": "1.6.0", "filestore": "1.2.0", "functions": "1.5.0", - "gaming": "1.3.1", + "gaming": "1.4.0", "gkebackup": "0.1.0", - "gkeconnect": "0.3.0", + "gkeconnect": "0.4.0", "gkehub": "0.8.0", "gkemulticloud": "0.2.0", "grafeas": "0.2.0", @@ -60,14 +60,14 @@ "language": "1.3.0", "lifesciences": "0.4.0", "managedidentities": "1.2.0", - "mediatranslation": "0.3.0", + "mediatranslation": "0.4.0", "memcache": "1.3.0", - "metastore": "1.3.0", + "metastore": "1.4.0", "monitoring": "1.6.0", - "networkconnectivity": "1.2.0", + "networkconnectivity": "1.3.0", "networkmanagement": "1.3.0", - "networksecurity": "0.3.1", - "notebooks": "1.0.0", + "networksecurity": "0.4.0", + "notebooks": "1.1.0", "optimization": "1.0.0", "orchestration": "1.2.0", "orgpolicy": "1.3.0", @@ -77,32 +77,32 @@ "policytroubleshooter": "1.2.0", "privatecatalog": "0.4.0", "recaptchaenterprise/v2": "2.0.1", - "recommendationengine": "0.3.0", + "recommendationengine": "0.4.0", "recommender": "1.4.0", "redis": "1.6.0", "resourcemanager": "1.2.0", "resourcesettings": "1.2.0", - "retail": "1.6.0", - "run": "0.1.1", + "retail": "1.7.0", + "run": "0.1.2", "scheduler": "1.3.0", "secretmanager": "1.5.0", - "security": "1.5.0", - "securitycenter": "1.11.0", + "security": "1.6.0", + "securitycenter": "1.12.0", "servicecontrol": "1.3.0", "servicedirectory": "1.3.0", "servicemanagement": "1.3.1", "serviceusage": "1.2.0", "shell": "1.2.0", "speech": "1.5.0", - "storagetransfer": "1.3.0", + "storagetransfer": "1.4.0", "talent": "1.0.0", "texttospeech": "1.3.0", "tpu": "1.2.0", "trace": "1.2.0", "translate": "1.2.0", "video": "1.7.0", - "videointelligence": "1.4.0", - "vision/v2": "2.1.0", + "videointelligence": "1.5.0", + "vision/v2": "2.1.1", "vmmigration": "1.1.0", "vpcaccess": "1.3.0", "webrisk": "1.3.0", diff --git a/aiplatform/CHANGES.md b/aiplatform/CHANGES.md index 2d057a819a0..9f7df1dc4de 100644 --- a/aiplatform/CHANGES.md +++ b/aiplatform/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.20.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.19.0...aiplatform/v1.20.0) (2022-09-15) + + +### Features + +* **aiplatform/apiv1beta1:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) + ## [1.19.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.18.0...aiplatform/v1.19.0) (2022-09-08) diff --git a/aiplatform/internal/version.go b/aiplatform/internal/version.go index ac02a3ce126..0b0f0e91412 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.19.0" +const Version = "1.20.0" diff --git a/analytics/CHANGES.md b/analytics/CHANGES.md index 3197dedb988..74c2283094e 100644 --- a/analytics/CHANGES.md +++ b/analytics/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.10.0](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.9.0...analytics/v0.10.0) (2022-09-15) + + +### Features + +* **analytics/admin:** Enable REST transport support for Python analytics-admin, media-translation and dataflow clients ([ec1a190](https://github.com/googleapis/google-cloud-go/commit/ec1a190abbc4436fcaeaa1421c7d9df624042752)) + ## [0.9.0](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.8.1...analytics/v0.9.0) (2022-08-09) diff --git a/analytics/internal/version.go b/analytics/internal/version.go index dd2351b4173..00df0d875f7 100644 --- a/analytics/internal/version.go +++ b/analytics/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.9.0" +const Version = "0.10.0" diff --git a/artifactregistry/CHANGES.md b/artifactregistry/CHANGES.md index 14275a8ebac..4078beba754 100644 --- a/artifactregistry/CHANGES.md +++ b/artifactregistry/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/artifactregistry/v1.4.0...artifactregistry/v1.5.0) (2022-09-15) + + +### Features + +* **artifactregistry/apiv1beta2:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) + ## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/artifactregistry/v1.3.0...artifactregistry/v1.4.0) (2022-07-26) diff --git a/artifactregistry/internal/version.go b/artifactregistry/internal/version.go index 9fa087b74c6..e93235c2032 100644 --- a/artifactregistry/internal/version.go +++ b/artifactregistry/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.4.0" +const Version = "1.5.0" diff --git a/assuredworkloads/CHANGES.md b/assuredworkloads/CHANGES.md index 5bc6ba6b9f0..15861e12c65 100644 --- a/assuredworkloads/CHANGES.md +++ b/assuredworkloads/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/assuredworkloads/v1.3.0...assuredworkloads/v1.4.0) (2022-09-15) + + +### Features + +* **assuredworkloads:** Add compliant_but_disallowed_services field to the v1beta1 Workload proto ([6a0080a](https://github.com/googleapis/google-cloud-go/commit/6a0080ad69398c572d856886293e19c79cf0fc0e)) + ## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/assuredworkloads/v1.2.0...assuredworkloads/v1.3.0) (2022-09-06) diff --git a/assuredworkloads/internal/version.go b/assuredworkloads/internal/version.go index bb0feadfd27..9fa087b74c6 100644 --- a/assuredworkloads/internal/version.go +++ b/assuredworkloads/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/beyondcorp/CHANGES.md b/beyondcorp/CHANGES.md index a294e4e0c84..44a116a3a83 100644 --- a/beyondcorp/CHANGES.md +++ b/beyondcorp/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/googleapis/google-cloud-go/compare/beyondcorp/v0.1.0...beyondcorp/v0.1.1) (2022-09-15) + + +### Documentation + +* **beyondcorp/appconnections:** Fix the main client gem name listed in the readme ([6a0080a](https://github.com/googleapis/google-cloud-go/commit/6a0080ad69398c572d856886293e19c79cf0fc0e)) + ## 0.1.0 (2022-07-12) diff --git a/beyondcorp/internal/version.go b/beyondcorp/internal/version.go index 9e90a014f79..571caf4f514 100644 --- a/beyondcorp/internal/version.go +++ b/beyondcorp/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.1.1" diff --git a/billing/CHANGES.md b/billing/CHANGES.md index 3bb14fd4774..6a1b38caf2c 100644 --- a/billing/CHANGES.md +++ b/billing/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/billing/v1.2.0...billing/v1.3.0) (2022-09-15) + + +### Features + +* **billing/budgets/apiv1beta1:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) + ## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/billing/v1.1.0...billing/v1.2.0) (2022-02-23) diff --git a/billing/internal/version.go b/billing/internal/version.go index d0e4a6fd16b..bb0feadfd27 100644 --- a/billing/internal/version.go +++ b/billing/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.2.0" +const Version = "1.3.0" diff --git a/compute/CHANGES.md b/compute/CHANGES.md index 930f4960a38..9d1664c5669 100644 --- a/compute/CHANGES.md +++ b/compute/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.9.0...compute/v1.10.0) (2022-09-15) + + +### Features + +* **compute:** Update Compute Engine API to revision 20220831 ([#729](https://github.com/googleapis/google-cloud-go/issues/729)) ([a679a5a](https://github.com/googleapis/google-cloud-go/commit/a679a5a9b1ea60cb155eb6c8be4afcc43d3b121f)) + ## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.8.0...compute/v1.9.0) (2022-08-18) diff --git a/compute/internal/version.go b/compute/internal/version.go index 37e23cdd396..1850527884a 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.9.0" +const Version = "1.10.0" diff --git a/datacatalog/CHANGES.md b/datacatalog/CHANGES.md index 27ae37eed05..b895fcf4755 100644 --- a/datacatalog/CHANGES.md +++ b/datacatalog/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.3.1...datacatalog/v1.4.0) (2022-09-15) + + +### Features + +* **datacatalog/apiv1beta1:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) + ## [1.3.1](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.3.0...datacatalog/v1.3.1) (2022-07-12) diff --git a/datacatalog/internal/version.go b/datacatalog/internal/version.go index 38847e20366..9fa087b74c6 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.3.1" +const Version = "1.4.0" diff --git a/datalabeling/CHANGES.md b/datalabeling/CHANGES.md index 55f27804478..57f2d3f14ce 100644 --- a/datalabeling/CHANGES.md +++ b/datalabeling/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/datalabeling/v0.3.0...datalabeling/v0.4.0) (2022-09-15) + + +### Features + +* **datalabeling/apiv1beta1:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) + ## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/datalabeling/v0.2.0...datalabeling/v0.3.0) (2022-02-23) diff --git a/datalabeling/internal/version.go b/datalabeling/internal/version.go index 2d40693cc33..3f98e7de606 100644 --- a/datalabeling/internal/version.go +++ b/datalabeling/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.3.0" +const Version = "0.4.0" diff --git a/dialogflow/CHANGES.md b/dialogflow/CHANGES.md index dbdeb02f06b..93810c253c5 100644 --- a/dialogflow/CHANGES.md +++ b/dialogflow/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.14.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.13.0...dialogflow/v1.14.0) (2022-09-15) + + +### Features + +* **dialogflow/apiv2beta1:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) + ## [1.13.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.12.1...dialogflow/v1.13.0) (2022-09-06) diff --git a/dialogflow/internal/version.go b/dialogflow/internal/version.go index efedadbea25..c9ba91825c2 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.13.0" +const Version = "1.14.0" diff --git a/dlp/CHANGES.md b/dlp/CHANGES.md index 7991e7c6b4d..0266cb58b0a 100644 --- a/dlp/CHANGES.md +++ b/dlp/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.4.0...dlp/v1.5.0) (2022-09-15) + + +### Features + +* **dlp:** add Deidentify action ([6a0080a](https://github.com/googleapis/google-cloud-go/commit/6a0080ad69398c572d856886293e19c79cf0fc0e)) + ## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.3.0...dlp/v1.4.0) (2022-04-06) diff --git a/dlp/internal/version.go b/dlp/internal/version.go index 9fa087b74c6..e93235c2032 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.4.0" +const Version = "1.5.0" diff --git a/documentai/CHANGES.md b/documentai/CHANGES.md index cc9b5b90b4f..7b4e96a137b 100644 --- a/documentai/CHANGES.md +++ b/documentai/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.5.0...documentai/v1.6.0) (2022-09-15) + + +### Features + +* **documentai/apiv1beta3:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) + ## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.4.0...documentai/v1.5.0) (2022-08-18) diff --git a/documentai/internal/version.go b/documentai/internal/version.go index e93235c2032..05d3396f100 100644 --- a/documentai/internal/version.go +++ b/documentai/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.5.0" +const Version = "1.6.0" diff --git a/gaming/CHANGES.md b/gaming/CHANGES.md index 675d6c123b9..5728cf70d7c 100644 --- a/gaming/CHANGES.md +++ b/gaming/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/gaming/v1.3.1...gaming/v1.4.0) (2022-09-15) + + +### Features + +* **gaming/apiv1beta:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) + ## [1.3.1](https://github.com/googleapis/google-cloud-go/compare/gaming/v1.3.0...gaming/v1.3.1) (2022-07-12) diff --git a/gaming/internal/version.go b/gaming/internal/version.go index 38847e20366..9fa087b74c6 100644 --- a/gaming/internal/version.go +++ b/gaming/internal/version.go @@ -15,4 +15,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/gkeconnect/CHANGES.md b/gkeconnect/CHANGES.md index d145808eea4..54cc5ff4d93 100644 --- a/gkeconnect/CHANGES.md +++ b/gkeconnect/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/gkeconnect/v0.3.0...gkeconnect/v0.4.0) (2022-09-15) + + +### Features + +* **gkeconnect/gateway/apiv1beta1:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) + ## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/gkeconnect/v0.2.0...gkeconnect/v0.3.0) (2022-02-23) diff --git a/gkeconnect/internal/version.go b/gkeconnect/internal/version.go index 2d40693cc33..3f98e7de606 100644 --- a/gkeconnect/internal/version.go +++ b/gkeconnect/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.3.0" +const Version = "0.4.0" diff --git a/mediatranslation/CHANGES.md b/mediatranslation/CHANGES.md index 2ff36a361f5..cba241eb9f6 100644 --- a/mediatranslation/CHANGES.md +++ b/mediatranslation/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/mediatranslation/v0.3.0...mediatranslation/v0.4.0) (2022-09-15) + + +### Features + +* **mediatranslation/apiv1beta1:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) + ## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/mediatranslation/v0.2.0...mediatranslation/v0.3.0) (2022-02-23) diff --git a/mediatranslation/internal/version.go b/mediatranslation/internal/version.go index 2d40693cc33..3f98e7de606 100644 --- a/mediatranslation/internal/version.go +++ b/mediatranslation/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.3.0" +const Version = "0.4.0" diff --git a/metastore/CHANGES.md b/metastore/CHANGES.md index f571ca5b177..22b312db60a 100644 --- a/metastore/CHANGES.md +++ b/metastore/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/metastore/v1.3.0...metastore/v1.4.0) (2022-09-15) + + +### Features + +* **metastore/apiv1alpha:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) + ## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/metastore/v1.2.0...metastore/v1.3.0) (2022-06-29) diff --git a/metastore/internal/version.go b/metastore/internal/version.go index bb0feadfd27..9fa087b74c6 100644 --- a/metastore/internal/version.go +++ b/metastore/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/networkconnectivity/CHANGES.md b/networkconnectivity/CHANGES.md index 7aa7d9ceae6..e8bb7d0acca 100644 --- a/networkconnectivity/CHANGES.md +++ b/networkconnectivity/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/networkconnectivity/v1.2.0...networkconnectivity/v1.3.0) (2022-09-15) + + +### Features + +* **networkconnectivity/apiv1alpha1:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) + ## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/networkconnectivity/v1.1.0...networkconnectivity/v1.2.0) (2022-02-23) diff --git a/networkconnectivity/internal/version.go b/networkconnectivity/internal/version.go index d0e4a6fd16b..bb0feadfd27 100644 --- a/networkconnectivity/internal/version.go +++ b/networkconnectivity/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.2.0" +const Version = "1.3.0" diff --git a/networksecurity/CHANGES.md b/networksecurity/CHANGES.md index 4416f869c14..b2de7d9cb0a 100644 --- a/networksecurity/CHANGES.md +++ b/networksecurity/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/networksecurity/v0.3.1...networksecurity/v0.4.0) (2022-09-15) + + +### Features + +* **networksecurity/apiv1beta1:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) + ## [0.3.1](https://github.com/googleapis/google-cloud-go/compare/networksecurity/v0.3.0...networksecurity/v0.3.1) (2022-07-26) diff --git a/networksecurity/internal/version.go b/networksecurity/internal/version.go index f244b8b5238..3f98e7de606 100644 --- a/networksecurity/internal/version.go +++ b/networksecurity/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.3.1" +const Version = "0.4.0" diff --git a/notebooks/CHANGES.md b/notebooks/CHANGES.md index 5c43764596a..3304feb6df0 100644 --- a/notebooks/CHANGES.md +++ b/notebooks/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/notebooks/v1.0.0...notebooks/v1.1.0) (2022-09-15) + + +### Features + +* **notebooks/apiv1beta1:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) + ## [1.0.0](https://github.com/googleapis/google-cloud-go/compare/notebooks/v0.4.0...notebooks/v1.0.0) (2022-06-29) diff --git a/notebooks/internal/version.go b/notebooks/internal/version.go index db6d2e3e99d..6aea1adc121 100644 --- a/notebooks/internal/version.go +++ b/notebooks/internal/version.go @@ -15,4 +15,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/recommendationengine/CHANGES.md b/recommendationengine/CHANGES.md index 27e64bbbbed..77fef5427a5 100644 --- a/recommendationengine/CHANGES.md +++ b/recommendationengine/CHANGES.md @@ -1,5 +1,17 @@ # Changes +## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/recommendationengine/v0.3.0...recommendationengine/v0.4.0) (2022-09-15) + + +### Features + +* **recommendationengine/apiv1beta1:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) + + +### Bug Fixes + +* **recommendationengine:** Fix recommendationengine resource name configuration ([ec1a190](https://github.com/googleapis/google-cloud-go/commit/ec1a190abbc4436fcaeaa1421c7d9df624042752)) + ## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/recommendationengine/v0.2.0...recommendationengine/v0.3.0) (2022-08-02) diff --git a/recommendationengine/internal/version.go b/recommendationengine/internal/version.go index 2d40693cc33..3f98e7de606 100644 --- a/recommendationengine/internal/version.go +++ b/recommendationengine/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.3.0" +const Version = "0.4.0" diff --git a/retail/CHANGES.md b/retail/CHANGES.md index 311496c2afc..6325f1af22d 100644 --- a/retail/CHANGES.md +++ b/retail/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/retail/v1.6.0...retail/v1.7.0) (2022-09-15) + + +### Features + +* **retail/apiv2alpha:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) +* **retail/apiv2beta:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) + ## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/retail/v1.5.0...retail/v1.6.0) (2022-09-06) diff --git a/retail/internal/version.go b/retail/internal/version.go index 05d3396f100..7c251d99455 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.6.0" +const Version = "1.7.0" diff --git a/run/CHANGES.md b/run/CHANGES.md index 06986861387..00c632a4eb5 100644 --- a/run/CHANGES.md +++ b/run/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/googleapis/google-cloud-go/compare/run/v0.1.1...run/v0.1.2) (2022-09-15) + + +### Documentation + +* **run:** Fix the main client gem name listed in the readme ([a679a5a](https://github.com/googleapis/google-cloud-go/commit/a679a5a9b1ea60cb155eb6c8be4afcc43d3b121f)) + ### [0.1.1](https://github.com/googleapis/google-cloud-go/compare/run/v0.1.0...run/v0.1.1) (2022-05-24) diff --git a/run/internal/version.go b/run/internal/version.go index 571caf4f514..a3f5d7c7741 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 = "0.1.1" +const Version = "0.1.2" diff --git a/security/CHANGES.md b/security/CHANGES.md index 37908489b44..fd8bf2f48d3 100644 --- a/security/CHANGES.md +++ b/security/CHANGES.md @@ -1,5 +1,14 @@ # Changes +## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/security/v1.5.0...security/v1.6.0) (2022-09-15) + + +### Features + +* **security/privateca/apiv1beta1:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) +* **security/publicca/apiv1beta1/publiccapb:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) +* **security/publicca/apiv1beta1:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) + ## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/security/v1.4.1...security/v1.5.0) (2022-09-09) diff --git a/security/internal/version.go b/security/internal/version.go index e93235c2032..05d3396f100 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.5.0" +const Version = "1.6.0" diff --git a/securitycenter/CHANGES.md b/securitycenter/CHANGES.md index 705cb47b3cf..3028be8e035 100644 --- a/securitycenter/CHANGES.md +++ b/securitycenter/CHANGES.md @@ -1,5 +1,15 @@ # Changes +## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.11.0...securitycenter/v1.12.0) (2022-09-15) + + +### Features + +* **securitycenter/apiv1beta1:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) +* **securitycenter/apiv1p1beta1:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) +* **securitycenter/settings/apiv1beta1:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) +* **securitycenter:** Added parent display name i.e. source display name for a finding as one of the finding attributes ([a679a5a](https://github.com/googleapis/google-cloud-go/commit/a679a5a9b1ea60cb155eb6c8be4afcc43d3b121f)) + ## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.10.0...securitycenter/v1.11.0) (2022-09-06) diff --git a/securitycenter/internal/version.go b/securitycenter/internal/version.go index 77cefca24d5..4518b5fb407 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.11.0" +const Version = "1.12.0" diff --git a/storagetransfer/CHANGES.md b/storagetransfer/CHANGES.md index b6316432328..c0b6fdd8372 100644 --- a/storagetransfer/CHANGES.md +++ b/storagetransfer/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/storagetransfer/v1.3.0...storagetransfer/v1.4.0) (2022-09-15) + + +### Features + +* **storagetransfer:** add default retry configuration feat: add DeleteTransferJob operation feat: add AWS S3 compatible data source ([ec1a190](https://github.com/googleapis/google-cloud-go/commit/ec1a190abbc4436fcaeaa1421c7d9df624042752)) + ## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/storagetransfer/v1.2.0...storagetransfer/v1.3.0) (2022-04-06) diff --git a/storagetransfer/internal/version.go b/storagetransfer/internal/version.go index bb0feadfd27..9fa087b74c6 100644 --- a/storagetransfer/internal/version.go +++ b/storagetransfer/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/videointelligence/CHANGES.md b/videointelligence/CHANGES.md index 6a218e57957..f2089168844 100644 --- a/videointelligence/CHANGES.md +++ b/videointelligence/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/videointelligence/v1.4.0...videointelligence/v1.5.0) (2022-09-15) + + +### Features + +* **videointelligence/apiv1p3beta1:** add REST transport ([f7b0822](https://github.com/googleapis/google-cloud-go/commit/f7b082212b1e46ff2f4126b52d49618785c2e8ca)) + ## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/videointelligence/v1.3.0...videointelligence/v1.4.0) (2022-06-29) diff --git a/videointelligence/internal/version.go b/videointelligence/internal/version.go index 9fa087b74c6..e93235c2032 100644 --- a/videointelligence/internal/version.go +++ b/videointelligence/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.4.0" +const Version = "1.5.0" diff --git a/vision/v2/CHANGES.md b/vision/v2/CHANGES.md index a41f2c372ff..b92f8e3a416 100644 --- a/vision/v2/CHANGES.md +++ b/vision/v2/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [2.1.1](https://github.com/googleapis/google-cloud-go/compare/vision/v2.1.0...vision/v2.1.1) (2022-09-15) + + +### Documentation + +* **vision/v2:** update comments for image annotator OCR models ([ec1a190](https://github.com/googleapis/google-cloud-go/commit/ec1a190abbc4436fcaeaa1421c7d9df624042752)) + ## [2.1.0](https://github.com/googleapis/google-cloud-go/compare/vision/v2.0.0...vision/v2.1.0) (2022-08-09) diff --git a/vision/v2/internal/version.go b/vision/v2/internal/version.go index cfdd49b4d0a..e8720203804 100644 --- a/vision/v2/internal/version.go +++ b/vision/v2/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "2.1.0" +const Version = "2.1.1"