Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/bflad/tfproviderlint from 0.29.0 to 0.30.0 in /.ci/providerlint #1136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

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

Release notes

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

v0.30.0

No release notes provided.

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)
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

You can trigger a rebase of this PR 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 <dependency name> 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 22, 2024
Copy link

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

Copy link

Thank you for your contribution! 🚀

Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the go.mod or go.sum files and commit them into this pull request.

Additional details:

  • Check open pull requests with the dependencies label to view other dependency updates.
  • If this pull request includes an update the AWS Go SDK (or any other dependency) version, only updates submitted via dependabot will be merged. This pull request will need to remove these changes and will need to be rebased after the existing dependency update via dependabot has been merged for this pull request to be reviewed.
  • If this pull request is for supporting a new AWS service:
    • Ensure the new AWS service changes are following the Contributing Guide section on new services, in particular that the dependency addition and initial provider support are in a separate pull request from other changes (e.g. new resources). Contributions not following this item will not be reviewed until the changes are split.
    • If this pull request is already a separate pull request from the above item, you can ignore this message.

Bumps [github.com/bflad/tfproviderlint](https://github.com/bflad/tfproviderlint) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/bflad/tfproviderlint/releases)
- [Changelog](https://github.com/bflad/tfproviderlint/blob/main/CHANGELOG.md)
- [Commits](bflad/tfproviderlint@v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: github.com/bflad/tfproviderlint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/dot-ci/providerlint/github.com/bflad/tfproviderlint-0.30.0 branch from e57df05 to c336885 Compare July 23, 2024 19:29
@github-actions github-actions bot added documentation Improvements or additions to documentation linter labels Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation go Pull requests that update Go code linter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants