Skip to content

Commit

Permalink
chore(master): release 3.1.1 (#125)
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 Jan 8, 2024
1 parent 14fcdf3 commit c06b5f5
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Extending the adopted spec, each change should have a link to its corresponding pull request appended.

## [3.1.1](https://github.com/terraform-google-modules/terraform-google-container-vm/compare/v3.1.0...v3.1.1) (2024-01-08)


### Bug Fixes

* **deps:** lint updates for cft/developer-tools v1.18 ([#123](https://github.com/terraform-google-modules/terraform-google-container-vm/issues/123)) ([2d57bef](https://github.com/terraform-google-modules/terraform-google-container-vm/commit/2d57bef2f9ff75f5ca0a0b7f5d21985b823be1a6))
* upgraded versions.tf to include minor bumps from tpg v5 ([#118](https://github.com/terraform-google-modules/terraform-google-container-vm/issues/118)) ([14fcdf3](https://github.com/terraform-google-modules/terraform-google-container-vm/commit/14fcdf3463b254098a5bc4a6e01003b3eee2d75c))

## [3.1.0](https://github.com/terraform-google-modules/terraform-google-container-vm/compare/v3.0.1...v3.1.0) (2022-09-19)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ intended for Terraform 0.12.x is [v2.0.0](https://registry.terraform.io/modules/
```hcl
module "gce-container" {
source = "terraform-google-modules/container-vm/google"
version = "~> 2.0"
version = "~> 3.1"
container = {
image="gcr.io/google-samples/hello-app:1.0"
Expand Down
4 changes: 2 additions & 2 deletions modules/cos-coredns/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-container-vm:cos-coredns/v3.1.0"
module_name = "blueprints/terraform/terraform-google-container-vm:cos-coredns/v3.1.1"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-container-vm:cos-coredns/v3.1.0"
module_name = "blueprints/terraform/terraform-google-container-vm:cos-coredns/v3.1.1"
}

}
4 changes: 2 additions & 2 deletions modules/cos-generic/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-container-vm:cos-generic/v3.1.0"
module_name = "blueprints/terraform/terraform-google-container-vm:cos-generic/v3.1.1"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-container-vm:cos-generic/v3.1.0"
module_name = "blueprints/terraform/terraform-google-container-vm:cos-generic/v3.1.1"
}

}
4 changes: 2 additions & 2 deletions modules/cos-mysql/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-container-vm:cos-mysql/v3.1.0"
module_name = "blueprints/terraform/terraform-google-container-vm:cos-mysql/v3.1.1"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-container-vm:cos-mysql/v3.1.0"
module_name = "blueprints/terraform/terraform-google-container-vm:cos-mysql/v3.1.1"
}

}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-container-vm/v3.1.0"
module_name = "blueprints/terraform/terraform-google-container-vm/v3.1.1"
}

}

0 comments on commit c06b5f5

Please sign in to comment.