Skip to content

Commit

Permalink
chore: release 4.1.0 (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Dec 7, 2021
1 parent 83f57db commit 0e2a86b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.1.0](https://www.github.com/terraform-google-modules/terraform-google-bastion-host/compare/v4.0.0...v4.1.0) (2021-11-25)


### Features

* update TPG version constraints to allow 4.0 ([#98](https://www.github.com/terraform-google-modules/terraform-google-bastion-host/issues/98)) ([83f57db](https://www.github.com/terraform-google-modules/terraform-google-bastion-host/commit/83f57db571f66b457cee710276627b041a1374b5))

## [4.0.0](https://www.github.com/terraform-google-modules/terraform-google-bastion-host/compare/v3.2.0...v4.0.0) (2021-09-10)

### ⚠ BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions modules/bastion-group/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bastion-host:bastion-group/v4.0.0"
module_name = "blueprints/terraform/terraform-google-bastion-host:bastion-group/v4.1.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-bastion-host:bastion-group/v4.0.0"
module_name = "blueprints/terraform/terraform-google-bastion-host:bastion-group/v4.1.0"
}
}
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/v4.0.0"
module_name = "blueprints/terraform/terraform-google-bastion-host:iap-tunneling/v4.1.0"
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bastion-host/v4.0.0"
module_name = "blueprints/terraform/terraform-google-bastion-host/v4.1.0"
}
}

0 comments on commit 0e2a86b

Please sign in to comment.