Skip to content

Commit

Permalink
Bump up version to v0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Oct 14, 2021
1 parent 47ee5a4 commit 3e4aa4a
Show file tree
Hide file tree
Showing 3 changed files with 31 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.32.1
TFLint version 0.33.0
$ terraform -v
Terraform v1.0.6
Terraform v1.0.9
```
-->
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## 0.33.0 (2021-10-14)

### Breaking Changes

- [#1220](https://github.com/terraform-linters/tflint/pull/1220): build: Remove some os/arch build targets ([@wata727](https://github.com/wata727))
- End of support for pre-built binaries for the following os/arch
- All arch for FreeBSD/OpenBSD/NetBSD
- windows/arm and windows/arm64
- darwin/386

### Enhancements

- [#1228](https://github.com/terraform-linters/tflint/pull/1228): Adds SARIF as a supported output format ([@kadrach](https://github.com/kadrach))
- [#1229](https://github.com/terraform-linters/tflint/pull/1229) [#1237](https://github.com/terraform-linters/tflint/pull/1237): build(deps): Bump github.com/terraform-linters/tflint-ruleset-aws from 0.7.1 to 0.8.0
- [#1235](https://github.com/terraform-linters/tflint/pull/1235): config: Add `plugin_dir` config ([@wata727](https://github.com/wata727))

### BugFixes

- [#1225](https://github.com/terraform-linters/tflint/pull/1225): terraform_unused_required_providers: handle module provider overrides ([@bendrucker](https://github.com/bendrucker))
- [#1226](https://github.com/terraform-linters/tflint/pull/1227): terraform_module_pinned_source: do not assume gitlab URLs are git protocol ([@bendrucker](https://github.com/bendrucker))

### Chores

- [#1222](https://github.com/terraform-linters/tflint/pull/1222) [#1236](https://github.com/terraform-linters/tflint/pull/1236): build(deps): Bump github.com/hashicorp/go-getter from 1.5.7 to 1.5.9
- [#1223](https://github.com/terraform-linters/tflint/pull/1223): fix incorrect documentation ([@darrenjones24](https://github.com/darrenjones24))
- [#1224](https://github.com/terraform-linters/tflint/pull/1224) [#1230](https://github.com/terraform-linters/tflint/pull/1230) [#1234](https://github.com/terraform-linters/tflint/pull/1234): build(deps): Bump github.com/mattn/go-colorable from 0.1.8 to 0.1.11
- [#1231](https://github.com/terraform-linters/tflint/pull/1231): build(deps): Bump github.com/fatih/color from 1.12.0 to 1.13.0

## 0.32.1 (2021-09-12)

### BugFixes
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.32.1"
const Version string = "0.33.0"

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

0 comments on commit 3e4aa4a

Please sign in to comment.