Skip to content

Commit f359716

Browse files
authored
Update CHANGELOG.md
1 parent 227c642 commit f359716

File tree

1 file changed

+30
-18
lines changed

1 file changed

+30
-18
lines changed

CHANGELOG.md

Lines changed: 30 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,40 @@
1-
## [Unreleased]
2-
### Fixed
3-
- Resolved issue with networks that have no secondary networks (#19)
1+
# Change Log
42

5-
### Added
6-
- Add subnet self links as outputs. [#27]
3+
All notable changes to this project will be documented in this file.
74

8-
## 0.4.0
9-
### Changed
10-
- Make `subnet_private_access` and `subnet_flow_logs` into strings to be consistent with `shared_vpc` flag (#13)
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
6+
project adheres to [Semantic Versioning](http://semver.org/).
117

12-
## 0.3.0
13-
### Added
14-
- Add support for controlling subnet flow logs (#6)
8+
## [0.5.0]
9+
### CHANGED
10+
- Make `routing_mode` a configurable variable. Defaults to "GLOBAL" [#26]
1511

16-
### Changed
17-
- Make `subnet_private_access` default to false (#6)
12+
### ADDED
13+
- Subnet self links as outputs. [#27]
14+
- Support for route creation [#14]
15+
- Add example for VPC with many secondary ranges [#23]
16+
- Add example for VPC with regional routing mode [#26]
1817

19-
## 0.2.0
20-
### Added
21-
- Add support for Shared VPC hosting
18+
### FIXED
19+
- Resolved issue with networks that have no secondary networks [#19]
20+
21+
## [0.4.0]
22+
### CHANGED
23+
- Make `subnet_private_access` and `subnet_flow_logs` into strings to be consistent with `shared_vpc` flag [#13]
24+
25+
## [0.3.0]
26+
### CHANGED
27+
- Make `subnet_private_access` default to false [#6]
2228

23-
## 0.1.0
29+
### ADDED
30+
- Add support for controlling subnet flow logs [#6]
31+
32+
## [0.2.0]
33+
### ADDED
34+
- Add support for Shared VPC hosting
2435

25-
### Added
36+
## [0.1.0]
37+
### ADDED
2638
- Initial release
2739
- A Google Virtual Private Network (VPC)
2840
- Subnets within the VPC

0 commit comments

Comments
 (0)