Skip to content

Commit

Permalink
chore(main): release 0.6.0 (#112)
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 Jan 7, 2025
1 parent e89eb0a commit a566523
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ 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.6.0](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/compare/v0.5.1...v0.6.0) (2025-01-07)


### Features

* add new output variable called env_vars ([#115](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/issues/115)) ([e89eb0a](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/commit/e89eb0a683d0d3ca32a366edc2ebe6c151bb31ad))


### Bug Fixes

* do not create secret version when secret_data is null ([#111](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/issues/111)) ([6294316](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/commit/629431642e2ebd15e441ee7501535cd1b2036e85))

## [0.5.1](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/compare/v0.5.0...v0.5.1) (2024-12-09)


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.5"
version = "~> 0.6"
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.5.1
version: 0.6.0
actuationTool:
flavor: Terraform
version: ">= 1.3"
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.5"
version = "~> 0.6"
project_id = var.project_id
name = "secret-1"
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.1
version: 0.6.0
actuationTool:
flavor: Terraform
version: ">= 1.3"
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.1"
module_name = "blueprints/terraform/secret-manager:simple-secret/v0.6.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.5.1"
module_name = "blueprints/terraform/secret-manager/v0.6.0"
}
}

0 comments on commit a566523

Please sign in to comment.