From 7af53e3fa8051d86b61456fd98adf0dac42f0498 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 10 Jan 2025 10:44:30 -0800 Subject: [PATCH] Add 11.37 release notes New week. New release Signed-off-by: Tim Smith --- .../gcp.project.storageservice.bucket.md | 1 + releases/2025-01-14-mondoo-11.37-is-out.md | 83 +++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 releases/2025-01-14-mondoo-11.37-is-out.md diff --git a/docs/mql/resources/gcp-pack/gcp.project.storageservice.bucket.md b/docs/mql/resources/gcp-pack/gcp.project.storageservice.bucket.md index ee77c6135..2dacf0ae4 100644 --- a/docs/mql/resources/gcp-pack/gcp.project.storageservice.bucket.md +++ b/docs/mql/resources/gcp-pack/gcp.project.storageservice.bucket.md @@ -33,6 +33,7 @@ Google Cloud (GCP) Storage bucket | iamPolicy | [][gcp.resourcemanager.binding](gcp.resourcemanager.binding.md) | IAM policy | | iamConfiguration | dict | IAM configuration | | retentionPolicy | dict | Retention policy | +| encryption | dict | Encryption | **References** diff --git a/releases/2025-01-14-mondoo-11.37-is-out.md b/releases/2025-01-14-mondoo-11.37-is-out.md new file mode 100644 index 000000000..1ab080c3e --- /dev/null +++ b/releases/2025-01-14-mondoo-11.37-is-out.md @@ -0,0 +1,83 @@ +--- +slug: mondoo-11.37-is-out/ +title: Mondoo 11.37 is out! +description: Announcing the 11.37 release of Mondoo with FOO, BAR, BAZ, and more! +authors: [tim] +image: DEETS +tags: [release, mondoo] +--- + +## ๐Ÿฅณ Mondoo 11.37 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 + +### SentinelOne vulnerability integration + +DEETS + +### Create workspaces from tags and annotations + +https://github.com/mondoohq/console/pull/5392 + +### Create cases in workspaces + +DEETS + +### Search for assets and findings in workspaces + +DEETS + +## ๐Ÿงน IMPROVEMENTS + +### AWS RDS Cluster support + +DEETS: + +- Atlas +- Scanning +- Asset overview + +### Improved CIS Azure Foundations benchmark checks + +DEETS from Manuel on this one + +https://github.com/mondoohq/cnspec-enterprise-policies/pull/1184 + +### 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-07-mondoo-11.36-is-out/integration_filtering.png) + +### Improved asset overview information + +DEETS from: + +- Link to integrations from configuration overview: https://github.com/mondoohq/console/pull/5401 +- Display scan times in scan overview: https://github.com/mondoohq/console/pull/5398 +- Copy values from asset data: https://github.com/mondoohq/console/pull/5397 + +### Resource updates + +#### gcp.project.storageservice.bucket + +- New `encryption` field + +#### macos.alf + +- Support macOS Sequoia (15) assets. https://github.com/mondoohq/cnquery/pull/5013 + +## ๐Ÿ› BUG FIXES AND UPDATES + +- Categorize Nmap assets as "Domains and Hosts" on the Assets page. +- Improve performance of compliance report generation. https://github.com/mondoohq/server/pull/9900 +- Fix an `invalid reporting job` error when running certain policies. +- Fix display of score boxes on CVE and Advisory pages. https://github.com/mondoohq/console/pull/5336 +- Show assets link on AWS integrations: https://github.com/mondoohq/console/pull/5385 +- 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 of available AWS regions.