## New Features - Added linux container resource `lxc`. ([#5921](https://github.com/inspec/inspec/pull/5921)) - Re-added `ppa` resource. ([#5931](https://github.com/inspec/inspec/pull/5931)) - Added `cgroup` resource. ([#5935](https://github.com/inspec/inspec/pull/5935)) ## Improvements - Added the ability to detect Kubernetes and Podman containers to the `virtualization` resource. ([#5796](https://github.com/inspec/inspec/pull/5796)) - Description added to `inspec plugin list` and `search` commands. ([#5936](https://github.com/inspec/inspec/pull/5936)) ## Bug Fixes - Fixed `postgres_session` resource to allow query errors to be tested rather than treated as control failures. ([#5937](https://github.com/inspec/inspec/pull/5937)) - Fixed `oracledb_session` resource when query has empty result. ([#5938](https://github.com/inspec/inspec/pull/5938)) - Fixed command timeout ignored when used with sudo on ssh transport. (train [#727](https://github.com/inspec/train/pull/727))