-
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
1 changed file
with
117 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,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! | ||
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! | ||
|
||
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 | ||
|
||
## 🧹 IMPROVEMENTS | ||
|
||
### Fidget spinner improvements | ||
|
||
DEETS | ||
|
||
### Granular AWS integration scans | ||
|
||
DEETS | ||
|
||
### 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 | ||
|
||
#### 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. |