Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

40 lines (31 loc) · 1.73 KB

2015-06-03 version 2.5.4

  • Adds version constraint on rest-client to 1.7.3.
  • Adds a cookbook attribute for overwriting the rest-client gem version.

2015-03-20 version 2.5.3

  • Fix deprecated digest call.
  • Merged adamsb6#41. README enhancements. @eherot
  • Merged adamsb6#43. Performance fix for rest client install. @scottymarshall

version 2.5.2

  • Add retries for downloads

2014-12-09 version 2.5.1

  • Merged adamsb6#36. Fix compatibility with Chef 12.

2014-10-01 version 2.5.0

  • Merged adamsb6#31. This provides an optional s3_url value for a recipe to use S3 buckets other than US based ones.
  • Merged adamsb6#29. Add ChefSpec matcher for testing.

2014-04-17 version 2.4.0

  • Merged pull request adamsb6#25. This provides new functionality to automatically decrypt an encrypted file uploaded to S3.

2014-03-18 version 2.3.3

  • Merged pull request adamsb6#24. This corrects documentation for use of X-Amz-Meta-Digest to identify md5 in multi-part uploads.

2014-02-20 version 2.3.2

  • Added documentation for multi-part ETag/MD5 issue.
  • Added changelog, backdated to 2014-02-14.

2014-02-14 version 2.3.1

  • Merged pull request adamsb6#22. This fixes an issue in which an :immediately arg to notify would trigger the notified resource before file permissions had been set.