Skip to content

Commit

Permalink
Add release notes for 11.36
Browse files Browse the repository at this point in the history
After a few weeks off this is the next release

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Jan 6, 2025
1 parent 9c5a847 commit 0251385
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ Azure Policy assignment
| scope | string | Policy scope |
| description | string | Policy description |
| enforcementMode | string | Policy enforcement Mode |
| parameters | dict | Policy parameters |
92 changes: 92 additions & 0 deletions releases/2025-01-07-mondoo-11.36-is-out.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
---
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!

Check warning on line 4 in releases/2025-01-07-mondoo-11.36-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

`BAZ` is not a recognized word. (unrecognized-spelling)
authors: [tim, chip]
image: DEETS

Check warning on line 6 in releases/2025-01-07-mondoo-11.36-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

`DEETS` is not a recognized word. (unrecognized-spelling)
tags: [release, mondoo]
---

## 🥳 Mondoo 11.36 is out! This release includes FOO, BAR, BAZ, and more!

Check warning on line 10 in releases/2025-01-07-mondoo-11.36-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

`BAZ` is not a recognized word. (unrecognized-spelling)

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

### SentinelOne vulnerability integration

DEETS

Check warning on line 20 in releases/2025-01-07-mondoo-11.36-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

`DEETS` is not a recognized word. (unrecognized-spelling)

### 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

## 🧹 IMPROVEMENTS

### Optionally follow HTTP -> HTTPS redirects

https://github.com/mondoohq/cnquery/pull/5011

### Improved CIS Azure Foundations benchmark checks

DEETS from Manuel on this one

Check warning on line 36 in releases/2025-01-07-mondoo-11.36-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

`DEETS` is not a recognized word. (unrecognized-spelling)

https://github.com/mondoohq/cnspec-enterprise-policies/pull/1184

### AWS RDS Cluster support

DEETS:

Check warning on line 42 in releases/2025-01-07-mondoo-11.36-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

`DEETS` is not a recognized word. (unrecognized-spelling)

- Atlas
- Scanning
- Asset overview

### Resource updates

#### azure.subscriptions.defenderForContainers

- Expose `Extensions` data. DEETS from https://github.com/mondoohq/cnquery/pull/5042

Check warning on line 52 in releases/2025-01-07-mondoo-11.36-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

`DEETS` is not a recognized word. (unrecognized-spelling)

#### 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.
- 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.
- Add detection of the upcoming M4 MacBook Air/Pro models to asset overview information.
- Add form validation to the MS Defender integration to ensure UIDs are correctly formatted.
- Improve policy search results when searching for platform versions.
- Display platform icon for Nmap assets in affected asset tables.
- Update Windows checks for the `RestrictSendingNTLMTraffic` registry entry to accept both Audit All and Deny All configurations.
- Include Nmap assets in the Domains and Hosts console asset group. https://github.com/mondoohq/server/pull/9921
- Improve performance of compliance report generation. https://github.com/mondoohq/server/pull/9900

0 comments on commit 0251385

Please sign in to comment.