-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 11.37 release notes #543
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
cc20644
Add 11.37 release notes
tas50 1895f13
Add a missing word
tas50 80fee93
Update releases/2025-01-14-mondoo-11.37-is-out.md
tas50 dd93f99
Update releases/2025-01-14-mondoo-11.37-is-out.md
tas50 de2be2f
Update releases/2025-01-14-mondoo-11.37-is-out.md
tas50 4727bb7
Update releases/2025-01-14-mondoo-11.37-is-out.md
tas50 9855ae6
Update releases/2025-01-14-mondoo-11.37-is-out.md
tas50 2814968
One last dep bump
tas50 b6aa822
Update releases/2025-01-14-mondoo-11.37-is-out.md
tas50 a66d652
Remove the org feature we didn't ship
tas50 24aa13b
Update releases/2025-01-14-mondoo-11.37-is-out.md
tas50 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
|
@@ -331,6 +331,7 @@ sqlserver | |
sqlservice | ||
srvsvc | ||
stdevel | ||
storageservice | ||
Stupakov | ||
sudolog | ||
suki | ||
|
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
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
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
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,93 @@ | ||
--- | ||
slug: mondoo-11.37-is-out/ | ||
title: Mondoo 11.37 is out! | ||
description: Announcing the 11.37 release of Mondoo with workspace creation from tags/labels and Mondoo annotations, plus a whole lot more! | ||
authors: [tim] | ||
image: /img/releases/2025-01-14-mondoo-11.37-is-out/tags.png | ||
tags: [release, mondoo] | ||
--- | ||
|
||
## 🥳 Mondoo 11.37 is out! This release includes workspace creation from tags/labels and Mondoo annotations, plus a whole lot 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 | ||
|
||
### Create workspaces from labels/tags and annotations | ||
|
||
Create the perfect workspace for exploring assets in your infrastructure with new filtering capabilities. Now you can create a workspace that includes or excludes all assets that match certain labels or tags, such as `environment:production`, or Mondoo annotations you set, such as `priority:high`. | ||
|
||
Create a workspace of production cloud assets: | ||
|
||
![Workspaces selection using cloud tags](/img/releases/2025-01-14-mondoo-11.37-is-out/tags.png) | ||
|
||
Create a workspace of assets you've annotated as high priority: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nice way to use screenshots to do the talking for you. 👍 |
||
|
||
![Workspaces selection using Mondoo annotations](/img/releases/2025-01-14-mondoo-11.37-is-out/annotations.png) | ||
|
||
## 🧹 IMPROVEMENTS | ||
|
||
### Quickly find integrations | ||
|
||
Find the right integration with less scrolling. The Add Integration page now supports search based on integration categories in addition to integration names. | ||
|
||
![Integration filtering with a category](/img/releases/2025-01-14-mondoo-11.37-is-out/integration_filtering.png) | ||
|
||
### Improved asset overview information | ||
|
||
Dive into asset configuration with new first and last scan time data. Plus, now you can easily copy asset information: When you hover over any value, you see the option to copy the data to your clipboard. | ||
|
||
![Asset overview](/img/releases/2025-01-14-mondoo-11.37-is-out/asset.png) | ||
|
||
### Resource updates | ||
|
||
#### aws.iam.instanceProfile | ||
|
||
- Deprecate `createDate` in favor of a new `createdAt` field | ||
|
||
#### aws.iam.policy | ||
|
||
- Deprecate `createDate` in favor of a new `createdAt` field | ||
|
||
#### aws.iam.policyversion | ||
|
||
- Deprecate `createDate` in favor of a new `createdAt` field | ||
|
||
#### aws.iam.role | ||
|
||
- Deprecate `createDate` in favor of a new `createdAt` field | ||
|
||
#### aws.iam.user | ||
|
||
- Deprecate `createDate` in favor of a new `createdAt` field | ||
|
||
#### aws.iam.usercredentialreportentry | ||
|
||
- Deprecate `createDate` in favor of a new `createdAt` field | ||
|
||
#### gcp.project.storageservice.bucket | ||
|
||
- New `encryption` field | ||
|
||
#### macos.alf | ||
|
||
- Support macOS Sequoia (15) assets | ||
|
||
## 🐛 BUG FIXES AND UPDATES | ||
|
||
- Categorize Nmap assets as "Domains and Hosts" on the Assets page. | ||
- Fix an `invalid reporting job` error when running certain policies. | ||
- Fix display of score boxes on CVE and Advisory pages. | ||
- Show assets link on AWS integrations. | ||
- Allow creating workspaces with the asset kind value of "Virtual Machine". | ||
- Improve reliability of some CIS/BSI Windows policy checks on non-English systems. | ||
- Improve fetching available AWS regions. | ||
- Expand CVE and advisory detection on Windows 2025 hosts. | ||
- Fix user check failures on Windows when a domain user has not locally logged in. | ||
- Fix the risk rating order in the check overview tile on asset pages. | ||
- Update the EOL date for Amazon Linux 2023 to the extended June 30th, 2029 date. | ||
- Rework multiple checks in the CIS Azure Foundations policy to improve reliability and readability of output. | ||
- Fix incorrect form validation when setting up the Microsoft Defender for Cloud integration. | ||
- Improve links to documentation on integration pages. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice