Skip to content

Commit

Permalink
Bump up version to v0.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Jul 29, 2022
1 parent c40ee70 commit da1c7ad
Show file tree
Hide file tree
Showing 3 changed files with 16 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.0
TFLint version 0.39.1
$ terraform -v
Terraform v1.2.5
Terraform v1.2.6
```
-->
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.39.1 (2022-07-29)

### BugFixes

- [#1452](https://github.com/terraform-linters/tflint/pull/1452): terraform_required_version: fix regression with multiple blocks ([@bendrucker](https://github.com/bendrucker))
- [#1454](https://github.com/terraform-linters/tflint/pull/1454): terraform_required_providers: fix regression with configuration_aliases ([@bendrucker](https://github.com/bendrucker))
- [#1456](https://github.com/terraform-linters/tflint/pull/1456): Fix panic that occurs when using sensitive count ([@wata727](https://github.com/wata727))
- [#1458](https://github.com/terraform-linters/tflint/pull/1458): terraformrules: Get module contents with `IncludeNotCreated: true` ([@wata727](https://github.com/wata727))

### Chores

- [#1449](https://github.com/terraform-linters/tflint/pull/1449): Update verification steps for the latest Cosign ([@wata727](https://github.com/wata727))

## 0.39.0 (2022-07-28)

In this release, the dependencies on Terraform's internal API have been significantly changed. Normally, you should be unlikely to be directly affected by this change, but you may get different results in small details, such as error messages. See the Changes section for more details.
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.0"
const Version string = "0.39.1"

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

0 comments on commit da1c7ad

Please sign in to comment.