Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#60)
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 Feb 13, 2024
1 parent b08b9ef commit 60e2d20
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ 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.2.0](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/compare/v0.1.1...v0.2.0) (2024-02-13)


### ⚠ BREAKING CHANGES

* **TPG>=4.83:** Update Terraform Google Provider to v5 ([#32](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/issues/32))

### Bug Fixes

* **TPG>=4.83:** Update Terraform Google Provider to v5 ([#32](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/issues/32)) ([b51196d](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/commit/b51196d6b1d7647ebf120a5084e6ad21c4c78f48))

## [0.1.1](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/compare/v0.1.0...v0.1.1) (2022-12-29)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Basic usage of this module is as follows:
```hcl
module "secret-manager" {
source = "GoogleCloudPlatform/secret-manager/google"
version = "~> 0.1"
version = "~> 0.2"
project_id = var.project_id
secrets = [
{
Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/GoogleCloudPlatform/terraform-google-secret-manager.git
sourceType: git
version: 0.0.1
version: 0.2.0
actuationTool:
type: Terraform
version: '>= 0.13'
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/secret-manager/v0.1.1"
module_name = "blueprints/terraform/secret-manager/v0.2.0"
}
}

0 comments on commit 60e2d20

Please sign in to comment.