1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-04-24 13:25:08 +02:00
Commit Graph

955 Commits

Author SHA1 Message Date
dependabot[bot] 3ee9df5f08
feat(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#815)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-19 15:25:33 -03:00
dependabot[bot] b381d5144d
feat(deps): bump github.com/goreleaser/chglog from 0.5.0 to 0.6.0 (#813) 2024-04-18 11:30:39 -03:00
Carlos Alexandro Becker 409b51628a
feat(rpm): properly handle optional fields (#809)
closes  #619

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-04-15 08:02:58 -03:00
dependabot[bot] ccfa2f4b18
chore(deps): bump sigstore/cosign-installer from 3.4.0 to 3.5.0 (#812) 2024-04-12 13:10:20 +00:00
dependabot[bot] 311860860c
feat(deps): bump github.com/klauspost/compress from 1.17.7 to 1.17.8 (#811)
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.7 to 1.17.8.
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](https://github.com/klauspost/compress/compare/v1.17.7...v1.17.8)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-10 08:56:29 -03:00
dependabot[bot] 53815fbb5c
feat(deps): bump github.com/ulikunitz/xz from 0.5.11 to 0.5.12 (#810)
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) from 0.5.11 to 0.5.12.
- [Commits](https://github.com/ulikunitz/xz/compare/v0.5.11...v0.5.12)

---
updated-dependencies:
- dependency-name: github.com/ulikunitz/xz
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-04 09:37:03 -03:00
Carlos Alexandro Becker 157bd8dfd7
build: fix workflow-dispatch deleted tag 2024-04-01 11:59:05 -03:00
Carlos Alexandro Becker 4e7be8063b
build: do not draft winget pr 2024-04-01 11:59:05 -03:00
caarlos0 cee170f7a9 docs: update cmd docs 2024-04-01 14:58:14 +00:00
Carlos Alexandro Becker 190ce19eca
build: instructions regarding binfmt 2024-04-01 11:17:12 -03:00
Carlos Alexandro Becker a5cccefbf3
build(nix): update flake 2024-04-01 11:06:02 -03:00
Carlos Alexandro Becker 19f864b2d4
build: fix s390x build
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-04-01 10:57:50 -03:00
Carlos Alexandro Becker 2118e9a218
fix(apk): always append .rsa.pub to key name (#808) 2024-03-30 09:36:14 -03:00
Yaroslav 1667ef9585
feat: support PKCS8 keys for APK signing (#804)
* support PKCS8 keys for APK signing

Call correct parsing function for given RSA key depending on its PEM
header. So we can use both PKCS1 and PKCS8 keys to sign APK files.

Fixes https://github.com/goreleaser/nfpm/issues/799

* fix golangci-lint warnings
2024-03-27 10:28:44 -03:00
dependabot[bot] 04298aca7a
chore(deps): bump anchore/sbom-action from 0.15.9 to 0.15.10 (#807)
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.15.9 to 0.15.10.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](https://github.com/anchore/sbom-action/compare/v0.15.9...v0.15.10)

---
updated-dependencies:
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 10:26:51 -03:00
dependabot[bot] a5376659a9
chore(deps): bump actions/cache from 4.0.1 to 4.0.2 (#803)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](ab5e6d0c87...0c45773b62)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-20 08:56:08 -03:00
Carlos Alexandro Becker 507ad79260
build: use s390x in filename
refs #802

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-03-19 10:23:56 -03:00
Carlos Alexandro Becker 2bfa63a13f
test: fix apk integration test
refs #794
2024-03-19 10:20:45 -03:00
caarlos0 7761491ab4 docs: update cmd docs 2024-03-19 13:15:25 +00:00
Carlos Alexandro Becker 7b3fb8b759
fix: lint issues 2024-03-19 10:14:49 -03:00
Carlos Alexandro Becker ba8a7568e0
ci: trigger build on goreleaser config changes 2024-03-19 10:04:27 -03:00
Yan Song Liu ad0161768d
feat: release for s390x (#802)
Signed-off-by: Yan Song Liu <lysliu@cn.ibm.com>
2024-03-19 10:02:26 -03:00
Carlos Alexandro Becker 29c8a210fe
fix(apk): conventional name template (#794)
* fix(apk): conventional name template

closes #793

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* fix: pkginfo

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-03-11 09:05:47 -03:00
dependabot[bot] 4a7322bba1
chore(deps): bump anchore/sbom-action from 0.15.8 to 0.15.9 (#796)
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.15.8 to 0.15.9.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](https://github.com/anchore/sbom-action/compare/v0.15.8...v0.15.9)

---
updated-dependencies:
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-08 13:19:06 -03:00
dependabot[bot] b447c50c27
chore(deps): bump cachix/install-nix-action from 25 to 26 (#797)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 25 to 26.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v25...v26)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-08 13:18:54 -03:00
dependabot[bot] f2711813ee
feat(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#792)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 08:55:55 -03:00
dependabot[bot] ebf76648f6
chore(deps): bump actions/cache from 4.0.0 to 4.0.1 (#791)
* chore(deps): bump actions/cache from 4.0.0 to 4.0.1

Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](13aacd865c...ab5e6d0c87)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-03-01 09:59:33 -03:00
dependabot[bot] cb456b40e7
feat(deps): bump github.com/klauspost/compress from 1.17.6 to 1.17.7 (#789)
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.6 to 1.17.7.
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](https://github.com/klauspost/compress/compare/v1.17.6...v1.17.7)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-22 10:03:28 -03:00
nickajacks1 d0d7c60d34
feat(rpm): add support for verify scriptlet (#788)
Co-authored-by: Nicholas Jackson <nicholas.jackson@zii.aero>
2024-02-21 20:13:30 -03:00
dependabot[bot] 0b1bc17d46
feat(deps): bump github.com/google/rpmpack from 0.5.0 to 0.6.0 (#787)
Bumps [github.com/google/rpmpack](https://github.com/google/rpmpack) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/google/rpmpack/releases)
- [Commits](https://github.com/google/rpmpack/compare/v0.5...v0.6.0)

---
updated-dependencies:
- dependency-name: github.com/google/rpmpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-16 07:41:13 -03:00
dependabot[bot] 41c6debf36
chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#786)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-12 08:50:29 -03:00
dependabot[bot] c3a8e2d185
chore(deps): bump arduino/setup-task from 1 to 2 (#784)
Bumps [arduino/setup-task](https://github.com/arduino/setup-task) from 1 to 2.
- [Release notes](https://github.com/arduino/setup-task/releases)
- [Commits](https://github.com/arduino/setup-task/compare/v1...v2)

---
updated-dependencies:
- dependency-name: arduino/setup-task
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-07 08:53:15 -03:00
dependabot[bot] ac5e97005a
feat(deps): bump github.com/klauspost/compress from 1.17.5 to 1.17.6 (#783)
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.5 to 1.17.6.
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](https://github.com/klauspost/compress/compare/v1.17.5...v1.17.6)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-06 08:01:25 -03:00
dependabot[bot] 69660e6db1
chore(deps): bump anchore/sbom-action from 0.15.7 to 0.15.8 (#780) 2024-02-01 14:47:12 +00:00
dependabot[bot] e0761b58cb
chore(deps): bump codecov/codecov-action from 3 to 4 (#781) 2024-02-01 14:41:29 +00:00
dependabot[bot] 0000c30be9
chore(deps): bump sigstore/cosign-installer from 3.3.0 to 3.4.0 (#782) 2024-02-01 14:41:25 +00:00
caarlos0 277ad52f54 docs: update cmd docs 2024-01-31 17:58:02 +00:00
Carlos Alexandro Becker 5ace4da2fd
ci: update changelog
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-01-31 14:53:18 -03:00
Carlos Alexandro Becker f8ccc9df94
fix: file mode when type: tree (#779)
closes #777

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-01-31 14:51:47 -03:00
dependabot[bot] 48d1a19eb6
chore(deps): bump anchore/sbom-action from 0.15.6 to 0.15.7 (#778)
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.15.6 to 0.15.7.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](https://github.com/anchore/sbom-action/compare/v0.15.6...v0.15.7)

---
updated-dependencies:
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-31 07:11:10 -03:00
Oscar Linderholm e1ebfdad10
fix: honor SOURCE_DATE_EPOCH for files (#775)
If set, SOURCE_DATE_EPOCH will be honored for all content entries.
2024-01-30 07:59:30 -03:00
dependabot[bot] 25f6f2b736
chore(deps): bump anchore/sbom-action from 0.15.5 to 0.15.6 (#776)
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.15.5 to 0.15.6.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](https://github.com/anchore/sbom-action/compare/v0.15.5...v0.15.6)

---
updated-dependencies:
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-30 07:52:48 -03:00
dependabot[bot] fbc55c56be
feat(deps): bump github.com/klauspost/compress from 1.17.4 to 1.17.5 (#774)
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.4 to 1.17.5.
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](https://github.com/klauspost/compress/compare/v1.17.4...v1.17.5)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 09:42:59 -03:00
dependabot[bot] d83a672428
chore(deps): bump anchore/sbom-action from 0.15.4 to 0.15.5 (#773)
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.15.4 to 0.15.5.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](https://github.com/anchore/sbom-action/compare/v0.15.4...v0.15.5)

---
updated-dependencies:
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-23 16:50:07 -03:00
dependabot[bot] 995a27a6fb
chore(deps): bump anchore/sbom-action from 0.15.3 to 0.15.4 (#772) 2024-01-19 11:22:26 +00:00
dependabot[bot] 9c48b79596
feat(deps): bump github.com/ProtonMail/go-crypto (#771)
Bumps [github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto) from 0.0.0-20230828082145-3c4c8a2d2371 to 1.0.0.
- [Release notes](https://github.com/ProtonMail/go-crypto/releases)
- [Commits](https://github.com/ProtonMail/go-crypto/commits/v1.0.0)

---
updated-dependencies:
- dependency-name: github.com/ProtonMail/go-crypto
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-18 13:06:53 -03:00
dependabot[bot] e8832cc97b
chore(deps): bump actions/cache from 3.3.3 to 4.0.0 (#770)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](e12d46a63a...13aacd865c)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-17 08:11:12 -03:00
dependabot[bot] fa60508f92
chore(deps): bump cachix/install-nix-action from 24 to 25 (#768) 2024-01-15 11:51:55 +00:00
dependabot[bot] 9d1e9ebc2b
chore(deps): bump actions/cache from 3.3.2 to 3.3.3 (#767)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](704facf57e...e12d46a63a)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-12 09:20:42 -03:00
dependabot[bot] d7a5dc7957
feat(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#765) 2024-01-09 11:33:03 +00:00