Releases: bflad/tfproviderlint
Releases · bflad/tfproviderlint
v0.31.0
v0.30.0
v0.29.0
NOTES
- all: This Go module and the associated Docker image has been updated to Go 1.19 per the Go support policy. Any consumers building on earlier Go versions or dependent on earlier Go version functionality may experience errors. (#269)
FEATURES
- all: Released binaries now include
darwin/arm64,linux/arm64, andwindows/arm64(#258)
BUG FIXES
- all: Prevented Go 1.18 and later
internal error: package XXX without types was importederrors (#270)
v0.28.1
v0.28.0
v0.27.1
v0.27.0
v0.26.0
v0.25.0
ENHANCEMENTS
- helper/terraformtype/helper/schema: Add constants for new
ResourcetypeCreateWithoutTimeout,DeleteWithoutTimeout,ReadWithoutTimeout, andDeleteWithoutTimeoutfields - xpasses/XR006: Support
CreateWithoutTimeout,DeleteWithoutTimeout,ReadWithoutTimeout, andDeleteWithoutTimeout
Docker images
docker pull bflad/tfproviderlint:0.25.0docker pull bflad/tfproviderlint:0.25docker pull bflad/tfproviderlint:latest
v0.24.0
FEATURES
- New Check:
AT010: check forTestCaseincludingIDRefreshNameimplementation - New Check:
AT011: check forTestCaseincludingIDRefreshIgnoreimplementation withoutIDRefreshName - New Check:
AT012: check for files containing multiple acceptance test function name prefixes - New Check:
V011: check for customSchemaValidateFuncthat implementvalidation.StringLenBetween() - New Check:
V012: check for customSchemaValidateFuncthat implementvalidation.IntAtLeast(),validation.IntAtMost(), orvalidation.IntBetween() - New Check:
V013: check for customSchemaValidateFuncthat implementvalidation.StringInSlice()orvalidation.StringNotInSlice() - New Check:
V014: check for customSchemaValidateFuncthat implementvalidation.IntInSlice()orvalidation.IntNotInSlice()
Docker images
docker pull bflad/tfproviderlint:0.24.0docker pull bflad/tfproviderlint:0.24docker pull bflad/tfproviderlint:latest