Skip to content

Commit

Permalink
Bump up version to v0.50.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker committed Feb 5, 2024
1 parent df86b16 commit e34bda7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ body:
- type: input
attributes:
label: TFLint Version
placeholder: '0.50.2'
placeholder: '0.50.3'
validations:
required: true
- type: input
Expand Down
2 changes: 1 addition & 1 deletion tflint/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

// Version is application version
var Version *version.Version = version.Must(version.NewVersion("0.50.2"))
var Version *version.Version = version.Must(version.NewVersion("0.50.3"))

// ReferenceLink returns the rule reference link
func ReferenceLink(name string) string {
Expand Down
17 changes: 10 additions & 7 deletions tools/release/release-note.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
## What's Changed
* 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
* 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
* 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
* Ignore module issues that are not valid expressions by @bendrucker in https://github.com/terraform-linters/tflint/pull/1969
* `make release`: invoke `$EDITOR` in shell by @bendrucker in https://github.com/terraform-linters/tflint/pull/1971
* 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
* actions: test on macOS by @bendrucker in https://github.com/terraform-linters/tflint/pull/1972
* test: use darwin_arm64 compatible aws plugin by @bendrucker in https://github.com/terraform-linters/tflint/pull/1973
* test: document git submodule requirements by @bendrucker in https://github.com/terraform-linters/tflint/pull/1974

### Bug Fixes
* 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

### Chores
* 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
* 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

**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.50.1...v0.50.2
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.50.2...v0.50.3

0 comments on commit e34bda7

Please sign in to comment.