Skip to content

Commit

Permalink
Release google-cloud-dataproc 0.6.0 (#4196)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and dazuma committed Oct 18, 2019
1 parent c97cd1f commit e8526dc
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

### 0.6.0 / 2019-10-18

#### Features

* Additional configuration options for clusters
* Add ClusterConfig#autoscaling_config
* Add ClusterConfig#security_config
* Add InstanceGroupConfig#min_cpu_platform
* Add AutoscalingConfig, SecurityConfig, and KerberosConfig classes

### 0.5.1 / 2019-08-23

#### Documentation
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-dataproc/lib/google/cloud/dataproc/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Dataproc
VERSION = "0.5.1".freeze
VERSION = "0.6.0".freeze
end
end
end

0 comments on commit e8526dc

Please sign in to comment.