Skip to content

Commit

Permalink
Release google-cloud-dataproc 0.9.0 (#4856)
Browse files Browse the repository at this point in the history
#### Features

* Add SparkRJob, PrestoJob, LifecycleConfig and ReservationAffinity
  * Add ClusterConfig#lifecycle_config (LifecycleConfig)
  * Add GceClusterConfig#reservation_affinity (ReservationAffinity)
  * Add SparkRJob
  * Add PrestoJob
  • Loading branch information
yoshi-automation committed Feb 24, 2020
1 parent 6b6c878 commit 7558da1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions google-cloud-dataproc/CHANGELOG.md
@@ -1,5 +1,15 @@
# Release History

### 0.9.0 / 2020-02-24

#### Features

* Add SparkRJob, PrestoJob, LifecycleConfig and ReservationAffinity
* Add ClusterConfig#lifecycle_config (LifecycleConfig)
* Add GceClusterConfig#reservation_affinity (ReservationAffinity)
* Add SparkRJob
* Add PrestoJob

### 0.8.0 / 2020-02-04

#### Features
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-dataproc/lib/google/cloud/dataproc/version.rb
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Dataproc
VERSION = "0.8.0".freeze
VERSION = "0.9.0".freeze
end
end
end

0 comments on commit 7558da1

Please sign in to comment.