armsnyder / terraform-provider-gitlab

Terraform GitLab provider
https://www.terraform.io/docs/providers/gitlab/
Mozilla Public License 2.0
0 stars 1 forks source link

build(deps): bump github.com/bflad/tfproviderlint from 0.28.1 to 0.30.0 in /tools #279

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps github.com/bflad/tfproviderlint from 0.28.1 to 0.30.0.

Release notes

Sourced from github.com/bflad/tfproviderlint's releases.

v0.30.0

No release notes provided.

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, and windows/arm64 (#258)

BUG FIXES

  • all: Prevented Go 1.18 and later internal error: package XXX without types was imported errors (#270)
Changelog

Sourced from github.com/bflad/tfproviderlint's changelog.

v0.30.0

BREAKING CHANGES

  • passes/R008: Due to removing terraform-plugin-sdk v1 support, this check will no longer return reports.
  • passes/S034: Due to removing terraform-plugin-sdk v1 support, this check will no longer return reports.
  • passes/V002: Due to removing terraform-plugin-sdk v1 support, this check will no longer return reports.
  • passes/V003: Due to removing terraform-plugin-sdk v1 support, this check will no longer return reports.
  • passes/V004: Due to removing terraform-plugin-sdk v1 support, this check will no longer return reports.
  • passes/V005: Due to removing terraform-plugin-sdk v1 support, this check will no longer return reports.
  • passes/V006: Due to removing terraform-plugin-sdk v1 support, this check will no longer return reports.
  • passes/V007: Due to removing terraform-plugin-sdk v1 support, this check will no longer return reports.
  • passes/V008: Due to removing terraform-plugin-sdk v1 support, this check will no longer return reports.

NOTES

  • all: This Go module and the associated Docker image has been updated to Go 1.21 per the Go support policy. Any consumers building on earlier Go versions or dependent on earlier Go version functionality may experience errors. (#299 / #308)
  • all: Support for terraform-plugin-sdk v1 has been removed as it has been end-of-life for many years. Any checks that were only for that dependency have been converted to skip all logic and return no reports. (#305)
  • all: For Go module consumers, provider SDK dependencies such as github.com/hashicorp/terraform-plugin-sdk at a specific version are no reflected in the main Go module. This should prevent dependency conflict errors and potentially reduce indirect dependency security notices. (#307)

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, and windows/arm64 (#258)

BUG FIXES

  • all: Prevented Go 1.18 and later internal error: package XXX without types was imported errors (#270)
Commits
  • f3e589f Ensure release workflow testing also downloads Go modules prior to analysis t...
  • 2bfdbfe Update CHANGELOG for v0.30.0
  • 07551c2 Update Docker image to golang:1.21-bookworm (#308)
  • 3fde41a Move analysis testing to Go module support (#307)
  • 33d67b5 Remove terraform-plugin-sdk (v1) support (#305)
  • 5e0e458 build(deps): bump crazy-max/ghaction-import-gpg from 5.3.0 to 6.1.0 (#301)
  • 1a8803b build(deps): bump docker/login-action from 2.2.0 to 3.1.0 (#302)
  • e16bdc2 build(deps): bump actions/checkout from 3.5.3 to 4.1.6 (#300)
  • 65f119d build(deps): bump actions/setup-go from 4.0.1 to 5.0.1 (#303)
  • b93ef91 build(deps): bump goreleaser/goreleaser-action from 4.3.0 to 5.1.0 (#304)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
github-actions[bot] commented 4 months ago

Marking this pull request as stale due to 30 days of inactivity. If this pull request receives no comments in the next 14 days it will be closed. Maintainers can also remove the stale label.

To help this pull request get reviewed, please check that it is rebased onto the latest main and is passing automated checks. It also helps if you could reference an issue that the pull request resolves, and create one if it doesn't exist.

github-actions[bot] commented 4 months ago

This PR was closed because it has been stale for 14 days with no activity.

dependabot[bot] commented 4 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.