Skip to content

Commit a09464b

Browse files
committed
Bump up version to v0.40.1
1 parent 3922522 commit a09464b

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Example:
5757
5858
```console
5959
$ tflint -v
60-
TFLint version 0.40.0
60+
TFLint version 0.40.1
6161
$ terraform -v
62-
Terraform v1.2.8
62+
Terraform v1.2.9
6363
```
6464
-->

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.40.1 (2022-09-17)
2+
3+
### BugFixes
4+
5+
- [#1514](https://github.com/terraform-linters/tflint/pull/1514): Ignore default preset by `disabled_by_default`
6+
- [#1516](https://github.com/terraform-linters/tflint/pull/1516): Prefer `--only` option over other rules config ([@wata727](https://github.com/wata727))
7+
8+
### Chores
9+
10+
- [#1509](https://github.com/terraform-linters/tflint/pull/1509): Remove unused functions ([@wata727](https://github.com/wata727))
11+
- [#1511](https://github.com/terraform-linters/tflint/pull/1511): build(deps): Bump github.com/google/go-cmp from 0.5.8 to 0.5.9
12+
- [#1512](https://github.com/terraform-linters/tflint/pull/1512): build(deps): Bump sigstore/cosign-installer from 2.5.1 to 2.6.0
13+
114
## 0.40.0 (2022-09-08)
215

316
This release contains major changes to the plugin system. All plugins must be built with tflint-plugin-sdk v0.12.0+ to support this version. See also https://github.com/terraform-linters/tflint-plugin-sdk/releases/tag/v0.12.0

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

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

0 commit comments

Comments
 (0)