You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-6Lines changed: 17 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,23 @@ Extending the adopted spec, each change should have a link to its corresponding
8
8
9
9
## [Unreleased]
10
10
11
-
### Changed
12
-
13
-
* Made `region` variable optional for zonal clusters [#247]
11
+
## [v5.1.0] - 2019-10-24
14
12
15
13
### Added
16
14
17
15
* Added ability to skip local-exec provisioners. [#258]
18
16
* Added [private](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/master/modules/private-cluster-update-variant) and [beta private](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/master/modules/beta-private-cluster-update-variant) variants which allow node pools to be created before being destroyed. [#256]
19
17
* Add a parameter `registry_project_id` to allow connecting to registries in other projects. [#273]
20
18
19
+
### Changed
20
+
21
+
* Made `region` variable optional for zonal clusters. [#247]
22
+
* Made default metadata, labels, and tags optional. [#282]
23
+
24
+
### Fixed
25
+
26
+
* Authenticate gcloud in wait-for-cluster.sh using value of `GOOGLE_APPLICATION_CREDENTIALS`. [#284][#285]
27
+
21
28
## [v5.0.0] - 2019-09-25
22
29
v5.0.0 is a backwards-incompatible release. Please see the [upgrading guide](./docs/upgrading_to_v5.0.md).
23
30
@@ -191,7 +198,8 @@ In either case, upgrading to module version `v1.0.0` will trigger a recreation o
0 commit comments