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

65 Commits

Author SHA1 Message Date
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