Skip to content

Commit

Permalink
Bump up version to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Apr 18, 2021
1 parent d0181e8 commit 4bf6bc2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Example:
```console
$ tflint -v
TFLint version 0.26.0
TFLint version 0.27.0
+ ruleset.aws (0.3.1-bundled)
$ terraform -v
Terraform v0.15.0
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.27.0 (2021-04-18)

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.

### Breaking Changes

- [#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

### Chores

- [#1095](https://github.com/terraform-linters/tflint/pull/1095): Add README about GitHub Actions ([@wata727](https://github.com/wata727))

## 0.26.0 (2021-04-04)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion tflint/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package tflint
import "fmt"

// Version is application version
const Version string = "0.26.0"
const Version string = "0.27.0"

// ReferenceLink returns the rule reference link
func ReferenceLink(name string) string {
Expand Down

0 comments on commit 4bf6bc2

Please sign in to comment.