Skip to content

Commit a292a48

Browse files
chore(main): release 0.2.0 (#56)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Kaira <anshusinghjsk@gmail.com>
1 parent 3b4809c commit a292a48

7 files changed

Lines changed: 19 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ 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.2.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-workflows/compare/v0.1.1...v0.2.0) (2026-01-12)
12+
13+
14+
### Features
15+
16+
* Adding output visibility to simple-workflow ([#61](https://github.com/GoogleCloudPlatform/terraform-google-cloud-workflows/issues/61)) ([41c3881](https://github.com/GoogleCloudPlatform/terraform-google-cloud-workflows/commit/41c38819054b8a56f0680a0fcf426441293ee1f7))
17+
* Adding Submodule for Standalone Workflow for ADC ([#54](https://github.com/GoogleCloudPlatform/terraform-google-cloud-workflows/issues/54)) ([dc66fdd](https://github.com/GoogleCloudPlatform/terraform-google-cloud-workflows/commit/dc66fdd0191f680504fdaec31b474ac165adc25e))
18+
19+
20+
### Bug Fixes
21+
22+
* Fixing tests to unblock builds ([#60](https://github.com/GoogleCloudPlatform/terraform-google-cloud-workflows/issues/60)) ([13d8067](https://github.com/GoogleCloudPlatform/terraform-google-cloud-workflows/commit/13d80676eaf1d7589bf2dbd8149361b13b6325a9))
23+
1124
## 0.1.0 (2022-11-16)
1225

1326

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The resources/services/activations/deletions that this module will create/trigge
1414
```hcl
1515
module "cloud_workflow" {
1616
source = "GoogleCloudPlatform/cloud-workflows/google"
17-
version = "~> 0.1"
17+
version = "~> 0.2"
1818
1919
workflow_name = "wf-sample"
2020
region = "us-central1"

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
source:
2525
repo: https://github.com/GoogleCloudPlatform/terraform-google-cloud-workflows.git
2626
sourceType: git
27-
version: 0.1.0
27+
version: 0.2.0
2828
actuationTool:
2929
flavor: Terraform
3030
version: ">= 1.3"

modules/simple_workflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The resources/services/activations/deletions that this module will create/trigge
1313
```hcl
1414
module "cloud_workflow" {
1515
source = "GoogleCloudPlatform/cloud-workflows/google"
16-
version = "~> 0.1"
16+
version = "~> 0.2"
1717
1818
workflow_name = "wf-sample"
1919
region = "us-central1"

modules/simple_workflow/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
repo: https://github.com/GoogleCloudPlatform/terraform-google-cloud-workflows.git
2626
sourceType: git
2727
dir: /modules/simple_workflow
28-
version: 0.1.3
28+
version: 0.2.0
2929
actuationTool:
3030
flavor: Terraform
3131
version: ">= 1.3"

modules/simple_workflow/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ terraform {
2424
}
2525

2626
provider_meta "google" {
27-
module_name = "blueprints/terraform/terraform-google-cloud-workflow:simple-workflow/v0.1.3"
27+
module_name = "blueprints/terraform/terraform-google-cloud-workflow:simple-workflow/v0.2.0"
2828
}
2929
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ terraform {
2929
}
3030

3131
provider_meta "google" {
32-
module_name = "blueprints/terraform/terraform-google-cloud-workflow/v0.1.0"
32+
module_name = "blueprints/terraform/terraform-google-cloud-workflow/v0.2.0"
3333
}
3434
}

0 commit comments

Comments
 (0)