Skip to content

Commit

Permalink
Add 11.17 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 Aug 13, 2024
1 parent a7c7a2a commit 21ee6e2
Showing 1 changed file with 123 additions and 0 deletions.
123 changes: 123 additions & 0 deletions releases/2024-08-15-mondoo-11.17-is-out.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
---
slug: mondoo-11.17-is-out/
title: Mondoo 11.17 is out!
description: Announcing the 11.17 release of Mondoo, FOO, BAR, BAZ, and more!

Check failure on line 4 in releases/2024-08-15-mondoo-11.17-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

`BAZ` is not a recognized word. (unrecognized-spelling)
author: Tim Smith
author_title: Mondoo Core Team
author_url: https://github.com/tas50
image: /img/releases/2024-08-07-mondoo-11.17-is-out/empty_state.png
tags: [release, mondoo]
---

## 🥳 Mondoo 11.17 is out! This release includes a FOO, BAR, BAZ, and more!

Check failure on line 12 in releases/2024-08-15-mondoo-11.17-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

### Dockerfile Security policy

https://github.com/mondoohq/cnspec-policies/pull/426

### CIS AWS Database Services Benchmark

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

### Mondoo Amazon Web Services (AWS) GuardDuty policy

DEETS

Check failure on line 30 in releases/2024-08-15-mondoo-11.17-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

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

### Mondoo Amazon Web Services (AWS) IAM Access Analyzer

DEETS

Check failure on line 34 in releases/2024-08-15-mondoo-11.17-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

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

## 🧹 IMPROVEMENTS

### Newly certified CIS benchmark policies

RHEL 9! DEETS!

Check failure on line 40 in releases/2024-08-15-mondoo-11.17-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

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

### Jump right to the point

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

### Run AWS Serverless integration in isolated VPCs

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

### Resource updates

#### aws.dynamodb.table

- New `items` field
- New `latestStreamArn` field

#### aws.elasticache

- New `serverlessCaches` field using the new `aws.elasticache.serverlessCache` resource

#### aws.guardduty.detector

- New `features` field
- New `findings` field using the new `aws.guardduty.finding` resource
- New `tags` field
- Improve performance fetching detector details

#### aws.iam.accessAnalyzer

- Renamed from `aws.accessAnalyzer` with backwards compatibility for existing policies
- New `findings` field using the new `aws.iam.accessanalyzer.finding` resource

#### aws.iam.accessanalyzer.analyzer

- New `region` field
- Include organization level analyzers as well as activated but unused analyzers

#### aws.rds

- New `allPendingMaintenanceActions` field

#### aws.rds.dbcluster / aws.rds.dbinstance

- New `enabledCloudwatchLogsExports` field
- New `preferredBackupWindow` field
- New `preferredMaintenanceWindow` field
- Improve performance fetching security groups details
- Don't include non-RDS engine results

#### aws.timestream.liveanalytics

- New resource with `databases` and `tables` fields

#### aws.vpc

- New `name` field

#### azure.subscription.cloudDefender

- Check the pricing tier for the Servers plan when verifying if Azure's Defender for Servers is enabled

#### microsoft.application

- New `certificates` field using the new `microsoft.keyCredential` resource
- New `createdAt` field
- New `description` field
- New `hasExpiredCredentials` field
- New `info` field
- New `name` field
- New `notes` field
- New `secrets` field using the new `microsoft.passwordCredential` resource
- New `tags` field

## 🐛 BUG FIXES AND UPDATES

- https://github.com/mondoohq/cnquery/pull/4495
- https://github.com/mondoohq/cnquery/pull/4507
- https://github.com/mondoohq/cnquery/pull/4506
- https://github.com/mondoohq/cnquery/pull/4520
- Fix a false negative result in the CIS Microsoft 365 policy's "Ensure a dynamic group for guest users is created" check.
- Add VPC name to asset overview information.
- Don't execution CIS Windows workstation benchmarks on server releases.
- Improve the default data returned by the `k8s.node` resource.

0 comments on commit 21ee6e2

Please sign in to comment.