From 7c4350b1ac712485a2c081faddedafc191e01eb7 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 15 Jan 2025 16:51:58 -0800 Subject: [PATCH] Add 11.38 release notes New week. New release Signed-off-by: Tim Smith --- releases/2025-01-21-mondoo-11.38-is-out.md | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 releases/2025-01-21-mondoo-11.38-is-out.md 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..c03b3d36 --- /dev/null +++ b/releases/2025-01-21-mondoo-11.38-is-out.md @@ -0,0 +1,51 @@ +--- +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 + +### Workspaces filters using asset technology + +DEETS + +## ๐Ÿงน IMPROVEMENTS + +### Quickly jump to integrations from an asset + +https://github.com/mondoohq/console/pull/5401 + +### 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 + +- 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. +- Fix CIS GitLab Level 2 policy applying to non-GitLab assets. +- Improve error messages when data export integrations fail. +- Ensure `gcp.project.cloudRun.services` fetches data from all available regions. +- Fix failures fetching the `traffic` field in the `gcp.project.cloudRun.services` resource.