Skip to content

Commit

Permalink
chore(master): release 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 20, 2023
1 parent 16b77b0 commit af72c59
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.1](https://github.com/terraform-google-modules/terraform-google-vault/compare/v7.0.0...v7.0.1) (2023-10-20)


### Bug Fixes

* upgraded versions.tf to include minor bumps from tpg v5 ([#193](https://github.com/terraform-google-modules/terraform-google-vault/issues/193)) ([16b77b0](https://github.com/terraform-google-modules/terraform-google-vault/commit/16b77b0f3c8dcb24d5877371d0aa37f7b7ffed61))

## [7.0.0](https://github.com/terraform-google-modules/terraform-google-vault/compare/v6.2.0...v7.0.0) (2023-04-13)


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.0"
module_name = "blueprints/terraform/terraform-google-vault:cluster/v7.0.1"
}

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

}
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.0"
module_name = "blueprints/terraform/terraform-google-vault/v7.0.1"
}

}

0 comments on commit af72c59

Please sign in to comment.