Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored May 11, 2022
1 parent 26d66fb commit 3a7cfb3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
This changelog is generated automatically based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).

## 0.1.0 (2022-03-16)


### Features

* Refactor CI pipeline ([#5](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/issues/5)) ([4023ae8](https://github.com/GoogleCloudPlatform/terraform-google-secure-cicd/commit/4023ae8aa9f36d8b881f8f655eed25dd547b19cf))

## [0.1.0](https://github.com/terraform-google-modules/terraform-google-secure-cicd/releases/tag/v0.1.0) - 20XX-YY-ZZ

### Features
Expand Down
4 changes: 2 additions & 2 deletions modules/cloudbuild-private-pool/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-secure-cicd:cloudbuild-private-pool/v1.0.0"
module_name = "blueprints/terraform/terraform-google-secure-cicd:cloudbuild-private-pool/v0.1.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-secure-cicd:cloudbuild-private-pool/v1.0.0"
module_name = "blueprints/terraform/terraform-google-secure-cicd:cloudbuild-private-pool/v0.1.0"
}
}
4 changes: 2 additions & 2 deletions modules/secure-cd/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-cd/v1.0.0"
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-cd/v0.1.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-cd/v1.0.0"
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-cd/v0.1.0"
}
}
4 changes: 2 additions & 2 deletions modules/secure-ci/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-ci/v1.0.0"
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-ci/v0.1.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-ci/v1.0.0"
module_name = "blueprints/terraform/terraform-google-secure-cicd:secure-ci/v0.1.0"
}
}
4 changes: 2 additions & 2 deletions modules/workerpool-gke-ha-vpn/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-secure-cicd:workerpool-gke-ha-vpn/v1.0.0"
module_name = "blueprints/terraform/terraform-google-secure-cicd:workerpool-gke-ha-vpn/v0.1.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-secure-cicd:workerpool-gke-ha-vpn/v1.0.0"
module_name = "blueprints/terraform/terraform-google-secure-cicd:workerpool-gke-ha-vpn/v0.1.0"
}
}

0 comments on commit 3a7cfb3

Please sign in to comment.