Skip to content

Commit 46ecdad

Browse files
authored
Merge pull request #30 from terraform-google-modules/aaron-lane/0.6.0
Add 0.6.0 to CHANGELOG
2 parents 9acd741 + a8b09a9 commit 46ecdad

File tree

1 file changed

+46
-16
lines changed

1 file changed

+46
-16
lines changed

CHANGELOG.md

Lines changed: 46 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,71 @@
1-
# Change Log
1+
# Changelog
22

33
All notable changes to this project will be documented in this file.
44

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
719

8-
## [0.5.0]
9-
### CHANGED
1020
- Make `routing_mode` a configurable variable. Defaults to "GLOBAL" [#26]
1121

12-
### ADDED
22+
### Added
23+
1324
- Subnet self links as outputs. [#27]
1425
- Support for route creation [#14]
1526
- Add example for VPC with many secondary ranges [#23]
1627
- Add example for VPC with regional routing mode [#26]
1728

18-
### FIXED
29+
### Fixed
30+
1931
- Resolved issue with networks that have no secondary networks [#19]
2032

21-
## [0.4.0]
22-
### CHANGED
33+
## [0.4.0] - 2018-09-25
34+
35+
### Changed
36+
2337
- Make `subnet_private_access` and `subnet_flow_logs` into strings to be consistent with `shared_vpc` flag [#13]
2438

25-
## [0.3.0]
26-
### CHANGED
39+
## [0.3.0] - 2018-09-11
40+
41+
### Changed
42+
2743
- Make `subnet_private_access` default to false [#6]
2844

29-
### ADDED
45+
### Added
46+
3047
- Add support for controlling subnet flow logs [#6]
3148

32-
## [0.2.0]
33-
### ADDED
49+
## [0.2.0] - 2018-08-16
50+
51+
### Added
52+
3453
- Add support for Shared VPC hosting
3554

36-
## [0.1.0]
37-
### ADDED
55+
## 0.1.0 - 2018-08-08
56+
57+
### Added
58+
3859
- Initial release
3960
- A Google Virtual Private Network (VPC)
4061
- Subnets within the VPC
4162
- 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

Comments
 (0)