Skip to content

Commit

Permalink
chore: release 3.1.0 (#77)
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 Mar 9, 2021
1 parent c4dbeab commit 279f11a
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).

## [3.1.0](https://www.github.com/terraform-google-modules/terraform-google-bastion-host/compare/v3.0.0...v3.1.0) (2021-02-23)


### Features

* Add ephemeral_ip to bastion host. ([#73](https://www.github.com/terraform-google-modules/terraform-google-bastion-host/issues/73)) ([c4dbeab](https://www.github.com/terraform-google-modules/terraform-google-bastion-host/commit/c4dbeab0ab89ef52565020821e6fd24a9c18078a))

## [3.0.0](https://www.github.com/terraform-google-modules/terraform-google-bastion-host/compare/v2.10.2...v3.0.0) (2021-01-13)


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 @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bastion-host:bastion-group/v3.0.0"
module_name = "blueprints/terraform/terraform-google-bastion-host:bastion-group/v3.1.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-bastion-host:bastion-group/v3.0.0"
module_name = "blueprints/terraform/terraform-google-bastion-host:bastion-group/v3.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 @@ -21,6 +21,6 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bastion-host:iap-tunneling/v3.0.0"
module_name = "blueprints/terraform/terraform-google-bastion-host:iap-tunneling/v3.1.0"
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-bastion-host/v3.0.0"
module_name = "blueprints/terraform/terraform-google-bastion-host/v3.1.0"
}
}

0 comments on commit 279f11a

Please sign in to comment.