|
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.6.0] - 2019-02-21 |
| 11 | + |
| 12 | +### Added |
| 13 | + |
| 14 | +- Add ability to delete default gateway route [#29] |
| 15 | + |
| 16 | +## [0.5.0] - 2019-01-31 |
| 17 | + |
| 18 | +### Changed |
7 | 19 |
|
8 | | -## [0.5.0] |
9 | | -### CHANGED |
10 | 20 | - Make `routing_mode` a configurable variable. Defaults to "GLOBAL" [#26] |
11 | 21 |
|
12 | | -### ADDED |
| 22 | +### Added |
| 23 | + |
13 | 24 | - Subnet self links as outputs. [#27] |
14 | 25 | - Support for route creation [#14] |
15 | 26 | - Add example for VPC with many secondary ranges [#23] |
16 | 27 | - Add example for VPC with regional routing mode [#26] |
17 | 28 |
|
18 | | -### FIXED |
| 29 | +### Fixed |
| 30 | + |
19 | 31 | - Resolved issue with networks that have no secondary networks [#19] |
20 | 32 |
|
21 | | -## [0.4.0] |
22 | | -### CHANGED |
| 33 | +## [0.4.0] - 2018-09-25 |
| 34 | + |
| 35 | +### Changed |
| 36 | + |
23 | 37 | - Make `subnet_private_access` and `subnet_flow_logs` into strings to be consistent with `shared_vpc` flag [#13] |
24 | 38 |
|
25 | | -## [0.3.0] |
26 | | -### CHANGED |
| 39 | +## [0.3.0] - 2018-09-11 |
| 40 | + |
| 41 | +### Changed |
| 42 | + |
27 | 43 | - Make `subnet_private_access` default to false [#6] |
28 | 44 |
|
29 | | -### ADDED |
| 45 | +### Added |
| 46 | + |
30 | 47 | - Add support for controlling subnet flow logs [#6] |
31 | 48 |
|
32 | | -## [0.2.0] |
33 | | -### ADDED |
| 49 | +## [0.2.0] - 2018-08-16 |
| 50 | + |
| 51 | +### Added |
| 52 | + |
34 | 53 | - Add support for Shared VPC hosting |
35 | 54 |
|
36 | | -## [0.1.0] |
37 | | -### ADDED |
| 55 | +## 0.1.0 - 2018-08-08 |
| 56 | + |
| 57 | +### Added |
| 58 | + |
38 | 59 | - Initial release |
39 | 60 | - A Google Virtual Private Network (VPC) |
40 | 61 | - Subnets within the VPC |
41 | 62 | - Secondary ranges for the subnets (if applicable) |
| 63 | + |
| 64 | +[Unreleased]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.6.0...HEAD |
| 65 | +[0.6.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.5.0...v0.6.0 |
| 66 | +[0.5.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.4.0...v0.5.0 |
| 67 | +[0.4.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.3.0...v0.4.0 |
| 68 | +[0.3.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.2.0...v0.3.0 |
| 69 | +[0.2.0]: https://github.com/terraform-google-modules/terraform-google-network/compare/v0.1.0...v0.2.0 |
| 70 | +[keepachangelog-site]: https://keepachangelog.com/en/1.0.0/ |
| 71 | +[semver-site]: https://semver.org/spec/v2.0.0.html |
0 commit comments