-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New week. New release Signed-off-by: Tim Smith <[email protected]>
- Loading branch information
Showing
3 changed files
with
77 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! | ||
authors: [tim] | ||
image: DEETS | ||
tags: [release, mondoo] | ||
--- | ||
|
||
## 🥳 Mondoo 11.29 is out! This release includes FOO, BAR, BAZ, 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 | ||
|
||
### Describe organizations and spaces | ||
|
||
DEETS | ||
|
||
### Customize Risk Factors | ||
|
||
DEETS | ||
|
||
### 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 | ||
|
||
### 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|