|
1 | | -# Change Log |
| 1 | +# Changelog |
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | | -The format is based on [Keep a Changelog](http://keepachangelog.com/) and this |
6 | | -project adheres to [Semantic Versioning](http://semver.org/). |
| 5 | +The format is based on [Keep a Changelog][keepachangelog-site], |
| 6 | +and this project adheres to [Semantic Versioning][semver-site]. |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +## [0.5.0] - 2019-01-31 |
| 11 | + |
| 12 | +### Changed |
7 | 13 |
|
8 | | -## [0.5.0] |
9 | | -### CHANGED |
10 | 14 | - Make `routing_mode` a configurable variable. Defaults to "GLOBAL" [#26] |
11 | 15 |
|
12 | | -### ADDED |
| 16 | +### Added |
| 17 | + |
13 | 18 | - Subnet self links as outputs. [#27] |
14 | 19 | - Support for route creation [#14] |
15 | 20 | - Add example for VPC with many secondary ranges [#23] |
16 | 21 | - Add example for VPC with regional routing mode [#26] |
17 | 22 |
|
18 | | -### FIXED |
| 23 | +### Fixed |
| 24 | + |
19 | 25 | - Resolved issue with networks that have no secondary networks [#19] |
20 | 26 |
|
21 | | -## [0.4.0] |
22 | | -### CHANGED |
| 27 | +## [0.4.0] - 2018-09-25 |
| 28 | + |
| 29 | +### Changed |
| 30 | + |
23 | 31 | - Make `subnet_private_access` and `subnet_flow_logs` into strings to be consistent with `shared_vpc` flag [#13] |
24 | 32 |
|
25 | | -## [0.3.0] |
26 | | -### CHANGED |
| 33 | +## [0.3.0] - 2018-09-11 |
| 34 | + |
| 35 | +### Changed |
| 36 | + |
27 | 37 | - Make `subnet_private_access` default to false [#6] |
28 | 38 |
|
29 | | -### ADDED |
| 39 | +### Added |
| 40 | + |
30 | 41 | - Add support for controlling subnet flow logs [#6] |
31 | 42 |
|
32 | | -## [0.2.0] |
33 | | -### ADDED |
| 43 | +## [0.2.0] - 2018-08-16 |
| 44 | + |
| 45 | +### Added |
| 46 | + |
34 | 47 | - Add support for Shared VPC hosting |
35 | 48 |
|
36 | | -## [0.1.0] |
37 | | -### ADDED |
| 49 | +## 0.1.0 - 2018-08-08 |
| 50 | + |
| 51 | +### Added |
| 52 | + |
38 | 53 | - Initial release |
39 | 54 | - A Google Virtual Private Network (VPC) |
40 | 55 | - Subnets within the VPC |
41 | 56 | - Secondary ranges for the subnets (if applicable) |
| 57 | + |
| 58 | +[Unreleased]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.5.0...HEAD |
| 59 | +[0.5.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.4.0...v0.5.0 |
| 60 | +[0.4.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.3.0...v0.4.0 |
| 61 | +[0.3.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.2.0...v0.3.0 |
| 62 | +[0.2.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.1.0...v0.2.0 |
| 63 | +[keepachangelog-site]: https://keepachangelog.com/en/1.0.0/ |
| 64 | +[semver-site]: https://semver.org/spec/v2.0.0.html |
0 commit comments