Skip to content

Commit

Permalink
chore(master): release 4.1.0 (#167)
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 Sep 13, 2024
1 parent badb0d5 commit 3bfa506
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
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.1.0](https://github.com/terraform-google-modules/terraform-google-vpn/compare/v4.0.1...v4.1.0) (2024-09-11)


### Features

* **deps:** Update Terraform Google Provider to v6 (major) ([#166](https://github.com/terraform-google-modules/terraform-google-vpn/issues/166)) ([badb0d5](https://github.com/terraform-google-modules/terraform-google-vpn/commit/badb0d593a6d982806a3107581e309fc4a2936dc))

## [4.0.1](https://github.com/terraform-google-modules/terraform-google-vpn/compare/v4.0.0...v4.0.1) (2024-07-25)


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: 4.0.1
version: 4.1.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: 4.0.1
version: 4.1.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/v4.0.1"
module_name = "blueprints/terraform/terraform-google-vpn/v4.1.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-vpn/v4.0.1"
module_name = "blueprints/terraform/terraform-google-vpn/v4.1.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/v4.0.1"
module_name = "blueprints/terraform/terraform-google-vpn/v4.1.0"
}
}

0 comments on commit 3bfa506

Please sign in to comment.