Skip to content

Commit

Permalink
Bump up version to v0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Dec 24, 2021
1 parent bc357f5 commit 641d8fa
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 @@ -27,8 +27,8 @@ Example:
```console
$ tflint -v
TFLint version 0.34.0
TFLint version 0.34.1
$ terraform -v
Terraform v1.1.0
Terraform v1.1.2
```
-->
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.34.1 (2021-12-25)

### BugFixes

- [#1282](https://github.com/terraform-linters/tflint/pull/1282): tflint: Parse `TF_VAR_*` env variables as HCL ([@wata727](https://github.com/wata727))

### Chores

- [#1277](https://github.com/terraform-linters/tflint/pull/1277): docs: Update Compatibility guide ([@wata727](https://github.com/wata727))
- [#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
- [#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
- [#1284](https://github.com/terraform-linters/tflint/pull/1284): docs: linking `terraform_module_version` rule docs ([@PatMyron](https://github.com/PatMyron))

## 0.34.0 (2021-12-13)

### Breaking Changes
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.34.0"
const Version string = "0.34.1"

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

0 comments on commit 641d8fa

Please sign in to comment.