Skip to content

Commit 0b0bcf7

Browse files
committed
Bump up version to 0.23.1
1 parent eb6947e commit 0b0bcf7

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-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.23.0
31-
+ ruleset.aws (0.1.1-bundled)
30+
TFLint version 0.23.1
31+
+ ruleset.aws (0.1.2-bundled)
3232
$ terraform -v
3333
Terraform v0.14.3
3434
```

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.23.1 (2021-01-11)
2+
3+
### BugFixes
4+
5+
- [#1032](https://github.com/terraform-linters/tflint/pull/1032): Add workaround for parsing heredoc expressions ([@wata727](https://github.com/wata727))
6+
- [#1033](https://github.com/terraform-linters/tflint/pull/1033): Bump bundled AWS plugin to v0.1.2 ([@wata727](https://github.com/wata727))
7+
18
## 0.23.0 (2021-01-03)
29

310
This release changes the AWS rules implementation into the AWS ruleset plugin. As a result, there are breaking changes to the config for deep checking. If you are using this feature, please declare the `plugin` settings in `.tflint.hcl` as follows. See the [tflint-ruleset-aws plugin configurations](https://github.com/terraform-linters/tflint-ruleset-aws/blob/v0.1.1/docs/configuration.md) 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.23.0"
6+
const Version string = "0.23.1"
77

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

0 commit comments

Comments
 (0)