From 27b31644749e7f82dc8191764c5fd68ec0c8f89b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2020 12:51:03 -0400 Subject: [PATCH] chore: release 1.0.0 (#42) * updated CHANGELOG.md [ci skip] * updated README.md [ci skip] Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Former-commit-id: 2e97e50dfcb8045c3e72010f8b984b00dac73a57 --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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"]