Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 4.0.0 #135

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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).

## [4.0.0](https://github.com/terraform-google-modules/terraform-google-vpn/compare/v3.1.1...v4.0.0) (2023-11-21)


### ⚠ BREAKING CHANGES

* migrate to GA Terraform Provider ([#134](https://github.com/terraform-google-modules/terraform-google-vpn/issues/134))

### Bug Fixes

* migrate to GA Terraform Provider ([#134](https://github.com/terraform-google-modules/terraform-google-vpn/issues/134)) ([b289d32](https://github.com/terraform-google-modules/terraform-google-vpn/commit/b289d32ceea6c03d653fa28fd352791bbbd464dc))

## [3.1.1](https://github.com/terraform-google-modules/terraform-google-vpn/compare/v3.1.0...v3.1.1) (2023-10-31)


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-vpn
sourceType: git
version: 3.1.1
version: 4.0.0
actuationTool:
type: Terraform
version: '>=0.13.0'
Expand Down
2 changes: 1 addition & 1 deletion modules/vpn_ha/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-vpn
sourceType: git
version: 3.1.1
version: 4.0.0
actuationTool:
type: Terraform
version: '>=0.13.0'
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/v3.1.1"
module_name = "blueprints/terraform/terraform-google-vpn/v4.0.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-vpn/v3.1.1"
module_name = "blueprints/terraform/terraform-google-vpn/v4.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/v3.1.1"
module_name = "blueprints/terraform/terraform-google-vpn/v4.0.0"
}
}