Skip to content

Commit 46eb8ee

Browse files
committed
Bump up version to v0.33.2
1 parent a8e7aa0 commit 46eb8ee

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-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.33.1
30+
TFLint version 0.33.2
3131
$ terraform -v
32-
Terraform v1.0.10
32+
Terraform v1.0.11
3333
```
3434
-->

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.33.2 (2021-12-07)
2+
3+
### Chores
4+
5+
- [#1244](https://github.com/terraform-linters/tflint/pull/1244): build(deps): Bump github.com/owenrumney/go-sarif from 1.0.11 to 1.0.12
6+
- [#1247](https://github.com/terraform-linters/tflint/pull/1247): remove precommit hooks ([@bendrucker](https://github.com/bendrucker))
7+
- [#1251](https://github.com/terraform-linters/tflint/pull/1251) [#1272](https://github.com/terraform-linters/tflint/pull/1272): build(deps): Bump github.com/terraform-linters/tflint-ruleset-aws from 0.8.0 to 0.10.0
8+
- [#1252](https://github.com/terraform-linters/tflint/pull/1252): build(deps): Bump github.com/zclconf/go-cty from 1.9.1 to 1.10.0
9+
- [#1253](https://github.com/terraform-linters/tflint/pull/1253): refactor: move from io/ioutil to io and os packages ([@Juneezee](https://github.com/Juneezee))
10+
- [#1261](https://github.com/terraform-linters/tflint/pull/1261): add missing rule to index, alphabetize ([@nmarchini](https://github.com/nmarchini))
11+
- [#1264](https://github.com/terraform-linters/tflint/pull/1264): build(deps): Bump actions/cache from 2.1.6 to 2.1.7
12+
- [#1265](https://github.com/terraform-linters/tflint/pull/1265) [#1273](https://github.com/terraform-linters/tflint/pull/1273): build(deps): Bump alpine from 3.14.2 to 3.15.0
13+
- [#1266](https://github.com/terraform-linters/tflint/pull/1266): build(deps): Bump github.com/mattn/go-colorable from 0.1.11 to 0.1.12
14+
- [#1269](https://github.com/terraform-linters/tflint/pull/1269): plugin: log when `GITHUB_TOKEN` is set ([@bendrucker](https://github.com/bendrucker))
15+
- [#1271](https://github.com/terraform-linters/tflint/pull/1271): build(deps): Bump github.com/hashicorp/hcl/v2 from 2.10.1 to 2.11.1
16+
117
## 0.33.1 (2021-11-01)
218

319
### BugFixes

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

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

0 commit comments

Comments
 (0)