Skip to content

Commit

Permalink
chore(master): release 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 13, 2024
1 parent 07f181b commit 291791f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [7.0.2](https://github.com/terraform-google-modules/terraform-google-vault/compare/v7.0.1...v7.0.2) (2024-06-13)


### Bug Fixes

* **deps:** Update cft/developer-tools Docker tag to v1.21 ([#203](https://github.com/terraform-google-modules/terraform-google-vault/issues/203)) ([07f181b](https://github.com/terraform-google-modules/terraform-google-vault/commit/07f181bd7656a8fc34cd3a51086b3f807456148e))

## [7.0.1](https://github.com/terraform-google-modules/terraform-google-vault/compare/v7.0.0...v7.0.1) (2023-10-20)


Expand Down
4 changes: 2 additions & 2 deletions modules/cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-vault:cluster/v7.0.1"
module_name = "blueprints/terraform/terraform-google-vault:cluster/v7.0.2"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-vault:cluster/v7.0.1"
module_name = "blueprints/terraform/terraform-google-vault:cluster/v7.0.2"
}

}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-vault/v7.0.1"
module_name = "blueprints/terraform/terraform-google-vault/v7.0.2"
}

}

0 comments on commit 291791f

Please sign in to comment.