Skip to content

Commit

Permalink
chore(master): release 3.0.0 (#111)
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 Jul 31, 2023
1 parent 24a946c commit 4b08985
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.0](https://github.com/terraform-google-modules/terraform-google-vpn/compare/v2.4.0...v3.0.0) (2023-07-25)


### ⚠ BREAKING CHANGES

* **TPG >= 4.74:** Added labels, update TPG and Terraform version requirements ([#112](https://github.com/terraform-google-modules/terraform-google-vpn/issues/112))

### Features

* adds stack_type and an option to set the router name ([#110](https://github.com/terraform-google-modules/terraform-google-vpn/issues/110)) ([2382abd](https://github.com/terraform-google-modules/terraform-google-vpn/commit/2382abda421bafab111b13b83428c4e955f83dc1))
* **TPG >= 4.74:** Added labels, update TPG and Terraform version requirements ([#112](https://github.com/terraform-google-modules/terraform-google-vpn/issues/112)) ([24a946c](https://github.com/terraform-google-modules/terraform-google-vpn/commit/24a946cf5d6cce4cc5c1398cc47f1e4d8dcf2de9))

## [2.4.0](https://github.com/terraform-google-modules/terraform-google-vpn/compare/v2.3.1...v2.4.0) (2023-07-12)


Expand Down
4 changes: 2 additions & 2 deletions modules/vpn_ha/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-vpn/v2.4.0"
module_name = "blueprints/terraform/terraform-google-vpn/v3.0.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-vpn/v2.4.0"
module_name = "blueprints/terraform/terraform-google-vpn/v3.0.0"
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-vpn/v2.4.0"
module_name = "blueprints/terraform/terraform-google-vpn/v3.0.0"
}
}

0 comments on commit 4b08985

Please sign in to comment.