Skip to content

Commit e56fa69

Browse files
chore: release 3.0.1 (#98)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 129b31c commit e56fa69

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ The format is based on
77
and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
### [3.0.1](https://www.github.com/terraform-google-modules/terraform-google-gcloud/compare/v3.0.0...v3.0.1) (2021-08-04)
11+
12+
13+
### Bug Fixes
14+
15+
* Correct dependencies when upgrade is disabled ([#97](https://www.github.com/terraform-google-modules/terraform-google-gcloud/issues/97)) ([129b31c](https://www.github.com/terraform-google-modules/terraform-google-gcloud/commit/129b31c7e687057c5cfcce6b63aeab7a5d39232a))
16+
1017
## [3.0.0](https://www.github.com/terraform-google-modules/terraform-google-gcloud/compare/v2.1.0...v3.0.0) (2021-05-25)
1118

1219

modules/kubectl-wrapper/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-gcloud:kubectl-wrapper/v3.0.0"
28+
module_name = "blueprints/terraform/terraform-google-gcloud:kubectl-wrapper/v3.0.1"
2929
}
3030

3131
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-gcloud/v3.0.0"
28+
module_name = "blueprints/terraform/terraform-google-gcloud/v3.0.1"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)