Releases: indix/gocd-s3-artifacts
v3.0.1
v3.0.0
v2.1.0
v2.0.2
We are moving to a 2.0.x release due to breaking changes.
#30 Not cleaning up destination directory during fetch. This allows us to configure multiple fetch tasks in a job.
#29: Include the original pipeline label value into the S3 object metadata, then pull this information as the revision comment.
#28 Ability to turn on or off IAM usage. Note that this is a breaking change from 1.x. The value of the AWS_USE_IAM_ROLE
environment variable now has to be a valid Boolean truthful value ('True', 'On', or 'Yes') for the use of IAM role to be enabled. In 1.x, just the presence of the environment variable enable IAM role usage.
#25 Making S3's storage class for artifacts configurable using AWS_STORAGE_CLASS
environment variable. Defaults to standard
. Breaking change from 1.x, which used reduced redundancy as the storage class.
Contributors
Contributor | Commits |
---|---|
haimizrael | 11 |
Ashwanth Kumar | 8 |
Manoj | 2 |
Checksums
38ba20491b64147a6ab0929c5184235ef3dba8601960669f9af20e5d48e90256 s3fetch-assembly-2.0.2.jar
da3b75d5eb0fad07a51d4e8a0474c89eab765bf697a50242891ddd8d22c4441a s3material-assembly-2.0.2.jar
3a746abe6c66b6d964faa1474af7362aa059fa00b631385fc92d3cfcb83b6be1 s3publish-assembly-2.0.2.jar
v1.0.29
Changes since previous release:
#21 Adds the ability to use IAM roles from EC2 instances for credentials
#17 Allow S3 Fetch config with dashes in the name to still work. Fixes #8
#16 Update nscalatime to fix AWS SDK issue #444
#14 Enable RRS (Reduced Redundancy Storage) as Storage Class by default on publish plugin
#13 bumps AWS SDK to 1.10.26
#11 Add destination prefix option to publish task
v1.0.22
v1.0.21
v1.0.17
Update build instructions