- Add adoption notice
- Use
file_cache_path
instead offile_backup_path
for downloaded artifact storage - Fix links to Chef documentation in README
- Allow either string or array for tar flags
- Add support for more attributes of
remote_file
- Escape downloaded file names
- Add
archive_name
option for when the file name is different from the package name
- Define ChefSpec::Runner method for tar_extract
- Add ChefSpec matchers
- Add checksum to remote file downloads
- Correct "notifies" definition in tar_extract's remote_file
- Add
:extract_local
action
- Make
tar_extract
only run if needed - Fix missing space in command line prefix
- Ensure
file_backup_path
exists on initial chef-client run - Only add headers if needed
- Allow custom HTTP headers when downloading files
- Allow the type of tar compression
- Improve resource notifications
- Remove conditional download requests in favor of built-in functionality in Chef >= 11.6.0.
- Fix readme example
- Foodcritic fixes
- Conditional requests for downloads
- Allow extract if non-root user
- Formatting fixes
- Add
tar_extract
LWRP
Initial release