Skip to content

Commit da1c7ad

Browse files
committed
Bump up version to v0.39.1
1 parent c40ee70 commit da1c7ad

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.39.0
60+
TFLint version 0.39.1
6161
$ terraform -v
62-
Terraform v1.2.5
62+
Terraform v1.2.6
6363
```
6464
-->

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.39.1 (2022-07-29)
2+
3+
### BugFixes
4+
5+
- [#1452](https://github.com/terraform-linters/tflint/pull/1452): terraform_required_version: fix regression with multiple blocks ([@bendrucker](https://github.com/bendrucker))
6+
- [#1454](https://github.com/terraform-linters/tflint/pull/1454): terraform_required_providers: fix regression with configuration_aliases ([@bendrucker](https://github.com/bendrucker))
7+
- [#1456](https://github.com/terraform-linters/tflint/pull/1456): Fix panic that occurs when using sensitive count ([@wata727](https://github.com/wata727))
8+
- [#1458](https://github.com/terraform-linters/tflint/pull/1458): terraformrules: Get module contents with `IncludeNotCreated: true` ([@wata727](https://github.com/wata727))
9+
10+
### Chores
11+
12+
- [#1449](https://github.com/terraform-linters/tflint/pull/1449): Update verification steps for the latest Cosign ([@wata727](https://github.com/wata727))
13+
114
## 0.39.0 (2022-07-28)
215

316
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.

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

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

0 commit comments

Comments
 (0)