This file is used to list changes made in each version of the ark cookbook.
- Remove a large number of zero byte archives that snuck into the repository
- Remove a Chef 10 compatibility check in the custom resource
-
Added the pkg-config package to the debian platform family
-
Added tar, xz-lzma-compat, and bzip2 packages to the RHEL and fedora platform families
-
Updated FreeBSD to install gmake instead of make
-
Added OS X, SmartOS, and FreeBSD to the tar path attributes to support those platforms
-
Removed the has_binaries attribute from put action documentation in the readme file since this isn't supported there
-
Moved the libraries module locations to no longer be under Opscode:: and broke out libraries into more logical units
-
Fixed issues with spaces in Windows paths that could cause failures
-
Fixed a bad attribute for the 7zip home on windows. Instead of using a node attribute use the value directly to avoid computed attribute overiding issues
-
Switched from the 7-zip cookbook to seven_zip since the 7-zip cookbook is now deprecated
-
Changed unzip commands to not use -u so that a newer archive can overwrite an existing directory
-
Added support for actions py_setup, py_setup_install, py_setup_build
-
Fixed setting home_dir attribute
-
Added source_url and issues_url to the metadata.rb
-
Expanded the supported platforms in metadata.rb
-
Removed all references to Opscode
-
Improved error logging when an unknown extension is encountered
-
Added support for .tar files
-
Improved overall testing:
- Removed the kitchen.cloud.yml file and gem dependencies
- Added integration testing in Travis with Kitchen-Docker and Travis tests now run using the nightly build of ChefDK
- Expanded platforms tested in the .kitchen.yml file
- Updated the Gemfile with the latest testing dependencies
- Added full Chefspec coverage
- Greatly expanded the ark_spec test cookbook
- Removed the original minitests
-
Added standard Chef .gitignore and chefignore files
-
Resolved a large number of rubocop warnings
-
Removed old Opscode contributing and testing docs
-
Added a cookbook version badge to the readme
-
Removed the Toftfile
- [COOK-3642] Add Windows support
- [COOK-4514] - Support for SLES with the Ark cookbook
- [COOK-2771] - Add support for XZ compression
- [COOK-4477] - Fix failing test suite
- [COOK-4484] - Replace strip_leading_dir attribute with more general strip_components
- [COOK-4437] - configure and install_with_make should chown after unpack
[COOK-3786] - Unable to install multiple versions of archive without duplication
- COOK-4288 - Cleanup the Kitchen
- COOK-4264 - Add node['ark']['package_dependencies'] to allow tuning packages.
- COOK-3854 - Capability with mac_os_x: '/bin/chown' - No such file or directory
- Cleaning up some style for rubucop
- Updating test harness
- COOK-3539 - Allow dumping of bz2 and gzip files
- COOK-3191 - Propogate unzip failures
- COOK-3118 - Set cookbook attribute in provider
- COOK-3055 - Use proper scope in helper module
- COOK-3054 - Fix notification resource updating
- COOK-3179 - README updates and refactor
- [COOK-3087]: Can't use ark with chef < 11
- [COOK-3064]:
only_if
statements in ark'sinstall_with_make
and configure actions are not testing for file existence correctly. - [COOK-3067]: ark kitchen test for
cherry_pick
is expecting the binary to be in the same parent folder as in the archive.
- [COOK-3048]: Ark provider contains a
ruby_block
resource without a block attribute - [COOK-3063]: Ark cookbook
cherry_pick
action's unzip command does not close if statement - [COOK-3065]: Ark install action does not symlink binaries correctly
- Update the README to reflect the requirement for Chef 11 to use the ark resource (
use_inline_resources
). - Making this a release so it will also appear on the community site page.
- [COOK-2772]: Ark cookbook has foodcritic failures in provides/default.rb
- [COOK-2520]: Refactor ark providers to use the '
use_inline_resources
' LWRP DSL feature
- [COOK-2335] - ark resource broken on Chef 11
- [COOK-2026] - Allow
cherry_pick
action to be used for directories as well as files
- [COOK-1593] - README formatting updates for better display on Community Site
- dangling "unless"
- add
setup_py_*
actions - add vagrantfile
- add foodcritic test
- travis.ci support
strip_leading_dir
not working for zip files bryanwb/chef-ark#19
- use autogen.sh to generate configure script for configure action bryanwb/chef-ark#16
- support more file extensions bryanwb/chef-ark#18
- add extension attribute which allows you to download files which do not have the file extension as part of the URL