From 8d0223a39fb4f4494b32ebe597023f3603c191d1 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 19 Sep 2024 09:30:46 -0700 Subject: [PATCH] Add 11.23 release notes New week. New release Signed-off-by: Tim Smith --- releases/2024-09-24-mondoo-11.23-is-out.md | 59 ++++++++++++++++++++++ yarn.lock | 58 ++++++++++----------- 2 files changed, 88 insertions(+), 29 deletions(-) create mode 100644 releases/2024-09-24-mondoo-11.23-is-out.md 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 00000000..c989a5bb --- /dev/null +++ b/releases/2024-09-24-mondoo-11.23-is-out.md @@ -0,0 +1,59 @@ +--- +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, chip] +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 + +### FEATURE 1 + +DEETS + +### GitLab ticketing for cases + +DEETS + +### 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. diff --git a/yarn.lock b/yarn.lock index bc410e5e..d58a8799 100644 --- a/yarn.lock +++ b/yarn.lock @@ -75,10 +75,10 @@ "@algolia/requester-common" "4.24.0" "@algolia/transporter" "4.24.0" -"@algolia/client-common@5.5.2": - version "5.5.2" - resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-5.5.2.tgz#9cb30f675e0b08b5ff8e76c0da08dc4455444520" - integrity sha512-LFkAilO+t06/SsFLTzdyh4FD8FGldCXD6Hf3O1ygcrOrxSNQvowy/Dtmqi68MbGP5/MKj24fFmFWhUGhSPh4wA== +"@algolia/client-common@5.5.3": + version "5.5.3" + resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-5.5.3.tgz#2b08523b39b57722b7e0a2333a0012fc3dd3a84b" + integrity sha512-3rdSdreBL2LGYu4DWmUGlMhaGy1vy36Xp42LdbTFsW/y3bhW5viptMHI5A3PKT0hPEMZUn+te1iM/EWvLUuVGQ== "@algolia/client-personalization@4.24.0": version "4.24.0" @@ -99,14 +99,14 @@ "@algolia/transporter" "4.24.0" "@algolia/client-search@^5.4.3": - version "5.5.2" - resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-5.5.2.tgz#86a127d7216eb2f71b8d02e0b0d49d7a084e587e" - integrity sha512-fJH+U6LzzI/LnGkD/Uy8VA8MbmF8ERRG5bXYiIsrcMC/QGyOW5G5y3XNhZlxUhqesrO7w+oTE7ZQ0YMXtW/5/Q== + version "5.5.3" + resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-5.5.3.tgz#e3d2014ea8d8e3d600c7bf26ca3f659ad1f8f90c" + integrity sha512-qrokD+uoNxchbiF9aP8niQd/9SZ6BgYg4WaesFaubHhr9DFvwGm4IePEMha8vQcc3fSsY6uL+gOtKB3J6RF0NQ== dependencies: - "@algolia/client-common" "5.5.2" - "@algolia/requester-browser-xhr" "5.5.2" - "@algolia/requester-fetch" "5.5.2" - "@algolia/requester-node-http" "5.5.2" + "@algolia/client-common" "5.5.3" + "@algolia/requester-browser-xhr" "5.5.3" + "@algolia/requester-fetch" "5.5.3" + "@algolia/requester-node-http" "5.5.3" "@algolia/events@^4.0.1": version "4.0.1" @@ -149,24 +149,24 @@ dependencies: "@algolia/requester-common" "4.24.0" -"@algolia/requester-browser-xhr@5.5.2": - version "5.5.2" - resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.5.2.tgz#001b4599701cf83ca1734d427a0faba22754be07" - integrity sha512-fCsJL+97TswpDO5gu8CKf68ZS5yBSksaK8bszeU7BrjSYgu2vL/eFxpN4wxIBGIbDVJtcriWI0aTkT2ovrn/iQ== +"@algolia/requester-browser-xhr@5.5.3": + version "5.5.3" + resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.5.3.tgz#27ef96ad9ad409c6898ceaa79ec011cc713180a5" + integrity sha512-LsfUPokiXEpvlYF7SwNjyyjkUX7IoW7oIhH6WkDUD4PCfEZkFbVplGQA0UrCiWOAbpb25P7mmP6+ldwjwqW6Kg== dependencies: - "@algolia/client-common" "5.5.2" + "@algolia/client-common" "5.5.3" "@algolia/requester-common@4.24.0": version "4.24.0" resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.24.0.tgz#1c60c198031f48fcdb9e34c4057a3ea987b9a436" integrity sha512-k3CXJ2OVnvgE3HMwcojpvY6d9kgKMPRxs/kVohrwF5WMr2fnqojnycZkxPoEg+bXm8fi5BBfFmOqgYztRtHsQA== -"@algolia/requester-fetch@5.5.2": - version "5.5.2" - resolved "https://registry.yarnpkg.com/@algolia/requester-fetch/-/requester-fetch-5.5.2.tgz#047972759ef77fae8d6cc812f7679f8334969ac4" - integrity sha512-zKawgSZR7toQEERwP4wazvQ6eR7I8KE4nidQzdWL4/8sxxhwiNvn8x9FjCePDnzzHmeiQy9NnUlw4rmT8R0nYg== +"@algolia/requester-fetch@5.5.3": + version "5.5.3" + resolved "https://registry.yarnpkg.com/@algolia/requester-fetch/-/requester-fetch-5.5.3.tgz#43ce042b72d37063e3152d670d097e57352e6513" + integrity sha512-RKaliEFHtVeD/fMxwrApkcI6ZxR+mU6pZna29r3NwVMpCXTJWWtlMpQmbr1RHzUsaAlpfv9pfGJN4nYPE8XWEg== dependencies: - "@algolia/client-common" "5.5.2" + "@algolia/client-common" "5.5.3" "@algolia/requester-node-http@4.24.0": version "4.24.0" @@ -175,12 +175,12 @@ dependencies: "@algolia/requester-common" "4.24.0" -"@algolia/requester-node-http@5.5.2": - version "5.5.2" - resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-5.5.2.tgz#f89842d26f949da5484349bcebe4847a50a61211" - integrity sha512-rBVG8rgzUws2CB972RSgtn3/gRArvp5VDbnTODANj2V17qV/gm/CmV2Ax0IWpgWDh1xWxpEs8s5l4oc0m8QN9A== +"@algolia/requester-node-http@5.5.3": + version "5.5.3" + resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-5.5.3.tgz#418dca84598d2819f611312d7b0bc0e354d54e1c" + integrity sha512-2wU+HlTVrVce7BMW2b3Gd62btk8B0jBbuKYYzu3OFeBD/aZa88eHABtjcjQCdw3x+wvkIPEc56UsZx9eHYLebg== dependencies: - "@algolia/client-common" "5.5.2" + "@algolia/client-common" "5.5.3" "@algolia/transporter@4.24.0": version "4.24.0" @@ -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"