This repository was archived by the owner on Sep 15, 2020. It is now read-only.
sos-collector-1.6
This is the 1.6 release for sos-collector.
Major changes:
- No longer requires python-paramiko, and instead uses OpenSSH's ControlPersist feature. This is a security based decision and from 1.6 onwards python-paramiko is no longer a transport available to sos-collector. The only supported transport is OpenSSH with ControlPersist.
- Debian and Ubuntu hosts are now supported
- Layered profiles can now accept the base profile option names
- Fixed a race condition in profile determination that could cause layered deployments to be identified as the base profile.
- Users can now specify an SSH key to use directly via the
-i/--ssh-keyoption. - Several other small bug fixes.