Skip to content

Commit 760d8ed

Browse files
oniicegithub-actions[bot]
authored andcommitted
docs: update version and changelog for 0.5.1
1 parent a29226a commit 760d8ed

4 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v0.5.1] - 2026-04-02
9+
### :bug: Bug Fixes
10+
- [`628bebe`](https://github.com/myerscode/tflint-ruleset-aws-meta/commit/628bebe4c9618f5bcfd9f7ecdd84ddf36813b941) - **ci**: prevent duplicate releases *(commit by [@oniice](https://github.com/oniice))*
11+
- [`a29226a`](https://github.com/myerscode/tflint-ruleset-aws-meta/commit/a29226a9d3981a38ef0024097907a72f82556dd6) - **rules**: skip variable references in provider region check *(commit by [@oniice](https://github.com/oniice))*
12+
13+
814
## [v0.5.0] - 2026-04-02
915
### :sparkles: New Features
1016
- [`85e42f3`](https://github.com/myerscode/tflint-ruleset-aws-meta/commit/85e42f3ffbcdaa5eaaaf615cc4c5759e91afc908) - **release**: inject version from git tag *(commit by [@oniice](https://github.com/oniice))*
@@ -89,3 +95,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8995
[0.2.0]: https://github.com/myerscode/tflint-ruleset-aws-meta/compare/v0.1.0...v0.2.0
9096
[0.1.0]: https://github.com/myerscode/tflint-ruleset-aws-meta/releases/tag/v0.1.0
9197
[v0.5.0]: https://github.com/myerscode/tflint-ruleset-aws-meta/compare/v0.4.1...v0.5.0
98+
[v0.5.1]: https://github.com/myerscode/tflint-ruleset-aws-meta/compare/v0.5.0...v0.5.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can install the plugin with `tflint --init`. Declare a config in `.tflint.hc
2525
plugin "aws-meta" {
2626
enabled = true
2727
28-
version = "0.5.0"
28+
version = "0.5.1"
2929
source = "github.com/myerscode/tflint-ruleset-aws-meta"
3030
}
3131
```

docs-site/src/content/docs/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Most rules are disabled by default to avoid overwhelming existing codebases. You
1818
```hcl
1919
plugin "aws-meta" {
2020
enabled = true
21-
version = "0.5.0"
21+
version = "0.5.1"
2222
source = "github.com/myerscode/tflint-ruleset-aws-meta"
2323
}
2424
@@ -53,7 +53,7 @@ rule "aws_meta_hardcoded" {
5353
```hcl
5454
plugin "aws-meta" {
5555
enabled = true
56-
version = "0.5.0"
56+
version = "0.5.1"
5757
source = "github.com/myerscode/tflint-ruleset-aws-meta"
5858
}
5959
```
@@ -62,7 +62,7 @@ plugin "aws-meta" {
6262
```hcl
6363
plugin "aws-meta" {
6464
enabled = true
65-
version = "0.5.0"
65+
version = "0.5.1"
6666
source = "github.com/myerscode/tflint-ruleset-aws-meta"
6767
}
6868
@@ -91,7 +91,7 @@ rule "aws_provider_hardcoded_region" {
9191
```hcl
9292
plugin "aws-meta" {
9393
enabled = true
94-
version = "0.5.0"
94+
version = "0.5.1"
9595
source = "github.com/myerscode/tflint-ruleset-aws-meta"
9696
}
9797

docs-site/src/content/docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can install the plugin with `tflint --init`. Declare a config in `.tflint.hc
1818
plugin "aws-meta" {
1919
enabled = true
2020
21-
version = "0.5.0"
21+
version = "0.5.1"
2222
source = "github.com/myerscode/tflint-ruleset-aws-meta"
2323
}
2424
```

0 commit comments

Comments
 (0)