github inspec/train v0.16.0
Train 0.16.0

latest releases: v3.12.3, v3.12.2, v3.12.1...
7 years ago

0.16.0 (2016-08-08)

Full Changelog

Merged pull requests:

  • provide file_version and product_version for windows files #127 (chris-rock)
  • Bring train platform data more in line with ohai's platform data #126 (stevendanna)

Breaking change:

With this release family refers to the distribution family while name refers to the specific distribution. For example, the family attribute for ubuntu is debian. Further, architecture information is collected for Linux and OS X using uname -m.

This includes possibly breaking changes:

  • The following platforms are now their own family and not listed as part of the redhat family: amazon, fedora.
  • The following platforms are now part of the redhat family whereas before they were their own families: centos oracle scientific enterpriseenterprise xenserver cloudlinux ibm_powerkvm nexus_centos wrlinux
  • The following platforms are now part of the debian family wheras before they were their own families: ubuntu, linuxmint, raspbian
  • opensuse and suse are now part of a single suse family.

We recommend to use our helper methods os.linux?, os.windows?, os.unix?, os.redhat?, os.suse?, os.debian?, os.aix?, os.hpux?, os.solaris?, os.fedora?, os.bsd?

Don't miss a new train release

NewReleases is sending notifications on new releases.