1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-03 00:57:43 +02:00

86 Commits

Author SHA1 Message Date
df831077e5 fix: improved semver parsing 2019-01-19 17:33:33 -02:00
a69ef61d60 fix: snapshot version handling 2018-12-13 12:11:12 -02:00
18efb4a5c2 fix: change defaults order 2018-11-25 18:25:38 -02:00
6c349c1759 fix: linter fixes 2018-11-08 09:40:23 -02:00
2bade44c73 refactor: artifactory: pipe -> publisher 2018-10-16 23:01:52 -03:00
089731afc4 refactor: (s3/http): pipe -> publisher 2018-10-16 22:20:53 -03:00
dd81fec3dd refactor: release: pipe -> publisher 2018-10-16 22:20:53 -03:00
5474d1ede7 wip: publish 2018-10-12 14:55:04 -03:00
71df84f829 refactor: added publish pipe 2018-10-05 09:42:32 -03:00
39de856eb4 refactor: better package organization 2018-09-12 14:18:01 -03:00
3d8725caee chore: removed file that shouldnt have been commited 2018-09-12 13:36:31 -03:00
bd5b15dc6b docs: package graph 2018-09-12 13:34:26 -03:00
e08a473b8d feat: add hash to scoop manifest 2018-09-10 09:10:10 -03:00
33a25e05a9 fix: remove location header requirement on http put responses (#794) 2018-09-10 09:08:54 -03:00
0b28e3372d fix: s3 test 2018-09-04 09:34:09 -03:00
431c28b2bd fix: gosec lint issues 2018-09-04 09:26:45 -03:00
3a4e41096f fix: added skip log to s3 2018-09-04 09:26:08 -03:00
99a9da4c3b feat: docker in docker support (#785)
* feat: docker in docker support

* fix: pr comments
2018-09-04 09:19:01 -03:00
99d5525c66 chore: lint fixes 2018-08-25 17:59:34 -03:00
235fff7b8a test: fix clear env on s3 tests 2018-08-25 17:47:05 -03:00
8595a80384 refactor: extract aws session creation, add tests
To be able to write some tests in an easy way session creation logic has
been extracted. Added tests for configuration and different providers.

#754
2018-08-25 17:33:56 -03:00
dc0e2bd766 feat: Add support for profile and assume an IAM role with MFA prompting
for token code on stdin when uploading to s3

In case when there are no credentials from provider chain session for S3
client is created with support for profile and assume an IAM role with
MFA prompting for token code on stdin

#754
2018-08-25 17:33:56 -03:00
da882e87fc feat: Add persist definition to scoop manifest (#776) 2018-08-25 17:24:42 -03:00
6217d1e90d refactor: artifact checksum (#771) 2018-08-21 15:55:35 -03:00
3678db8ade fix: check if git is present in path (#769) 2018-08-20 23:18:43 -03:00
3b4f48c2ff refactor: scoop defaults 2018-08-20 22:20:04 -03:00
134e08cc67 feat: Add url template to scoop pipeline (#768) 2018-08-20 22:06:55 -03:00
34e3f905c3 fix: multiple docker instances with the same extra files (#766)
* fix: multiple docker instances with the same extra files

* fix: removed unused seed param
2018-08-20 18:58:56 -03:00
e5c8000ff1 feat: copy all app metadata to default command (#762) 2018-08-20 09:15:09 -03:00
838a2658d0 fix: build default binary name (#761) 2018-08-16 14:25:02 -03:00
a04724d6b8 clean: removed deprecated docker options (#759)
* clean: remove fpm completely

* clean: remove docker tag_template and latest
2018-08-15 10:49:28 -03:00
f0b7608f4d clean: remove fpm completely (#758) 2018-08-15 09:56:49 -03:00
a91c8fd185 feat: Add default command for snapcraft (#749) 2018-08-15 09:38:42 -03:00
838c1cd50d fix: revert unwanted change 2018-08-15 00:28:58 -03:00
815ffc2a83 docs: clarify hooks
closes #741
2018-08-15 00:28:16 -03:00
64b1f14a86 refactor: better code organization (#757)
* refactor: merging archive in the same repo

* refactor: merging archive in the same repo

* refactor: better organizing packages

* refactor: fixing renames

* fix: new dep version

* fix: makefile

* fix: zip/tar tests

* fix: gitigonore

* fix: s3 tests

* fix: archive test
2018-08-14 23:50:20 -03:00