Skip to content

Commit 8829c28

Browse files
committed
Bump up version to v0.39.3
1 parent 9bcc0e6 commit 8829c28

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
@@ -57,8 +57,8 @@ Example:
5757
5858
```console
5959
$ tflint -v
60-
TFLint version 0.39.2
60+
TFLint version 0.39.3
6161
$ terraform -v
62-
Terraform v1.2.6
62+
Terraform v1.2.7
6363
```
6464
-->

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.39.3 (2022-08-12)
2+
3+
### Enhancements
4+
5+
- [#1426](https://github.com/terraform-linters/tflint/pull/1426): terraform_empty_list_equality: improve expression detection ([@bmbferreira](https://github.com/bmbferreira))
6+
7+
### BugFixes
8+
9+
- [#1478](https://github.com/terraform-linters/tflint/pull/1478): terraformrules: Ignore invalid references in referencesInExpr ([@wata727](https://github.com/wata727))
10+
11+
### Chores
12+
13+
- [#1467](https://github.com/terraform-linters/tflint/pull/1467) [#1475](https://github.com/terraform-linters/tflint/pull/1475): deps: update to use go1.19 ([@chenrui333](https://github.com/chenrui333))
14+
- [#1472](https://github.com/terraform-linters/tflint/pull/1472): Add a notice about verification of keyless signing ([@wata727](https://github.com/wata727))
15+
- [#1476](https://github.com/terraform-linters/tflint/pull/1476): runner: fix typo ([@bendrucker](https://github.com/bendrucker))
16+
117
## 0.39.2 (2022-08-05)
218

319
### BugFixes

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

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

0 commit comments

Comments
 (0)