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.20.0 #10

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 17, 2022

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

Release notes

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

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

Bug fixes

  • 8a1b1fcc04cf22a089d97c70e58cceeeadb6d761: fix: dont modify slices in a loop (#554) (@​djgilcrease)

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


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

v2.19.1

Changelog

Full Changelog: goreleaser/nfpm@v2.19.0...v2.19.1


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

v2.19.0

Changelog

New Features

  • c97c714e61fdbe7dc7822681789b433b6915b95b: feat(deps): bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (#551) (@​dependabot[bot])
  • db0ef254fad075b6227a7902d1a04e56cfc81d53: feat(deps): bump github.com/klauspost/compress from 1.15.1 to 1.15.11 (#552) (@​dependabot[bot])
  • 4db80ebff34ebf9051727b6505d6df85d540797c: feat: allow env expansion in conflicts, suggests, recommends, depends… (#548) (@​djgilcrease)
  • 437d9ef31aded49fc4bc9aab058c9a659978bd12: feat: upgrade to go 1.19 (#542) (@​caarlos0)

Bug fixes

  • e78d8b58249dda6efb1bc47127217e71fd98629a: fix: fish completions path on nfpm (#547) (@​caarlos0)
  • 92d4dc23ceb203be1b2fdc2b5f693130b0f9a411: fix: govulncheck, semgrep & ruleguard scan/fixes (#544) (@​caarlos0)

Full Changelog: goreleaser/nfpm@v2.18.1...v2.19.0

... (truncated)

Commits
  • 46d2a44 test: improve coverage a bit
  • a18661b feat: add support for Arch Linux packages (#543)
  • 1a66c73 feat: update to go 1.19.2
  • 7d7280d feat: allow to parse from stdin (#559)
  • 249917d feat(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#557)
  • a09a431 chore(deps): bump sigstore/cosign-installer from 2.7.0 to 2.8.0 (#556)
  • 8a1b1fc fix: dont modify slices in a loop (#554)
  • a7a2df2 chore: announce patches too
  • f75a3fb chore: workflows being skipped when they shouldn't
  • 62aac74 chore: fix workflow
  • 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.20.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.20.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 Oct 17, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 7, 2022

Superseded by #12.

@dependabot dependabot bot closed this Nov 7, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/goreleaser/nfpm/v2-2.20.0 branch November 7, 2022 14:06
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