Skip to content

Commit

Permalink
chore(master): release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 26, 2024
1 parent 2de94b2 commit 3b5ebc2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [8.0.0](https://github.com/terraform-google-modules/terraform-google-vault/compare/v7.0.2...v8.0.0) (2024-11-26)


### ⚠ BREAKING CHANGES

* update default image to Debian 11 ([#217](https://github.com/terraform-google-modules/terraform-google-vault/issues/217))

### Bug Fixes

* update default image to Debian 11 ([#217](https://github.com/terraform-google-modules/terraform-google-vault/issues/217)) ([b1f46dc](https://github.com/terraform-google-modules/terraform-google-vault/commit/b1f46dce74542d558d2805a726c059251b4ee235))

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


Expand Down
2 changes: 1 addition & 1 deletion modules/cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This submodule gives organizations that have tighter controls over separation of
```
module "vault_cluster" {
source = "terraform-google-modules/vault/google//modules/cluster"
version = "~> 7.0"
version = "~> 8.0"
project_id = var.project_id
host_project_id = var.host_project_id
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.2"
module_name = "blueprints/terraform/terraform-google-vault:cluster/v8.0.0"
}

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

}
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.2"
module_name = "blueprints/terraform/terraform-google-vault/v8.0.0"
}

}

0 comments on commit 3b5ebc2

Please sign in to comment.