diff --git a/releases/2025-01-21-mondoo-11.38-is-out.md b/releases/2025-01-21-mondoo-11.38-is-out.md new file mode 100644 index 00000000..6b36d676 --- /dev/null +++ b/releases/2025-01-21-mondoo-11.38-is-out.md @@ -0,0 +1,71 @@ +--- +slug: mondoo-11.38-is-out/ +title: Mondoo 11.38 is out! +description: Announcing the 11.38 release of Mondoo with FOO, BAR, BAZ, and more! +authors: [tim] +image: DEETS +tags: [release, mondoo] +--- + +## ๐Ÿฅณ Mondoo 11.38 is out! This release includes FOO, BAR, BAZ, and more! + +Get this release: [Installation Docs](https://mondoo.com/docs/cnspec/) | [Package Downloads](https://releases.mondoo.com/cnspec/) | [Docker Container](https://hub.docker.com/r/mondoo/cnspec) + +--- + +## ๐ŸŽ‰ NEW FEATURES + +### SentinelOne vulnerability integration + +DEETS + +### Create cases in workspaces + +DEETS + +### Search for assets and findings in workspaces + +DEETS + +### Workspaces filters using asset technology + +## ๐Ÿงน IMPROVEMENTS + +### AWS RDS Cluster support + +DEETS: + +- Atlas +- Scanning +- Asset overview + +### Quickly jump to integrations from an asset + +https://github.com/mondoohq/console/pull/5401 + +### More view options for asset lists + +https://github.com/mondoohq/console/pull/5416 + +### Resource updates + +#### microsoft.application + +Query Microsoft 365 applications by ID or name: + +```coffee +microsoft.application(id: "2efd0330-112c-4971-ab20-eaa54c.....") { * } +microsoft.application(name: "nametest") { * } +``` + +## ๐Ÿ› BUG FIXES AND UPDATES + +- Improve performance of compliance report generation. https://github.com/mondoohq/server/pull/9900 +- Shell completions: https://github.com/mondoohq/cnquery/pull/5093 +- Update the integration name in the asset configuration section to be a link. +- Include additional information on the query when cnquery/cnspec fail to compile a query. +- Display policies name in check exceptions. +- Display correct keyboard navigation tips in the workspaces asset selection filter menus. +- Improve rendering of the workspace asset selection process. +- Allow organization and space IDs to start with a number and be up to 50 characters in length. +- Update the "Ensure that 'Java version' is currently supported" check in the CIS Azure Foundations policy to support LTS releases of Java 17 and 11. diff --git a/yarn.lock b/yarn.lock index 71dbe804..fae668ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2402,9 +2402,9 @@ integrity sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w== "@types/ms@*": - version "0.7.34" - resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.34.tgz#10964ba0dee6ac4cd462e2795b6bebd407303433" - integrity sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g== + version "2.1.0" + resolved "https://registry.yarnpkg.com/@types/ms/-/ms-2.1.0.tgz#052aa67a48eccc4309d7f0191b7e41434b90bb78" + integrity sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA== "@types/node-forge@^1.3.0": version "1.3.11"