Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 19, 2023
1 parent 12528e1 commit a5b605d
Show file tree
Hide file tree
Showing 10 changed files with 157 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"packages/google-cloud-contentwarehouse": "1.1.0",
"packages/google-cloud-datacatalog": "4.0.1",
"packages/google-cloud-datacatalog-lineage": "1.0.1",
"packages/google-cloud-dataform": "0.4.1",
"packages/google-cloud-dataform": "1.0.0",
"packages/google-cloud-datafusion": "3.0.1",
"packages/google-cloud-datalabeling": "4.0.1",
"packages/google-cloud-dataplex": "3.0.1",
"packages/google-cloud-dataproc": "5.1.0",
"packages/google-cloud-dataproc": "5.2.0",
"packages/google-cloud-dataqna": "3.0.1",
"packages/google-cloud-datastream": "3.0.1",
"packages/google-cloud-deploy": "3.0.1",
Expand Down Expand Up @@ -133,7 +133,7 @@
"packages/google-cloud-websecurityscanner": "3.0.1",
"packages/google-cloud-workflows-executions": "3.1.0",
"packages/google-cloud-workstations": "1.1.0",
"packages/google-container": "5.2.0",
"packages/google-container": "5.3.0",
"packages/google-dataflow": "3.0.1",
"packages/google-devtools-artifactregistry": "3.0.1",
"packages/google-devtools-cloudbuild": "4.0.1",
Expand Down
114 changes: 113 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,118 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "9876892176c305a67b64af4c8481563ee1633576",
"message": "[container] add SecurityPostureConfig Enterprise vuln mode to allow customers to enable Advanced Vulnerability Scanning for their clusters",
"issues": [
"4666"
]
}
],
"version": "5.3.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/container",
"id": "9285a884-5164-4b97-b32c-3453094f840e",
"createTime": "2023-09-19T00:13:07.507Z"
},
{
"changes": [
{
"type": "feat",
"sha": "9c2bd8e3675ef4021fe166a514e022fe70821f02",
"message": "[dataproc] add optional parameters (tarball_gcs_dir, diagnosis_interval, jobs, yarn_application_ids) in DiagnoseClusterRequest",
"issues": [
"4661"
]
}
],
"version": "5.2.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/dataproc",
"id": "191ed0df-b3ce-42f9-9500-0968ec9d6585",
"createTime": "2023-09-19T00:13:07.500Z"
},
{
"changes": [
{
"type": "fix",
"sha": "240a69f10d1d5e3fe45169dedfc5f1c2d6492df9",
"message": "Update dependency @google-cloud/dataform to v1",
"issues": [
"4664"
],
"scope": "deps"
},
{
"type": "fix",
"sha": "7d4c40ffab7fe98257560f2986acfcb888f15747",
"message": "Update dependency @google-cloud/dataform to v1",
"issues": [
"4631"
],
"scope": "deps"
},
{
"type": "fix",
"sha": "b6cea45d03faaa7bd6e5daa36ebd0063a1e1f251",
"message": "[Many APIs] simplify logic for HTTP/1.1 REST fallback option",
"issues": [
"4585"
]
},
{
"type": "fix",
"sha": "a4507aa1166832c2d9624cb55879a543f65ec4cb",
"message": "Update dependency @google-cloud/dataform to v1",
"issues": [
"4532"
],
"scope": "deps"
},
{
"type": "chore",
"sha": "2260f12543d171bda95345e53475f5f0fdc45770",
"message": "Migrate to Node 14",
"issues": [
"4443"
],
"breakingChangeNote": "migrate to Node 14 ([#4443](https://github.com/googleapis/google-cloud-node/issues/4443))"
},
{
"type": "fix",
"sha": "c32965c0c4a5975ba37371ecd819d9cffb080aa5",
"message": "[Many APIs] fix typings for IAM methods",
"issues": [
"4460"
]
},
{
"type": "fix",
"sha": "170f7d57b8fd344d182a8e758867b8124722eebc",
"message": "Minify JSON and JS files, and remove .map files",
"issues": [
"4143"
]
},
{
"type": "fix",
"sha": "0b67d883963643ce1b4f6d2ccd3e8d37adf6e029",
"message": "Bump `google-gax` to ^3.5.8",
"issues": [
"4117"
],
"scope": "deps"
}
],
"version": "1.0.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/dataform",
"id": "f91e6a8e-44fd-4a4d-bd8b-0db814895ced",
"createTime": "2023-09-19T00:13:07.494Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -18932,5 +19044,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2023-09-14T19:51:47.211Z"
"updateTime": "2023-09-19T00:13:07.507Z"
}
22 changes: 22 additions & 0 deletions packages/google-cloud-dataform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [1.0.0](https://github.com/googleapis/google-cloud-node/compare/dataform-v0.4.1...dataform-v1.0.0) (2023-09-19)


### ⚠ BREAKING CHANGES

* migrate to Node 14 ([#4443](https://github.com/googleapis/google-cloud-node/issues/4443))

### Bug Fixes

* [Many APIs] fix typings for IAM methods ([#4460](https://github.com/googleapis/google-cloud-node/issues/4460)) ([c32965c](https://github.com/googleapis/google-cloud-node/commit/c32965c0c4a5975ba37371ecd819d9cffb080aa5))
* [Many APIs] simplify logic for HTTP/1.1 REST fallback option ([#4585](https://github.com/googleapis/google-cloud-node/issues/4585)) ([b6cea45](https://github.com/googleapis/google-cloud-node/commit/b6cea45d03faaa7bd6e5daa36ebd0063a1e1f251))
* **deps:** Bump `google-gax` to ^3.5.8 ([#4117](https://github.com/googleapis/google-cloud-node/issues/4117)) ([0b67d88](https://github.com/googleapis/google-cloud-node/commit/0b67d883963643ce1b4f6d2ccd3e8d37adf6e029))
* **deps:** Update dependency @google-cloud/dataform to v1 ([#4532](https://github.com/googleapis/google-cloud-node/issues/4532)) ([a4507aa](https://github.com/googleapis/google-cloud-node/commit/a4507aa1166832c2d9624cb55879a543f65ec4cb))
* **deps:** Update dependency @google-cloud/dataform to v1 ([#4631](https://github.com/googleapis/google-cloud-node/issues/4631)) ([7d4c40f](https://github.com/googleapis/google-cloud-node/commit/7d4c40ffab7fe98257560f2986acfcb888f15747))
* **deps:** Update dependency @google-cloud/dataform to v1 ([#4664](https://github.com/googleapis/google-cloud-node/issues/4664)) ([240a69f](https://github.com/googleapis/google-cloud-node/commit/240a69f10d1d5e3fe45169dedfc5f1c2d6492df9))
* Minify JSON and JS files, and remove .map files ([#4143](https://github.com/googleapis/google-cloud-node/issues/4143)) ([170f7d5](https://github.com/googleapis/google-cloud-node/commit/170f7d57b8fd344d182a8e758867b8124722eebc))


### Miscellaneous Chores

* Migrate to Node 14 ([#4443](https://github.com/googleapis/google-cloud-node/issues/4443)) ([2260f12](https://github.com/googleapis/google-cloud-node/commit/2260f12543d171bda95345e53475f5f0fdc45770))

## [0.4.1](https://github.com/googleapis/google-cloud-node/compare/dataform-v1.0.0...dataform-v0.4.1) (2023-09-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dataform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/dataform",
"version": "0.4.1",
"version": "1.0.0",
"description": "dataform client for Node.js",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-dataproc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/@google-cloud/dataproc?activeTab=versions

## [5.2.0](https://github.com/googleapis/google-cloud-node/compare/dataproc-v5.1.0...dataproc-v5.2.0) (2023-09-19)


### Features

* [dataproc] add optional parameters (tarball_gcs_dir, diagnosis_interval, jobs, yarn_application_ids) in DiagnoseClusterRequest ([#4661](https://github.com/googleapis/google-cloud-node/issues/4661)) ([9c2bd8e](https://github.com/googleapis/google-cloud-node/commit/9c2bd8e3675ef4021fe166a514e022fe70821f02))

## [5.1.0](https://github.com/googleapis/google-cloud-node/compare/dataproc-v5.0.0...dataproc-v5.1.0) (2023-09-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dataproc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/dataproc",
"description": "Google Cloud Dataproc API client for Node.js",
"version": "5.1.0",
"version": "5.2.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dataproc/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha test --timeout 600000"
},
"dependencies": {
"@google-cloud/dataproc": "^5.1.0",
"@google-cloud/dataproc": "^5.2.0",
"@google-cloud/storage": "^7.0.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/google-container/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/@google-cloud/container?activeTab=versions

## [5.3.0](https://github.com/googleapis/google-cloud-node/compare/container-v5.2.0...container-v5.3.0) (2023-09-19)


### Features

* [container] add SecurityPostureConfig Enterprise vuln mode to allow customers to enable Advanced Vulnerability Scanning for their clusters ([#4666](https://github.com/googleapis/google-cloud-node/issues/4666)) ([9876892](https://github.com/googleapis/google-cloud-node/commit/9876892176c305a67b64af4c8481563ee1633576))

## [5.2.0](https://github.com/googleapis/google-cloud-node/compare/container-v5.1.0...container-v5.2.0) (2023-09-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/container",
"description": "Google Container Engine API client for Node.js",
"version": "5.2.0",
"version": "5.3.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-container/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha test --timeout 1000000"
},
"dependencies": {
"@google-cloud/container": "^5.2.0",
"@google-cloud/container": "^5.3.0",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit a5b605d

Please sign in to comment.