Skip to content

Commit b5c7dcd

Browse files
committed
Bump up version to v0.58.1
1 parent 289004c commit b5c7dcd

File tree

3 files changed

+18
-21
lines changed

3 files changed

+18
-21
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ body:
4949
- type: input
5050
attributes:
5151
label: TFLint Version
52-
placeholder: '0.58.0'
52+
placeholder: '0.58.1'
5353
validations:
5454
required: true
5555
- type: input

tflint/meta.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
// Version is application version
10-
var Version *version.Version = version.Must(version.NewVersion("0.58.0"))
10+
var Version *version.Version = version.Must(version.NewVersion("0.58.1"))
1111

1212
// ReferenceLink returns the rule reference link
1313
func ReferenceLink(name string) string {

tools/release/release-note.md

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
11
## What's Changed
22

3-
### Enhancements
4-
* Add support for Terraform v1.12 by @wata727 in https://github.com/terraform-linters/tflint/pull/2321
5-
63
### Bug Fixes
7-
* terraform: Cache resolved local values by @wata727 in https://github.com/terraform-linters/tflint/pull/2301
8-
* cmd: Apply `format` set in config file by @wata727 in https://github.com/terraform-linters/tflint/pull/2320
4+
* Allow calling provider-defined functions with variadic arguments by @wata727 in https://github.com/terraform-linters/tflint/pull/2340
95

106
### Chores
11-
* build(deps): Bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 in the go-x group by @dependabot in https://github.com/terraform-linters/tflint/pull/2296
12-
* build(deps): Bump the go-x group with 3 updates by @dependabot in https://github.com/terraform-linters/tflint/pull/2302
13-
* build(deps): Bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2304
14-
* build(deps): Bump github.com/sigstore/sigstore-go from 0.7.2 to 0.7.3 by @dependabot in https://github.com/terraform-linters/tflint/pull/2303
15-
* go: modernize by @bendrucker in https://github.com/terraform-linters/tflint/pull/2307
16-
* docs: annotations cannot ignore errors by @bendrucker in https://github.com/terraform-linters/tflint/pull/2311
17-
* docs: `tflint-ruleset` GitHub topic by @bendrucker in https://github.com/terraform-linters/tflint/pull/2312
18-
* build(deps): Bump docker/build-push-action from 6.16.0 to 6.17.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2313
19-
* build(deps): Bump github.com/sourcegraph/jsonrpc2 from 0.2.0 to 0.2.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2314
20-
* build(deps): Bump google.golang.org/grpc from 1.72.0 to 1.72.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2315
21-
* build(deps): Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2297
22-
* build(deps): Bump github.com/zclconf/go-cty from 1.16.2 to 1.16.3 by @dependabot in https://github.com/terraform-linters/tflint/pull/2317
23-
* build(deps): Bump github.com/sigstore/sigstore-go from 0.7.3 to 1.0.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2316
7+
* build(deps): Bump google.golang.org/grpc from 1.72.1 to 1.72.2 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2322
8+
* build(deps): Bump mislav/bump-homebrew-formula-action from 3.2 to 3.3 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2324
9+
* build(deps): Bump docker/build-push-action from 6.17.0 to 6.18.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2326
10+
* build(deps): Bump alpine from 3.21 to 3.22 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2325
11+
* build(deps): Bump mislav/bump-homebrew-formula-action from 3.3 to 3.4 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2327
12+
* build(deps): Bump the go-x group with 3 updates by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2328
13+
* build(deps): Bump google.golang.org/grpc from 1.72.2 to 1.73.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2329
14+
* build(deps): Bump actions/attest-build-provenance from 2.3.0 to 2.4.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2332
15+
* build(deps): Bump docker/setup-buildx-action from 3.10.0 to 3.11.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2333
16+
* build(deps): Bump docker/setup-buildx-action from 3.11.0 to 3.11.1 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2335
17+
* build(deps): Bump sigstore/cosign-installer from 3.8.2 to 3.9.1 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2336
18+
* build(deps): Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2337
19+
* build(deps): Bump github.com/hashicorp/hcl/v2 from 2.23.1-0.20250203194505-ba0759438da2 to 2.24.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2338
20+
* Bump GoReleaser to v2.11.0 by @wata727 in https://github.com/terraform-linters/tflint/pull/2342
2421

2522

26-
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.57.0...v0.58.0
23+
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.58.0...v0.58.1

0 commit comments

Comments
 (0)