Skip to content

Commit b9a972d

Browse files
chore(master): release 7.1.0
1 parent bfef016 commit b9a972d

File tree

7 files changed

+19
-6
lines changed

7 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ The format is based on
77
and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [7.1.0](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v7.0.0...v7.1.0) (2024-09-06)
11+
12+
13+
### Features
14+
15+
* **deps:** Update Terraform Google Provider to v6 (major) ([#205](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/205)) ([bfef016](https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/bfef016667783409546ae1feaad4df01174ddb61))
16+
17+
18+
### Bug Fixes
19+
20+
* correct access_config to block ([#209](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/209)) ([1413f7e](https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/1413f7ea46f38e15956a0ae3054ee554ef70c5df))
21+
* set empty access_config to null ([#206](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/206)) ([c0b5acf](https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/c0b5acf3ca51a4917010f0095621d6743f2b4689))
22+
1023
## [7.0.0](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v6.0.0...v7.0.0) (2024-08-21)
1124

1225

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
source:
2424
repo: https://github.com/terraform-google-modules/terraform-google-bastion-host
2525
sourceType: git
26-
version: 7.0.0
26+
version: 7.1.0
2727
actuationTool:
2828
type: Terraform
2929
version: '>=0.13'

modules/bastion-group/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
source:
2424
repo: https://github.com/terraform-google-modules/terraform-google-bastion-host
2525
sourceType: git
26-
version: 7.0.0
26+
version: 7.1.0
2727
actuationTool:
2828
type: Terraform
2929
version: '>=0.13'

modules/bastion-group/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ terraform {
2929
}
3030
}
3131
provider_meta "google" {
32-
module_name = "blueprints/terraform/terraform-google-bastion-host:bastion-group/v7.0.0"
32+
module_name = "blueprints/terraform/terraform-google-bastion-host:bastion-group/v7.1.0"
3333
}
3434
}

modules/iap-tunneling/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
source:
2424
repo: https://github.com/terraform-google-modules/terraform-google-bastion-host
2525
sourceType: git
26-
version: 7.0.0
26+
version: 7.1.0
2727
actuationTool:
2828
type: Terraform
2929
version: '>=0.13'

modules/iap-tunneling/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ terraform {
2222
}
2323
}
2424
provider_meta "google" {
25-
module_name = "blueprints/terraform/terraform-google-bastion-host:iap-tunneling/v7.0.0"
25+
module_name = "blueprints/terraform/terraform-google-bastion-host:iap-tunneling/v7.1.0"
2626
}
2727
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ terraform {
2626
}
2727
}
2828
provider_meta "google" {
29-
module_name = "blueprints/terraform/terraform-google-bastion-host/v7.0.0"
29+
module_name = "blueprints/terraform/terraform-google-bastion-host/v7.1.0"
3030
}
3131
}

0 commit comments

Comments
 (0)