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

Bump github.com/goreleaser/nfpm/v2 from 2.18.1 to 2.22.0 #13

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 14, 2022

Bumps github.com/goreleaser/nfpm/v2 from 2.18.1 to 2.22.0.

Release notes

Sourced from github.com/goreleaser/nfpm/v2's releases.

v2.22.0

Changelog

New Features

  • e1d35a1b63607e3728424b5b159b54ac9b3894b6: feat(deps): bump github.com/invopop/jsonschema from 0.6.0 to 0.7.0 (#573) (@​dependabot[bot])

Bug fixes

  • 5c3cc38943f1743bcaeb422c2dc65555fc9b12a1: fix: archlinux globs (#574) (@​caarlos0)

Full Changelog: goreleaser/nfpm@v2.21.0...v2.22.0


  • Check out GoReleaser: it integrates nFPM to the release pipeline of your Go projects.

v2.21.0

Changelog

New Features

  • f649caf8f2e414efadbefb812a1357ab57773fe6: feat(deps): bump github.com/klauspost/compress from 1.15.11 to 1.15.12 (#569) (@​dependabot[bot])
  • 2f0c3d3e9f6d2f18e9cf26eb497338c780e09a7c: feat(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#566) (@​dependabot[bot])
  • db4a4e5bfe0547434ace995a21b7471a706da175: feat(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#565) (@​dependabot[bot])

Bug fixes

  • b4bd7817cd67a91b49fd98a9f6de3a4009ba083f: fix: allow using directories as contents in archlinux packager (#568) (@​Arsen6331)

Full Changelog: goreleaser/nfpm@v2.20.0...v2.21.0


  • Check out GoReleaser: it integrates nFPM to the release pipeline of your Go projects.

v2.20.0

Changelog

New Features

  • 249917d3d448b8658b59807df24efb03af3001e9: feat(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#557) (@​dependabot[bot])
  • a18661b627b3b49c1fa4838ba637597cef7c526f: feat: add support for Arch Linux packages (#543) (@​Arsen6331)
  • 7d7280d0fc4e2dae5a4ce24366a7f88c35352e5d: feat: allow to parse from stdin (#559) (@​caarlos0)
  • 1a66c73f3ad5d5091807377d18b85ab2fdf5e1ab: feat: update to go 1.19.2 (@​caarlos0)

Full Changelog: goreleaser/nfpm@v2.19.2...v2.20.0


  • Check out GoReleaser: it integrates nFPM to the release pipeline of your Go projects.

v2.19.2

Changelog

... (truncated)

Commits
  • 5c3cc38 fix: archlinux globs (#574)
  • e1d35a1 feat(deps): bump github.com/invopop/jsonschema from 0.6.0 to 0.7.0 (#573)
  • 3fc3d9c chore(deps): bump anchore/sbom-action from 0.13.0 to 0.13.1 (#571)
  • 38675f9 docs: update schema
  • 50853d3 chore(deps): bump anchore/sbom-action from 0.12.0 to 0.13.0 (#570)
  • b4bd781 fix: allow using directories as contents in archlinux packager (#568)
  • f649caf feat(deps): bump github.com/klauspost/compress from 1.15.11 to 1.15.12 (#569)
  • 2f0c3d3 feat(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#566)
  • db4a4e5 feat(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#565)
  • fc0fe55 docs: fix link
  • 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 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)

Bumps [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) from 2.18.1 to 2.22.0.
- [Release notes](https://github.com/goreleaser/nfpm/releases)
- [Changelog](https://github.com/goreleaser/nfpm/blob/main/.goreleaser.yml)
- [Commits](goreleaser/nfpm@v2.18.1...v2.22.0)

---
updated-dependencies:
- dependency-name: github.com/goreleaser/nfpm/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 14, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 28, 2022

Superseded by #14.

@dependabot dependabot bot closed this Nov 28, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/goreleaser/nfpm/v2-2.22.0 branch November 28, 2022 14:08
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants