1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00
Commit Graph

187 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
ac74de29de
chore(deps): update nfpm (#1813)
* chore(deps): update nfpm

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

* fix: lint

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-09-21 10:13:03 -03:00
dependabot[bot]
456a1c7b2c
chore(deps): bump github.com/xanzy/go-gitlab from 0.36.0 to 0.37.0 (#1778)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.36.0 to 0.37.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.36.0...v0.37.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-31 11:04:32 -03:00
Carlos Alexandro Becker
e014ad0ae8
feat: allow to create apk packages (#1768)
* feat: upgrade nfpm

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

* feat: allow to create apk packages

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-08-22 19:00:14 -03:00
dependabot[bot]
e4e0bc7d5f
chore(deps): bump github.com/ulikunitz/xz from 0.5.7 to 0.5.8 (#1766)
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) from 0.5.7 to 0.5.8.
- [Release notes](https://github.com/ulikunitz/xz/releases)
- [Commits](https://github.com/ulikunitz/xz/compare/v0.5.7...v0.5.8)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-20 11:05:24 -03:00
dependabot[bot]
864580436b
chore(deps): bump github.com/xanzy/go-gitlab from 0.35.1 to 0.36.0 (#1763)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.35.1 to 0.36.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.35.1...v0.36.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-19 10:14:29 -03:00
dependabot[bot]
70522fa46f
chore(deps): bump github.com/apex/log from 1.8.0 to 1.9.0 (#1762)
Bumps [github.com/apex/log](https://github.com/apex/log) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/apex/log/releases)
- [Changelog](https://github.com/apex/log/blob/master/History.md)
- [Commits](https://github.com/apex/log/compare/v1.8.0...v1.9.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-18 09:14:51 -03:00
Carlos Alexandro Becker
da22bf8eb8
feat: use go 1.15 (#1759)
* Update to Go 1.15 image (#1758)

* feat: use go 1.15

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

* fix: remove darwin_386

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

Co-authored-by: Simon Jürgensmeyer <sj14@users.noreply.github.com>
2020-08-16 11:29:44 -03:00
Carlos Alexandro Becker
8dc975563e
fix: windows shellwords (#1747)
closes #1466

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-08-14 10:14:48 -03:00
dependabot[bot]
5ed5677cca
chore(deps): bump github.com/xanzy/go-gitlab from 0.35.0 to 0.35.1 (#1748)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.35.0 to 0.35.1.
- [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.35.0...v0.35.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-13 09:42:18 -03:00
dependabot[bot]
2ca3c81754
chore(deps): bump github.com/xanzy/go-gitlab from 0.34.2 to 0.35.0 (#1741)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.34.2 to 0.35.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.34.2...v0.35.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>
2020-08-12 12:29:52 +00:00
dependabot[bot]
93ae552834
chore(deps): bump github.com/imdario/mergo from 0.3.10 to 0.3.11 (#1742)
Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo) from 0.3.10 to 0.3.11.
- [Release notes](https://github.com/imdario/mergo/releases)
- [Commits](https://github.com/imdario/mergo/compare/v0.3.10...v0.3.11)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-12 09:13:04 -03:00
dependabot[bot]
54be9b2cd7
chore(deps): bump github.com/jarcoal/httpmock from 1.0.5 to 1.0.6 (#1737)
Bumps [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/jarcoal/httpmock/releases)
- [Commits](https://github.com/jarcoal/httpmock/compare/v1.0.5...v1.0.6)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-10 09:55:22 -03:00
dependabot[bot]
115b731d2c
chore(deps): bump github.com/xanzy/go-gitlab from 0.34.0 to 0.34.2 (#1736)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.34.0 to 0.34.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.34.0...v0.34.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-10 09:55:04 -03:00
dependabot[bot]
e8476ac381
chore(deps): bump github.com/xanzy/go-gitlab from 0.33.0 to 0.34.0 (#1726)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.33.0 to 0.34.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.33.0...v0.34.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-06 10:37:18 -03:00
dependabot[bot]
35f183bf05
chore(deps): bump github.com/apex/log from 1.7.0 to 1.8.0 (#1727)
Bumps [github.com/apex/log](https://github.com/apex/log) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/apex/log/releases)
- [Changelog](https://github.com/apex/log/blob/master/History.md)
- [Commits](https://github.com/apex/log/compare/v1.7.0...v1.8.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-06 10:01:05 -03:00
dependabot[bot]
fce43e8a1b
chore(deps): bump github.com/goreleaser/nfpm from 1.5.0 to 1.6.0 (#1728)
Bumps [github.com/goreleaser/nfpm](https://github.com/goreleaser/nfpm) from 1.5.0 to 1.6.0.
- [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/v1.5.0...v1.6.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-06 10:02:17 +00:00
dependabot[bot]
aa07bad2fe
chore(deps): bump github.com/apex/log from 1.6.0 to 1.7.0 (#1724)
Bumps [github.com/apex/log](https://github.com/apex/log) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/apex/log/releases)
- [Changelog](https://github.com/apex/log/blob/master/History.md)
- [Commits](https://github.com/apex/log/compare/v1.6.0...v1.7.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-04 10:08:03 -03:00
dependabot[bot]
04f8656430
chore(deps): bump github.com/golangci/golangci-lint from 1.29.0 to 1.30.0 (#1718)
* chore(deps): bump github.com/golangci/golangci-lint

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.29.0 to 1.30.0.
- [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.29.0...v1.30.0)

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

* fix: lint issues

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>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-08-04 03:21:26 +00:00
dependabot[bot]
e5a307495f
chore(deps): bump github.com/goreleaser/nfpm from 1.4.1 to 1.5.0 (#1697)
Bumps [github.com/goreleaser/nfpm](https://github.com/goreleaser/nfpm) from 1.4.1 to 1.5.0.
- [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/v1.4.1...v1.5.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-22 09:01:49 -03:00
dependabot[bot]
8598387a8d
chore(deps): bump github.com/mattn/go-zglob from 0.0.2 to 0.0.3 (#1692)
Bumps [github.com/mattn/go-zglob](https://github.com/mattn/go-zglob) from 0.0.2 to 0.0.3.
- [Release notes](https://github.com/mattn/go-zglob/releases)
- [Commits](https://github.com/mattn/go-zglob/compare/v0.0.2...v0.0.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-21 09:22:55 -03:00
dependabot[bot]
40d31834c2
chore(deps): bump github.com/golangci/golangci-lint (#1691)
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.28.3 to 1.29.0.
- [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.28.3...v1.29.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-21 09:22:33 -03:00
dependabot[bot]
473dbe0886
chore(deps): bump github.com/imdario/mergo from 0.3.9 to 0.3.10 (#1684)
Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo) from 0.3.9 to 0.3.10.
- [Release notes](https://github.com/imdario/mergo/releases)
- [Commits](https://github.com/imdario/mergo/compare/v0.3.9...v0.3.10)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-20 10:40:57 -03:00
dependabot[bot]
827c9a5a10
chore(deps): bump github.com/apex/log from 1.5.0 to 1.6.0 (#1674)
Bumps [github.com/apex/log](https://github.com/apex/log) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/apex/log/releases)
- [Changelog](https://github.com/apex/log/blob/master/History.md)
- [Commits](https://github.com/apex/log/compare/v1.5.0...v1.6.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-14 08:53:27 +00:00
dependabot[bot]
69c0f98e5e
chore(deps): bump github.com/apex/log from 1.3.0 to 1.5.0 (#1669)
Bumps [github.com/apex/log](https://github.com/apex/log) from 1.3.0 to 1.5.0.
- [Release notes](https://github.com/apex/log/releases)
- [Changelog](https://github.com/apex/log/blob/master/History.md)
- [Commits](https://github.com/apex/log/compare/v1.3.0...v1.5.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Radek Simko <radek.simko@gmail.com>
2020-07-13 09:54:58 +00:00
dependabot[bot]
7c3a15dcd3
chore(deps): bump github.com/golangci/golangci-lint from 1.28.2 to 1.28.3 (#1668)
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.28.2 to 1.28.3.
- [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.28.2...v1.28.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Radek Simko <radek.simko@gmail.com>
2020-07-13 09:11:38 +00:00
Carlos Alexandro Becker
c0b0befc40 chore(deps): bump nfpm to 1.4.1
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-07-12 15:23:15 -03:00
dependabot[bot]
7cdf504f33
chore(deps): bump github.com/golangci/golangci-lint from 1.28.1 to 1.28.2 (#1661)
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.28.1 to 1.28.2.
- [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.28.1...v1.28.2)

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>
2020-07-10 08:40:52 +00:00
dependabot[bot]
10f2e7c870
chore(deps): bump github.com/goreleaser/nfpm from 1.3.2 to 1.4.0 (#1660)
Bumps [github.com/goreleaser/nfpm](https://github.com/goreleaser/nfpm) from 1.3.2 to 1.4.0.
- [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/v1.3.2...v1.4.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-10 08:19:36 +00:00
6543
342f842880
chore(deps): bump code.gitea.io/sdk/gitea from v0.12.0 to v0.12.1 (#1658) 2020-07-09 13:16:46 -03:00
dependabot[bot]
28d8d6bb0a
chore(deps): bump github.com/golangci/golangci-lint (#1655)
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.28.0 to 1.28.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.28.0...v1.28.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-07 12:09:05 +03:00
dependabot[bot]
777b70a13f
chore(deps): bump github.com/golangci/golangci-lint from 1.27.0 to 1.28.0 (#1648)
* chore(deps): bump github.com/golangci/golangci-lint

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.27.0 to 1.28.0.
- [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.27.0...v1.28.0)

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

* fix: lint issues

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Radek Simko <radek.simko@gmail.com>
Co-authored-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-07-06 17:30:00 -03:00
dependabot[bot]
2522771bd0
chore(deps): bump github.com/xanzy/go-gitlab from 0.32.1 to 0.33.0 (#1644)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.32.1 to 0.33.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.32.1...v0.33.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-03 09:45:23 +00:00
Carlos Alexandro Becker
574a44fde6
fix: update nfpm to v1.3.2 (#1640)
fixes #1636

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-07-01 18:12:41 -03:00
dependabot-preview[bot]
100bd6f340
chore(deps): bump gocloud.dev from 0.19.0 to 0.20.0 (#1599)
Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](https://github.com/google/go-cloud/compare/v0.19.0...v0.20.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-10 10:48:02 -03:00
dependabot-preview[bot]
159b06b009
chore(deps): bump github.com/stretchr/testify from 1.6.0 to 1.6.1 (#1592)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.6.0...v1.6.1)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-08 09:52:43 -03:00
dependabot-preview[bot]
9af64723fc
chore(deps): bump github.com/xanzy/go-gitlab from 0.32.0 to 0.32.1 (#1584)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.32.0 to 0.32.1.
- [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.32.0...v0.32.1)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-04 11:05:40 -03:00
dependabot-preview[bot]
6b62b90d6a
chore(deps): bump github.com/mattn/go-zglob from 0.0.1 to 0.0.2 (#1586)
Bumps [github.com/mattn/go-zglob](https://github.com/mattn/go-zglob) from 0.0.1 to 0.0.2.
- [Release notes](https://github.com/mattn/go-zglob/releases)
- [Commits](https://github.com/mattn/go-zglob/compare/v0.0.1...v0.0.2)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-04 11:05:32 -03:00
dependabot-preview[bot]
123ef67b21
chore(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.0 (#1580)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.5.1...v1.6.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-01 14:07:35 +00:00
Carlos Alexandro Becker
7186e5b93e
chore(deps): remove tj/assert
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-06-01 09:43:18 -03:00
dependabot-preview[bot]
f69139b539
chore(deps): bump github.com/goreleaser/nfpm from 1.3.0 to 1.3.1 (#1581)
Bumps [github.com/goreleaser/nfpm](https://github.com/goreleaser/nfpm) from 1.3.0 to 1.3.1.
- [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/v1.3.0...v1.3.1)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-01 09:39:48 -03:00
dependabot-preview[bot]
040c142eac
chore(deps): bump github.com/apex/log from 1.1.4 to 1.3.0 (#1571)
Bumps [github.com/apex/log](https://github.com/apex/log) from 1.1.4 to 1.3.0.
- [Release notes](https://github.com/apex/log/releases)
- [Changelog](https://github.com/apex/log/blob/master/History.md)
- [Commits](https://github.com/apex/log/compare/v1.1.4...v1.3.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-28 09:36:48 -03:00
dependabot-preview[bot]
6bf17dd745
chore(deps): bump github.com/xanzy/go-gitlab from 0.31.0 to 0.32.0 (#1572)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.31.0 to 0.32.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.31.0...v0.32.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-27 10:03:41 -03:00
Carlos Alexandro Becker
5f41640978
chore(deps): bump github.com/goreleaser/nfpm from 1.2.1 to 1.3.0 (#1565)
* chore(deps): bump github.com/goreleaser/nfpm from 1.2.1 to 1.3.0

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

* fix: test

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-26 01:15:20 -03:00
Carlos Alexandro Becker
69c8a502db
chore(deps): bump github.com/golangci/golangci-lint from 1.23.7 to 1.27.0 (#1563)
* chore(deps): bump github.com/golangci/golangci-lint from 1.23.7 to 1.27.0

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

* fix: tests

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-26 00:48:10 -03:00
6543
b2b418c6a7
chore(deps): bump code.gitea.io/sdk/gitea from v0.11.3 to v0.12.0 (#1546)
* migrate

* gitea sdk v0.11.3 -> 0.12.0

* CI.restart()
2020-05-22 10:21:43 -03:00
dependabot-preview[bot]
9ad3385be8
chore(deps): bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0 (#1513)
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.8 to 2.3.0.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.8...v2.3.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-13 11:58:23 +03:00
CrazyMax
955f7eee76
feat: Use tools.go paradigm for external dependencies (#1495)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-05-10 19:34:55 +00:00
dependabot-preview[bot]
7756891c0e
chore(deps): bump code.gitea.io/sdk/gitea from 0.11.2 to 0.11.3 (#1477)
Bumps code.gitea.io/sdk/gitea from 0.11.2 to 0.11.3.

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-28 13:13:14 +00:00
Carlos Alexandro Becker
9bd0033c09
feat: refactor main.go to spf13/cobra (#1472)
* feat: refactor cli

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

* feat: refactor cli

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

* feat: refactor cli

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

* feat: refactor cli

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

* feat: refactor cli

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

* fix: revert

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

* feat: refactor cli

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

* feat: refactor cli

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

* feat: refactor cli

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

* fix: lint

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

* fix: move

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-04-27 21:42:44 -03:00
dependabot-preview[bot]
d231a64ca3
chore(deps): bump github.com/apex/log from 1.1.1 to 1.1.4 (#1465)
Bumps [github.com/apex/log](https://github.com/apex/log) from 1.1.1 to 1.1.4.
- [Release notes](https://github.com/apex/log/releases)
- [Changelog](https://github.com/apex/log/blob/master/History.md)
- [Commits](https://github.com/apex/log/compare/v1.1.1...v1.1.4)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-23 10:36:02 +03:00
Carlos Alexandro Becker
a39329f1b3
chore(deps): bump github.com/xanzy/go-gitlab from 0.29.0 to 0.31.0 (#1459)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-04-21 19:24:28 +00:00
dependabot-preview[bot]
8a209ec580
chore(deps): bump github.com/Masterminds/semver/v3 from 3.0.3 to 3.1.0 (#1451)
Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/Masterminds/semver/releases)
- [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Masterminds/semver/compare/v3.0.3...v3.1.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-17 10:30:31 +03:00
dependabot-preview[bot]
0fa89732f7
chore(deps): bump github.com/ulikunitz/xz from 0.5.6 to 0.5.7 (#1444)
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) from 0.5.6 to 0.5.7.
- [Release notes](https://github.com/ulikunitz/xz/releases)
- [Commits](https://github.com/ulikunitz/xz/compare/v0.5.6...v0.5.7)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-14 12:51:22 +00:00
J Taylor
081430bcc7
feat: xz compression (#1422)
* feat: xz compression

* remove .xz feature

* fix: format code with gofmt

* use larger dict for better compression

* Update pkg/archive/tarxz/tarxz.go

Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2020-04-13 12:53:03 +00:00
Carlos Alexandro Becker
34c8fd4724
fix: better shellwords on hooks (#1437)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-04-12 14:12:53 -03:00
Carlos Alexandro Becker
cca25688d0
refactor: simplify retries (#1407)
* fix: simplify retries

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

* fix: simplify retries

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

* fix: simplify retries

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

* chore: syntax

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-03-31 10:16:37 -03:00
6543
6459cfc0ac
chore(deps): bump code.gitea.io/sdk/gitea from 0.11.0 to 0.11.2 (#1412)
* go get -u code.gitea.io/sdk/gitea

* go mod tidy && go mod vendor

* vendor not included anymore
2020-03-31 10:14:02 -03:00
dependabot-preview[bot]
93d134bda8
chore(deps): bump github.com/imdario/mergo from 0.3.8 to 0.3.9 (#1401)
Bumps [github.com/imdario/mergo](https://github.com/imdario/mergo) from 0.3.8 to 0.3.9.
- [Release notes](https://github.com/imdario/mergo/releases)
- [Commits](https://github.com/imdario/mergo/compare/v0.3.8...v0.3.9)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-25 12:11:30 +03:00
dependabot-preview[bot]
7869bfafca
chore(deps): bump github.com/xanzy/go-gitlab from 0.28.0 to 0.29.0 (#1400)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.28.0 to 0.29.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.28.0...v0.29.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-24 09:44:58 -03:00
dependabot-preview[bot]
c65875fc76
chore(deps): bump github.com/jarcoal/httpmock from 1.0.4 to 1.0.5 (#1394)
Bumps [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/jarcoal/httpmock/releases)
- [Commits](https://github.com/jarcoal/httpmock/compare/v1.0.4...v1.0.5)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-18 11:17:14 +03:00
dependabot-preview[bot]
499d42033d
chore(deps): bump github.com/goreleaser/nfpm from 1.2.0 to 1.2.1 (#1392)
Bumps [github.com/goreleaser/nfpm](https://github.com/goreleaser/nfpm) from 1.2.0 to 1.2.1.
- [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/v1.2.0...v1.2.1)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-17 11:51:52 +03:00
dependabot-preview[bot]
2cf7b40f3c
chore(deps): bump github.com/goreleaser/nfpm from 1.1.10 to 1.2.0 (#1386)
Bumps [github.com/goreleaser/nfpm](https://github.com/goreleaser/nfpm) from 1.1.10 to 1.2.0.
- [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/v1.1.10...v1.2.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-12 10:18:08 +03:00
dependabot-preview[bot]
a6cfe04ce1
chore(deps): bump github.com/xanzy/go-gitlab from 0.27.0 to 0.28.0 (#1381)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.27.0 to 0.28.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.27.0...v0.28.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-06 10:43:30 -03:00
Carlos Alexandro Becker
02042937ec
feat: upgrade to go 1.14 (#1372)
* feat: upgrade to go 1.14

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

* fix: tests

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

* fix: test

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

* fix: test

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-03-04 01:24:51 -03:00
dependabot-preview[bot]
e33b885108
chore(deps): bump github.com/xanzy/go-gitlab from 0.26.0 to 0.27.0 (#1368)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.26.0 to 0.27.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.26.0...v0.27.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-02 12:16:59 +03:00
dependabot-preview[bot]
57be451ff2
chore(deps): bump github.com/kamilsk/retry/v4 from 4.7.1 to 4.7.2 (#1360)
Bumps [github.com/kamilsk/retry/v4](https://github.com/kamilsk/retry) from 4.7.1 to 4.7.2.
- [Release notes](https://github.com/kamilsk/retry/releases)
- [Commits](https://github.com/kamilsk/retry/compare/v4.7.1...v4.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-25 12:06:26 +03:00
dependabot-preview[bot]
6edd241366
chore(deps): bump github.com/kamilsk/retry/v4 from 4.5.0 to 4.7.1 (#1358)
Bumps [github.com/kamilsk/retry/v4](https://github.com/kamilsk/retry) from 4.5.0 to 4.7.1.
- [Release notes](https://github.com/kamilsk/retry/releases)
- [Commits](https://github.com/kamilsk/retry/compare/v4.5.0...v4.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24 10:22:50 +03:00
dependabot-preview[bot]
3376311241
chore(deps): bump github.com/stretchr/testify from 1.5.0 to 1.5.1 (#1355)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.5.0...v1.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-20 10:33:16 +03:00
dependabot-preview[bot]
82d0a3a86f
chore(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5.0 (#1353)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.4.0...v1.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-19 10:19:48 -03:00
dependabot-preview[bot]
d09a1d52a1
chore(deps): bump github.com/xanzy/go-gitlab from 0.25.0 to 0.26.0 (#1352)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.25.0 to 0.26.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.25.0...v0.26.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-18 10:14:13 -03:00
Carlos Alexandro Becker
3c01783ba8
fix: go mod tidy
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-02-17 09:58:40 -03:00
dependabot-preview[bot]
c1f80bf6d4
chore(deps): bump github.com/kamilsk/retry/v4 from 4.4.1 to 4.5.0 (#1349)
Bumps [github.com/kamilsk/retry/v4](https://github.com/kamilsk/retry) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/kamilsk/retry/releases)
- [Commits](https://github.com/kamilsk/retry/compare/v4.4.1...v4.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-17 09:57:32 -03:00
dependabot-preview[bot]
1a5780dd97
chore(deps): bump gocloud.dev from 0.18.0 to 0.19.0 (#1340)
Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](https://github.com/google/go-cloud/compare/v0.18.0...v0.19.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-17 09:56:49 -03:00
dependabot-preview[bot]
8d408e8a7d
chore(deps): bump github.com/xanzy/go-gitlab from 0.22.3 to 0.25.0 (#1339)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.22.3 to 0.25.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.22.3...v0.25.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-17 09:35:51 -03:00
6543
abd66bf2e9
chore(deps): bump code.gitea.io/sdk/gitea from untaged to 0.11.0 2020-01-31 10:15:20 -03:00
Carlos Alexandro Becker
5f2cf501e8
feat: remove deprecated s3 pipe (#1291)
* feat: remove deprecated s3 pipe

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

* fix: go mod tidy

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-01-26 12:25:27 -03:00
Carlos Alexandro Becker
84d2b71d2a
chore(deps): bump all
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-01-26 11:49:18 -03:00
dependabot-preview[bot]
206ac75cfd chore(deps): bump github.com/goreleaser/nfpm from 1.1.9 to 1.1.10 (#1303)
Bumps [github.com/goreleaser/nfpm](https://github.com/goreleaser/nfpm) from 1.1.9 to 1.1.10.
- [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/v1.1.9...v1.1.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-26 11:47:35 -03:00
dependabot-preview[bot]
11140f826f chore(deps): bump github.com/kamilsk/retry/v4 from 4.3.1 to 4.4.1 (#1292)
Bumps [github.com/kamilsk/retry/v4](https://github.com/kamilsk/retry) from 4.3.1 to 4.4.1.
- [Release notes](https://github.com/kamilsk/retry/releases)
- [Commits](https://github.com/kamilsk/retry/compare/v4.3.1...v4.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 14:19:38 -03:00
dependabot-preview[bot]
c9de934229 chore(deps): bump github.com/fatih/color from 1.7.0 to 1.9.0 (#1290)
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.7.0 to 1.9.0.
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](https://github.com/fatih/color/compare/v1.7.0...v1.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 11:54:10 +03:00
dependabot-preview[bot]
9ec009ad7c chore(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.0 (#1296)
Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/pkg/errors/releases)
- [Commits](https://github.com/pkg/errors/compare/v0.8.1...v0.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 11:35:24 +03:00
Carlos Alexandro Becker
f4d4dc65ec
refactor: simplify code
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-01-07 22:55:39 -03:00
Carlos Alexandro Becker
60f4fe7d2d
feat: moved sign log to info and stream output (#1276)
* fix: moved sign log to info

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

* feat: stream cmd output

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

* chore: fmt

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

* fix: log writer

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

* fix: log

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

* fix: wait already closes

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

* fix: wait for wg first

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

* fix: use lib

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

* fix: version

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-12-27 11:55:15 -03:00
dependabot-preview[bot]
5233d96f11 chore(deps): bump github.com/xanzy/go-gitlab from 0.22.1 to 0.22.2 (#1269)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.22.1 to 0.22.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.22.1...v0.22.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-22 15:02:30 -03:00
Carlos Alexandro Becker
ac88ebdc4a
fix: go mod tidy
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-12-22 15:00:59 -03:00
dependabot-preview[bot]
439520ace4 chore(deps): bump github.com/Masterminds/semver/v3 from 3.0.2 to 3.0.3 (#1272)
Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/Masterminds/semver/releases)
- [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Masterminds/semver/compare/v3.0.2...v3.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-22 14:57:18 -03:00
Carlos Alexandro Becker
36126ec486
fix: rpmpack replace
closes #1259

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-11-24 11:26:44 -03:00
Carlos Alexandro Becker
c48c2b6bcc
fix: update nfpm
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-11-23 11:07:30 -03:00
Carlos Alexandro Becker
cb6d4dff61
Revert "Revert "chore(deps): bump github.com/goreleaser/nfpm from v1.1.5 to v1.1.6""
This reverts commit 10862ff760.
2019-11-21 00:40:43 -03:00
Carlos Alexandro Becker
10862ff760
Revert "chore(deps): bump github.com/goreleaser/nfpm from v1.1.5 to v1.1.6"
This reverts commit 30da2ee182.

refs https://github.com/goreleaser/goreleaser/issues/1256
2019-11-20 21:47:33 -03:00
Carlos Alexandro Becker
30da2ee182
chore(deps): bump github.com/goreleaser/nfpm from v1.1.5 to v1.1.6
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-11-20 13:20:02 -03:00
Carlos Alexandro Becker
aab7625490
chore(deps): bump github.com/xanzy/go-gitlab from 0.21.0 to 0.22.1
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-11-20 13:11:42 -03:00
dependabot-preview[bot]
33d6fb75ab chore(deps): bump github.com/Masterminds/semver/v3 from 3.0.1 to 3.0.2 (#1242)
Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/Masterminds/semver/releases)
- [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Masterminds/semver/compare/v3.0.1...v3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-20 13:10:17 -03:00
dependabot-preview[bot]
5d9f838a6c chore(deps): bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7 (#1254)
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.5 to 2.2.7.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.5...v2.2.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-20 13:10:03 -03:00
Carlos Alexandro Becker
2dc3ae3010
feat: fully support all s3 pipe feats on blob (#1253)
* feat: fully support all s3 pipe feats on blob

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

* fix: tidy deps

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

* docs: document endpoint option

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

* fix: test

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-11-20 13:08:25 -03:00
Carlos Alexandro Becker
333d834b49
fix(rpm): build time and build host
refs #1229

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-11-06 11:56:14 -03:00
Carlos Alexandro Becker
25f9742878
fix(rpm): version and release fields
refs https://github.com/goreleaser/goreleaser/issues/1229

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-11-05 09:39:21 -03:00
Carlos Alexandro Becker
ff31e29878
fix(rpm): desc, summary and group
closes #1229

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-11-04 23:59:19 -03:00
Carlos Alexandro Becker
705cd377f4
chore(deps): update nfpm
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-11-01 11:45:09 -03:00
Carlos Alexandro Becker
576156b03c
fix: update go-gitlab
refs https://github.com/goreleaser/goreleaser/pull/1215

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-10-30 18:01:53 -03:00