Skip to content

Commit 355bd8b

Browse files
chore: release 3.0.0 (#223)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 6c835be commit 355bd8b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.0.0](https://www.github.com/terraform-google-modules/terraform-google-network/compare/v2.6.0...v3.0.0) (2020-12-29)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Minimum Terraform version increased to 0.13.
11+
* Minimum Google provider version increased to 3.45.0.
12+
13+
### Features
14+
15+
* Add support for custom MTU on VPCs ([#221](https://www.github.com/terraform-google-modules/terraform-google-network/issues/221)) ([bb31529](https://www.github.com/terraform-google-modules/terraform-google-network/commit/bb315290b84a06302b9fd844915853a373cf5abc))
16+
17+
18+
### Miscellaneous Chores
19+
20+
* add Terraform 0.13 constraint and module attribution ([#224](https://www.github.com/terraform-google-modules/terraform-google-network/issues/224)) ([6c835be](https://www.github.com/terraform-google-modules/terraform-google-network/commit/6c835be46fe154d3e90211c503fe671174da9551))
21+
522
## [2.6.0](https://www.github.com/terraform-google-modules/terraform-google-network/compare/v2.5.0...v2.6.0) (2020-12-08)
623

724

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can go to the examples folder, however the usage of the module could be like
2020
```hcl
2121
module "vpc" {
2222
source = "terraform-google-modules/network/google"
23-
version = "~> 2.6"
23+
version = "~> 3.0"
2424
2525
project_id = "<PROJECT ID>"
2626
network_name = "example-vpc"

0 commit comments

Comments
 (0)