Update upstream cookbooks
This commit is contained in:
@@ -1,74 +1,110 @@
|
||||
# Tar Cookbook Changelog
|
||||
# tar Cookbook CHANGELOG
|
||||
|
||||
This file is used to list changes made in each version of the tar cookbook.
|
||||
|
||||
## 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
|
||||
- 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
|
||||
- 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
|
||||
- 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
|
||||
- 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
|
||||
- Define ChefSpec::Runner method for tar_extract
|
||||
|
||||
## v0.3.3 (2014-06-03)
|
||||
|
||||
* Add ChefSpec matchers
|
||||
- Add ChefSpec matchers
|
||||
|
||||
## v0.3.2 (2014-05-05)
|
||||
|
||||
* Add checksum to remote file downloads
|
||||
- Add checksum to remote file downloads
|
||||
|
||||
## v0.3.1 (2014-04-04)
|
||||
|
||||
* Correct "notifies" definition in tar_extract's remote_file
|
||||
- Correct "notifies" definition in tar_extract's remote_file
|
||||
|
||||
## v0.3.0 (2014-03-21)
|
||||
|
||||
* Add `:extract_local` action
|
||||
- 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
|
||||
- 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
|
||||
- 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
|
||||
- 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
|
||||
- Conditional requests for downloads
|
||||
- Allow extract if non-root user
|
||||
- Formatting fixes
|
||||
|
||||
## v0.0.2 (2012-10-13)
|
||||
|
||||
* Add `tar_extract` LWRP
|
||||
- Add `tar_extract` LWRP
|
||||
|
||||
## v0.0.1 (2011-09-15)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user