Skip to content

Commit

Permalink
Add 11.38 release notes
Browse files Browse the repository at this point in the history
New week. New release

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Jan 16, 2025
1 parent dc8da81 commit fcbca7c
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions releases/2025-01-21-mondoo-11.38-is-out.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
slug: mondoo-11.38-is-out/
title: Mondoo 11.38 is out!
description: Announcing the 11.38 release of Mondoo with FOO, BAR, BAZ, and more!

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

View workflow job for this annotation

GitHub Actions / Run spell check

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

Check warning on line 6 in releases/2025-01-21-mondoo-11.38-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.38 is out! This release includes FOO, BAR, BAZ, and more!

Check warning on line 10 in releases/2025-01-21-mondoo-11.38-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-21-mondoo-11.38-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

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

### Create cases in workspaces

DEETS

Check warning on line 24 in releases/2025-01-21-mondoo-11.38-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

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

### Search for assets and findings in workspaces

DEETS

Check warning on line 28 in releases/2025-01-21-mondoo-11.38-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

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

### Workspaces filters using asset technology

## 🧹 IMPROVEMENTS

### AWS RDS Cluster support

DEETS:

- Atlas
- Scanning
- Asset overview

### Quickly jump to integrations from an asset

https://github.com/mondoohq/console/pull/5401

### More view options for asset lists

https://github.com/mondoohq/console/pull/5416

### Resource updates

#### microsoft.application

Query Microsoft 365 applications by ID or name:

```coffee
microsoft.application(id: "2efd0330-112c-4971-ab20-eaa54c.....") { * }

Check warning on line 57 in releases/2025-01-21-mondoo-11.38-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

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

Check warning on line 57 in releases/2025-01-21-mondoo-11.38-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

`eaa` is not a recognized word. (unrecognized-spelling)
microsoft.application(name: "nametest") { * }

Check warning on line 58 in releases/2025-01-21-mondoo-11.38-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

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

## 🐛 BUG FIXES AND UPDATES

- Improve performance of compliance report generation. https://github.com/mondoohq/server/pull/9900
- Shell completions: https://github.com/mondoohq/cnquery/pull/5093
- Include additional information on the query when cnquery/cnspec fail to compile a query.
- Display policies name in check exceptions.
- Display correct keyboard navigation tips in the workspaces asset selection filter menus.
- Improve rendering of the workspace asset selection process.
- Allow organization and space IDs to start with a number and be up to 50 characters in length.

0 comments on commit fcbca7c

Please sign in to comment.