diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 7ca8d59c934b..b5e1368451ce 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -9,7 +9,7 @@ "area120": "0.4.0", "artifactregistry": "1.3.0", "asset": "1.3.0", - "assuredworkloads": "1.0.0", + "assuredworkloads": "1.1.0", "automl": "1.4.0", "baremetalsolution": "0.2.0", "batch": "0.1.0", @@ -21,28 +21,28 @@ "clouddms": "1.2.0", "cloudtasks": "1.4.0", "compute": "1.7.0", - "contactcenterinsights": "1.2.0", - "container": "1.2.0", + "contactcenterinsights": "1.2.1", + "container": "1.3.0", "containeranalysis": "0.4.0", - "datacatalog": "1.3.0", - "dataflow": "0.5.0", - "dataform": "0.0.0", + "datacatalog": "1.3.1", + "dataflow": "0.5.1", + "dataform": "0.1.0", "datafusion": "1.3.0", "datalabeling": "0.3.0", "dataplex": "1.0.0", "dataproc": "1.5.0", "dataqna": "0.4.0", "datastream": "1.0.0", - "deploy": "1.2.0", - "dialogflow": "1.11.0", + "deploy": "1.2.1", + "dialogflow": "1.12.0", "dlp": "1.4.0", "documentai": "1.4.0", "domains": "0.5.0", "essentialcontacts": "1.2.0", "eventarc": "1.6.0", "filestore": "1.2.0", - "functions": "1.4.0", - "gaming": "1.3.0", + "functions": "1.5.0", + "gaming": "1.3.1", "gkebackup": "0.1.0", "gkeconnect": "0.3.0", "gkehub": "0.8.0", @@ -83,16 +83,16 @@ "run": "0.1.1", "scheduler": "1.3.0", "secretmanager": "1.5.0", - "security": "1.4.0", - "securitycenter": "1.8.0", + "security": "1.4.1", + "securitycenter": "1.9.0", "servicecontrol": "1.3.0", "servicedirectory": "1.3.0", - "servicemanagement": "1.3.0", + "servicemanagement": "1.3.1", "serviceusage": "1.2.0", "shell": "1.2.0", "speech": "1.5.0", "storagetransfer": "1.3.0", - "talent": "0.9.0", + "talent": "1.0.0", "texttospeech": "1.3.0", "tpu": "1.2.0", "trace": "1.2.0", diff --git a/assuredworkloads/CHANGES.md b/assuredworkloads/CHANGES.md index 16b66a5a0725..715627abfb38 100644 --- a/assuredworkloads/CHANGES.md +++ b/assuredworkloads/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/assuredworkloads/v1.0.0...assuredworkloads/v1.1.0) (2022-07-07) + + +### Features + +* **assuredworkloads:** ITAR June Preview Launch ([963efe2](https://github.com/googleapis/google-cloud-go/commit/963efe22cf67bc04fed09b5fa8f9cb20b9edf1a3)) + ## [1.0.0](https://github.com/googleapis/google-cloud-go/compare/assuredworkloads/v0.6.0...assuredworkloads/v1.0.0) (2022-06-29) diff --git a/assuredworkloads/internal/version.go b/assuredworkloads/internal/version.go index db6d2e3e99d1..6aea1adc121f 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.0.0" +const Version = "1.1.0" diff --git a/contactcenterinsights/CHANGES.md b/contactcenterinsights/CHANGES.md index fcb9549e4355..c86dc4b32fd4 100644 --- a/contactcenterinsights/CHANGES.md +++ b/contactcenterinsights/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.2.1](https://github.com/googleapis/google-cloud-go/compare/contactcenterinsights/v1.2.0...contactcenterinsights/v1.2.1) (2022-07-07) + + +### Documentation + +* **contactcenterinsights:** Updating comments ([4134941](https://github.com/googleapis/google-cloud-go/commit/41349411e601f57dc6d9e246f1748fd86d17bb15)) + ## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/contactcenterinsights/v1.1.0...contactcenterinsights/v1.2.0) (2022-02-23) diff --git a/contactcenterinsights/internal/version.go b/contactcenterinsights/internal/version.go index d0e4a6fd16b3..db8bbd4568f4 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.2.0" +const Version = "1.2.1" diff --git a/container/CHANGES.md b/container/CHANGES.md index d404f31cbec9..f7b7ea130454 100644 --- a/container/CHANGES.md +++ b/container/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.2.0...container/v1.3.0) (2022-07-07) + + +### Features + +* **container:** add support to modify kubelet pod pid limit in node system configuration feat: support spot VM feat: support Tier 1 bandwidth feat: update support for node pool labels, taints and network tags feat: add Binauthz Evaluation mode support to GKE Classic feat: add GKE Identity Service feat: add network tags to autopilot cluster feat: support enabling Confidential Nodes in the node pool feat: support node pool blue-green upgrade feat: add Location Policy API feat: support GPU timesharing feat: add managed prometheus feature ([963efe2](https://github.com/googleapis/google-cloud-go/commit/963efe22cf67bc04fed09b5fa8f9cb20b9edf1a3)) + ## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/container/v1.1.0...container/v1.2.0) (2022-02-23) diff --git a/container/internal/version.go b/container/internal/version.go index d0e4a6fd16b3..bb0feadfd279 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.2.0" +const Version = "1.3.0" diff --git a/datacatalog/CHANGES.md b/datacatalog/CHANGES.md index bf316ff6fed5..8a625f75d9ab 100644 --- a/datacatalog/CHANGES.md +++ b/datacatalog/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.3.1](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.3.0...datacatalog/v1.3.1) (2022-07-07) + + +### Documentation + +* **datacatalog:** update taxonomy display_name comment feat: added Dataplex specific fields ([19a9ef2](https://github.com/googleapis/google-cloud-go/commit/19a9ef2d9b8d77d3bc3e4c11c7f1f3e47700edd4)) + ## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/datacatalog/v1.2.0...datacatalog/v1.3.0) (2022-02-23) diff --git a/datacatalog/internal/version.go b/datacatalog/internal/version.go index bb0feadfd279..38847e203664 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.0" +const Version = "1.3.1" diff --git a/dataflow/CHANGES.md b/dataflow/CHANGES.md index 532b98ecd7ff..00281758509d 100644 --- a/dataflow/CHANGES.md +++ b/dataflow/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.5.1](https://github.com/googleapis/google-cloud-go/compare/dataflow/v0.5.0...dataflow/v0.5.1) (2022-07-07) + + +### Documentation + +* **dataflow:** corrected the Dataflow job name regex ([1732e43](https://github.com/googleapis/google-cloud-go/commit/1732e4334c84019d93775d861be5c0008e3f5245)) + ## [0.5.0](https://github.com/googleapis/google-cloud-go/compare/dataflow/v0.4.0...dataflow/v0.5.0) (2022-06-29) diff --git a/dataflow/internal/version.go b/dataflow/internal/version.go index d0d3f79115b7..1b87592b5b6c 100644 --- a/dataflow/internal/version.go +++ b/dataflow/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.5.1" diff --git a/dataform/CHANGES.md b/dataform/CHANGES.md index b671f0bbcdd2..b68bb4383633 100644 --- a/dataform/CHANGES.md +++ b/dataform/CHANGES.md @@ -1 +1,9 @@ -# Changes +# Changelog + +## 0.1.0 (2022-07-07) + + +### Features + +* **dataform:** remove unused filter field from alpha2 version of API before release ([8a1ad06](https://github.com/googleapis/google-cloud-go/commit/8a1ad06572a65afa91a0a77a85b849e766876671)) +* **dataform:** start generating apiv1alpha2 ([#6299](https://github.com/googleapis/google-cloud-go/issues/6299)) ([1c434c6](https://github.com/googleapis/google-cloud-go/commit/1c434c6657b9bd8529760681c95aef9373c66120)) diff --git a/dataform/internal/version.go b/dataform/internal/version.go index 76e34d06e610..9e90a014f79f 100644 --- a/dataform/internal/version.go +++ b/dataform/internal/version.go @@ -17,4 +17,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.0.0" +const Version = "0.1.0" diff --git a/deploy/CHANGES.md b/deploy/CHANGES.md index 3c9622658cdb..754b57c60d31 100644 --- a/deploy/CHANGES.md +++ b/deploy/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.2.1](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.2.0...deploy/v1.2.1) (2022-07-07) + + +### Documentation + +* **deploy:** Cloud Deploy API Platform Logging documentation ([6ffce1d](https://github.com/googleapis/google-cloud-go/commit/6ffce1dbf567758d23ac39aaf63dc17ced5e4db9)) + ## [1.2.0](https://github.com/googleapis/google-cloud-go/compare/deploy/v1.1.0...deploy/v1.2.0) (2022-02-23) diff --git a/deploy/internal/version.go b/deploy/internal/version.go index d0e4a6fd16b3..db8bbd4568f4 100644 --- a/deploy/internal/version.go +++ b/deploy/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.2.1" diff --git a/dialogflow/CHANGES.md b/dialogflow/CHANGES.md index f08b4bd6153c..575c941a9f27 100644 --- a/dialogflow/CHANGES.md +++ b/dialogflow/CHANGES.md @@ -1,5 +1,18 @@ # Changes +## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.11.0...dialogflow/v1.12.0) (2022-07-07) + + +### Features + +* **dialogflow:** deprecated the filter field and add resource_definition docs: add more meaningful comments ([8a1ad06](https://github.com/googleapis/google-cloud-go/commit/8a1ad06572a65afa91a0a77a85b849e766876671)) + + +### Documentation + +* **dialogflow/cx:** clarify descriptions of the AdvancedSettings and WebhookRequest data types ([1732e43](https://github.com/googleapis/google-cloud-go/commit/1732e4334c84019d93775d861be5c0008e3f5245)) +* **dialogflow/cx:** improve comments for protos ([963efe2](https://github.com/googleapis/google-cloud-go/commit/963efe22cf67bc04fed09b5fa8f9cb20b9edf1a3)) + ## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.10.0...dialogflow/v1.11.0) (2022-06-29) diff --git a/dialogflow/internal/version.go b/dialogflow/internal/version.go index 77cefca24d54..4518b5fb4070 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.11.0" +const Version = "1.12.0" diff --git a/functions/CHANGES.md b/functions/CHANGES.md index 7b76ba83ff3a..356d3dd34674 100644 --- a/functions/CHANGES.md +++ b/functions/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/functions/v1.4.0...functions/v1.5.0) (2022-07-07) + + +### Features + +* **functions:** add apiv2beta REST client ([#6291](https://github.com/googleapis/google-cloud-go/issues/6291)) ([f53363a](https://github.com/googleapis/google-cloud-go/commit/f53363a8d52960721206932bd5d838df7db8418f)) +* **functions:** start generating apiv2beta ([#6280](https://github.com/googleapis/google-cloud-go/issues/6280)) ([86c8bff](https://github.com/googleapis/google-cloud-go/commit/86c8bff34ce27b8090f567c8714c1237cbd490d1)) + ## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/functions/v1.3.0...functions/v1.4.0) (2022-06-16) diff --git a/functions/internal/version.go b/functions/internal/version.go index 9fa087b74c6b..e93235c20322 100644 --- a/functions/internal/version.go +++ b/functions/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/gaming/CHANGES.md b/gaming/CHANGES.md index 1538392fa608..b02be4db3554 100644 --- a/gaming/CHANGES.md +++ b/gaming/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.3.1](https://github.com/googleapis/google-cloud-go/compare/gaming/v1.3.0...gaming/v1.3.1) (2022-07-07) + + +### Bug Fixes + +* **gaming:** publish v1beta LRO HTTP rules ([963efe2](https://github.com/googleapis/google-cloud-go/commit/963efe22cf67bc04fed09b5fa8f9cb20b9edf1a3)) + ## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/gaming/v1.2.0...gaming/v1.3.0) (2022-06-29) diff --git a/gaming/internal/version.go b/gaming/internal/version.go index bb0feadfd279..38847e203664 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.0" +const Version = "1.3.1" diff --git a/security/CHANGES.md b/security/CHANGES.md index 9fc3021ba18f..a688c4794f7b 100644 --- a/security/CHANGES.md +++ b/security/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.4.1](https://github.com/googleapis/google-cloud-go/compare/security/v1.4.0...security/v1.4.1) (2022-07-07) + + +### Bug Fixes + +* **security/privateca:** publish v1beta1 LRO HTTP rules ([963efe2](https://github.com/googleapis/google-cloud-go/commit/963efe22cf67bc04fed09b5fa8f9cb20b9edf1a3)) + ## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/security/v1.3.0...security/v1.4.0) (2022-05-24) diff --git a/security/internal/version.go b/security/internal/version.go index 9fa087b74c6b..d8c36ecebc13 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.4.0" +const Version = "1.4.1" diff --git a/securitycenter/CHANGES.md b/securitycenter/CHANGES.md index 85ecbe4edf46..8e14d0b21b54 100644 --- a/securitycenter/CHANGES.md +++ b/securitycenter/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.8.0...securitycenter/v1.9.0) (2022-07-07) + + +### Features + +* **securitycenter:** Added contacts field to findings attributes, specifying Essential Contacts defined at org, folder or project level within a GCP org feat: Added process signature fields to the indicator attribute that helps surface multiple types of signature defined IOCs ([8a1ad06](https://github.com/googleapis/google-cloud-go/commit/8a1ad06572a65afa91a0a77a85b849e766876671)) + ## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/securitycenter/v1.7.0...securitycenter/v1.8.0) (2022-06-01) diff --git a/securitycenter/internal/version.go b/securitycenter/internal/version.go index 0ad9373b3b59..37e23cdd396f 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.8.0" +const Version = "1.9.0" diff --git a/servicemanagement/CHANGES.md b/servicemanagement/CHANGES.md index b65a1b654d90..fb751559d5d7 100644 --- a/servicemanagement/CHANGES.md +++ b/servicemanagement/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.3.1](https://github.com/googleapis/google-cloud-go/compare/servicemanagement/v1.3.0...servicemanagement/v1.3.1) (2022-07-07) + + +### Documentation + +* **servicemanagement:** fix remaining broken links ([7b1173d](https://github.com/googleapis/google-cloud-go/commit/7b1173d1ffed195c515b907b20dd1f86a9eef13a)) +* **servicemanagement:** Remove redundant "API" in the service name ([57896d1](https://github.com/googleapis/google-cloud-go/commit/57896d1491c04fa53d3f3e2344ef10c3d91c4b65)) + ## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/servicemanagement/v1.2.0...servicemanagement/v1.3.0) (2022-02-23) diff --git a/servicemanagement/internal/version.go b/servicemanagement/internal/version.go index bb0feadfd279..38847e203664 100644 --- a/servicemanagement/internal/version.go +++ b/servicemanagement/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.3.1" diff --git a/talent/CHANGES.md b/talent/CHANGES.md index 578dd552867d..f87d51ae8eb2 100644 --- a/talent/CHANGES.md +++ b/talent/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.0.0](https://github.com/googleapis/google-cloud-go/compare/talent/v0.9.0...talent/v1.0.0) (2022-07-07) + + +### Features + +* **talent:** promote to GA ([#6293](https://github.com/googleapis/google-cloud-go/issues/6293)) ([c0a0c20](https://github.com/googleapis/google-cloud-go/commit/c0a0c2078c0cf0e7859130e1104d4fd8f04d8b01)) + ## [0.9.0](https://github.com/googleapis/google-cloud-go/compare/talent/v0.8.0...talent/v0.9.0) (2022-06-29) diff --git a/talent/internal/version.go b/talent/internal/version.go index dd2351b41737..db6d2e3e99d1 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.9.0" +const Version = "1.0.0"