Skip to content

Commit e8526dc

Browse files
yoshi-automationdazuma
authored andcommitted
Release google-cloud-dataproc 0.6.0 (googleapis#4196)
1 parent c97cd1f commit e8526dc

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

google-cloud-dataproc/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
### 0.6.0 / 2019-10-18
4+
5+
#### Features
6+
7+
* Additional configuration options for clusters
8+
* Add ClusterConfig#autoscaling_config
9+
* Add ClusterConfig#security_config
10+
* Add InstanceGroupConfig#min_cpu_platform
11+
* Add AutoscalingConfig, SecurityConfig, and KerberosConfig classes
12+
313
### 0.5.1 / 2019-08-23
414

515
#### Documentation

google-cloud-dataproc/lib/google/cloud/dataproc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Dataproc
19-
VERSION = "0.5.1".freeze
19+
VERSION = "0.6.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)