1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +02:00
Commit Graph

2730 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
2edebf0029
feat: add arm64 to the default goarch list (#1999)
* feat: add arm64 to the default goarch list

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: tests

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-07 12:25:52 +00:00
Carlos Alexandro Becker
873f35a2c2
refactor: use t instead of tt (#2000)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-07 09:15:32 -03:00
Justin Hammond
49c17befcf
fix: Adds comments to formula template to conform to 'brew audit --strict --online' (#2001)
* fix: Adds comments to formula template to conform to 'brew audit'

* Adding expected output to formula testdata files
2021-01-07 09:14:50 -03:00
dependabot[bot]
a52b1482b4
chore(deps): bump github.com/xanzy/go-gitlab from 0.40.2 to 0.41.0 (#1997)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.40.2 to 0.41.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases)
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.40.2...v0.41.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-01-06 14:55:12 +00:00
dependabot[bot]
2eb0f4a39e
chore(deps): bump github.com/jarcoal/httpmock from 1.0.6 to 1.0.7 (#1998)
Bumps [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jarcoal/httpmock/releases)
- [Commits](https://github.com/jarcoal/httpmock/compare/v1.0.6...v1.0.7)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-06 11:45:32 -03:00
Carlos Alexandro Becker
836db43491
chore(ci): dependabot automerge 2021-01-06 11:45:19 -03:00
dependabot[bot]
7151901967
chore(deps): bump codecov/codecov-action from v1.2.0 to v1.2.1 (#1996)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.2.0 to v1.2.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1.2.0...e156083f13aff6830c92fc5faa23505779fbf649)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-06 11:44:56 -03:00
Carlos Alexandro Becker
df10503785 docs: nfpm extra and priority
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-05 22:55:16 -03:00
Ryan Currah
ac0cc32142
feat(nfpm): wire up two additional nfpm properties (#1995)
The properties Section and Priority are currently ommited from the goreleaser config. This commit wires them up so we can use them to build our packages.
2021-01-06 01:04:46 +00:00
dependabot[bot]
a9c143c24b
chore(deps): bump codecov/codecov-action from v1.1.1 to v1.2.0 (#1993)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.1.1 to v1.2.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1.1.1...a92c414703a4bba586f6df7fcc885c9d0bdff772)

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>
2021-01-05 11:42:56 +00:00
dependabot[bot]
2606aba8d1
chore(deps): bump github.com/goreleaser/nfpm/v2 from 2.1.2 to 2.2.2 (#1994)
Bumps [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) from 2.1.2 to 2.2.2.
- [Release notes](https://github.com/goreleaser/nfpm/releases)
- [Changelog](https://github.com/goreleaser/nfpm/blob/master/.goreleaser.yml)
- [Commits](https://github.com/goreleaser/nfpm/compare/v2.1.2...v2.2.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 08:33:29 -03:00
Carlos Alexandro Becker
f87e1caf26 docs: use_buildx on docker_manifests
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-04 14:31:37 -03:00
Carlos Alexandro Becker
8babf609cb fix(ci): pull before building
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-04 14:29:31 -03:00
Carlos Alexandro Becker
0153b4848c chore(ci): remove debug
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-04 14:25:27 -03:00
Carlos Alexandro Becker
11e3afe1c8 feat: remove deprecated options (brew.github & brew.gitlab)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-04 14:24:25 -03:00
Carlos Alexandro Becker
ba05388ec6 docs: clarify use_buildx and --load
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-04 14:20:12 -03:00
Carlos Alexandro Becker
5a0f0f6cfa
fix: load (#1990)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-04 14:05:18 -03:00
Carlos Alexandro Becker
badf7baeaf chore(ci): debug
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-04 13:02:44 -03:00
Carlos Alexandro Becker
9146995415 fix(ci): setup buildx
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-04 12:29:23 -03:00
Carlos Alexandro Becker
782cb96e59 chore(ci): goreleaser config
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-04 12:11:28 -03:00
Carlos Alexandro Becker
73757acff9 docs: add multi-plat docker images to tutorials
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-04 12:06:20 -03:00
Carlos Alexandro Becker
05d523d93a test: build with buildx
refs 0097bdc52d
refs #1989

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-04 12:00:07 -03:00
Carlos Alexandro Becker
9d47cfde48 fix(ci): setup qemu
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-04 11:48:21 -03:00
Carlos Alexandro Becker
0097bdc52d feat: use docker buildx build
refs #1989

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-04 11:27:27 -03:00
Carlos Alexandro Becker
ea83297e73 fix: more logs for docker manifest
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-04 10:37:04 -03:00
Carlos Alexandro Becker
528ee5a88e fix: arm64 docker img
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-31 15:29:40 -03:00
Carlos Alexandro Becker
1c76860e93 fix: lint issue
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-31 14:25:30 -03:00
Carlos Alexandro Becker
6735cf01a6
feat: simplify docker images (#1979)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-31 10:53:45 -03:00
Carlos Alexandro Becker
dab94bafc2 fix: typo
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-30 17:37:12 -03:00
Carlos Alexandro Becker
86b30e8f31 fix: race condition
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-30 17:36:31 -03:00
Carlos Alexandro Becker
71c6d96da6 docs: fix nfpm symlink example
closes #1982

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-30 15:49:44 -03:00
Carlos Alexandro Becker
8e45550e50 test: improve assertion
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-30 09:26:13 -03:00
Carlos Alexandro Becker
1195844e47 fix: nfpm not including extra files
closes #1980

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-30 09:23:14 -03:00
Carlos Alexandro Becker
c613dd9c95
fix: manifest with no parallelism (#1978)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-29 15:17:23 -03:00
dependabot[bot]
1b0b6be8c5
chore(deps): bump github.com/golangci/golangci-lint from 1.33.0 to 1.34.1 (#1975)
* chore(deps): bump github.com/golangci/golangci-lint

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.33.0 to 1.34.1.
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/golangci/golangci-lint/compare/v1.33.0...v1.34.1)

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

* fix: lint issues

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: go mod tidy

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-29 15:40:21 +00:00
Carlos Alexandro Becker
47f1a448dd test: fix unstable test
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-29 11:57:56 -03:00
Carlos Alexandro Becker
93a94d1dad
chore(ci): improve dockerfile/manifest (#1974)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-28 17:36:57 -03:00
Carlos Alexandro Becker
d502e59479
fix(docker): handle empty docker images (#1972)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-28 17:36:46 -03:00
Carlos Alexandro Becker
cdff6487e1 docs: ignore twitter 400 on htmltest
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-28 17:34:30 -03:00
Carlos Alexandro Becker
35f87451f3
docs: improve docker_manifest examples (#1973)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-28 17:32:40 -03:00
dependabot[bot]
6739c19308
chore(deps): bump github.com/xanzy/go-gitlab from 0.40.1 to 0.40.2 (#1957)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.40.1 to 0.40.2.
- [Release notes](https://github.com/xanzy/go-gitlab/releases)
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.40.1...v0.40.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 16:38:56 -03:00
Ronnie
381625e664
docs: add changie to changelog generators (#1970) 2020-12-28 16:38:37 -03:00
Carlos Alexandro Becker
20bdf9def1
feat: upgrade nfpm (#1968)
* feat: upgrade nfpm

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* feat: upgrade nfpm

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: test

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* docs: nfpm

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-28 17:40:23 +00:00
dependabot[bot]
28562a319e
chore(deps): bump codecov/codecov-action from v1.1.0 to v1.1.1 (#1960)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.1.0 to v1.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1.1.0...1fc7722ded4708880a5aea49f2bfafb9336f0c8d)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-25 20:39:04 -03:00
Carlos Alexandro Becker
2615b6cd4f
feat: ugprade nfpm (#1964)
* feat: ugprade nfpm

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* feat: ugprade nfpm

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: fmt

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: tests

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: do not modify list

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-12-24 02:07:48 +00:00
CrazyMax
f10873d919
Revert "feat: allow automatic snapshot on dirty state (#1958)" (#1962)
This reverts commit d8a0f253d1.
2020-12-22 11:04:51 -03:00
CrazyMax
d8a0f253d1
feat: allow automatic snapshot on dirty state (#1958)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-12-22 10:41:08 -03:00
Rico
9423da1b60
docs: unify naming of .goreleaser.yml file (#1955)
Since multiple filenames for the config file are allowed, we find several different usages of the file names in the docs:
- .goreleaser.yml
- goreleaser.yml
- .goreleaser.yaml
- goreleaser.yaml

I find that using a single filename in the docs is more intuitive for new users. Hence I replaced all occurrences of the filename with `.goreleaser.yml`.
2020-12-20 10:56:00 -03:00
dependabot[bot]
65e264abc5
chore(deps): bump codecov/codecov-action from v1.0.15 to v1.1.0 (#1953)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.15 to v1.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1.0.15...7de43a7373de21874ae196a78f8eb633fcf7f0c4)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-18 08:27:58 -03:00
dependabot[bot]
8d7f4366e0
chore(deps): bump github.com/ulikunitz/xz from 0.5.8 to 0.5.9 (#1954)
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) from 0.5.8 to 0.5.9.
- [Release notes](https://github.com/ulikunitz/xz/releases)
- [Commits](https://github.com/ulikunitz/xz/compare/v0.5.8...v0.5.9)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-18 08:27:43 -03:00