Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#83)
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 Jul 24, 2024
1 parent 468af0c commit 777b4c2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ 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.4.0](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/compare/v0.3.0...v0.4.0) (2024-07-19)


### ⚠ BREAKING CHANGES

* Change variable type for secrets ([#89](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/issues/89))
* Fix handling the CMEK with automatic replication ([#74](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/issues/74))

### Features

* Change variable type for secrets ([#89](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/issues/89)) ([468af0c](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/commit/468af0c034b586aec31a557326d8b61d1cbb7708))


### Bug Fixes

* Fix handling the CMEK with automatic replication ([#74](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/issues/74)) ([311a73f](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/commit/311a73f34b8a7e855366024289031a9cef80bf04))

## [0.3.0](https://github.com/GoogleCloudPlatform/terraform-google-secret-manager/compare/v0.2.0...v0.3.0) (2024-06-10)


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.3"
version = "~> 0.4"
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: 1.0.0
version: 0.4.0
actuationTool:
flavor: 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.3.0"
module_name = "blueprints/terraform/secret-manager/v0.4.0"
}
}

0 comments on commit 777b4c2

Please sign in to comment.