- update default version of node to 0.10.2 - (@bakins)
- fully migrated to test-kitchen 1.alpha and vagrant 1.1.x/berkshelf 1.3.1
- update default versions to the latest: node - v0.10.0 and npm - v1.2.14
make_thread
is now a real attribute - (@ChrisLundquist)
- rewrite the package install; remove rpm support since there are no longer any packages available anywhere
- add support to install
legacy_packages
from ubuntu repo as well as the latest 0.10.x branch (this is default).
- add support for binary installation method (@JulesAU)
- unreleased
- add smartos support for package install (@sax)
- support to compile with all processors available (default 2 if unknown) - (@ChrisLundquist)
- moved to
platform_family
syntax - ensure npm recipe honours the 'source' or 'package' setting - (@markbirbeck)
- updated the default versions to the latest stable node/npm
- fixed bug that prevented overwritting the node/npm versions (moved the
src_url
s as local variables instead of attributes) - (@johannesbecker) - updated the default versions to the latest node/npm
- added packages installation support (@smith)