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

build(deps): bump github.com/goreleaser/nfpm/v2 from 2.41.1 to 2.41.2 in /tools in the dependencies group #15231

Merged
merged 2 commits into from
Jan 13, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps the dependencies group in /tools with 1 update: github.com/goreleaser/nfpm/v2.

Updates github.com/goreleaser/nfpm/v2 from 2.41.1 to 2.41.2

Release notes

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

v2.41.2

This is mainly dependency updates, but one of these dependencies breaks signing RPMs for RPM <=4.16. See #899 for more information.

Changelog

Bug fixes

  • cc458ba98c9c447291952678398c16aada1cf58f: fix: testifylint and revive lint issues (#884) (@​alexandear)

Dependency updates

  • e95ecbc924b09033a21e054819b66634232c4df5: feat(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 (#885) (@​dependabot[bot])
  • 235d493828be18cac13addb2c5b9924d030a08ed: feat(deps): bump github.com/caarlos0/go-version from 0.1.1 to 0.2.0 (@​caarlos0)
  • 08c4a0a2102e77b0aff527a2ee3fed3e9d635272: feat(deps): bump github.com/invopop/jsonschema from 0.12.0 to 0.13.0 (#897) (@​dependabot[bot])
  • 4e676b1e96c2832ab92ce954b6c2e1c6fc1c3c45: feat(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#888) (@​dependabot[bot])
  • b08b643ffe77d2bfb0561cf1c631c6cacb60e50c: feat(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0 (#893) (@​dependabot[bot])

Build process updates

  • d87d9899e3be2c27cb3c0a8c55d6d013c4819845: ci: aur sources archive content (#896) (@​ldez)
  • 07a1f8858e3ad8034360ac8f618e68159602c54b: ci: publish AUR from sources (#895) (@​ldez)
  • 641bcf2d631555aac74d0fb09aa2d98b91fb2427: ci: release metadata (#882) (@​caarlos0)
  • cf9e795a7e91dfdb321b5a27d2018a9906139216: ci: update dependabot config (@​caarlos0)

Other work

  • a3331496ea1a5844b844db9a57fe5af26b421664: docs: sponsor logo (#887) (@​caarlos0)
  • 6b5e6066e564c199ff240f6297a07cbfc66c5078: docs: update cmd docs (@​caarlos0)

Full Changelog: goreleaser/nfpm@v2.41.1...v2.41.2

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
  • f9d9d19 test: test centos10, fedora 40+ (#899)
  • 641bcf2 ci: release metadata (#882)
  • d87d989 ci: aur sources archive content (#896)
  • cf9e795 ci: update dependabot config
  • 61176d6 chore(deps): update chglog
  • 235d493 feat(deps): bump github.com/caarlos0/go-version from 0.1.1 to 0.2.0
  • 08c4a0a feat(deps): bump github.com/invopop/jsonschema from 0.12.0 to 0.13.0 (#897)
  • 07a1f88 ci: publish AUR from sources (#895)
  • 72c70bb chore(deps): bump anchore/sbom-action from 0.17.8 to 0.17.9 (#894)
  • b08b643 feat(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0 (#893)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group in /tools with 1 update: [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm).


Updates `github.com/goreleaser/nfpm/v2` from 2.41.1 to 2.41.2
- [Release notes](https://github.com/goreleaser/nfpm/releases)
- [Changelog](https://github.com/goreleaser/nfpm/blob/main/.goreleaser.yml)
- [Commits](goreleaser/nfpm@v2.41.1...v2.41.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 13, 2025 17:46
@dependabot dependabot bot added dependency go Pull requests that update Go code labels Jan 13, 2025
Copy link
Contributor

mergify bot commented Jan 13, 2025

This pull request does not have a backport label. Could you fix it @dependabot[bot]? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-7.17 is the label to automatically backport to the 7.17 branch.
  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit.
  • backport-8.x is the label to automatically backport to the 8.x branch.

Copy link
Contributor

mergify bot commented Jan 13, 2025

backport-8.x has been added to help with the transition to the new branch 8.x.
If you don't need it please use backport-skip label.

@mergify mergify bot added the backport-8.x Automated backport to the 8.x branch with mergify label Jan 13, 2025
@kruskall kruskall enabled auto-merge (squash) January 13, 2025 20:02
@kruskall kruskall merged commit e7d955e into main Jan 13, 2025
12 checks passed
@kruskall kruskall deleted the dependabot/go_modules/tools/dependencies-7f268b7e73 branch January 13, 2025 20:11
mergify bot pushed a commit that referenced this pull request Jan 13, 2025
Bumps the dependencies group in /tools with 1 update: [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm).

Updates `github.com/goreleaser/nfpm/v2` from 2.41.1 to 2.41.2
- [Release notes](https://github.com/goreleaser/nfpm/releases)
- [Changelog](https://github.com/goreleaser/nfpm/blob/main/.goreleaser.yml)
- [Commits](goreleaser/nfpm@v2.41.1...v2.41.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit e7d955e)
mergify bot added a commit that referenced this pull request Jan 14, 2025
Bumps the dependencies group in /tools with 1 update: [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm).

Updates `github.com/goreleaser/nfpm/v2` from 2.41.1 to 2.41.2
- [Release notes](https://github.com/goreleaser/nfpm/releases)
- [Changelog](https://github.com/goreleaser/nfpm/blob/main/.goreleaser.yml)
- [Commits](goreleaser/nfpm@v2.41.1...v2.41.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit e7d955e)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-8.x Automated backport to the 8.x branch with mergify dependency go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant