Skip to content

Commit 11911cb

Browse files
committed
Bump up version to 0.28.0
1 parent f7ac92e commit 11911cb

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Example:
2727
2828
```console
2929
$ tflint -v
30-
TFLint version 0.27.0
31-
+ ruleset.aws (0.3.1-bundled)
30+
TFLint version 0.28.0
31+
+ ruleset.aws (0.4.0-bundled)
3232
$ terraform -v
3333
Terraform v0.15.0
3434
```

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.28.0 (2021-04-25)
2+
3+
### Enhancements
4+
5+
- [#1107](https://github.com/terraform-linters/tflint/pull/1107): Bump bundled AWS ruleset plugin ([@wata727](https://github.com/wata727))
6+
7+
### BugFixes
8+
9+
- [#1105](https://github.com/terraform-linters/tflint/pull/1105): Fix crash when passed --enable-rule with a configured rule ([@wata727](https://github.com/wata727))
10+
- [#1106](https://github.com/terraform-linters/tflint/pull/1106): Fix crash when passed --only with a configured rule ([@wata727](https://github.com/wata727))
11+
12+
### Chores
13+
14+
- [#1100](https://github.com/terraform-linters/tflint/pull/1100): build(deps): Bump actions/cache from v2.1.4 to v2.1.5
15+
- [#1104](https://github.com/terraform-linters/tflint/pull/1104): add integration test for map[string]string attr ([@bendrucker](https://github.com/bendrucker))
16+
117
## 0.27.0 (2021-04-18)
218

319
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.

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.27.0"
6+
const Version string = "0.28.0"
77

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

0 commit comments

Comments
 (0)