Skip to content

Commit

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

## [6.1.0](https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v6.0.0...v6.1.0) (2024-04-05)


### 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

* 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: 6.1.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: 6.1.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/v6.1.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: 6.1.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/v6.1.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/v6.1.0"
}
}

0 comments on commit b3ab714

Please sign in to comment.