Carlos Alexandro Becker
ef5be03d23
feat: compile to riscv64 ( #2016 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-01-13 17:28:53 +00:00
Carlos Alexandro Becker
838a244830
feat: use num cpu as default parallelism ( #2015 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-01-13 17:21:04 +00:00
dependabot[bot]
b8b0b02f6e
chore(deps): bump github.com/xanzy/go-gitlab from 0.41.0 to 0.42.0 ( #2017 )
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.41.0 to 0.42.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.41.0...v0.42.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-13 12:31:13 +00:00
Sylvia Moss
6d9abe6299
feat: add Os and Arch template options to the Binary name field ( #1936 )
...
* allow Os and Arch tmpl variables in binary name
* update documentation
* fix docs
2021-01-12 20:27:46 +00:00
Carlos Alexandro Becker
4b738be8a1
feat: install completions on linux packages ( #2007 )
...
* feat: install completions on linux packages
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: zsh completion
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-08 21:01:47 +00:00
Sune Keller
2213b073ac
feat(http): resolve custom header template expressions ( #2005 )
...
* feat(http): resolve custom header template expressions
Signed-off-by: Sune Keller <absukl@almbrand.dk>
* test: catch invalid templates in custom headers
Signed-off-by: Sune Keller <absukl@almbrand.dk>
* test: validate header template resolution
Signed-off-by: Sune Keller <absukl@almbrand.dk>
2021-01-08 11:35:12 +00:00
Carlos Alexandro Becker
e8ea231122
feat: allow to use nfpm packages in the docker pipe ( #2003 )
...
* feat: copy nfpms to docker image too
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* test: wip
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: logs
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* test: fixes
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* test: improving
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* docs: deprecations and docker improvements
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: revert .goreleaser.yml changes
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* test: fix
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* docs: fix syntax
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* docs: fixed deprecation warnings
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* test: fix
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* test: coverage
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* test: add one more test case
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* test: fix
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* test: fix
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-01-07 19:21:12 +00:00
Sune Keller
f934314be3
feat(http): support custom headers in http upload ( #2002 )
...
Signed-off-by: Sune Keller <absukl@almbrand.dk>
2021-01-07 17:15:53 +00:00
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