Skip to content

Commit

Permalink
chore(master): release 3.0.0 (#85)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
release-please[bot] and morgante authored Feb 3, 2022
1 parent c8dc460 commit 7d482c0
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 10 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

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

### Added

- Example for showing advanced container options [#55]
### ⚠ BREAKING CHANGES

* add Terraform 0.13 constraint and module attribution (#70)

### Features

* 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))
* 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))
* 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))
* Example for showing advanced container options [#55]

### Bug Fixes

* 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))

## [2.0.0] - 2019-12-13

Expand Down
4 changes: 2 additions & 2 deletions modules/cos-coredns/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ terraform {
}

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

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

}
4 changes: 2 additions & 2 deletions modules/cos-generic/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ terraform {
}

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

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

}
4 changes: 2 additions & 2 deletions modules/cos-mysql/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ terraform {
}

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

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

}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-container-vm/v1.0.0"
module_name = "blueprints/terraform/terraform-google-container-vm/v3.0.0"
}

}

0 comments on commit 7d482c0

Please sign in to comment.