## New Features - Added remote target support for Alpine Linux. ([#5744](https://github.com/inspec/inspec/pull/5744)) - Added a CLI option for executing profiles from private Supermarkets. ([#5749](https://github.com/inspec/inspec/pull/5749)) - Added the ability to specify a proxy as a parameter in the `http` resource. ([#5757](https://github.com/inspec/inspec/pull/5757)) - Added a CLI option to set an SSH configuration file path for SSH transport. ([#5759](https://github.com/inspec/inspec/pull/5759)) - Added support for TLS 1.3 to the `ssl` resource. ([#5762](https://github.com/inspec/inspec/pull/5762)) ## Bug Fixes - Fixed an edge case in the `service` resource where InSpec may falsely detect services as enabled on FreeBSD if that service is the suffix of another enabled service. ([#5606](https://github.com/inspec/inspec/pull/5606)) - Fixed the `ibmdb2_session` resource so that it now correctly accepts queries with clauses. ([#5742](https://github.com/inspec/inspec/pull/5742)) - Fixed the `oracledb_session` resource to properly handle nil in the query output. ([#5717](https://github.com/inspec/inspec/pull/5717)) - Fixed the `packages` resource to correctly list only installed packages on Alpine Linux. ([#5765](https://github.com/inspec/inspec/pull/5765))