Skip to content

Commit

Permalink
chore(main): release 0.9.0 (#274)
Browse files Browse the repository at this point in the history
* chore(main): release 0.9.0

* fix: revert the version change by release-please

* Update versions.tf

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Shabir Mohamed Abdul Samadh <[email protected]>
  • Loading branch information
release-please[bot] and Shabirmean authored May 11, 2022
1 parent e458483 commit 43ceb16
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions anthos-bm-gcp-terraform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.9.0](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.8.0...v0.9.0) (2022-05-11)


### Features

* [anthos-bm-gcp-terraform] add back AppArmor ([#285](https://github.com/GoogleCloudPlatform/anthos-samples/issues/285)) ([d355918](https://github.com/GoogleCloudPlatform/anthos-samples/commit/d355918508ff838aaaac630070e59ef8ba70bb3f))
* [anthos-bm-gcp-terraform] auto remove gke hub membership ([#269](https://github.com/GoogleCloudPlatform/anthos-samples/issues/269)) ([9a0ea7e](https://github.com/GoogleCloudPlatform/anthos-samples/commit/9a0ea7e510e967898108554c0886ca6923c38aa5))


### Bug Fixes

* [anthos-bm-gcp-terraform] adjust version block ordering ([#279](https://github.com/GoogleCloudPlatform/anthos-samples/issues/279)) ([151898a](https://github.com/GoogleCloudPlatform/anthos-samples/commit/151898a7010bad3e67c4912187e28ec9f8ef17a3))
* [anthos-bm-gcp-terraform] enforce min TF per README.md ([#268](https://github.com/GoogleCloudPlatform/anthos-samples/issues/268)) ([0e503f6](https://github.com/GoogleCloudPlatform/anthos-samples/commit/0e503f6eeaeda320c9dfb2727dd4d943cd4f26b0))
* **deps:** update module github.com/gruntwork-io/terratest to v0.40.7 ([#242](https://github.com/GoogleCloudPlatform/anthos-samples/issues/242)) ([7211f5a](https://github.com/GoogleCloudPlatform/anthos-samples/commit/7211f5ab8d320435040d509a9ab4800b066de896))

## [0.8.0](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.7.1...v0.8.0) (2022-04-08)


Expand Down
4 changes: 2 additions & 2 deletions anthos-bm-gcp-terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

terraform {
required_version = ">= v0.15.5, < 1.2"
required_version = ">= v0.15.5, < 1.2" # this line should not change during a release
required_providers {
google = {
source = "hashicorp/google"
Expand All @@ -32,7 +32,7 @@ terraform {
# See
# - https://github.com/GoogleCloudPlatform/anthos-samples/blob/main/anthos-bm-gcp-terraform/resources/templates/anthos_gce_cluster.tpl#L20
# - https://github.com/GoogleCloudPlatform/anthos-samples/blob/main/anthos-bm-gcp-terraform/resources/init_vm.sh#L180
module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.8.0"
module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.9.0"
}

}
Expand Down

0 comments on commit 43ceb16

Please sign in to comment.