Hello, InSpec friends!
I’m pleased to announce the release of InSpec v3.1.3.
v3.1.3 (2018-12-12)
Announcements
It has been pointed out that we have not been properly following SemVer rules regarding incrementing the minor version of InSpec when new features are added. This makes it difficult to specify minimum versions when you want to ensure a recently added resource is present, or to vet new features before deploying them. After some internal discussion, the InSpec engineering team agrees: we need to be much more diligent about bumping the minor version.
So, in this release, we bumped minor because we added a new CLI UI facility. Expect future releases of InSpec to increment the minor version more often.
We're interested in your thoughts on this matter. Please add comments on Discourse if you have a strong feeling about this. Thanks!
Changes since 3.0.64 release
Enhancements
- UI Object for for CLI work #3618 (clintoncwolfe)
Bug Fixes
- Fix git fetcher error detection logic #3665 (frezbo)
- Incorrect mysql session failure when rows are returned starting with the string 'error' #3660 (wiebe)
- Remove extra files from inspec-core + file appbundling inspec #3663 (tas50)
- Modify URL fetcher to accept URI #3633 (jerryaldrichiii)
Merged Pull Requests
- Pin train to 1.5.11 #3657 (jaredledvina)