Skip to content

Commit 4bf6bc2

Browse files
committed
Bump up version to 0.27.0
1 parent d0181e8 commit 4bf6bc2

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Example:
2727
2828
```console
2929
$ tflint -v
30-
TFLint version 0.26.0
30+
TFLint version 0.27.0
3131
+ ruleset.aws (0.3.1-bundled)
3232
$ terraform -v
3333
Terraform v0.15.0

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.27.0 (2021-04-18)
2+
3+
This release adds support for Terraform v0.15. We strongly recommend that you update to Terraform v0.15 before updating TFLint to this version. See the [upgrade guide](https://www.terraform.io/upgrade-guides/0-15.html) for details.
4+
5+
### Breaking Changes
6+
7+
- [#1096](https://github.com/terraform-linters/tflint/pull/1096) [#1099](https://github.com/terraform-linters/tflint/pull/1099): build(deps): Bump github.com/hashicorp/terraform from 0.14.9 to 0.15.0
8+
9+
### Chores
10+
11+
- [#1095](https://github.com/terraform-linters/tflint/pull/1095): Add README about GitHub Actions ([@wata727](https://github.com/wata727))
12+
113
## 0.26.0 (2021-04-04)
214

315
### Enhancements

tflint/meta.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package tflint
33
import "fmt"
44

55
// Version is application version
6-
const Version string = "0.26.0"
6+
const Version string = "0.27.0"
77

88
// ReferenceLink returns the rule reference link
99
func ReferenceLink(name string) string {

0 commit comments

Comments
 (0)