Skip to content

Commit 1078db6

Browse files
chore(main): release 0.3.0 (#253)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 536cf50 commit 1078db6

File tree

12 files changed

+48
-11
lines changed

12 files changed

+48
-11
lines changed

1-bootstrap/versions.tf

+1-1
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-enterprise-application:bootstrap/v0.2.0"
32+
module_name = "blueprints/terraform/terraform-google-enterprise-application:bootstrap/v0.3.0"
3333
}
3434
}

2-multitenant/modules/env_baseline/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ terraform {
3333
}
3434

3535
provider_meta "google" {
36-
module_name = "blueprints/terraform/terraform-google-enterprise-application:multitenant/v0.2.0"
36+
module_name = "blueprints/terraform/terraform-google-enterprise-application:multitenant/v0.3.0"
3737
}
3838
}

3-fleetscope/modules/env_baseline/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ terraform {
3333
}
3434

3535
provider_meta "google" {
36-
module_name = "blueprints/terraform/terraform-google-enterprise-application:fleetscope/v0.2.0"
36+
module_name = "blueprints/terraform/terraform-google-enterprise-application:fleetscope/v0.3.0"
3737
}
3838
}

4-appfactory/envs/shared/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-enterprise-application:appfactory/shared/v0.2.0"
28+
module_name = "blueprints/terraform/terraform-google-enterprise-application:appfactory/shared/v0.3.0"
2929
}
3030
}

4-appfactory/modules/app-group-baseline/versions.tf

+1-1
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-enterprise-application:appfactory/v0.2.0"
32+
module_name = "blueprints/terraform/terraform-google-enterprise-application:appfactory/v0.3.0"
3333
}
3434
}

5-appinfra/apps/default-example/hello-world/envs/shared/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ terraform {
1818
required_version = ">= 1.3"
1919

2020
provider_meta "google" {
21-
module_name = "blueprints/terraform/terraform-google-enterprise-application:appinfra/hello-world/shared/v0.2.0"
21+
module_name = "blueprints/terraform/terraform-google-enterprise-application:appinfra/hello-world/shared/v0.3.0"
2222
}
2323
}

5-appinfra/modules/alloydb-psc-setup/versions.tf

+1-1
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-enterprise-application:appinfra/alloydb-psc-setup/v0.2.0"
32+
module_name = "blueprints/terraform/terraform-google-enterprise-application:appinfra/alloydb-psc-setup/v0.3.0"
3333
}
3434
}

5-appinfra/modules/cicd-pipeline/versions.tf

