This file is used to list changes made in each version of the spython cookbook.
- This cookbook now requires
Chef >= 14.14
. spython_runtime
: propertyversion
changed toruntime
.
- Add
unified_mode
true to the resources #1. - Reload automatic
pip
attributes after package installation. - Provides
languages/python2
&languages/python3
automatic attributes. spython_package
: addpackage
property (default toname
property.- Global helpers & resources refactoring.
- Fix Ohai custom plugin for first convergence.
- Fix Ohai custom plugin when packages installed from sources.
- Fix
spython_venv
resource. - Fix
spython_package
for venv support.
- Fix broken release 0.3.0 (missing ohai plugin file)
- Add spython ohai plugin to collect pip data
- Add new resources:
- spython_venv
- spython_exec
- spython_pip
- Add Ubuntu 16.04 platform
- Add CentOS 7 platform
- Initial release of spython cookbook