Skip to content

Commit

Permalink
Add 11.29 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 Nov 4, 2024
1 parent 28a3df3 commit 4f9a0f1
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@
# s.b. AlmaLinux
\bAlma Linux\b

# s.b. CloudLinux
\bCloud Linux\b
\bCloudlinux\b

# s.b. openSUSE
\bOpenSUSE\b

Expand Down
70 changes: 70 additions & 0 deletions releases/2024-11-05-mondoo-11.29-is-out.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
slug: mondoo-11.29-is-out/
title: Mondoo 11.29 is out!
description: Announcing the 11.29 release of Mondoo with FOO, BAR, BAZ, and more!

Check warning on line 4 in releases/2024-11-05-mondoo-11.29-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/2024-11-05-mondoo-11.29-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.29 is out! This release includes FOO, BAR, BAZ, and more!

Check warning on line 10 in releases/2024-11-05-mondoo-11.29-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

### Describe organizations and spaces

DEETS

Check warning on line 20 in releases/2024-11-05-mondoo-11.29-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

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

### Customize Risk Factors

DEETS

Check warning on line 24 in releases/2024-11-05-mondoo-11.29-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

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

### Expanded Risk Factors

Focus on the most important systems first, with new risk factors for critical database, file sharing, and directory services. These new risk factors surface your most critical systems first, so you can focus your energy on the highest risks to your business:

- MongoDB
- Cassandra
- MariaDB
- Elasticsearch
- OpenSearch
- OpenLDAP
- Samba

## 🧹 IMPROVEMENTS

### CIS AWS Foundations benchmark 4.0

https://github.com/mondoohq/server/pull/9419

### Windows on Arm packages

Secure Arm-based workstations and servers with Windows Mondoo packages for Arm.

### CloudLinux support

DEETS

Check warning on line 50 in releases/2024-11-05-mondoo-11.29-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

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

### Resource updates

#### microsoft.user

- New `mfaEnabled` field

## 🐛 BUG FIXES AND UPDATES

- Improve the text describing policy scoring when the scale icon is selected.
- Improve the layout of the page when adding an integration and all recommended policies are already enabled.
- Add additional input validation for GitHub Enterprise URLs in the GitHub issues integration setup.
- Fix a panic querying `aws.eks.clusters { * }` when no disks are present.
- Include RPM packages with the vendor of "(none)" in the packages resource.
- Improve scalability of GitHub provider in very large organizations.
- Provide a helpful error message when the clients can't authenticate to Mondoo Platform.
- Report IBM dB2 and Amazon Aurora RDS instances in asset overview.
- Support fetching Windows Appx packages during filesystem scans.
- Update policy and query pack download icons to be more consistent with other console icons.
- Don't include the properties tab on policies that don't have any properties.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3750,9 +3750,9 @@ [email protected]:
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==

electron-to-chromium@^1.5.41:
version "1.5.50"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.50.tgz#d9ba818da7b2b5ef1f3dd32bce7046feb7e93234"
integrity sha512-eMVObiUQ2LdgeO1F/ySTXsvqvxb6ZH2zPGaMYsWzRDdOddUa77tdmI0ltg+L16UpbWdhPmuF3wIQYyQq65WfZw==
version "1.5.51"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.51.tgz#bb99216fed4892d131a8585a8593b00739310163"
integrity sha512-kKeWV57KSS8jH4alKt/jKnvHPmJgBxXzGUSbMd4eQF+iOsVPl7bz2KUmu6eo80eMP8wVioTfTyTzdMgM15WXNg==

emoji-regex@^8.0.0:
version "8.0.0"
Expand Down

0 comments on commit 4f9a0f1

Please sign in to comment.