+1-1
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-enterprise-application:appinfra/cicd-pipeline/v0.2.0"
32+
module_name = "blueprints/terraform/terraform-google-enterprise-application:appinfra/cicd-pipeline/v0.3.0"
3333
}
3434
}

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,43 @@ 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.3.0](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/compare/v0.2.0...v0.3.0) (2024-12-30)
12+
13+
14+
### ⚠ BREAKING CHANGES
15+
16+
* **appinfra:** add github and gitlab support on 5 appinfra ([#298](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/298))
17+
* moves code to examples folder ([#238](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/238))
18+
19+
### Features
20+
21+
* add cymbal shop + cymbal bank deployment ([#260](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/260)) ([be36dee](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/be36dee32ddb39cb02172b4de818e7b1b8b119fa))
22+
* add cymbalshop e2e test ([#275](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/275)) ([8296254](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/8296254c148f6da7ad1e02b88b5afc8e5caa1833))
23+
* add github and gitlab support on 1-bootstrap ([#288](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/288)) ([a581a1e](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/a581a1ed20b45e4a84943bacb39bdde37dad0959))
24+
* add gitlab and github support for repositories under 4-appfactory ([#290](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/290)) ([9ef31df](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/9ef31dfe0852c4adc038c8828717729a1395c600))
25+
* add hello-world as the default application ([#247](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/247)) ([da26d9b](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/da26d9b208cc8d064d03de993a6e599b1f676a4b))
26+
* add local deployment docs for cymbal-shop and multitenant applications ([#272](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/272)) ([1c412aa](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/1c412aa3ce3e27013db4cc86a7a3241678fc51f3))
27+
* add single project example ([#261](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/261)) ([5ec49b3](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/5ec49b3d1cbe91909d82fdf385e1e0d78ca8af00))
28+
* **appinfra:** add github and gitlab support on 5 appinfra ([#298](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/298)) ([3c40ff2](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/3c40ff2f3cb352596d10ff07875136c5198d3995))
29+
* **hello-world-example:** use arm nodes on development environment and x86 on staging/prod ([#279](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/279)) ([03b2db6](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/03b2db6ad7d76b94212c08ac3ff449ef2a19dbbe))
30+
* moves code to examples folder ([#238](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/238)) ([211b381](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/211b3815fb95168eed9fc408d0cc599315d48b82))
31+
* new app factory interface ([#255](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/255)) ([f101f8d](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/f101f8db35b16d50d8283927505e8eeb834d68ac))
32+
33+
34+
### Bug Fixes
35+
36+
* adjust tf image cmd ([#265](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/265)) ([1953438](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/1953438f2ee5f9f1df1f7430f88bdb1390d0fdbc))
37+
* adjusting deploy with cloudbuild docs for examples ([#264](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/264)) ([a24a39f](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/a24a39f13bf25bcbeb6f6081ba885e77e22b1006))
38+
* **deps:** Update gcr.io/cloud-builders/docker Docker tag to v20.10.24 ([#285](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/285)) ([2034ab0](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/2034ab0ae7a108ca2eee6844b67cf2f1fd2cb30c))
39+
* **deps:** Update gcr.io/cloud-builders/docker Docker tag to v24 ([#286](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/286)) ([1aa7532](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/1aa75327fcf9be90edcb350016ff4591053ecdd4))
40+
* **deps:** Update golang Docker tag to v1.23 ([#305](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/305)) ([25c3272](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/25c32724f432a4788a2b6379f639986928134a71))
41+
* **deps:** Update Terraform terraform-google-modules/bootstrap/google to v10 ([#292](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/292)) ([3d3d0b7](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/3d3d0b76819cf8260b83d4fb2d01d62c08c9d57f))
42+
* **deps:** Update Terraform terraform-google-modules/cloud-storage/google to v8 ([#263](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/263)) ([bda9f7c](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/bda9f7c74c3e09fd7f8512fd44e4e618ecdb35f0))
43+
* **deps:** Update Terraform terraform-google-modules/cloud-storage/google to v9 ([#304](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/304)) ([bcbceff](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/bcbceffc18b7241006609936d7c7bc9c7377b3b6))
44+
* **deps:** Update Terraform terraform-google-modules/kubernetes-engine/google to v34 ([#271](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/271)) ([2535f87](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/2535f875aca9fc55c74a69937a612e1f41f65fa7))
45+
* **deps:** Update Terraform terraform-google-modules/kubernetes-engine/google to v35 ([#302](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/302)) ([d8e9504](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/d8e9504fedab69bd0d9fd6d18279ef1033a3eac0))
46+
* fix compute sa roles ([#278](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/issues/278)) ([2db1efd](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/commit/2db1efd6f96fd688f4409c6ee8451623e8bfcb1a))
47+
1148
## [0.2.0](https://github.com/GoogleCloudPlatform/terraform-google-enterprise-application/compare/v0.1.0...v0.2.0) (2024-09-27)
1249

1350

examples/cymbal-bank/5-appinfra/cymbal-bank/ledger-transactionhistory/envs/shared/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ terraform {
1818
required_version = ">= 1.3"
1919

2020
provider_meta "google" {
21-
module_name = "blueprints/terraform/terraform-google-enterprise-application:appinfra/cymbal-bank/shared/v0.2.0"
21+
module_name = "blueprints/terraform/terraform-google-enterprise-application:appinfra/cymbal-bank/shared/v0.3.0"
2222
}
2323
}

examples/cymbal-shop/5-appinfra/cymbal-shop/cymbalshop/envs/shared/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-enterprise-application:appfactory/shared/v0.2.0"
28+
module_name = "blueprints/terraform/terraform-google-enterprise-application:appfactory/shared/v0.3.0"
2929
}
3030
}

examples/standalone_single_project/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-enterprise-application:standalone-example/v0.2.0"
28+
module_name = "blueprints/terraform/terraform-google-enterprise-application:standalone-example/v0.3.0"
2929
}
3030
}

0 commit comments

Comments
 (0)