Skip to content

Commit

Permalink
chore(main): release 0.5.1 (#105)
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 Dec 9, 2024
1 parent d624ebb commit 94b5d30
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 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.5.1](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/compare/v0.5.0...v0.5.1) (2024-12-09)


### Bug Fixes

* **deps:** Update go modules and dev-tools ([#102](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/issues/102)) ([dfa3cde](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/commit/dfa3cde0f08bab77308151f5f49a17e50ce0730c))

## [0.5.0](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/compare/v0.4.0...v0.5.0) (2024-11-05)


Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
source:
repo: https://github.com/GoogleCloudPlatform/terraform-google-secret-manager.git
sourceType: git
version: 0.5.0
version: 0.5.1
actuationTool:
flavor: Terraform
version: ">= 1.3"
Expand Down
2 changes: 1 addition & 1 deletion modules/simple-secret/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
repo: https://github.com/GoogleCloudPlatform/terraform-google-secret-manager.git
sourceType: git
dir: /modules/simple-secret
version: 0.5.0
version: 0.5.1
actuationTool:
flavor: Terraform
version: ">= 0.13"
Expand Down
2 changes: 1 addition & 1 deletion modules/simple-secret/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:simple-secret/v0.5.0"
module_name = "blueprints/terraform/secret-manager:simple-secret/v0.5.1"
}
}
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.5.0"
module_name = "blueprints/terraform/secret-manager/v0.5.1"
}
}

0 comments on commit 94b5d30

Please sign in to comment.