Skip to content

Commit 1ebd39a

Browse files
committed
Bump up version to v0.13.3
1 parent f323599 commit 1ebd39a

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.13.3 (2022-04-17)
2+
3+
### Enhancements
4+
5+
- [#324](https://github.com/terraform-linters/tflint-ruleset-aws/pull/324): autogenerated maintenance
6+
- [#335](https://github.com/terraform-linters/tflint-ruleset-aws/pull/335): Lambda runtime deprecation updates (python3.6) ([@PatMyron](https://github.com/PatMyron))
7+
8+
### Chores
9+
10+
- [#328](https://github.com/terraform-linters/tflint-ruleset-aws/pull/328): chores: Remove snaker ([@wata727](https://github.com/wata727))
11+
- [#329](https://github.com/terraform-linters/tflint-ruleset-aws/pull/329): Fix rule template for rule generator ([@wata727](https://github.com/wata727))
12+
- [#330](https://github.com/terraform-linters/tflint-ruleset-aws/pull/330): Bump github.com/terraform-linters/tflint-plugin-sdk from 0.10.0 to 0.10.1
13+
- [#333](https://github.com/terraform-linters/tflint-ruleset-aws/pull/333): style: format rules/api/rule.go.tmpl and run `go generate ./...` ([@suzuki-shunsuke](https://github.com/suzuki-shunsuke))
14+
- [#334](https://github.com/terraform-linters/tflint-ruleset-aws/pull/334): Bump actions/setup-go from 2 to 3
15+
116
## 0.13.2 (2022-03-29)
217

318
### BugFixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can install the plugin by adding a config to `.tflint.hcl` and running `tfli
1919
```hcl
2020
plugin "aws" {
2121
enabled = true
22-
version = "0.13.2"
22+
version = "0.13.3"
2323
source = "github.com/terraform-linters/tflint-ruleset-aws"
2424
}
2525
```

project/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package project
33
import "fmt"
44

55
// Version is ruleset version
6-
const Version string = "0.13.2"
6+
const Version string = "0.13.3"
77

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

0 commit comments

Comments
 (0)