Skip to content

Commit

Permalink
Add 11.27 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 Oct 18, 2024
1 parent 526143f commit 9cca861
Show file tree
Hide file tree
Showing 6 changed files with 206 additions and 84 deletions.
22 changes: 21 additions & 1 deletion .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@
# Mondoo PR links
\bhttps:\/\/github.com\/mondoohq\/.*\/pull\/\d*

#
# Overly formal style
#

# s.b. Whether
\bIndicates whether\b
\bIndicates if\b
\bIndicates\b
\bWhether or not\b
\bDenotes if\b

#
# Terms to avoid
#
Expand Down Expand Up @@ -204,7 +215,7 @@

# s.b. SentinelOne
\bSentinal[Oo]ne\b
\bSentinelone\b
\bSentin[ae]lone\b
\bSentin[ae]l One\b

# s.b. CrowdStrike
Expand All @@ -214,6 +225,15 @@
# s.b. Zendesk
\bZenDesk\b

# s.b. ServiceNow
\bService Now\b
\bServicenow\b

# disabled due to docs false positives
# s.b. name server
# \bnameserver\b
# \bnameservers\b

#
# Kubernetes Terms
#
Expand Down
2 changes: 1 addition & 1 deletion releases/2021-12-07-mondoo-5.17.1-is-out.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ community channel if you need it for standalone certificates as well!
Additionally, we added tests for a few TLS extensions. Amongst others, we now
support 3 extensions:

