Skip to content

Releases: indix/gocd-s3-artifacts

v3.0.1

11 May 07:20
Compare
Choose a tag to compare

[BUG] Ensure that System environment variables are consumed.

v3.0.0

10 May 12:06
Compare
Choose a tag to compare

Upgrade to JSON API. Tested against latest versions of GoCD (17.2.0+)

Fixes #50, #6

v2.1.0

09 May 17:00
Compare
Choose a tag to compare

#36 Handle special characters in repo and package names during fetch.

#39 Publish now fails if source doesn't exist.

Docs publishing tweaks and more content.

Move to Travis CI from Snap CI and automated Github releases.

Move to release time build numbers rather than using CI build numbers.

v2.0.2

01 Apr 11:03
Compare
Choose a tag to compare

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

28 Dec 07:00
Compare
Choose a tag to compare

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

03 Mar 16:37
Compare
Choose a tag to compare

#5 - Validating Fetch plugin configuration.

v1.0.21

01 Mar 19:20
Compare
Choose a tag to compare

Better logging during fetch artifacts failure

v1.0.17

25 Feb 04:08
Compare
Choose a tag to compare
Update build instructions