Skip to content

Commit 65effd5

Browse files
committed
Bump up version to v0.58.0
1 parent 6a664b3 commit 65effd5

File tree

3 files changed

+19
-21
lines changed

3 files changed

+19
-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.57.0'
52+
placeholder: '0.58.0'
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.57.0"))
10+
var Version *version.Version = version.Must(version.NewVersion("0.58.0"))
1111

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

tools/release/release-note.md

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

33
### Enhancements
4-
* build(deps): Bump github.com/terraform-linters/tflint-ruleset-terraform from 0.11.0 to 0.12.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2278
4+
* Add support for Terraform v1.12 by @wata727 in https://github.com/terraform-linters/tflint/pull/2321
55

66
### Bug Fixes
7-
* plugin: Skip keyless verification for private third-party plugins by @ricardo-kh in https://github.com/terraform-linters/tflint/pull/2292
8-
* This bug was supposed to have been fixed in v0.55.1, but was not fully fixed so has been fixed again.
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
99

1010
### Chores
11-
* build(deps): Bump golang.org/x/net from 0.37.0 to 0.38.0 in the go-x group by @dependabot in https://github.com/terraform-linters/tflint/pull/2277
12-
* build(deps): Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2276
13-
* build(deps): Bump google.golang.org/grpc from 1.71.0 to 1.71.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2281
14-
* build(deps): Bump the go-x group with 3 updates by @dependabot in https://github.com/terraform-linters/tflint/pull/2282
15-
* build(deps): Bump golang.org/x/net from 0.38.0 to 0.39.0 in the go-x group by @dependabot in https://github.com/terraform-linters/tflint/pull/2285
16-
* build(deps): Bump github.com/sigstore/sigstore-go from 0.7.0 to 0.7.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/2286
17-
* build(deps): Bump google.golang.org/grpc from 1.71.1 to 1.72.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2288
18-
* Potential fix for code scanning alert no. 12: Incomplete regular expression for hostnames by @wata727 in https://github.com/terraform-linters/tflint/pull/2289
19-
* Potential fix for code scanning alert no. 11: Incomplete regular expression for hostnames by @wata727 in https://github.com/terraform-linters/tflint/pull/2290
20-
* Set explicit workflow permissions by @wata727 in https://github.com/terraform-linters/tflint/pull/2291
21-
* build(deps): Bump actions/attest-build-provenance from 2.2.3 to 2.3.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2294
22-
* build(deps): Bump docker/build-push-action from 6.15.0 to 6.16.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2293
23-
* build(deps): Bump sigstore/cosign-installer from 3.8.1 to 3.8.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/2295
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
2424

25-
## New Contributors
26-
* @ricardo-kh made their first contribution in https://github.com/terraform-linters/tflint/pull/2292
2725

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

0 commit comments

Comments
 (0)