Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson authored Mar 13, 2019
1 parent 3224969 commit b1486fc
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
## 2.2.1 (Unreleased)
## 2.3.0 (Unreleased)

DEPRECATIONS:
* container: `google_container_cluster` `zone` and `region` fields are deprecated in favour of `location`, `additional_zones` in favour of `node_locations`. [GH-461]
* container: `google_container_node_pool` `zone` and `region` fields are deprecated in favour of `location`. [GH-461]
* container: `data.google_container_cluster` `zone` and `region` fields are deprecated in favour of `location`. [GH-461]
* container: `google_container_engine_versions` `zone` and `region` fields are deprecated in favour of `location`. [GH-461]

ENHANCEMENTS:
* container: `google_container_cluster` adds a unified `location` field for regions and zones, `node_locations` to manage extra zones for multi-zonal clusters and specific zones for regional clusters. [GH-461]
* container: `google_container_node_pool` adds a unified `location` field for regions and zones. [GH-461]
* container: `data.google_container_cluster` adds a unified `location` field for regions and zones. [GH-461]
* container: `google_container_engine_versions` adds a unified `location` field for regions and zones. [GH-461]

## 2.2.0 (March 12, 2019)

FEATURES:
Expand Down

0 comments on commit b1486fc

Please sign in to comment.