Skip to content

Commit 98c5772

Browse files
chore(main): release 0.6.0 (#76)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Katie McLaughlin <[email protected]>
1 parent 3528a58 commit 98c5772

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99
This changelog is generated automatically based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
1010

11+
## [0.6.0](https://github.com/GoogleCloudPlatform/terraform-dynamic-python-webapp/compare/v0.5.0...v0.6.0) (2023-06-07)
12+
13+
14+
### Features
15+
16+
* adds metadata generation for the solution ([#81](https://github.com/GoogleCloudPlatform/terraform-dynamic-python-webapp/issues/81)) ([7364389](https://github.com/GoogleCloudPlatform/terraform-dynamic-python-webapp/commit/736438949814f18399985e12b70a3c36e3d580aa))
17+
* implement fast-follow placeholder website for firebase ([#75](https://github.com/GoogleCloudPlatform/terraform-dynamic-python-webapp/issues/75)) ([3c6704c](https://github.com/GoogleCloudPlatform/terraform-dynamic-python-webapp/commit/3c6704c93f337a7b449dca16ce330dbde0c6220e))
18+
* support multiple firebase sites ([#58](https://github.com/GoogleCloudPlatform/terraform-dynamic-python-webapp/issues/58)) ([8110284](https://github.com/GoogleCloudPlatform/terraform-dynamic-python-webapp/commit/8110284f544b17cff7c745d3b31200dd6100a3e3))
19+
* update avocano to v1.8.1 ([#250](https://github.com/GoogleCloudPlatform/avocano/pull/250))
20+
21+
22+
### Bug Fixes
23+
24+
* **deps:** update go modules ([#77](https://github.com/GoogleCloudPlatform/terraform-dynamic-python-webapp/issues/77)) ([53cc564](https://github.com/GoogleCloudPlatform/terraform-dynamic-python-webapp/commit/53cc56430c96bdb56d0bc7f54ea447625ceb2c69))
25+
* **deps:** update go modules ([#86](https://github.com/GoogleCloudPlatform/terraform-dynamic-python-webapp/issues/86)) ([2df6c66](https://github.com/GoogleCloudPlatform/terraform-dynamic-python-webapp/commit/2df6c661f395d4ff4530b1f11fee632dcd65ea04))
26+
* **deps:** update module github.com/gruntwork-io/terratest to v0.42.0 ([#80](https://github.com/GoogleCloudPlatform/terraform-dynamic-python-webapp/issues/80)) ([fd32492](https://github.com/GoogleCloudPlatform/terraform-dynamic-python-webapp/commit/fd3249276c1ecf7eeb0bc99144a8fe4bd2ce65c2))
27+
* restore missing dependencies ([#84](https://github.com/GoogleCloudPlatform/terraform-dynamic-python-webapp/issues/84)) ([3fbdd5e](https://github.com/GoogleCloudPlatform/terraform-dynamic-python-webapp/commit/3fbdd5e22c222595e01f45973aebf08d6cf05140))
28+
1129
## [0.5.0](https://github.com/GoogleCloudPlatform/terraform-dynamic-python-webapp/compare/v0.4.1...v0.5.0) (2023-05-05)
1230

1331

build/int.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
- 'TF_VAR_folder_id=$_FOLDER_ID'
2424
- 'TF_VAR_billing_account=$_LR_BILLING_ACCOUNT'
2525

26-
# Initialize all tests, then run two parallel sets of tests.
26+
# Initialize all tests, then run two parallel sets of tests
2727
- id: init-all
2828
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
2929
args: ['/bin/bash', '-c', 'cft test run all --stage init --verbose']

0 commit comments

Comments
 (0)