Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#91)
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 Nov 20, 2024
1 parent 5972479 commit d6cfd73
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ 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.0](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/compare/v0.4.0...v0.5.0) (2024-11-05)


### Features

* **deps:** Update Terraform Google Provider to v6 (major) ([#97](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/issues/97)) ([be1d845](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/commit/be1d84531e8581c37974a58ca6ffef63634f3096))
* **module:** Add a new module "secret" for managing a single secret ([#76](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/issues/76)) ([83217bc](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/commit/83217bcb14abe4ed3bec8f029a8062648a883910))

## [0.4.0](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/compare/v0.3.0...v0.4.0) (2024-07-19)


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.4"
version = "~> 0.5"
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 @@ -24,7 +24,7 @@ spec:
source:
repo: https://github.com/GoogleCloudPlatform/terraform-google-secret-manager.git
sourceType: git
version: 0.4.0
version: 0.5.0
actuationTool:
flavor: Terraform
version: ">= 0.13"
Expand Down
2 changes: 1 addition & 1 deletion modules/simple-secret/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Basic usage of this module is as follows:
```hcl
module "secret-manager" {
source = "GoogleCloudPlatform/secret-manager/google//modules/simple-secret"
version = "~> 0.4"
version = "~> 0.5"
project_id = var.project_id
name = "secret-1"
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.3.0"
module_name = "blueprints/terraform/secret-manager:simple-secret/v0.5.0"
}
}
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.4.0"
module_name = "blueprints/terraform/secret-manager/v0.5.0"
}
}

0 comments on commit d6cfd73

Please sign in to comment.