Skip to content

Commit

Permalink
Add 11.15 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 Jul 26, 2024
1 parent 37b5619 commit 903f04f
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 201 deletions.
38 changes: 20 additions & 18 deletions docs/mql/resources/aws-pack/aws.eks.cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,23 @@ Amazon EKS cluster

**Fields**

| ID | TYPE | DESCRIPTION |
| ------------------ | --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| name | string | Name of the cluster |
| arn | string | ARN of the cluster |
| region | string | Region for the cluster |
| tags | map[string]string | A map of tags associated with the cluster |
| endpoint | string | The endpoint of Kubernetes API server |
| version | string | Kubernetes server version |
| platformVersion | string | Amazon EKS cluster version |
| status | string | Cluster status |
| encryptionConfig | &#91;&#93;dict | Encryption configuration for the cluster |
| logging | dict | Cluster logging configuration |
| networkConfig | dict | Kubernetes network configuration |
| resourcesVpcConfig | dict | VPC configuration |
| createdAt | time | Cluster creation timestamp |
| nodeGroups | &#91;&#93;[aws.eks.nodegroup](aws.eks.nodegroup.md) | List of EKS node groups |
| addons | &#91;&#93;[aws.eks.addon](aws.eks.addon.md) | List of EKS add-ons |
| iamRole | [aws.iam.role](aws.iam.role.md) | The IAM role that provides permissions for the Kubernetes control plane to make calls to Amazon Web Services API operations on your behalf |
| ID | TYPE | DESCRIPTION |
| ------------------ | --------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| name | string | Name of the cluster |
| arn | string | ARN of the cluster |
| region | string | Region for the cluster |
| tags | map[string]string | A map of tags associated with the cluster |
| endpoint | string | The endpoint of Kubernetes API server |
| version | string | Kubernetes server version |
| platformVersion | string | Amazon EKS cluster version |
| status | string | Cluster status |
| encryptionConfig | &#91;&#93;dict | Encryption configuration for the cluster |
| logging | dict | Cluster logging configuration |
| networkConfig | dict | Kubernetes network configuration |
| resourcesVpcConfig | dict | VPC configuration |
| createdAt | time | Cluster creation timestamp |
| nodeGroups | &#91;&#93;[aws.eks.nodegroup](aws.eks.nodegroup.md) | List of EKS node groups |
| addons | &#91;&#93;[aws.eks.addon](aws.eks.addon.md) | List of EKS add-ons |
| iamRole | [aws.iam.role](aws.iam.role.md) | The IAM role that provides permissions for the Kubernetes control plane to make calls to Amazon Web Services API operations on your behalf |
| supportType | string | The Kubernetes support policy of the cluster. (`STANDARD` support automatically upgrades at the end of standard support. `EXTENDED` automatically enters extended support at the end of standard support) |
| authenticationMode | string | The authentication mode for the cluster |
42 changes: 42 additions & 0 deletions releases/2024-07-30-mondoo-11.15-is-out.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
slug: mondoo-11.15-is-out/
title: Mondoo 11.15 is out!
description: Announcing the 11.15 release of Mondoo, with FOO, BAR, BAZ, and more!

Check failure on line 4 in releases/2024-07-30-mondoo-11.15-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

`BAZ` is not a recognized word. (unrecognized-spelling)
author: Tim Smith
author_title: Mondoo Core Team
author_url: https://github.com/tas50
image: /img/featured_img/release-feature.jpg
tags: [release, mondoo]
---

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

Check failure on line 12 in releases/2024-07-30-mondoo-11.15-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

### Expanded application vulnerability scanning

CPE-based CVE detection

### CIS benchmarks for GitLab security

DEETS

Check failure on line 26 in releases/2024-07-30-mondoo-11.15-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

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

### New compliance framework experience

DEETS

Check failure on line 30 in releases/2024-07-30-mondoo-11.15-is-out.md

View workflow job for this annotation

GitHub Actions / Run spell check

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

## 🧹 IMPROVEMENTS

### Resource updates

#### RESOURCE 1

## 🐛 BUG FIXES AND UPDATES

- Fix incorrect scoring when policy banded scoring is selected.
- Fix passing the `--token` failure with the Shodan provider.
- Fix display of organizations with zero spaces on the organizations dashboard.
Loading

0 comments on commit 903f04f

Please sign in to comment.