Skip to content

Commit

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

Also update how we link to GitHub for each blog user

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Oct 9, 2024
1 parent 6eb3746 commit 51ae9d4
Show file tree
Hide file tree
Showing 4 changed files with 792 additions and 734 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/react-helmet": "^6.1.11",
"@types/react-router-dom": "^5.3.3",
"prettier": "3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"engines": {
"node": ">=20.0"
Expand Down
62 changes: 62 additions & 0 deletions releases/2024-10-08-mondoo-11.25-is-out.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
slug: mondoo-11.25-is-out/
title: Mondoo 11.25 is out!
description: Announcing the 11.25 release of Mondoo with expanded platform and AWS region support, updated Ubuntu 22.04 CIS policies, and more!
authors: [tim]
image: DEETS

Check failure on line 6 in releases/2024-10-08-mondoo-11.25-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.25 is out! This release includes expanded platform and AWS region support, updated Ubuntu 22.04 CIS policies, 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)

---

## 🧹 IMPROVEMENTS

### Updated CIS Ubuntu 22.04 benchmark policy

DEETS

Check failure on line 20 in releases/2024-10-08-mondoo-11.25-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

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

### Expanded AWS Serverless integration region support

The Mondoo AWS Serverless integration has always supported scanning your AWS resources no matter what region they were located within, but now you have additional options for where the scanner itself runs. Mondoo now supports installing the integration into the following new regions:

- ca-central-1
- eu-north-1
- eu-west-2
- eu-west-3
- ap-south-1

### Expanded platform support

Vulnerability and end of life detection:

- Windows 11 24H2
- Google COS 117

End of life detection:

- macOS Monterey (12)

### Show exception count on check pages

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

## 🐛 BUG FIXES AND UPDATES

- Improved score accuracy for CVEs and checks.
- Open links from the AWS integration page in new tabs.
- Improve form validation and formatting in the AWS integration setup form.
- Fix incorrectly clipped log messages in the AWS integration page.
- Make single accounts installs the default option during AWS Serverless integration setup.
- Improve form validation in the AWS Serverless integration.
- Improve auditd checks in CIS Linux benchmark policies to better support container image and filesystem snapshot scans.
- Redirect to the spaces list page after deleting a space.
- Support sending very large scan results to Mondoo Platform.
- Fix an incorrect platform family being returned for Dockerfiles.
- Improve scan reliability in the AWS Serverless integration.
- Expand and improve help in cnquery and cnspec.
- Fix erors on the Software page versions graph if all risk severities are unchecked.

Check failure on line 61 in releases/2024-10-08-mondoo-11.25-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

`erors` is not a recognized word. (unrecognized-spelling)
- Update CIS Google Cloud Foundations policy to version 3.0 to match the check content.
25 changes: 17 additions & 8 deletions releases/authors.yml
Original file line number Diff line number Diff line change
@@ -1,48 +1,57 @@
tim:
name: Tim Smith
title: Mondoo Core Team
url: https://github.com/tas50
image_url: https://github.com/tas50.png
socials:
linkedin: tsmith84
github: tas50
linkedin: tsmith84

chip:
name: Charles Johnson
title: Mondoo Core Team
url: https://github.com/charlesjohnson
image_url: https://github.com/charlesjohnson.png
socials:
github: charlesjohnson
linkedin: jeffersonstarchip

Check failure on line 15 in releases/authors.yml

View workflow job for this annotation

GitHub Actions / Run spell check

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

chris:
name: Christoph Hartmann
title: Mondoo Core Team
url: https://github.com/chris-rock
image_url: https://github.com/chris-rock.png
socials:
github: chris-rock

jay:
name: Jay Mundrawala
title: Mondoo Core Team
url: https://github.com/jaym
socials:
github: jaym

vj:
name: Victoria Jeffrey
title: Mondoo Core Team
url: https://github.com/vjeffrey
image_url: https://github.com/vjeffrey.png
socials:
github: vjeffrey
linkedin: victoriadjeffrey

Check failure on line 37 in releases/authors.yml

View workflow job for this annotation

GitHub Actions / Run spell check

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

anthony:
name: Anthony Young
title: Mondoo Core Team
url: https://github.com/sleepsonthefloor
socials:
github: sleepsonthefloor

kyleen:
name: Kyleen MacGugan
title: Mondoo Core Team
url: https://github.com/kmacgugan
image_url: https://github.com/kmacgugan.png
socials:
github: kmacgugan

dom:
name: Dominik Richter
title: Mondoo Core Team
url: https://github.com/arlimus
image_url: https://github.com/arlimus.png
socials:
github: arlimus
Loading

0 comments on commit 51ae9d4

Please sign in to comment.