Skip to content

Commit

Permalink
chore: release 0.5.0 #21 from terraform-google-modules/release-v0.5.0
Browse files Browse the repository at this point in the history
* updated README.md [ci skip]

* updated CHANGELOG.md [ci skip]

* updated README.md [ci skip]


Former-commit-id: 84e31b8
  • Loading branch information
release-please[bot] authored Jan 30, 2020
1 parent 756f5e4 commit fcc7321
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.0](https://www.github.com/terraform-google-modules/terraform-google-gcloud/compare/v0.4.0...v0.5.0) (2020-01-30)


### Features

* Add a skip_download var to use global gcloud instead ([#22](https://www.github.com/terraform-google-modules/terraform-google-gcloud/issues/22)) ([19c2263](https://www.github.com/terraform-google-modules/terraform-google-gcloud/commit/19c22633292b925bb6e20aadb9552084bbf7fea8))


### Bug Fixes

* Only download & install when create cmd changes, fixes [#23](https://www.github.com/terraform-google-modules/terraform-google-gcloud/issues/23) ([a57245b](https://www.github.com/terraform-google-modules/terraform-google-gcloud/commit/a57245b81a9957b7666779f99a7be80ff192a223))

## [Unreleased](https://github.com/terraform-google-modules/terraform-google-gcloud/compare/v0.4.0...master)

## [0.4.0](https://github.com/terraform-google-modules/terraform-google-gcloud/compare/v0.3.0...v0.4.0) - 2020-01-23
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Basic usage of this module is as follows:
```hcl
module "gcloud" {
source = "terraform-google-modules/gcloud/google"
version = "~> 0.1"
version = "~> 0.5"
platform = "linux"
additional_components = ["kubectl", "beta"]
Expand Down

0 comments on commit fcc7321

Please sign in to comment.