Skip to content

Commit

Permalink
Bump up version to v0.39.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Aug 12, 2022
1 parent 9bcc0e6 commit 8829c28
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ Example:
```console
$ tflint -v
TFLint version 0.39.2
TFLint version 0.39.3
$ terraform -v
Terraform v1.2.6
Terraform v1.2.7
```
-->
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.39.3 (2022-08-12)

### Enhancements

- [#1426](https://github.com/terraform-linters/tflint/pull/1426): terraform_empty_list_equality: improve expression detection ([@bmbferreira](https://github.com/bmbferreira))

### BugFixes

- [#1478](https://github.com/terraform-linters/tflint/pull/1478): terraformrules: Ignore invalid references in referencesInExpr ([@wata727](https://github.com/wata727))

### Chores

- [#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))
- [#1472](https://github.com/terraform-linters/tflint/pull/1472): Add a notice about verification of keyless signing ([@wata727](https://github.com/wata727))
- [#1476](https://github.com/terraform-linters/tflint/pull/1476): runner: fix typo ([@bendrucker](https://github.com/bendrucker))

## 0.39.2 (2022-08-05)

### BugFixes
Expand Down
2 changes: 1 addition & 1 deletion tflint/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package tflint
import "fmt"

// Version is application version
const Version string = "0.39.2"
const Version string = "0.39.3"

// ReferenceLink returns the rule reference link
func ReferenceLink(name string) string {
Expand Down

0 comments on commit 8829c28

Please sign in to comment.