diff --git a/package.json b/package.json index ea4d3e7d4..b0dc6d511 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "write-heading-ids": "docusaurus write-heading-ids" }, "dependencies": { - "@algolia/client-search": "^5.14.0", + "@algolia/client-search": "^5.14.2", "@docusaurus/core": "^3.6.1", "@docusaurus/plugin-client-redirects": "^3.6.1", "@docusaurus/preset-classic": "^3.6.1", diff --git a/releases/2024-11-19-mondoo-11.31-is-out.md b/releases/2024-11-19-mondoo-11.31-is-out.md new file mode 100644 index 000000000..e7f84f080 --- /dev/null +++ b/releases/2024-11-19-mondoo-11.31-is-out.md @@ -0,0 +1,62 @@ +--- +slug: mondoo-11.31-is-out/ +title: Mondoo 11.31 is out! +description: Announcing the 11.31 release of Mondoo with FOO, BAR, BAZ, and more! +authors: [tim] +image: DEETS +tags: [release, mondoo] +--- + +## ๐Ÿฅณ Mondoo 11.31 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 + +### Automated integration setup + +DEETS + +### Secure Cloudflare services + +DEETS + +### Explore query packs results space-wide + +DEETS + +### New CIS NGINX benchmark policy + +DEETS + +## ๐Ÿงน IMPROVEMENTS + +### Faster load times in compliance + +DEETS + +### Badges for new policies + +DEETS + +### Priority findings on the spaces page + +DEETS + +### Additional risk factors for FTP servers + +Prioritize the risks that matter the most with new risk factors for assets running vsftp, Pure-FTPd, and ProFTPD FTP servers. + +### Resource updates + +#### RESOURCE 1 + +- New `FIELD_NAME` field +- New `FIELD_NAME` field using the new `MQL.RESOURCE` resource + +## ๐Ÿ› BUG FIXES AND UPDATES + +- BUG 1 +- BUG 2 diff --git a/yarn.lock b/yarn.lock index f684ecc07..e9fbaf337 100644 --- a/yarn.lock +++ b/yarn.lock @@ -100,6 +100,11 @@ resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-5.14.0.tgz#673857954f5440443dcbd825d4515672268095cf" integrity sha512-xYaswEqv+mTeazOJV0PELs4LYXaETYGwlntQxvOTHsICaj1e+ylKeMr+C+ZvN74RpCRDoEN3a2n33bRU9/MHTw== +"@algolia/client-common@5.14.2": + version "5.14.2" + resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-5.14.2.tgz#659e5a78b3563b628a982f3d3054c424d8a3d2c9" + integrity sha512-BW1Qzhh9tMKEsWSQQsiOEcHAd6g7zxq9RpPVmyxbDO/O4eA4vyN+Qz5Jzo686kuYdIQKqIPCEtob/JM89tk57g== + "@algolia/client-insights@5.14.0": version "5.14.0" resolved "https://registry.yarnpkg.com/@algolia/client-insights/-/client-insights-5.14.0.tgz#a38bf6aa5b583ff694d922f5b47d40467c0ca38c" @@ -148,7 +153,7 @@ "@algolia/requester-common" "4.24.0" "@algolia/transporter" "4.24.0" -"@algolia/client-search@5.14.0", "@algolia/client-search@^5.14.0": +"@algolia/client-search@5.14.0": version "5.14.0" resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-5.14.0.tgz#96a10e635dec9cf75cfddc0557bc54b8d7313edf" integrity sha512-x5/GVLDyGad8aiWA/vfj8X4NXOZ3FlwXw/gb7t+Mxo3O0g3VxSFQdyrZ8Oduv/Y/Y8cxMVEOx1u3Azs6tlSZbg== @@ -158,6 +163,16 @@ "@algolia/requester-fetch" "5.14.0" "@algolia/requester-node-http" "5.14.0" +"@algolia/client-search@^5.14.2": + version "5.14.2" + resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-5.14.2.tgz#7e7b7eaa66cea90ba645cb8739e2739d38ec733a" + integrity sha512-0imdBZDjqxrshw0+eyJUgnkRAbS2W93UQ3BVj8VjN4xQylIMf0fWs72W7MZFdHlH78JJYydevgzqvGMcV0Z1CA== + dependencies: + "@algolia/client-common" "5.14.2" + "@algolia/requester-browser-xhr" "5.14.2" + "@algolia/requester-fetch" "5.14.2" + "@algolia/requester-node-http" "5.14.2" + "@algolia/events@^4.0.1": version "4.0.1" resolved "https://registry.yarnpkg.com/@algolia/events/-/events-4.0.1.tgz#fd39e7477e7bc703d7f893b556f676c032af3950" @@ -236,6 +251,13 @@ dependencies: "@algolia/client-common" "5.14.0" +"@algolia/requester-browser-xhr@5.14.2": + version "5.14.2" + resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.14.2.tgz#aa2ba4aaa2d8e83e8a546f4a1363339f932c827d" + integrity sha512-irUvkK+TGBhyivtNCIIbVgNUgbUoHOSk8m/kFX4ddto/PUPmLFRRNNnMHtJ1+OzrJ/uD3Am4FUK2Yt+xgQr05w== + dependencies: + "@algolia/client-common" "5.14.2" + "@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" @@ -248,6 +270,13 @@ dependencies: "@algolia/client-common" "5.14.0" +"@algolia/requester-fetch@5.14.2": + version "5.14.2" + resolved "https://registry.yarnpkg.com/@algolia/requester-fetch/-/requester-fetch-5.14.2.tgz#d0bcfce9f48efc0bedd40e5579832edbdee5d00a" + integrity sha512-UNBg5mM4MIYdxPuVjyDL22BC6P87g7WuM91Z1Ky0J19aEGvCSF+oR+9autthROFXdRnAa1rACOjuqn95iBbKpw== + dependencies: + "@algolia/client-common" "5.14.2" + "@algolia/requester-node-http@4.24.0": version "4.24.0" resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.24.0.tgz#4461593714031d02aa7da221c49df675212f482f" @@ -262,6 +291,13 @@ dependencies: "@algolia/client-common" "5.14.0" +"@algolia/requester-node-http@5.14.2": + version "5.14.2" + resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-5.14.2.tgz#186631bcb1047c6a352036fb8dcc713c2a2777a7" + integrity sha512-CTFA03YiLcnpP+JoLRqjHt5pqDHuKWJpLsIBY/60Gmw8pjALZ3TwvbAquRX4Vy+yrin178NxMuU+ilZ54f2IrQ== + dependencies: + "@algolia/client-common" "5.14.2" + "@algolia/transporter@4.24.0": version "4.24.0" resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.24.0.tgz#226bb1f8af62430374c1972b2e5c8580ab275102"