- `server_name` Indicates that the serve supports [Server Name Indication (SNI)](https://en.wikipedia.org/wiki/Server_Name_Indication).
- `server_name` Whether the serve supports [Server Name Indication (SNI)](https://en.wikipedia.org/wiki/Server_Name_Indication).
You can access all SNI certificates via the `certificates` field and non-SNI
certificates via `nonSniCertificates`
- `fake_server_name` When a fake SNI name is sent to the server, this indicates
Expand Down
90 changes: 45 additions & 45 deletions releases/2023-10-05-mondoo-9.0-is-out.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,33 +118,33 @@ What fun is a Mondoo release without new resources and fields to secure your inf
#### `aws.ec2.instance`
- New `httpEndpoint` property: Status of the IMDS endpoint enabled on the instance
- New `stateTransitionTime` property: Time when the last state transition occurred
- New `httpEndpoint` field: Status of the IMDS endpoint enabled on the instance
- New `stateTransitionTime` field: Time when the last state transition occurred
#### `aws.elb`
- New `createdTime` property: Date the load balancer was created
- New `vpcID` property: The ID of the VPC where the load balancer is located
- New `createdTime` field: Date the load balancer was created
- New `vpcID` field: The ID of the VPC where the load balancer is located
#### `aws.rds.dbInstances`
- Improve default values for use in `cnquery shell`
- New `storageAllocated` property: The amount of storage, in GiB, provisioned on the instance
- New `storageIops` property: The storage IOPS provisioned on the instance
- New `storageType` property: The type of storage provisioned on the instance
- New `availabilityZone` property: Availability zone where the instance exists
- New `engineVersion` property: The version of the database engine for this DB instance
- New `createdTime` property: The creation date of the RDS instance
- New `storageAllocated` field: The amount of storage, in GiB, provisioned on the instance
- New `storageIops` field: The storage IOPS provisioned on the instance
- New `storageType` field: The type of storage provisioned on the instance
- New `availabilityZone` field: Availability zone where the instance exists
- New `engineVersion` field: The version of the database engine for this DB instance
- New `createdTime` field: The creation date of the RDS instance
#### `aws.s3.bucket`
- New `createdTime` property: Date the bucket was created
- New `createdTime` field: Date the bucket was created
#### `aws.vpc`
- Fix `routeTables` to return the correct values for the VPC
- New `cidrBlock` property: IPv4 CIDR block of the VPC
- New `instanceTenancy` property: How instance hardware tenancy settings are enforced on instances launched in this VPC
- New `cidrBlock` field: IPv4 CIDR block of the VPC
- New `instanceTenancy` field: How instance hardware tenancy settings are enforced on instances launched in this VPC
- New `endpoints` subresource with additional fields:
- `id`: Unique ID of the endpoint
- `type`: Type of the endpoint
Expand All @@ -161,65 +161,65 @@ What fun is a Mondoo release without new resources and fields to secure your inf
#### `azure.subscription.monitorService.activityLog`
- New `subscriptionId` property: The subscription identifier
- New `subscriptionId` field: The subscription identifier
#### `azure.subscription.monitorService.diagnosticsetting`
- New `storageAccountId` property: ID of the diagnostic setting storage account
- New `storageAccountId` field: ID of the diagnostic setting storage account
#### `azure.subscription.monitorService.logprofile`
- New `storageAccountId` property: ID of the log profile storage account
- New `storageAccountId` field: ID of the log profile storage account
#### `github.organization`
- New `membersCanForkPrivateRepos` property: Whether members can fork private repositories to their own GitHub account
- New `membersCanForkPrivateRepos` field: Whether members can fork private repositories to their own GitHub account
#### `github.repository`
- New `hasDiscussions` property: Whether the repository has discussions
- New `isTemplate` property: Whether the repository is an organization repository template
- New `hasDiscussions` field: Whether the repository has discussions
- New `isTemplate` field: Whether the repository is an organization repository template
#### `gitlab.project`
- New `allowMergeOnSkippedPipeline` property: Allow merging merge requests when a pipeline is skipped
- New `archived` property: Is the project archived?
- New `autoDevopsEnabled` property: Is the Auto DevOps feature enabled?
- New `containerRegistryEnabled` property: Is the container registry feature enabled?
- New `createdAt` property: Create date of the project
- New `defaultBranch` property: Default git branch
- New `emailsDisabled` property: Disable project email notifications
- New `fullName` property: The full name of the project, including the namespace
- New `issuesEnabled` property: Is the issues feature enabled?
- New `mergeRequestsEnabled` property: Is the merge request feature enabled?
- New `mirror` property: Is the project a mirror?
- New `onlyAllowMergeIfAllDiscussionsAreResolved` property: Only allow merging merge requests if all discussions are resolved
- New `onlyAllowMergeIfPipelineSucceeds` property: Only allow merging merge requests if the pipelines succeed
- New `packagesEnabled` property: Is the packages feature enabled?
- New `requirementsEnabled` property: Is the requirements feature enabled?
- New `serviceDeskEnabled` property: Is the Service Desk feature enabled?
- New `snippetsEnabled` property: Is the snippets feature enabled?
- New `webURL` property: URL of the project
- New `wikiEnabled` property: Is the wiki feature enabled?
- New `allowMergeOnSkippedPipeline` field: Allow merging merge requests when a pipeline is skipped
- New `archived` field: Is the project archived?
- New `autoDevopsEnabled` field: Is the Auto DevOps feature enabled?
- New `containerRegistryEnabled` field: Is the container registry feature enabled?
- New `createdAt` field: Create date of the project
- New `defaultBranch` field: Default git branch
- New `emailsDisabled` field: Disable project email notifications
- New `fullName` field: The full name of the project, including the namespace
- New `issuesEnabled` field: Is the issues feature enabled?
- New `mergeRequestsEnabled` field: Is the merge request feature enabled?
- New `mirror` field: Is the project a mirror?
- New `onlyAllowMergeIfAllDiscussionsAreResolved` field: Only allow merging merge requests if all discussions are resolved
- New `onlyAllowMergeIfPipelineSucceeds` field: Only allow merging merge requests if the pipelines succeed
- New `packagesEnabled` field: Is the packages feature enabled?
- New `requirementsEnabled` field: Is the requirements feature enabled?
- New `serviceDeskEnabled` field: Is the Service Desk feature enabled?
- New `snippetsEnabled` field: Is the snippets feature enabled?
- New `webURL` field: URL of the project
- New `wikiEnabled` field: Is the wiki feature enabled?
#### `gitlab.group`
- New `emailsDisabled` property: Disable group email notifications
- New `preventForkingOutsideGroup` property: Don't allow forking projects outside this group
- New `mentionsDisabled` property: Disable group mentions within issues and merge requests
- New `webURL` property: URL of the group
- New `emailsDisabled` field: Disable group email notifications
- New `preventForkingOutsideGroup` field: Don't allow forking projects outside this group
- New `mentionsDisabled` field: Disable group mentions within issues and merge requests
- New `webURL` field: URL of the group

#### `k8s.namespace`

- New `kind` property: Kubernetes object type
- New `kind` field: Kubernetes object type

#### `rsyslog.conf`

- New `path` property: Path for the main rsyslog file and search
- New `path` field: Path for the main rsyslog file and search

#### `terraform.settings`

- New `backend` property: Backend configuration information
- New `backend` field: Backend configuration information

### Improved query packs

Expand Down
10 changes: 5 additions & 5 deletions releases/2023-10-16-mondoo-9.2-is-out.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,17 @@ Azure networking resources continue to receive updates to expose critical inform

#### azure.subscription.networkService.virtualNetworkGateway.ipConfig

- New `publicIpAddress` property: The public IP address associated with this IP configuration
- New `publicIpAddress` field: The public IP address associated with this IP configuration

#### azure.subscription.networkService.natGateway

- New `publicIpAddresses` property: List of public IP addresses the NAT gateway is associated with
- New `publicIpAddresses` field: List of public IP addresses the NAT gateway is associated with

#### azure.subscription.networkService.virtualNetwork

- New `dhcpOptions` property: Virtual network DHCP options
- New `enableDdosProtection` property: Indicates if DDoS protection is enabled for all the protected resources in the virtual network.
- New `enableVmProtection` property: Indicates if VM protection is enabled for all the subnets in the virtual network
- New `dhcpOptions` field: Virtual network DHCP options
- New `enableDdosProtection` field: Whether DDoS protection is enabled for all the protected resources in the virtual network
- New `enableVmProtection` field: Whether VM protection is enabled for all the subnets in the virtual network

### More AWS console links

Expand Down
40 changes: 40 additions & 0 deletions releases/2024-10-22-mondoo-11.27-is-out.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
slug: mondoo-11.27-is-out/
title: Mondoo 11.27 is out!
description: Announcing the 11.27 release of Mondoo with FOO, BAR, BAZ, and more!

Check failure on line 4 in releases/2024-10-22-mondoo-11.27-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: DEETS

Check failure on line 6 in releases/2024-10-22-mondoo-11.27-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

`DEETS` is not a recognized word. (unrecognized-spelling)
tags: [release, mondoo]
---

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

Check failure on line 10 in releases/2024-10-22-mondoo-11.27-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

### QUERY PACKS IN INVENTORY

### SIMPLIFIED POLICY MANAGEMENT

### ServiceNow Cases

### Azure DevOps Cases

### Continuous Shodan scanning

## 🧹 IMPROVEMENTS

### Support non-ASCII characters in space and organization names

'Merica!

Check failure on line 32 in releases/2024-10-22-mondoo-11.27-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

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

## 🐛 BUG FIXES AND UPDATES

- Improved email address validation in integration setup pages.
- Fix rendering of dividers on integration status pages.
- Fix display of Windows setup commands on the workstation integration page.
- Improve the display of policies with multiple authors.
- Improve the alignment and display of risk factor icons on vulnerability, advisory, and check pages.
Loading

0 comments on commit 9cca861

Please sign in to comment.