Skip to content

Commit 641d8fa

Browse files
committed
Bump up version to v0.34.1
1 parent bc357f5 commit 641d8fa

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Example:
2727
2828
```console
2929
$ tflint -v
30-
TFLint version 0.34.0
30+
TFLint version 0.34.1
3131
$ terraform -v
32-
Terraform v1.1.0
32+
Terraform v1.1.2
3333
```
3434
-->

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.34.1 (2021-12-25)
2+
3+
### BugFixes
4+
5+
- [#1282](https://github.com/terraform-linters/tflint/pull/1282): tflint: Parse `TF_VAR_*` env variables as HCL ([@wata727](https://github.com/wata727))
6+
7+
### Chores
8+
9+
- [#1277](https://github.com/terraform-linters/tflint/pull/1277): docs: Update Compatibility guide ([@wata727](https://github.com/wata727))
10+
- [#1278](https://github.com/terraform-linters/tflint/pull/1278): build(deps): Bump github.com/terraform-linters/tflint-ruleset-aws from 0.10.0 to 0.10.1
11+
- [#1279](https://github.com/terraform-linters/tflint/pull/1279): build(deps): Bump github.com/owenrumney/go-sarif from 1.0.12 to 1.1.1
12+
- [#1284](https://github.com/terraform-linters/tflint/pull/1284): docs: linking `terraform_module_version` rule docs ([@PatMyron](https://github.com/PatMyron))
13+
114
## 0.34.0 (2021-12-13)
215

316
### Breaking Changes

tflint/meta.go

+1-1
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.34.0"
6+
const Version string = "0.34.1"
77

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

0 commit comments

Comments
 (0)