This file is used to list changes made in each version of the glances cookbook.
- Fix broken release 2.0.2
- Fix for spython cookbook 0.4.0
- Fix Glances package name (capitalized)
- Use spython cookbook to manage python installs
- Remove poise-python dependency
- Set default python runtime to 3
- CI:
- Fix chefspec
- Fix cookstyle
- Use inspec instead of serverspec as kitchen verifier
- Enable kitchen docker in travis-ci
- Chef 13 compat
- Changed
python
dependency bypoise-python
- return 0 at the end of do_stop/do_start init scripts functions
- Fix service restart: Do not exit init scripts from function
- Fix centos init script
- Restart glances service when configuration or init script changed
- Reload daemon for systemd service
- Set system user for glances service
- Fixed specs..
glances::service
recipe to setup glances service- Supports
ubuntu
,debian
,centos
andfedora
platforms [glances][version]
attribute to install specific glances version[glances][daemon]
attribute is replaces by[glances][service]
for service config
- New attribute:
[glances][extra_pip_packages]
- Glances configuration improved
- Initial release of glances