diff --git a/releases/2024-09-24-mondoo-11.23-is-out.md b/releases/2024-09-24-mondoo-11.23-is-out.md new file mode 100644 index 000000000..d05a36443 --- /dev/null +++ b/releases/2024-09-24-mondoo-11.23-is-out.md @@ -0,0 +1,61 @@ +--- +slug: mondoo-11.23-is-out/ +title: Mondoo 11.23 is out! +description: Announcing the 11.23 release of Mondoo with FOO, BAR, BAZ, and more! +authors: [tim] +image: DEETS +tags: [release, mondoo] +--- + +## ๐Ÿฅณ Mondoo 11.23 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 + +### Create Cases automatically on asset drift + +DEETS + +### GitLab and GitLab ticketing for cases + +https://github.com/mondoohq/console/pull/4940 + +### New CIS Ubuntu 24.04 benchmark policy + +https://github.com/mondoohq/cnspec-enterprise-policies/pull/1097 + +## ๐Ÿงน IMPROVEMENTS + +### Updated CIS Azure Foundations 3.0 benchmark policy + +https://github.com/mondoohq/cnspec-enterprise-policies/pull/1094 + +### Improved asset view in policies + +Out with the old and in with the new. + +https://github.com/mondoohq/console/pull/4834 + +### Resource updates + +#### microsoft.conditionalAccess + +- New resource with `namedLocations` field + +#### microsoft.conditionalAccess.ipNamedLocation + +- New resource with `name` and `trusted` fields + +## ๐Ÿ› BUG FIXES AND UPDATES + +- Improve the performance of EC2 instance discovery. +- Fix tag filtering in the AWS provider. +- Avoid errors in the AWS Elasticsearch, SageMaker, and SNS resources when nil values are returned. +- Ensure that the AWS KMS resource returns all keys. +- Improve performance of data exports. +- Improve performance loading vulnerability data. +- Show risk scores for CVE each CVE displayed on advisory pages. +- Improve asset category names in the inventory page. diff --git a/yarn.lock b/yarn.lock index 0bf39c62e..786dc22bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3738,9 +3738,9 @@ ee-first@1.1.1: integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== electron-to-chromium@^1.5.4: - version "1.5.25" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.25.tgz#492ade1cde401332b9b75aa0c55fd5e1550ca66c" - integrity sha512-kMb204zvK3PsSlgvvwzI3wBIcAw15tRkYk+NQdsjdDtcQWTp2RABbMQ9rUBy8KNEOM+/E6ep+XC3AykiWZld4g== + version "1.5.26" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.26.tgz#449b4fa90e83ab98abbe3b6a96c8ee395de94452" + integrity sha512-Z+OMe9M/V6Ep9n/52+b7lkvYEps26z4Yz3vjWL1V61W0q+VLF1pOHhMY17sa4roz4AWmULSI8E6SAojZA5L0YQ== emoji-regex@^8.0.0: version "8.0.0"