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

Go Dependency: Bump github.com/goreleaser/nfpm/v2 from 2.35.3 to 2.36.1 in /tools #1467

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2024

Bumps github.com/goreleaser/nfpm/v2 from 2.35.3 to 2.36.1.

Release notes

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

v2.36.1

Changelog

Build process updates

  • a5cccefbf341573f48b54abca1f0fbd89423a60c: build(nix): update flake (@​caarlos0)
  • 19f864b2d41d940dab62df5e4bf31b1eb205ad44: build: fix s390x build (@​caarlos0)
  • 190ce19eca840f5002e6fc213cf3ec0d2fdd5ec5: build: instructions regarding binfmt (@​caarlos0)

Full Changelog: goreleaser/nfpm@v2.36.0...v2.36.1

Helping out

This release is only possible thanks to all the support of awesome people!

Want to be one of them? You can sponsor or contribute with code.

Where to go next?

v2.36.0

Changelog

New Features

  • d0d7c60d34240226baabc42dd311f1ed20a9fb0e: feat(rpm): add support for verify scriptlet (#788) (@​nickajacks1)
  • ad0161768d61b4ac025e6686037058942d34223e: feat: release for s390x (#802) (@​lysliu)
  • 1667ef9585c38d8e61ac99875211416e7d1f60de: feat: support PKCS8 keys for APK signing (#804) (@​cnt0)

Bug fixes

  • 2118e9a2189201bee370b139f6b6d97fdf69428d: fix(apk): always append .rsa.pub to key name (#808) (@​caarlos0)
  • 29c8a210fee9c641288e89189b1de11c32b0f72a: fix(apk): conventional name template (#794) (@​caarlos0)
  • 7b3fb8b759c72da6b76d015e831057ee08b127a7: fix: lint issues (@​caarlos0)

Dependency updates

  • 0b1bc17d46c53329aeb44562f26d20d2458e996e: feat(deps): bump github.com/google/rpmpack from 0.5.0 to 0.6.0 (#787) (@​dependabot[bot])
  • ac5e97005a53054d8a467e8fb03eccbe8e3fe4d8: feat(deps): bump github.com/klauspost/compress from 1.17.5 to 1.17.6 (#783) (@​dependabot[bot])
  • cb456b40e7c7e5ed8ada87583b8d1012b3bbcc08: feat(deps): bump github.com/klauspost/compress from 1.17.6 to 1.17.7 (#789) (@​dependabot[bot])
  • f2711813eefc33135fa0bff6465dadd1b2743afa: feat(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#792) (@​dependabot[bot])

Build process updates

  • 507ad79260d3c3c851c7f0340d3782240846de91: build: use s390x in filename (@​caarlos0)
  • ba8a7568e0b09eceb3d6a2e50696a68a198f9f30: ci: trigger build on goreleaser config changes (@​caarlos0)

Other work

  • 277ad52f54d1f7b75843c18a79c414f8c977fbb1: docs: update cmd docs (@​caarlos0)
  • 7761491ab4201ad349a34e07bda9a005383d4275: docs: update cmd docs (@​caarlos0)

Full Changelog: goreleaser/nfpm@v2.35.3...v2.36.0

Notes

... (truncated)

Commits
  • 190ce19 build: instructions regarding binfmt
  • a5cccef build(nix): update flake
  • 19f864b build: fix s390x build
  • 2118e9a fix(apk): always append .rsa.pub to key name (#808)
  • 1667ef9 feat: support PKCS8 keys for APK signing (#804)
  • 04298ac chore(deps): bump anchore/sbom-action from 0.15.9 to 0.15.10 (#807)
  • a537665 chore(deps): bump actions/cache from 4.0.1 to 4.0.2 (#803)
  • 507ad79 build: use s390x in filename
  • 2bfa63a test: fix apk integration test
  • 7761491 docs: update cmd docs
  • 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 <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)

Bumps [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) from 2.35.3 to 2.36.1.
- [Release notes](https://github.com/goreleaser/nfpm/releases)
- [Changelog](https://github.com/goreleaser/nfpm/blob/main/.goreleaser.yml)
- [Commits](goreleaser/nfpm@v2.35.3...v2.36.1)

---
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>
@atc0005 atc0005 added this to the Next Release milestone Apr 2, 2024
@atc0005 atc0005 merged commit 8cd66f6 into master Apr 2, 2024
20 checks passed
@atc0005 atc0005 deleted the dependabot/go_modules/tools/master/github.com/goreleaser/nfpm/v2-2.36.1 branch April 2, 2024 09:42
atc0005 added a commit that referenced this pull request Apr 2, 2024
- Update Dockerfile ENV values
- Update README tools version table

refs GH-1467
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant