@@ -15,17 +15,20 @@ Extending the adopted spec, each change should have a link to its corresponding
15
15
* Add ` remove_default_node_pool ` set to ` false ` by default. Fixes [ #15 ] . [ #55 ]
16
16
* Allow arbitrary key-value pairs to be set on node pool metadata. [ #52 ]
17
17
* Add ` initial_node_count ` parameter to node_pool block. [ #60 ]
18
+ * Add test tasks to allow for parallelized local testing runs using Concourse [ #109 ]
18
19
19
20
### Changed
20
21
* Set ` horizontal_pod_autoscaling ` to ` true ` by default. Fixes [ #42 ] . [ #54 ]
21
22
* Update simple-zonal example GKE version to supported version. [ #49 ]
22
23
* Remove explicit versions from test cases and examples. [ #62 ]
23
24
* Set up submodule structure for public and private clusters. [ #61 ]
25
+ * Update the google and google-beta providers to v2.2 [ #106 ]
24
26
25
27
### Fixed
26
28
* Zonal clusters can now accept a single zone. Fixes [ #43 ] . [ #50 ]
27
29
* Drop explicit version from simple_zonal example. [ #74 ]
28
30
* Fix link to "configure a service account" [ #73 ]
31
+ * Fix issue with regional cluster roll outs causing version skews [ #108 ]
29
32
30
33
## [ v0.4.0] - 2018-12-19
31
34
### Added
@@ -67,6 +70,9 @@ Extending the adopted spec, each change should have a link to its corresponding
67
70
[ #42 ] : https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/issues/42
68
71
[ #15 ] : https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/issues/15
69
72
73
+ [ #109 ] : https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/pull/109
74
+ [ #108 ] : https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/pull/108
75
+ [ #106 ] : https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/pull/106
70
76
[ #80 ] : https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/pull/80
71
77
[ #74 ] : https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/pull/74
72
78
[ #73 ] : https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/pull/73
0 commit comments