Skip to content

Bump github.com/hashicorp/packer-plugin-sdk from 0.6.0 to 0.6.1 #143

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps github.com/hashicorp/packer-plugin-sdk from 0.6.0 to 0.6.1.

Release notes

Sourced from github.com/hashicorp/packer-plugin-sdk's releases.

v0.6.1

What's Changed

Full Changelog: hashicorp/packer-plugin-sdk@v0.6.0...v0.6.1

Commits
  • d037325 version: cut release v0.6.1
  • 9800105 go.mod: bump go-jose to 4.0.5
  • 99a6159 go.mod: remove toolchain statement
  • 9417a76 deps: update golang depends and bump go version to >=1.23
  • ae49fa1 ci: remove go 1.21 and go 1.22 from test matrix
  • ebb7876 ci: run tests against go 1.23 and 1.24
  • bbf8adc version: prepare v0.6.1-dev
  • 6f42498 version: cut release v0.6.0
  • 6207578 go.mod: tidy up go.mod/go.sum
  • See full diff 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 <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)

@dependabot dependabot bot added dependencies go Pull requests that update go code labels Apr 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 1, 2025 09:48
Bumps [github.com/hashicorp/packer-plugin-sdk](https://github.com/hashicorp/packer-plugin-sdk) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/hashicorp/packer-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/packer-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](hashicorp/packer-plugin-sdk@v0.6.0...v0.6.1)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/packer-plugin-sdk
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@lbajolet-hashicorp lbajolet-hashicorp force-pushed the dependabot/go_modules/github.com/hashicorp/packer-plugin-sdk-0.6.1 branch from 3f70c2d to 4317f98 Compare April 2, 2025 15:45
Version 1.54.2 of the golangci-lint tool is not compatible with go
1.23, which is the version the project is now compiled with.

In order for CI to be able to run correctly, we are therefore bumping
the golangci-lint dependency to 1.60.1 now, so that the lint job can
run again.
A series of changes have made the current .golangci.yml configuration
file non-conformant with latest updates, causing warnings and errors
when attempting to run the tool on the plugin.

This commit fixes all the reported issues with the configurtion,
removing dead checkers and updating the deprecated/removed options in
the config file.
With the 1.60.1 update to golangci-lint and the configuration changes,
some more linting errors were reported by the linter now, so we fix
those that appeared.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies go Pull requests that update go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant