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.40.0 to 2.41.0 in /tools #1763

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps github.com/goreleaser/nfpm/v2 from 2.40.0 to 2.41.0.

Release notes

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

v2.41.0

Changelog

New Features

  • fa30aa2d34eed942c5cc902433e1cb684d4f1460: feat(rpm): support %config(missingok) (#854) (@​caarlos0)

Bug fixes

  • 9aef48ec15b384f22a9418cb286b80939e40149b: fix: improve init (@​caarlos0)
  • cbb71bf6679f8c7ca8dda6880cdce96641485bb8: fix: undefined variable 'staging-pkgs' (#858) (@​robsliwi)

Dependency updates

  • f9f1e15db9e9ac87807f4a9e24edbc2c3fd51755: feat(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11 (#868) (@​dependabot[bot])
  • 3b66a665f52c09f72d73467d3bcfe39a03735f71: feat(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10 (#860) (@​dependabot[bot])

Other work

  • 67fe7b2e6902f541bb7367782b3f55d9745175e7: docs: fix arch and platform env var examples (#862) (@​scop)
  • fec4263cb2da9554b4dffaecc606b6392a244c03: docs: fix bad documentation (@​caarlos0)
  • c2b326f29cf3e30cbe2f481ce7ed81f4a21df866: docs: update cmd docs (@​caarlos0)

Full Changelog: goreleaser/nfpm@v2.40.0...v2.41.0

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?

Commits
  • fec4263 docs: fix bad documentation
  • 9aef48e fix: improve init
  • b207f76 chore(deps): bump anchore/sbom-action from 0.17.2 to 0.17.3 (#867)
  • f9f1e15 feat(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11 (#868)
  • 4e7df29 chore(deps): bump actions/cache from 4.1.0 to 4.1.1 (#866)
  • 02839c0 chore(deps): bump sigstore/cosign-installer from 3.6.0 to 3.7.0 (#865)
  • 3f2a8d0 chore(deps): bump actions/cache from 4.0.2 to 4.1.0 (#864)
  • 5062fe9 chore(deps): bump cachix/install-nix-action from 29 to 30 (#863)
  • 67fe7b2 docs: fix arch and platform env var examples (#862)
  • 31e7c76 chore(deps): bump cachix/install-nix-action from V28 to 29 (#861)
  • 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)

@dependabot dependabot bot added dependencies ignore-for-release Issues/PRs which should be excluded from CHANGELOG and release notes labels Oct 28, 2024
@atc0005 atc0005 added this to the Next Release milestone Nov 7, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/tools/master/github.com/goreleaser/nfpm/v2-2.41.0 branch from d5ebd52 to d478863 Compare November 8, 2024 10:34
@atc0005
Copy link
Owner

atc0005 commented Nov 8, 2024

@dependabot rebase

@atc0005 atc0005 enabled auto-merge November 8, 2024 10:39
Bumps [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) from 2.40.0 to 2.41.0.
- [Release notes](https://github.com/goreleaser/nfpm/releases)
- [Changelog](https://github.com/goreleaser/nfpm/blob/main/.goreleaser.yml)
- [Commits](goreleaser/nfpm@v2.40.0...v2.41.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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/tools/master/github.com/goreleaser/nfpm/v2-2.41.0 branch from d478863 to 5fc11e1 Compare November 8, 2024 10:40
@atc0005 atc0005 merged commit 54560c7 into master Nov 8, 2024
20 checks passed
@atc0005 atc0005 deleted the dependabot/go_modules/tools/master/github.com/goreleaser/nfpm/v2-2.41.0 branch November 8, 2024 10:42
atc0005 added a commit that referenced this pull request Nov 8, 2024
- Update Dockerfile ENV values
- Update README tools version table

refs GH-1763
atc0005 added a commit that referenced this pull request Nov 8, 2024
- Update Dockerfile ENV values
- Update README tools version table

NOTE: This set of changes was intended to be included with
6f4a2ca but due to a glitch
with my editor these were omitted.

refs GH-1763
refs GH-1784
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ignore-for-release Issues/PRs which should be excluded from CHANGELOG and release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant