This file is used to list changes made in each version of the tar cookbook.
- Enable FC016 again
- Use dokken and swap opensuse 13 testing for debian 9
- GH-42 Fix opensuse image name in .kitchen.yml
- GH-42 Add freebsd 10 and 11 to tested platforms
- GH-42 Skip tar package install on freebsd
- GH-42 Fix default group name in tar_extract
- GH-42 Ensure src_dir exists in tar_package
- GH-42 Use short options for make command
- GH-42 Use latest nano for testing purposes
- GH-42 Add freebsd to supported platforms list
- Update creates parameter to reflect what gets extracted by resource.
- Remove chefspec matchers that are autogenerated
- Use build_essential resource instead of the recipe
- Fix metadata source and issues links.
- Test with Local Delivery instead of Rake
- Update apache2 license string
- Attribute -> Property in the custom resource
- Remove class_eval and require Chef 12.7+
- Converted the existing LWRPs to custom resources and bumped the minimum supported Chef release to 12.5
- Add all supported platforms to the metadata
- Add full testing of the resources in Travis CI
- added support for .xz compression type
- Reformat the readme
- Define both Chefspec matchers
- Remove Chef 11 compatibility code
-
This cookbook has been adopted by Chef and will be maintained by the Community Cookbook Team going forward.
-
This cookbook now requires Chef 12.1+ to align with the requirements of all Chef maintained cookbooks
-
Cookbook boilerplate has been updated
- chefignore file added
- gitignore file
- Test Kitchen config added
- Berksfile added
- Gemfile added
- Badges added to the readme
- Add maintainers files
- Add rakefile for simplified testing
- Add github templates
- Add license file
- Update author in metadata and add supermarket metadata
- Add contributing and testing docs
- Cookstyle fixes
- Add basic chefspec convergence test
- Add a basic test cookbook
- Add test kitchen testing in Travis
- 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