Skip to content

Commit 52a88a2

Browse files
committed
Bump up version to 0.28.1
1 parent a7a1b4c commit 52a88a2

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Example:
2727
2828
```console
2929
$ tflint -v
30-
TFLint version 0.28.0
30+
TFLint version 0.28.1
3131
+ ruleset.aws (0.4.0-bundled)
3232
$ terraform -v
33-
Terraform v0.15.0
33+
Terraform v0.15.1
3434
```
3535
-->

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.28.1 (2021-05-05)
2+
3+
### BugFixes
4+
5+
- [#1118](https://github.com/terraform-linters/tflint/pull/1118): tflint: Fix panic when encoding empty body ([@wata727](https://github.com/wata727))
6+
7+
### Chores
8+
9+
- [#1108](https://github.com/terraform-linters/tflint/pull/1108): build(deps): Bump github.com/hashicorp/hcl/v2 from 2.9.1 to 2.10.0
10+
- [#1109](https://github.com/terraform-linters/tflint/pull/1109): build(deps): Bump github.com/zclconf/go-cty from 1.8.1 to 1.8.2
11+
- [#1110](https://github.com/terraform-linters/tflint/pull/1110): build(deps): Bump github.com/hashicorp/go-plugin from 1.4.0 to 1.4.1
12+
- [#1113](https://github.com/terraform-linters/tflint/pull/1113): Log at INFO level when TFLint cannot statically evaluate an expression ([@bendrucker](https://github.com/bendrucker))
13+
- [#1115](https://github.com/terraform-linters/tflint/pull/1115): Set the GPG key expiration to 2023-05-01 ([@wata727](https://github.com/wata727))
14+
- [#1116](https://github.com/terraform-linters/tflint/pull/1116): build(deps): Bump github.com/hashicorp/terraform from 0.15.0 to 0.15.1
15+
116
## 0.28.0 (2021-04-25)
217

318
### Enhancements

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

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

0 commit comments

Comments
 (0)