From ae4a49a6146f17197ecb5552741a8c58a78a6837 Mon Sep 17 00:00:00 2001 From: Chandra Date: Tue, 14 Apr 2026 09:39:48 +0530 Subject: [PATCH] updated latest release doc for inspec-7 Signed-off-by: Chandra --- content/release_notes/inspec.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/content/release_notes/inspec.md b/content/release_notes/inspec.md index 04bdbf6c9..6f7f426a5 100644 --- a/content/release_notes/inspec.md +++ b/content/release_notes/inspec.md @@ -17,6 +17,37 @@ summary = "Chef InSpec release notes" +## 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