Skip to content

Commit 7d482c0

Browse files
chore(master): release 3.0.0 (#85)
* chore(master): release 3.0.0 * Update CHANGELOG.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Morgante Pell <[email protected]>
1 parent c8dc460 commit 7d482c0

File tree

5 files changed

+22
-10
lines changed

5 files changed

+22
-10
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
Extending the adopted spec, each change should have a link to its corresponding pull request appended.
88

9-
## [Unreleased]
9+
## [3.0.0](https://github.com/terraform-google-modules/terraform-google-container-vm/compare/v2.0.0...v3.0.0) (2022-02-03)
1010

11-
### Added
1211

13-
- Example for showing advanced container options [#55]
12+
### ⚠ BREAKING CHANGES
13+
14+
* add Terraform 0.13 constraint and module attribution (#70)
15+
16+
### Features
17+
18+
* Add container outputs ([#63](https://github.com/terraform-google-modules/terraform-google-container-vm/issues/63)) ([baa02ef](https://github.com/terraform-google-modules/terraform-google-container-vm/commit/baa02efede3eb42a6fa071761965d4885b9d64d8))
19+
* add Terraform 0.13 constraint and module attribution ([#70](https://github.com/terraform-google-modules/terraform-google-container-vm/issues/70)) ([5e69eaf](https://github.com/terraform-google-modules/terraform-google-container-vm/commit/5e69eafaaaa8302c5732799e32d1da5c17b7b285))
20+
* update TPG version constraints to allow 4.0 ([#78](https://github.com/terraform-google-modules/terraform-google-container-vm/issues/78)) ([4b769ec](https://github.com/terraform-google-modules/terraform-google-container-vm/commit/4b769ec7c46cd9b1d714c8782d6fa95fd9f1bc6f))
21+
* Example for showing advanced container options [#55]
22+
23+
### Bug Fixes
24+
25+
* Coerce case for restart policy ([#77](https://github.com/terraform-google-modules/terraform-google-container-vm/issues/77)) ([5612b31](https://github.com/terraform-google-modules/terraform-google-container-vm/commit/5612b31592aade08544aa083658c331b5e06e712))
1426

1527
## [2.0.0] - 2019-12-13
1628

modules/cos-coredns/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ terraform {
2929
}
3030

3131
provider_meta "google" {
32-
module_name = "blueprints/terraform/terraform-google-container-vm:cos-coredns/v1.0.0"
32+
module_name = "blueprints/terraform/terraform-google-container-vm:cos-coredns/v3.0.0"
3333
}
3434

3535
provider_meta "google-beta" {
36-
module_name = "blueprints/terraform/terraform-google-container-vm:cos-coredns/v1.0.0"
36+
module_name = "blueprints/terraform/terraform-google-container-vm:cos-coredns/v3.0.0"
3737
}
3838

3939
}

modules/cos-generic/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ terraform {
2929
}
3030

3131
provider_meta "google" {
32-
module_name = "blueprints/terraform/terraform-google-container-vm:cos-generic/v1.0.0"
32+
module_name = "blueprints/terraform/terraform-google-container-vm:cos-generic/v3.0.0"
3333
}
3434

3535
provider_meta "google-beta" {
36-
module_name = "blueprints/terraform/terraform-google-container-vm:cos-generic/v1.0.0"
36+
module_name = "blueprints/terraform/terraform-google-container-vm:cos-generic/v3.0.0"
3737
}
3838

3939
}

modules/cos-mysql/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ terraform {
2929
}
3030

3131
provider_meta "google" {
32-
module_name = "blueprints/terraform/terraform-google-container-vm:cos-mysql/v1.0.0"
32+
module_name = "blueprints/terraform/terraform-google-container-vm:cos-mysql/v3.0.0"
3333
}
3434

3535
provider_meta "google-beta" {
36-
module_name = "blueprints/terraform/terraform-google-container-vm:cos-mysql/v1.0.0"
36+
module_name = "blueprints/terraform/terraform-google-container-vm:cos-mysql/v3.0.0"
3737
}
3838

3939
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-container-vm/v1.0.0"
28+
module_name = "blueprints/terraform/terraform-google-container-vm/v3.0.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)