Skip to content

Commit bc8e9a8

Browse files
committed
Bump up version to v0.42.2
1 parent 297f14f commit bc8e9a8

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Example:
5757
5858
```console
5959
$ tflint -v
60-
TFLint version 0.42.1
60+
TFLint version 0.42.2
6161
$ terraform -v
6262
Terraform v1.3.3
6363
```

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.42.2 (2022-10-26)
2+
3+
### BugFixes
4+
5+
- [#1574](https://github.com/terraform-linters/tflint/pull/1574): Bump bundled terraform plugin to v0.2.1 ([@wata727](https://github.com/wata727))
6+
7+
### Chores
8+
9+
- [#1568](https://github.com/terraform-linters/tflint/pull/1568): build(deps): Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0
10+
- [#1569](https://github.com/terraform-linters/tflint/pull/1569): build(deps): Bump sigstore/cosign-installer from 2.8.0 to 2.8.1
11+
112
## 0.42.1 (2022-10-25)
213

314
### BugFixes

integrationtest/inspection/incompatible-host/result.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"issues": [],
33
"errors": [
44
{
5-
"message": "Failed to satisfy version constraints; tflint-ruleset-incompatiblehost requires >= 1.0, but TFLint version is 0.42.1",
5+
"message": "Failed to satisfy version constraints; tflint-ruleset-incompatiblehost requires >= 1.0, but TFLint version is 0.42.2",
66
"severity": "error"
77
}
88
]

tflint/meta.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
// Version is application version
10-
var Version *version.Version = version.Must(version.NewVersion("0.42.1"))
10+
var Version *version.Version = version.Must(version.NewVersion("0.42.2"))
1111

1212
// ReferenceLink returns the rule reference link
1313
func ReferenceLink(name string) string {

0 commit comments

Comments
 (0)