1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-09-30 18:01:23 +02:00
Commit Graph

823 Commits

Author SHA1 Message Date
Yaron de Leeuw
10d777660e
feat: unfork rpmpack. (#688)
Go back to using upstream github.com/google/rpmpack instead of nfpm's
forked version.

See #640
2023-07-10 09:25:05 -03:00
dependabot[bot]
90d060d528
feat(deps): bump github.com/klauspost/compress from 1.16.6 to 1.16.7 (#687) 2023-07-04 09:43:28 -03:00
dependabot[bot]
e01406ff18
chore(deps): bump sigstore/cosign-installer from 3.1.0 to 3.1.1 (#686)
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  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>
2023-06-28 09:47:54 -03:00
caarlos0
784152e29a docs: update cmd docs 2023-06-27 13:31:58 +00:00
Carlos Alexandro Becker
f8c8ab0057
fix: use goversion lib (#685)
* feat: use goversion lib

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

* fix: trailing empty line

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

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-06-27 10:31:04 -03:00
Carlos Alexandro Becker
90d33177a3
chore: fmt
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-06-27 11:30:03 +00:00
figsoda
4afeb94599
fix: version output (#684) 2023-06-27 08:17:43 -03:00
caarlos0
01f8a9ae95 docs: update cmd docs 2023-06-26 14:37:20 +00:00
Carlos Alexandro Becker
0110358b33
feat: update chglog
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
v2.31.0
2023-06-26 13:56:10 +00:00
Carlos Alexandro Becker
aff8ca31e9
feat: update protonmail/crypto (#680)
* feat: update protonmail/crypto

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

* chore: update

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

* fix: actually run the centos tests

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

* chore: improve test ordering

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

* fix: signing rpms

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

* feat: rpm.signature.format

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

* test: improvements

* Revert "feat: rpm.signature.format"

This reverts commit 9c46a58fffec0b51cd7f4bb32d960e90b505cf40.

* fix: revert unneeded changes

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

* fix: use my fork

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

* revert: some unneeded changes

* test: fix order

* chore: finally fixed

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

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-06-26 10:19:35 -03:00
dependabot[bot]
ce79fa43ef
chore(deps): bump sigstore/cosign-installer from 3.0.5 to 3.1.0 (#683) 2023-06-26 13:16:59 +00:00
Carlos Alexandro Becker
d8d067cb0b
chore: fix typo 2023-06-24 16:18:45 +00:00
Carlos Alexandro Becker
907d1d4e39
build: test signing on fedora 34 and 36 2023-06-24 16:17:52 +00:00
Carlos Alexandro Becker
7f1f65a942
build: use correct centos9 image 2023-06-24 16:17:11 +00:00
Carlos Alexandro Becker
6a6032276b
fix: actually run the centos tests
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-06-24 15:57:20 +00:00
Carlos Alexandro Becker
5181accf18
build: use better centos images
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-06-24 15:57:16 +00:00
Carlos Alexandro Becker
fd63f71ad6
build: test on debian 11
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-06-21 22:17:59 +00:00
Carlos Alexandro Becker
3e892a7551
test: signatures on centos 7 and 8 (#678)
* test: signatures on centos 7 and 8

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

* fix: remove test for centos7, added for centos9

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

* chore: add back build tags

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

* chore: revert unneeded changes

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

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-06-21 19:11:51 -03:00
dependabot[bot]
9aea44824f
chore(deps): bump anchore/sbom-action from 0.14.2 to 0.14.3 (#677) 2023-06-21 19:01:57 +00:00
dependabot[bot]
707c969082
feat(deps): bump github.com/klauspost/compress from 1.16.5 to 1.16.6 (#676)
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.16.5 to 1.16.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.16.5...v1.16.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>
2023-06-14 10:33:30 -03:00
caarlos0
18db0ecefe docs: update cmd docs 2023-06-07 02:47:19 +00:00
Shunsuke Suzuki
3e5d930439
chore: remove space from asset name (#674) v2.30.1 2023-06-06 23:36:59 -03:00
caarlos0
a72ecd200b docs: update cmd docs 2023-06-05 18:31:09 +00:00
Carlos Alexandro Becker
af65ba8a60
chore: remove some panics
It'll only error if the flag doesn't exist, which is not that bad, so
I just removed the panics for now... like the other options set the same
way.
v2.30.0
2023-06-05 17:45:31 +00:00
Ville Skyttä
5820ab17f6
feat: expand environment variables in deb fields values (#667) 2023-06-05 13:04:43 -03:00
Ville Skyttä
8b1af19c32
feat: completion improvements (#668)
* feat: add flag argument completions

* feat: do not offer completions for commands taking no args
2023-06-05 13:01:30 -03:00
Ville Skyttä
0be01236fe
fix(build): depguard (v2) config for >= 1.53 (#669) 2023-06-05 13:00:16 -03:00
dependabot[bot]
14ce368f13
feat(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#666)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.3 to 1.8.4.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.3...v1.8.4)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  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>
2023-05-31 10:51:56 -03:00
dependabot[bot]
1775791519
feat(deps): bump github.com/imdario/mergo from 0.3.15 to 0.3.16 (#664)
Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo) from 0.3.15 to 0.3.16.
- [Release notes](https://github.com/imdario/mergo/releases)
- [Commits](https://github.com/imdario/mergo/compare/v0.3.15...v0.3.16)

---
updated-dependencies:
- dependency-name: github.com/imdario/mergo
  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>
2023-05-29 10:01:34 -03:00
Carlos Alexandro Becker
b6798f6b03
fix: add filename to error log
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-05-26 14:31:34 +00:00
Carlos Alexandro Becker
cd2c3e41cc
build: fix url 2023-05-24 03:36:42 +00:00
Carlos Alexandro Becker
cbc2603536
build: fix goreleaser deprecations 2023-05-24 03:22:40 +00:00
caarlos0
96f5d5c2ce docs: update cmd docs 2023-05-24 03:19:26 +00:00
Carlos Alexandro Becker
ed9abdf63d
sec: fix for CVE-2023-32698
This commit merely documents all commits related to fixing
CVE-2023-32698, as they were a bit spread.

It also has the intent of showing up properly in our changelog.

Here's the commit list:

* 8e517cca1704e5af68769e9401e51ea139022f9c
* f64a311eefea340cd3f20cd4568de41b4c5e9aa6
* 66c3d277cfee061b2ec3b2a31c15a1f879b8539d

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
v2.29.0
2023-05-24 02:57:09 +00:00
Carlos Alexandro Becker
4593dcb36a
build: improve changelog
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-05-24 02:56:43 +00:00
Carlos Alexandro Becker
e01884ecba
build: improve release notes 2023-05-24 02:54:42 +00:00
Carlos Alexandro Becker
f6f8048d47
test: stabilize arch test 2023-05-24 02:45:49 +00:00
Carlos Alexandro Becker
7d6a77bee6
test: fix arch tests 2023-05-24 02:42:13 +00:00
Carlos Alexandro Becker
815b388464
test: fix
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-05-24 02:39:13 +00:00
Carlos Alexandro Becker
9524bb8a26
fix: mips softfloat/hardfloat handling 2023-05-24 02:34:03 +00:00
Carlos Alexandro Becker
a8c16744a1
test: fix files test 2023-05-24 02:33:54 +00:00
Carlos Alexandro Becker
66c3d277cf
test: fixes
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-05-24 02:14:30 +00:00
Carlos Alexandro Becker
f64a311eef
fix: improve umask tests and documentation
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-05-24 01:48:56 +00:00
caarlos0
858b78b7c1 docs: update cmd docs 2023-05-24 01:48:01 +00:00
Carlos Alexandro Becker
8e517cca17
Merge pull request from GHSA-w7jw-q4fg-qc4c
* feat(security): adds the umask option

closes https://github.com/goreleaser/nfpm/security/advisories/GHSA-w7jw-q4fg-qc4c

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

* fix: correct bitwise op

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-05-23 22:45:48 -03:00
Carlos Alexandro Becker
9ac328846c
fix: deb arm64
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-05-22 00:36:55 +00:00
Carlos Alexandro Becker
6dc5db365b
test: fix deb/rpm tests
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-05-21 23:05:10 +00:00
dependabot[bot]
561c39b135
feat(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#661)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.3.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.3)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  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>
2023-05-19 11:52:44 -03:00
Carlos Alexandro Becker
2b9864a79e
docs: update SECURITY.md 2023-05-18 14:18:54 -03:00
dependabot[bot]
3e6b70b477
chore(deps): bump sigstore/cosign-installer from 3.0.4 to 3.0.5 (#660) 2023-05-18 09:36:11 -03:00