Skip to content

Commit

Permalink
chore(main): release 4.0.0 (#590)
Browse files Browse the repository at this point in the history
* chore(main): release 4.0.0

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored May 18, 2022
1 parent c2bebd8 commit 33014b2
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions packages/google-cloud-dataproc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@

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

## [4.0.0](https://github.com/googleapis/nodejs-dataproc/compare/v3.2.0...v4.0.0) (2022-05-13)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#589)
* add support for Virtual Dataproc cluster running on GKE cluster (#570)

### Features

* add new Dataproc features: - Spark runtime versioning for Spark batches - custom image containers for Spark batches - auto-diagnostic of failed Spark batches - Local SSD NVME interface support for GCE clusters ([c433b6b](https://github.com/googleapis/nodejs-dataproc/commit/c433b6ba90fc28f68677f0f7426ff2af8b43bd01))
* add support for Virtual Dataproc cluster running on GKE cluster ([#570](https://github.com/googleapis/nodejs-dataproc/issues/570)) ([e9b061c](https://github.com/googleapis/nodejs-dataproc/commit/e9b061c68dc30db6f8613e7d3bafafb369243297))


### Bug Fixes

* Move yarn_config into a oneof ([c0f4df6](https://github.com/googleapis/nodejs-dataproc/commit/c0f4df6a5762c6918a6d6bf2bc9c14d8bf3bf7b2))


### Build System

* update library to use Node 12 ([#589](https://github.com/googleapis/nodejs-dataproc/issues/589)) ([3ef332c](https://github.com/googleapis/nodejs-dataproc/commit/3ef332c1c1713f6278b1190558a907a0ee55c737))

## [3.2.0](https://www.github.com/googleapis/nodejs-dataproc/compare/v3.1.0...v3.2.0) (2021-10-19)


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": "3.2.0",
"version": "4.0.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-dataproc",
"version": "3.2.0",
"version": "4.0.0",
"language": "TYPESCRIPT",
"apis": [
{
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 system-test --timeout 600000"
},
"dependencies": {
"@google-cloud/dataproc": "^3.2.0",
"@google-cloud/dataproc": "^4.0.0",
"@google-cloud/storage": "^5.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 33014b2

Please sign in to comment.