diff --git a/CHANGELOG.md b/CHANGELOG.md index dbfb31a1..b980bf25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ The format is based on and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.0](https://www.github.com/terraform-google-modules/terraform-google-gcloud/compare/v0.5.1...v1.0.0) (2020-04-15) + + +### ⚠ BREAKING CHANGES + +* gcloud is now downloaded as part of Terraform execution, meaning your Terraform runner needs access to the internet. Alternatively, you can install gcloud out-of-band and set `skip_download` to true. + +### Features + +* Download gcloud directly in Terraform and allow skipping completely ([#41](https://www.github.com/terraform-google-modules/terraform-google-gcloud/issues/41)) ([41fe46b](https://www.github.com/terraform-google-modules/terraform-google-gcloud/commit/41fe46b2f46ee493e1af54738a52ac5c89103482)) + ### [0.5.1](https://www.github.com/terraform-google-modules/terraform-google-gcloud/compare/v0.5.0...v0.5.1) (2020-02-20) diff --git a/README.md b/README.md index c7f3dcd8..804cd0b8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Basic usage of this module is as follows: ```hcl module "gcloud" { source = "terraform-google-modules/gcloud/google" - version = "~> 0.5" + version = "~> 1.0" platform = "linux" additional_components = ["kubectl", "beta"]