Skip to content

Commit cf74205

Browse files
chore(main): release 4.3.0 (#167)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent bbe0dba commit cf74205

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
66
project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [4.3.0](https://github.com/terraform-google-modules/terraform-google-address/compare/v4.2.0...v4.3.0) (2025-11-24)
9+
10+
11+
### Features
12+
13+
* **testing:** Update Makefile and fix broken tests for onboarding to ADC ([#165](https://github.com/terraform-google-modules/terraform-google-address/issues/165)) ([bbe0dba](https://github.com/terraform-google-modules/terraform-google-address/commit/bbe0dbabf2b08b274399bb6aa212bb432d76d70c))
14+
815
## [4.2.0](https://github.com/terraform-google-modules/terraform-google-address/compare/v4.1.0...v4.2.0) (2025-08-28)
916

1017

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ following example:
2121
```hcl
2222
module "address-fe" {
2323
source = "terraform-google-modules/address/google"
24-
version = "~> 4.2"
24+
version = "~> 4.3"
2525
2626
project_id = "gcp-network"
2727
region = "us-west1"

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
source:
2424
repo: https://github.com/terraform-google-modules/terraform-google-address.git
2525
sourceType: git
26-
version: 4.2.2
26+
version: 4.3.0
2727
actuationTool:
2828
flavor: Terraform
2929
version: ">= 0.13"

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-address/v4.2.0"
28+
module_name = "blueprints/terraform/terraform-google-address/v4.3.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)