File tree 3 files changed +12
-9
lines changed
3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 46
46
- type : input
47
47
attributes :
48
48
label : TFLint Version
49
- placeholder : ' 0.50.2 '
49
+ placeholder : ' 0.50.3 '
50
50
validations :
51
51
required : true
52
52
- type : input
Original file line number Diff line number Diff line change 7
7
)
8
8
9
9
// Version is application version
10
- var Version * version.Version = version .Must (version .NewVersion ("0.50.2 " ))
10
+ var Version * version.Version = version .Must (version .NewVersion ("0.50.3 " ))
11
11
12
12
// ReferenceLink returns the rule reference link
13
13
func ReferenceLink (name string ) string {
Original file line number Diff line number Diff line change 1
1
## What's Changed
2
+ * build(deps): Bump github.com/zclconf/go-cty from 1.14.1 to 1.14.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/1962
3
+ * build(deps): Bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1963
4
+ * build(deps): Bump google.golang.org/grpc from 1.60.1 to 1.61.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1964
5
+ * Ignore module issues that are not valid expressions by @bendrucker in https://github.com/terraform-linters/tflint/pull/1969
6
+ * ` make release ` : invoke ` $EDITOR ` in shell by @bendrucker in https://github.com/terraform-linters/tflint/pull/1971
7
+ * build(deps): Bump sigstore/cosign-installer from 3.3.0 to 3.4.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1970
8
+ * actions: test on macOS by @bendrucker in https://github.com/terraform-linters/tflint/pull/1972
9
+ * test: use darwin_arm64 compatible aws plugin by @bendrucker in https://github.com/terraform-linters/tflint/pull/1973
10
+ * test: document git submodule requirements by @bendrucker in https://github.com/terraform-linters/tflint/pull/1974
2
11
3
- ### Bug Fixes
4
- * Fix a bug where auto-fixed code could not be retrieved via GetFile API by @wata727 in https://github.com/terraform-linters/tflint/pull/1959
5
12
6
- ### Chores
7
- * build(deps): Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in https://github.com/terraform-linters/tflint/pull/1954
8
- * build(deps): Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1956
9
-
10
- ** Full Changelog** : https://github.com/terraform-linters/tflint/compare/v0.50.1...v0.50.2
13
+ ** Full Changelog** : https://github.com/terraform-linters/tflint/compare/v0.50.2...v0.50.3
You can’t perform that action at this time.
0 commit comments