v1.10.0
Added
- Add OS family mappings for
opensuse-leap
andopensuse-tumbleweed
. #146 - Add FQDN to host info. #144
- Return FQDN and error via
FQDN()
method onHost
interface. #159 - Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 #153
- Bump github.com/docker/docker from 20.10.22+incompatible to 20.10.24+incompatible #160
Changed
- Requires Go 1.18+ #144
Fixed
- On darwin without CGO
process.Info()
could fail, but would not return the error. #150