Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Releases: gruntwork-io/terraform-google-static-assets

v0.6.0

23 Aug 06:11
9ebed88
Compare
Choose a tag to compare

Description

Terraform 1.0 upgrade: We have verified that this repo is compatible with Terraform 1.0.x!

  • From this release onward, we will only be running tests with Terraform 1.0.x against this repo, so we recommend updating to 1.0.x soon!
  • To give you more time to upgrade, for the time being, all modules will still support Terraform 0.15.1 and above, as that version has several features in it (required_providers with source URLs) that make it more forwards compatible with 1.0.x.
  • Once all Gruntwork repos have been upgrade to work with 1.0.x, we will publish a migration guide with a version compatibility table and announce it all via the Gruntwork Newsletter.

Related links

v0.5.1

15 Jul 09:06
62e6c0e
Compare
Choose a tag to compare

Description

  • Add Ubuntu image + remove gcloud update from CircleCI config
  • Implement Terraform validate test
  • Replace gofmt with goimports

Related links

v0.5.0

22 Apr 01:29
fd2adad
Compare
Choose a tag to compare

Modules affected

  • cloud-storage-static-website
  • http-load-balancer-website

Description

  • Terraform 0.14 upgrade: We have verified that this repo is compatible with Terraform 0.14.x!
    • From this release onward, we will only be running tests with Terraform 0.14.x against this repo, so we recommend updating to 0.14.x soon!
    • To give you more time to upgrade, for the time being, all modules will still support Terraform 0.12.26 and above, as that version has several features in it (required_providers with source URLs) that make it more forwards compatible with 0.14.x.
    • Once all Gruntwork repos have been upgrade to work with 0.14.x, we will publish a migration guide with a version compatibility table and announce it all via the Gruntwork Newsletter.

Related links

v0.4.0

16 Dec 08:11
2b0c572
Compare
Choose a tag to compare

Modules affected

  • http-load-balancer-website

Description

  • Fixes a regression in the TF 0.13 upgrade PR (#12) whereby modules and examples were not updated to use TF 0.13 compatible versions.

Related links

v0.3.0

14 Dec 08:57
f0147d4
Compare
Choose a tag to compare

Modules affected

  • (none)

Description

  • Terraform 0.13 upgrade: We have verified that this repo is compatible with Terraform 0.13.x!
    • From this release onward, we will only be running tests with Terraform 0.13.x against this repo, so we recommend updating to 0.13.x soon!
    • To give you more time to upgrade, for the time being, all modules will still support Terraform 0.12.26 and above, as that version has several features in it (required_providers with source URLs) that make it more forwards compatible with 0.13.x.
    • Once all Gruntwork repos have been upgrade to work with 0.13.x, we will publish a migration guide with a version compatibility table and announce it all via the Gruntwork Newsletter.

Related links

v0.2.0

11 Jun 11:58
ac51064
Compare
Choose a tag to compare

Modules affected

  • cloud-storage-static-website [BACKWARDS INCOMPATIBLE]
  • http-load-balancer-website [BACKWARDS INCOMPATIBLE]

Description

  • Add ability to encrypt buckets with custom KMS key

All the modules are now terraform 0.12.0 compatible. Note that this means the modules are no longer compatible with terraform 0.11 and under. Starting this release, you must use terraform 0.12.0 or greater to use this module.

All the module variables have been updated to use concrete types based on the new type system introduced in terraform 0.12.0. You can learn more about the types in the official documentation.

Note that as part of this, we switched to using null to indicate unset values when passing them through to resources. If you were previously using a 0 value ("" for strings and 0 for numbers), review the module variables.tf file to double check if the 0 value has been converted to a null.

Related links

v0.1.1

09 May 17:43
5342ece
Compare
Choose a tag to compare

Modules affected

  • N/A

Description

  • Update README links to be absolute

Related links

v0.1.0

08 May 15:21
f2c0a49
Compare
Choose a tag to compare

Modules affected

  • http-load-balancer-website

Description

  • Update README, add root examples for Terraform Module Registry.
  • Use https for module source.

Related links

v0.0.2

25 Mar 17:26
4430e9b
Compare
Choose a tag to compare

Modules affected

  • http-load-balancer-website

Description

  • Add module for deploying a HTTP Load Balancer that routes requests to a Google Cloud Storage bucket for static content hosting.

Related links

v0.0.1

01 Mar 06:54
f2460f7
Compare
Choose a tag to compare

Modules affected

  • cloud-storage-static-website

Description

  • This is the initial release of our Static Assets module with support for launching a static website hosted in Google Cloud Storage.

Related links