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 <tsmith84@gmail.com>
  • Loading branch information
tas50 committed Jan 24, 2025
1 parent cee837f commit 47cbb29
Show file tree
Hide file tree
Showing 6 changed files with 153 additions and 75 deletions.
3 changes: 3 additions & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,15 @@ Dlp
dlq
dmark
Drack
eaa
eae
Ecn
eddqq
EDE
efbe
efc
efcfc
efd
efi
Ehd
eig
Expand Down Expand Up @@ -237,6 +239,7 @@ mysystem
mytarget
myuser
nameterraform
nametest
natgateway
NDdh
NDgz
Expand Down
12 changes: 12 additions & 0 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,18 @@
# Product Names
#

# s.b. OpenLDAP
\bOpen LDAP\b

# s.b. WebSphere
\bWebsphere\b

# s.b. JBoss
\bJboss\b

# s.b. WildFly
\bWildfly\b

# s.b. DigiCert
\bDigicert\b

Expand Down
63 changes: 63 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,63 @@
---
slug: mondoo-11.38-is-out/
title: Mondoo 11.38 is out!
description: Announcing the 11.38 release of Mondoo with proved workspaces filtering, new resources, and more!
authors: [tim]
image: /img/releases/2025-01-21-mondoo-11.38-is-out/filtering.png
tags: [release, mondoo]
---

## 🥳 Mondoo 11.38 is out! This release includes improved workspaces filtering, new resources, 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

### Workspaces filters using asset technology

Build your perfect workspace without all the clicking with filtering on asset technology. With technology filtering you can target assets like SaaS, K8s, or AWS without selecting each individual platform.

![Workspaces selection using platform](/img/releases/2025-01-21-mondoo-11.38-is-out/filtering.png)

## 🧹 IMPROVEMENTS

### Quickly jump to integrations from an asset

Quickly dive into integration configuration directly from scanned assets with new asset links in the scan overview section.

![Integration link](/img/releases/2025-01-21-mondoo-11.38-is-out/asset_overview.png)

### Resource updates

#### microsoft.application

Query Microsoft 365 applications by ID or name:

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

#### terraform.plan

- New `applyable` field
- New `errored` field
- New `variables` field using the new `terraform.plan.variable` resource

## 🐛 BUG FIXES AND UPDATES

- 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.
- Update the "Ensure that 'Java version' is currently supported" check in the CIS Azure Foundations policy to support LTS releases of Java 17 and 11.
- Fix CIS GitLab Level 2 policy applying to non-GitLab assets.
- Improve error messages when data export integrations fail.
- Ensure `gcp.project.cloudRun.services` fetches data from all available regions.
- Fix failures fetching the `traffic` field in the `gcp.project.cloudRun.services` resource.
- Improve the reliability of the CIS Azure Foundations policy's "Ensure IAM policies that allow full "_:_" administrative privileges are not attached" check.
- Improve rendering of remediation steps in the Mondoo AWS Security policy.
- Allow excluding users from the Mondoo Linux Security policy's "Ensure SSH Idle Timeout Interval is configured" check using a property.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 47cbb29

Please sign in to comment.