-
Notifications
You must be signed in to change notification settings - Fork 383
Comparing changes
Open a pull request
base repository: terraform-linters/tflint
base: v0.52.0
head repository: terraform-linters/tflint
compare: v0.53.0
- 15 commits
- 33 files changed
- 3 contributors
Commits on Jul 8, 2024
-
build(deps): Bump golang.org/x/net from 0.26.0 to 0.27.0 (#2086)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bd98512 - Browse repository at this point
Copy the full SHA bd98512View commit details -
build(deps): Bump google.golang.org/grpc from 1.64.0 to 1.65.0 (#2088)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 423e0c4 - Browse repository at this point
Copy the full SHA 423e0c4View commit details
Commits on Jul 30, 2024
-
build(deps): Bump github.com/terraform-linters/tflint-plugin-sdk (#2090)
Bumps [github.com/terraform-linters/tflint-plugin-sdk](https://github.com/terraform-linters/tflint-plugin-sdk) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/terraform-linters/tflint-plugin-sdk/releases) - [Changelog](https://github.com/terraform-linters/tflint-plugin-sdk/blob/master/CHANGELOG.md) - [Commits](terraform-linters/tflint-plugin-sdk@v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: github.com/terraform-linters/tflint-plugin-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e9396de - Browse repository at this point
Copy the full SHA e9396deView commit details -
build(deps): Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 (#2089
) Bumps [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty) from 1.14.4 to 1.15.0. - [Release notes](https://github.com/zclconf/go-cty/releases) - [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md) - [Commits](zclconf/go-cty@v1.14.4...v1.15.0) --- updated-dependencies: - dependency-name: github.com/zclconf/go-cty dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 90494f3 - Browse repository at this point
Copy the full SHA 90494f3View commit details
Commits on Aug 12, 2024
-
build(deps): Bump golang.org/x/text from 0.16.0 to 0.17.0 (#2098)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ce1a363 - Browse repository at this point
Copy the full SHA ce1a363View commit details -
build(deps): Bump sigstore/cosign-installer from 3.5.0 to 3.6.0 (#2097)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b196418 - Browse repository at this point
Copy the full SHA b196418View commit details -
build(deps): Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 (#2092)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cb7cb6c - Browse repository at this point
Copy the full SHA cb7cb6cView commit details -
build(deps): Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#2099)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8fb26f3 - Browse repository at this point
Copy the full SHA 8fb26f3View commit details
Commits on Aug 13, 2024
-
build(deps): Bump golang.org/x/net from 0.27.0 to 0.28.0 (#2100)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6b16c20 - Browse repository at this point
Copy the full SHA 6b16c20View commit details -
build(deps): Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (#…
…2091) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 93fdd50 - Browse repository at this point
Copy the full SHA 93fdd50View commit details -
build(deps): Bump github.com/terraform-linters/tflint-ruleset-terrafo…
…rm from 0.8.0 to 0.9.1 (#2093) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5833005 - Browse repository at this point
Copy the full SHA 5833005View commit details
Commits on Aug 17, 2024
-
Fix a race condition when evaluating on the root context (#2096)
* Add an E2E test for race conditions * Fix a race condition when evaluating on the root context The root runner's Evaluator is shared across goroutines, so side effects on the CallStack are not goroutine safe. We solve this problem by moving the CallStack into a Scope for each evaluation.
Configuration menu - View commit details
-
Copy full SHA for 01b2a57 - Browse repository at this point
Copy the full SHA 01b2a57View commit details -
chore: bump to use go 1.23.0 (#2101)
* chore: bump to use go 1.23.0 Signed-off-by: Rui Chen <[email protected]> * bump golangci-lint to the latest (built with go1.23) * fix govet lint failures * fix args wrong order lint failure --------- Signed-off-by: Rui Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49b2851 - Browse repository at this point
Copy the full SHA 49b2851View commit details -
Signed-off-by: Rui Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 343cafc - Browse repository at this point
Copy the full SHA 343cafcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51fe073 - Browse repository at this point
Copy the full SHA 51fe073View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.52.0...v0.53.0