Skip to content

Releases: indix/gocd-s3-artifacts

v6.0.0

06 Feb 05:15
Compare
Choose a tag to compare
Fix npm version

v5.2.1

06 Feb 08:07
Compare
Choose a tag to compare
Fix github release key

S3fetch plugin compatibility fix.

31 Jan 07:39
f0464e2
Compare
Choose a tag to compare

Fixes compatibility issues of the s3fetch plugin v5.1.0 with GoCD >= 18.10.

v5.1.0

19 Sep 07:40
Compare
Choose a tag to compare

Fetch plugin can now work with artifacts published in the same pipeline with the new Self fetch type.

v5.0.1

07 Sep 12:01
Compare
Choose a tag to compare

s3Material check package connection now uses listObjects. This should fix issues around accessing cross account buckets. Closes #44, addresses #12

v5.0.0

05 Sep 07:44
Compare
Choose a tag to compare

Only 17.2.0+ versions are officially supported by the plugins from this release.

  • Built against Java 8.
  • Upgrade to sbt 1.0
  • Fix template issues with publish and fetch plugins with 17.x version of Go

v4.0.0

28 Aug 06:12
Compare
Choose a tag to compare

Fetch artifacts can now work with traditional GoCD material and picks up the right artifacts pushed by s3publish plugin. s3material plugin is needed to fetch artifacts only across different GoCD servers now

Fetch destination is now optional.

v3.5.0

13 Jul 17:24
Compare
Choose a tag to compare

Allows multiple bucket support within the same GoCD server.

Checksums

87d91ccd655b481743a159eb1f670d072c7de4f2e79172e37090389863aa585f  s3publish-assembly-v3.5.0.jar
4edfffc2c728d9c01251c49c9aeef125f2232fd41c9fba76902d6be3acf0f7ef  s3fetch-assembly-v3.5.0.jar
122fce14f2fceac9eed3e25490bf7e35c18e83e2a87e57983824a0a1edd08961  s3material-assembly-v3.5.0.jar

v3.2.0

13 Jul 06:04
Compare
Choose a tag to compare

Fixes #54 - better handling of credentials and environment variables for push and fetch plugins.

Fixes a bug where environment variables set at pipeline level are not used to pass credentials and other information (like AWS Region) to the AWS SDK.

v3.1.0

16 May 18:35
Compare
Choose a tag to compare

#7 - Make Publish and Fetch task use the same client credentials as Material
#53 - Refactoring AWS Authentication across the plugins - The plugins now use the DefaultAWSCredentialsProviderChain - http://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html
If AWS_USE_IAM_ROLE, then IAM is used in preference to the default credentials chain.