From 031b69122237cfabad3f6e834f90080232b9c14a Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 26 Jul 2024 10:47:44 -0700 Subject: [PATCH] Add 11.15 release notes New week. New release Signed-off-by: Tim Smith --- .../mql/resources/aws-pack/aws.eks.cluster.md | 38 +++++++++-------- releases/2024-07-30-mondoo-11.15-is-out.md | 42 +++++++++++++++++++ 2 files changed, 62 insertions(+), 18 deletions(-) create mode 100644 releases/2024-07-30-mondoo-11.15-is-out.md diff --git a/docs/mql/resources/aws-pack/aws.eks.cluster.md b/docs/mql/resources/aws-pack/aws.eks.cluster.md index e691501ad..f752c9f69 100644 --- a/docs/mql/resources/aws-pack/aws.eks.cluster.md +++ b/docs/mql/resources/aws-pack/aws.eks.cluster.md @@ -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 | []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 | [][aws.eks.nodegroup](aws.eks.nodegroup.md) | List of EKS node groups | -| addons | [][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 | []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 | [][aws.eks.nodegroup](aws.eks.nodegroup.md) | List of EKS node groups | +| addons | [][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 | diff --git a/releases/2024-07-30-mondoo-11.15-is-out.md b/releases/2024-07-30-mondoo-11.15-is-out.md new file mode 100644 index 000000000..422b2a135 --- /dev/null +++ b/releases/2024-07-30-mondoo-11.15-is-out.md @@ -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! +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! + +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 + +### New compliance framework experience + +DEETS + +## ๐Ÿงน 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.