From 5b8570b41b67204b2cf8927adfa4cb1e5f36e8d8 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 20 Dec 2024 12:12:15 -0800 Subject: [PATCH] Add release notes for 11.36 After a few weeks off this is the next release Signed-off-by: Tim Smith --- releases/2025-01-07-mondoo-11.36-is-out.md | 68 ++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 releases/2025-01-07-mondoo-11.36-is-out.md diff --git a/releases/2025-01-07-mondoo-11.36-is-out.md b/releases/2025-01-07-mondoo-11.36-is-out.md new file mode 100644 index 00000000..f8121fb3 --- /dev/null +++ b/releases/2025-01-07-mondoo-11.36-is-out.md @@ -0,0 +1,68 @@ +--- +slug: mondoo-11.36-is-out/ +title: Mondoo 11.36 is out! +description: Announcing the 11.36 release of Mondoo with FOO, BAR, BAZ, and more! +authors: [tim] +image: DEETS +tags: [release, mondoo] +--- + +## ๐Ÿฅณ Mondoo 11.36 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 + +## ๐Ÿงน IMPROVEMENTS + +### Quick access to reports + +Compliance reports are now available under a new Reporting page in the navigation menu. Stay tuned for more great reports coming soon! + +https://github.com/mondoohq/console/pull/5347 + +### Optionally follow HTTP -> HTTPS redirects + +https://github.com/mondoohq/cnquery/pull/5011 + +### Improved CIS Azure Foundations benchmark checks + +DEETS from Manuel on this one + +https://github.com/mondoohq/cnspec-enterprise-policies/pull/1184 + +### Resource updates + +#### fstab + +- Update `options` field to be an array of options instead of a single string. + +#### macos.alf + +- Support macOS Sequoia (15) assets. https://github.com/mondoohq/cnquery/pull/5013 + +#### microsoft.applications + +- Fetch all applications in large installations. https://github.com/mondoohq/cnquery/pull/5035 + +## ๐Ÿ› BUG FIXES AND UPDATES + +- Display CVEs for Fedora 41 assets. +- Correct the remediation steps in the BSI 'Ensure SSH Idle Timeout Interval is configured' check. +- Add EOL dates for FreeBSD 14.2 and Alpine Linux 3.21. +- Correct the EOL date for FreeBSD 14.1. +- Update the Amazon Linux 2 EOL date, which has been extended to +- Categorize Nmap assets as "Domains and Hosts" on the Assets page. +- Support EBS volume scanning of instances with LVM partitions. +- Improve remediation step formatting in Mondoo VMware policies. +- Open check remediation links in a new window or tab. https://github.com/mondoohq/console/pull/5357 +- Fix display of score boxes on CVE and Advisory pages. https://github.com/mondoohq/console/pull/5336 +- Fix an `unknown-score-type` error when comparing semver data in checks. https://github.com/mondoohq/cnquery/pull/5012 +- Fix an `invalid reporting job` error when running certain policies. https://github.com/mondoohq/cnspec/pull/1516 +- Fix diplay of Github provider help. https://github.com/mondoohq/cnquery/pull/5033