diff --git a/docs/mql/resources/azure-pack/azure.subscription.policy.assignment.md b/docs/mql/resources/azure-pack/azure.subscription.policy.assignment.md index 6e60bb9b..fca5c999 100644 --- a/docs/mql/resources/azure-pack/azure.subscription.policy.assignment.md +++ b/docs/mql/resources/azure-pack/azure.subscription.policy.assignment.md @@ -25,3 +25,4 @@ Azure Policy assignment | scope | string | Policy scope | | description | string | Policy description | | enforcementMode | string | Policy enforcement Mode | +| parameters | dict | Policy parameters | 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..bf341676 --- /dev/null +++ b/releases/2025-01-07-mondoo-11.36-is-out.md @@ -0,0 +1,73 @@ +--- +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 + +#### azure.subscription.policy.assignment + +- New `parameters` field + +#### 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. + +## ๐Ÿ› 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. +- 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 display of Github provider help. +- Show the link to discovered assets on each integration page.