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
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ The v5.0.0 module requires using the [2.12 version](https://github.com/terraform
48
48
* Supported version of Terraform is 0.12. [#177]
49
49
50
50
## [v3.0.0] - 2019-07-08
51
+
v3.0.0 is a breaking release. Refer to the
52
+
[Upgrading to v3.0 guide][upgrading-to-v3.0] for details.
51
53
52
54
### Added
53
55
@@ -88,6 +90,8 @@ The v5.0.0 module requires using the [2.12 version](https://github.com/terraform
88
90
2.3. [#148]
89
91
90
92
## [v2.0.0] - 2019-04-12
93
+
v2.0.0 is a breaking release. Refer to the
94
+
[Upgrading to v2.0 guide][upgrading-to-v2.0] for details.
91
95
92
96
### Added
93
97
@@ -119,6 +123,10 @@ The v5.0.0 module requires using the [2.12 version](https://github.com/terraform
119
123
* Fix empty zone list. [#132]
120
124
121
125
## [v1.0.0] - 2019-03-25
126
+
Version 1.0.0 of this module introduces a breaking change: adding the `disable-legacy-endpoints` metadata field to all node pools. This metadata is required by GKE and [determines whether the `/0.1/` and `/v1beta1/` paths are available in the nodes' metadata server](https://cloud.google.com/kubernetes-engine/docs/how-to/protecting-cluster-metadata#disable-legacy-apis). If your applications do not require access to the node's metadata server, you can leave the default value of `true` provided by the module. If your applications require access to the metadata server, be sure to read the linked documentation to see if you need to set the value for this field to `false` to allow your applications access to the above metadata server paths.
127
+
128
+
In either case, upgrading to module version `v1.0.0` will trigger a recreation of all node pools in the cluster.
129
+
122
130
### Added
123
131
* Allow creation of service accounts. [#80]
124
132
* Add support for private clusters via submodule. [#69]
@@ -251,3 +259,9 @@ The v5.0.0 module requires using the [2.12 version](https://github.com/terraform
Copy file name to clipboardExpand all lines: README.md
-16Lines changed: 0 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -108,22 +108,6 @@ Then perform the following commands on the root folder:
108
108
-`terraform apply` to apply the infrastructure build
109
109
-`terraform destroy` to destroy the built infrastructure
110
110
111
-
## Upgrade to v3.0.0
112
-
113
-
v3.0.0 is a breaking release. Refer to the
114
-
[Upgrading to v3.0 guide][upgrading-to-v3.0] for details.
115
-
116
-
## Upgrade to v2.0.0
117
-
118
-
v2.0.0 is a breaking release. Refer to the
119
-
[Upgrading to v2.0 guide][upgrading-to-v2.0] for details.
120
-
121
-
## Upgrade to v1.0.0
122
-
123
-
Version 1.0.0 of this module introduces a breaking change: adding the `disable-legacy-endpoints` metadata field to all node pools. This metadata is required by GKE and [determines whether the `/0.1/` and `/v1beta1/` paths are available in the nodes' metadata server](https://cloud.google.com/kubernetes-engine/docs/how-to/protecting-cluster-metadata#disable-legacy-apis). If your applications do not require access to the node's metadata server, you can leave the default value of `true` provided by the module. If your applications require access to the metadata server, be sure to read the linked documentation to see if you need to set the value for this field to `false` to allow your applications access to the above metadata server paths.
124
-
125
-
In either case, upgrading to module version `v1.0.0` will trigger a recreation of all node pools in the cluster.
126
-
127
111
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
0 commit comments