Skip to content

Commit

Permalink
chore(master): release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 31, 2024
1 parent 513f9a8 commit 910cbce
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.0.0](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v6.0.0...v7.0.0) (2024-07-31)


### ⚠ BREAKING CHANGES

* **deps:** Update Terraform terraform-google-modules/vm/google to v11 ([#186](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/186))

### Features

* support can_ip_forward ([#184](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/184)) ([a7705b0](https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/a7705b015e8138b4b57a526f772ac3e5d06c8c32))


### Bug Fixes

* **deps:** Update Terraform terraform-google-modules/vm/google to v11 ([#186](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/186)) ([0c7a342](https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/0c7a34278fab3223c3965092f7614f7cf078f62c))
* Update Debian Image to 12 ([#179](https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/179)) ([ae88275](https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/ae88275381a451ee5d0cc94067526b5684d78780))

## [6.0.0](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v5.3.0...v6.0.0) (2023-10-30)


Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-bastion-host
sourceType: git
version: 6.0.0
version: 7.0.0
actuationTool:
type: Terraform
version: '>=0.13'
Expand Down
2 changes: 1 addition & 1 deletion modules/bastion-group/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-bastion-host
sourceType: git
version: 6.0.0
version: 7.0.0
actuationTool:
type: Terraform
version: '>=0.13'
Expand Down
2 changes: 1 addition & 1 deletion modules/bastion-group/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bastion-host:bastion-group/v6.0.0"
module_name = "blueprints/terraform/terraform-google-bastion-host:bastion-group/v7.0.0"
}
}
2 changes: 1 addition & 1 deletion modules/iap-tunneling/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-bastion-host
sourceType: git
version: 6.0.0
version: 7.0.0
actuationTool:
type: Terraform
version: '>=0.13'
Expand Down
2 changes: 1 addition & 1 deletion modules/iap-tunneling/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bastion-host:iap-tunneling/v6.0.0"
module_name = "blueprints/terraform/terraform-google-bastion-host:iap-tunneling/v7.0.0"
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bastion-host/v6.0.0"
module_name = "blueprints/terraform/terraform-google-bastion-host/v7.0.0"
}
}

0 comments on commit 910cbce

Please sign in to comment.