139 lines
3.6 KiB
Markdown
139 lines
3.6 KiB
Markdown
# tar Cookbook CHANGELOG
|
|
|
|
This file is used to list changes made in each version of the tar cookbook.
|
|
|
|
## 2.2.0 (2018-07-24)
|
|
|
|
- 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
|
|
|
|
## 2.1.1 (2017-06-13)
|
|
|
|
- Fix metadata source and issues links.
|
|
|
|
## 2.1.0 (2017-05-30)
|
|
|
|
- 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+
|
|
|
|
## 2.0.0 (2017-02-16)
|
|
|
|
- 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
|
|
|
|
## 1.1.0 (2016-12-21)
|
|
|
|
- added support for .xz compression type
|
|
- Reformat the readme
|
|
- Define both Chefspec matchers
|
|
- Remove Chef 11 compatibility code
|
|
|
|
## 1.0.0 (2016-12-21)
|
|
|
|
- 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
|
|
|
|
## v0.7.0 (2015-07-08)
|
|
|
|
- Add adoption notice
|
|
- Use `file_cache_path` instead of `file_backup_path` for downloaded artifact storage
|
|
- Fix links to Chef documentation in README
|
|
|
|
## v0.6.0 (2014-12-03)
|
|
|
|
- Allow either string or array for tar flags
|
|
|
|
## v0.5.0 (2014-07-28)
|
|
|
|
- Add support for more attributes of `remote_file`
|
|
- Escape downloaded file names
|
|
|
|
## v0.4.0 (2014-06-13)
|
|
|
|
- Add `archive_name` option for when the file name is different from the package name
|
|
|
|
## v0.3.4 (2014-06-05)
|
|
|
|
- Define ChefSpec::Runner method for tar_extract
|
|
|
|
## v0.3.3 (2014-06-03)
|
|
|
|
- Add ChefSpec matchers
|
|
|
|
## v0.3.2 (2014-05-05)
|
|
|
|
- Add checksum to remote file downloads
|
|
|
|
## v0.3.1 (2014-04-04)
|
|
|
|
- Correct "notifies" definition in tar_extract's remote_file
|
|
|
|
## v0.3.0 (2014-03-21)
|
|
|
|
- Add `:extract_local` action
|
|
|
|
## v0.2.0 (2013-12-31)
|
|
|
|
- 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
|
|
|
|
## v0.1.0 (2013-11-26)
|
|
|
|
- Allow custom HTTP headers when downloading files
|
|
- Allow the type of tar compression
|
|
- Improve resource notifications
|
|
|
|
## v0.0.4 (2013-10-02)
|
|
|
|
- Remove conditional download requests in favor of built-in functionality in Chef >= 11.6.0.
|
|
- Fix readme example
|
|
- Foodcritic fixes
|
|
|
|
## v0.0.3 (2013-01-30)
|
|
|
|
- Conditional requests for downloads
|
|
- Allow extract if non-root user
|
|
- Formatting fixes
|
|
|
|
## v0.0.2 (2012-10-13)
|
|
|
|
- Add `tar_extract` LWRP
|
|
|
|
## v0.0.1 (2011-09-15)
|
|
|
|
Initial release
|