-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tim Smith <[email protected]>
- Loading branch information
Showing
1 changed file
with
50 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
slug: mondoo-10.10-is-out/ | ||
title: Mondoo 10.10 is out! | ||
author: Tim Smith | ||
author_title: Mondoo Core Team | ||
author_url: https://github.com/tas50 | ||
tags: [release, mondoo] | ||
--- | ||
|
||
## 🥳 Mondoo 10.10 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 | ||
|
||
### FEATURE 1 | ||
|
||
## 🧹 IMPROVEMENTS | ||
|
||
### Resource improvements | ||
|
||
#### aws.autoscaling.groups | ||
|
||
- Improve default values | ||
- New `availabilityZones` field | ||
- New `capacityRebalance` field | ||
- New `defaultInstanceWarmup` field | ||
- New `desiredCapacity` field | ||
- New `instances` field | ||
- New `maxInstanceLifetime` field | ||
|
||
#### aws.cloudfront.distributions | ||
|
||
- New `cnames` field | ||
|
||
#### Expanded Endpoint Detection and Response policy support | ||
|
||
Detect the ESET EDR in the Endpoint Detection and Response (EDR) policy. | ||
|
||
#### Check filtering in assets | ||
|
||
https://github.com/mondoohq/console/pull/4020 | ||
|
||
## 🐛 BUG FIXES AND UPDATES | ||
|
||
- Improve performance of platform/cloud detection. | ||
- Fix Windows policies with multi-lanuage support to rely on the system language not the locale. | ||
- Simplify the Linux server installation instructions. |