Skip to content

Commit

Permalink
Add 11.18 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 16, 2024
1 parent 061de91 commit 62b764b
Showing 1 changed file with 117 additions and 0 deletions.
117 changes: 117 additions & 0 deletions releases/2024-08-20-mondoo-11.18-is-out.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
---
slug: mondoo-11.18-is-out/
title: Mondoo 11.18 is out!
description: Announcing the 11.18 release of Mondoo, with FOO, BAR, BAZ, and more!

Check failure on line 4 in releases/2024-08-20-mondoo-11.18-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: /img/releases/2024-08-07-mondoo-11.18-is-out/empty_state.png
tags: [release, mondoo]
---

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

Check failure on line 10 in releases/2024-08-20-mondoo-11.18-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

### FEATURE 1

DEETS

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

View workflow job for this annotation

GitHub Actions / Run spell check

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

## 🧹 IMPROVEMENTS

### Fidget spinner improvements

DEETS

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

View workflow job for this annotation

GitHub Actions / Run spell check

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

### Granular AWS integration scans

DEETS

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

View workflow job for this annotation

GitHub Actions / Run spell check

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

### Expanded CIS Azure Foundations policy

- https://github.com/mondoohq/cnspec-enterprise-policies/pull/1008
- https://github.com/mondoohq/cnspec-enterprise-policies/pull/1011
- https://github.com/mondoohq/cnspec-enterprise-policies/pull/1013
- https://github.com/mondoohq/cnspec-enterprise-policies/pull/1014

### Cover letters in compliance report archives

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

### Resource updates

#### azure.subscription

- New `policy` field using the new `azure.subscription.policy` resource

#### azure.subscription.cloudDefenderService

- New `defenderForAppServices` field
- New `defenderForSqlServersOnMachines` field
- New `defenderForSqlDatabases` field
- New `defenderForOpenSourceDatabases` field
- New `defenderForCosmosDb` field
- New `defenderForStorageAccounts` field
- New `defenderForKeyVaults` field
- New `defenderForResourceManager` field

#### azure.subscription.postgreSql.FlexibleServers

- Return all servers in the subscription

#### microsoft.application

- New `api` field
- New `applicationTemplateId` field
- New `certification` field
- New `defaultRedirectUri` field
- New `disabledByMicrosoftStatus` field
- New `groupMembershipClaims` field
- New `isDeviceOnlyAuthSupported` field
- New `isFallbackPublicClient` field
- New `nativeAuthenticationApisEnabled` field
- New `optionalClaims` field
- New `parentalControlSettings` field
- New `publicClient` field
- New `requestSignatureVerification` field
- New `samlMetadataUrl` field
- New `serviceManagementReference` field
- New `servicePrincipal` field
- New `servicePrincipalLockConfiguration` field
- New `spa` field
- New `tokenEncryptionKeyId` field
- New `web` field

#### microsoft.roles

- New resource that replaces `microsoft.rolemanagement`

#### microsoft.serviceprincipal

- New `accountEnabled` field
- New `appId` field
- New `applicationTemplateId` field
- New `appRoleAssignmentRequired` field
- New `description` field
- New `loginUrl` field
- New `logoutUrl` field
- New `notificationEmailAddresses` field
- New `preferredSingleSignOnMode` field
- New `servicePrincipalNames` field
- New `signInAudiencesignInAudience` field

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

View workflow job for this annotation

GitHub Actions / Run spell check

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

#### microsoft.user

- New `authMethods` field using the new `microsoft.user.authenticationMethods` resource
- Deprecated `companyName`, `department`, `employeeId`, `jobTitle`, `mail`, `mobilePhone`, `otherMails`, `officeLocation`, `postalCode`, and `state` in favor of data in the `job` and `contact` fields

## 🐛 BUG FIXES AND UPDATES

- Fix incorrect AWS account identification in some resources.
- Don't error when checking services on containers.
- Fix a failure fetching AWS KMS information.
- Update the title of the CIS Controls framework to include the version number.
- Generate complete report archives with the correct file date stamps.
- Fix a failure exporting data to S3.

0 comments on commit 62b764b

Please sign in to comment.