Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions content/release_notes/inspec.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,37 @@ summary = "Chef InSpec release notes"
<!-- cSpell:disable -->
<!-- vale off -->

## Chef InSpec 7.0.109

Release date: April 14th, 2026

### Improvements

- Added a `trust_server_certificate` option to the `mssql_session` resource. ([#7791](https://github.com/inspec/inspec/pull/7791))

### Bug fixes

- Fixed issues in the JSON reporter. ([#7799](https://github.com/inspec/inspec/pull/7799), [#7810](https://github.com/inspec/inspec/pull/7810))
- Fixed the AST parser for InSpec check. ([#7641](https://github.com/inspec/inspec/pull/7641))
- Fixed the `uninitialized constant Gem::Package::TarWriter` error by adding the required dependency. ([#7651](https://github.com/inspec/inspec/pull/7651))
- Resolved `ThreadError` warnings occurring when using Train transport with WinRM and running `inspec exec` or `inspec shell`. ([#7753](https://github.com/inspec/inspec/pull/7753))

### Security fixes

- Pinned `connection_pool` to `>= 2.5`, `< 3.0`. ([#7703](https://github.com/inspec/inspec/pull/7703))
- Added a common CI configuration to block pull request merges when TruffleHog secret scanning fails, preventing accidental exposure of credentials in the codebase. ([#7803](https://github.com/inspec/inspec/pull/7803))

### Dependency updates

- Updated `addressable` gem to `2.9.0`. ([#7833](https://github.com/inspec/inspec/pull/7833))
- Updated `json` gem to `2.19.2`.

### Build and infrastructure

- Updated common GitHub Actions workflows to use the `main` branch. ([#7807](https://github.com/inspec/inspec/pull/7807))
- Added a GitHub Actions pipeline for automating Habitat package promotion. ([#7796](https://github.com/inspec/inspec/pull/7796))
- Pinned the Habitat version in Expeditor CI configuration. ([#7802](https://github.com/inspec/inspec/pull/7802))

## Chef InSpec 7.0.107

Release date: February 23rd, 2026
Expand Down
Loading