Skip to content

Commit

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

* chore: revert terraform version change

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 Nov 2, 2022
1 parent 77a979d commit fe2a1c9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions anthos-bm-gcp-terraform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.13.0](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.12.2...v0.13.0) (2022-11-02)


### Features

* add new sample for running APIGee on ABM ([#419](https://github.com/GoogleCloudPlatform/anthos-samples/issues/419)) ([a658745](https://github.com/GoogleCloudPlatform/anthos-samples/commit/a65874570f9aedd470ab9547a447781c03bb9d9f))
* update ABM version to 1.13.1 ([#472](https://github.com/GoogleCloudPlatform/anthos-samples/issues/472)) ([77a979d](https://github.com/GoogleCloudPlatform/anthos-samples/commit/77a979d991ec7bd2655dc230ff33e23de1835ec6))


### Bug Fixes

* **deps:** update module github.com/gruntwork-io/terratest to v0.40.24 ([#448](https://github.com/GoogleCloudPlatform/anthos-samples/issues/448)) ([20acedc](https://github.com/GoogleCloudPlatform/anthos-samples/commit/20acedc5a9cacdfbe8c74dcfbe15cfdc9bd12271))
* **deps:** update module github.com/stretchr/testify to v1.8.1 ([#461](https://github.com/GoogleCloudPlatform/anthos-samples/issues/461)) ([ebdca2b](https://github.com/GoogleCloudPlatform/anthos-samples/commit/ebdca2bde75a19bad468102828f2ba703ed60432))

## [0.12.2](https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.12.1...v0.12.2) (2022-09-23)


Expand Down
2 changes: 1 addition & 1 deletion anthos-bm-gcp-terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.2"
module_name = "anthos-samples/terraform/anthos-bm-terraform:gce/v0.13.0"
}

}
Expand Down

0 comments on commit fe2a1c9

Please sign in to comment.