Skip to content

Commit

Permalink
Add 11.4 release notes (#168)
Browse files Browse the repository at this point in the history
* Add 11.4 release notes

New week. New release

Signed-off-by: Tim Smith <[email protected]>

* reformat and polish

* fix table

* one more for good luck

* Update yarn deps + make fmt

Signed-off-by: Tim Smith <[email protected]>

---------

Signed-off-by: Tim Smith <[email protected]>
Co-authored-by: misterpantz <[email protected]>
  • Loading branch information
tas50 and misterpantz authored May 14, 2024
1 parent 4e96a31 commit 0feb3ef
Show file tree
Hide file tree
Showing 10 changed files with 252 additions and 77 deletions.
2 changes: 2 additions & 0 deletions docs/mql/resources/aws-pack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Resources included in this pack:
| [aws.config.rule](aws.config.rule.md) | AWS Config rule |
| [aws.dms](aws.dms.md) | AWS Database Migration Service (DMS) |
| [aws.dynamodb](aws.dynamodb.md) | Amazon DynamoDB |
| [aws.dynamodb.export](aws.dynamodb.export.md) | Amazon DynamoDB Export |
| [aws.dynamodb.globaltable](aws.dynamodb.globaltable.md) | Amazon DynamoDB global table |
| [aws.dynamodb.limit](aws.dynamodb.limit.md) | Amazon DynamoDB limits |
| [aws.dynamodb.table](aws.dynamodb.table.md) | Amazon DynamoDB table |
Expand Down Expand Up @@ -138,6 +139,7 @@ Resources included in this pack:
| [aws.sns.topic](aws.sns.topic.md) | AWS Simple Notification Service (SNS) topic |
| [aws.ssm](aws.ssm.md) | Amazon Systems Manager |
| [aws.ssm.instance](aws.ssm.instance.md) | Amazon SSM instance |
| [aws.ssm.parameter](aws.ssm.parameter.md) | Amazon SSM parameter |
| [aws.vpc](aws.vpc.md) | Amazon Virtual Private Cloud (VPC) |
| [aws.vpc.endpoint](aws.vpc.endpoint.md) | Amazon Virtual Private Cloud (VPC) endpoint |
| [aws.vpc.flowlog](aws.vpc.flowlog.md) | Amazon Virtual Private Cloud (VPC) flow log |
Expand Down
34 changes: 34 additions & 0 deletions docs/mql/resources/aws-pack/aws.dynamodb.export.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: aws.dynamodb.export
id: aws.dynamodb.export
sidebar_label: aws.dynamodb.export
displayed_sidebar: MQL
description: Amazon DynamoDB Export
---

# aws.dynamodb.export

**Supported platform**

- aws

**Description**

Amazon DynamoDB Export

**Fields**

| ID | TYPE | DESCRIPTION |
| -------------- | ------------------------------------------- | -------------------------------------------------------- |
| table | [aws.dynamodb.table](aws.dynamodb.table.md) | Table associated with the export |
| s3Bucket | [aws.s3.bucket](aws.s3.bucket.md) | S3 bucket associated with the export |
| s3Prefix | string | S3 prefix for the export |
| itemCount | int | Count of items in the export |
| type | string | Type of the export (FULL_EXPORT or INCREMENTAL_EXPORT) |
| status | string | Status of the export (IN_PROGRESS, COMPLETED, or FAILED) |
| format | string | Format of the export (DYNAMODB_JSON or ION) |
| startTime | time | Start time of the export |
| endTime | time | End time of the export |
| s3SseAlgorithm | string | S3 SSE Algorithm for the export |
| kmsKey | [aws.kms.key](aws.kms.key.md) | SSE KMS Key Id |
| arn | string | ARN for the export |
1 change: 1 addition & 0 deletions docs/mql/resources/aws-pack/aws.dynamodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Use the `aws.dynamodb` resource to assess the configuration of the AWS DynamoDB.
| globalTables | &#91;&#93;[aws.dynamodb.globaltable](aws.dynamodb.globaltable.md) | List of global tables for DynamoDB |
| tables | &#91;&#93;[aws.dynamodb.table](aws.dynamodb.table.md) | List of tables for DynamoDB |
| limits | &#91;&#93;[aws.dynamodb.limit](aws.dynamodb.limit.md) | List of DynamoDB settings across all regions |
| exports | &#91;&#93;[aws.dynamodb.export](aws.dynamodb.export.md) | List of exports for DynamoDB |

**Examples**

Expand Down
7 changes: 4 additions & 3 deletions docs/mql/resources/aws-pack/aws.ssm.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Amazon Systems Manager

**Fields**

| ID | TYPE | DESCRIPTION |
| --------- | ------------------------------------------------- | ----------- |
| instances | &#91;&#93;[aws.ssm.instance](aws.ssm.instance.md) | |
| ID | TYPE | DESCRIPTION |
| ---------- | --------------------------------------------------- | ---------------------- |
| instances | &#91;&#93;[aws.ssm.instance](aws.ssm.instance.md) | List of SSM instances |
| parameters | &#91;&#93;[aws.ssm.parameter](aws.ssm.parameter.md) | List of SSM parameters |
33 changes: 33 additions & 0 deletions docs/mql/resources/aws-pack/aws.ssm.parameter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: aws.ssm.parameter
id: aws.ssm.parameter
sidebar_label: aws.ssm.parameter
displayed_sidebar: MQL
description: Amazon SSM parameter
---

# aws.ssm.parameter

**Supported platform**

- aws

**Description**

Amazon SSM parameter

**Fields**

| ID | TYPE | DESCRIPTION |
| ---------------- | ----------------------------- | ------------------------------------------------------------------ |
| allowedPattern | string | Allowed pattern for the parameter |
| arn | string | ARN for the parameter |
| region | string | Region for the parameter |
| dataType | string | Data type for the parameter |
| description | string | Description for the parameter |
| kmsKey | [aws.kms.key](aws.kms.key.md) | KMS key associated with the parameter (if any) |
| lastModifiedDate | time | Date when the parameter was last modified |
| name | string | Name of the parameter |
| tier | string | Tier of the parameter (Standard, Advanced, or Intelligent-Tiering) |
| type | string | Type of the parameter (String, StringList, or SecureString) |
| version | int | Version of the parameter |
16 changes: 8 additions & 8 deletions docs/mql/resources/aws-pack/aws.vpc.natgateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Amazon VPC NAT Gateway

**Fields**

| ID | TYPE | DESCRIPTION |
| ------------ | --------------------------------------------------------------------- | ------------------------------------------------- | ------ | --------- | -------- | -------- |
| createdAt | time | Time when the gateway was created |
| natGatewayId | string | ID of the NAT gateway |
| state | string | State of the NAT gateway (pending | failed | available | deleting | deleted) |
| tags | map[string]string | Tags for the NAT gateway |
| vpc | [aws.vpc](aws.vpc.md) | VPC associated with the NAT gateway |
| addresses | &#91;&#93;[aws.vpc.natgateway.address](aws.vpc.natgateway.address.md) | List of addresses associated with the NAT gateway |
| ID | TYPE | DESCRIPTION |
| ------------ | --------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| createdAt | time | Time when the gateway was created |
| natGatewayId | string | ID of the NAT gateway |
| state | string | State of the NAT gateway (pending, failed, available, deleting, or deleted) |
| tags | map[string]string | Tags for the NAT gateway |
| vpc | [aws.vpc](aws.vpc.md) | VPC associated with the NAT gateway |
| addresses | &#91;&#93;[aws.vpc.natgateway.address](aws.vpc.natgateway.address.md) | List of addresses associated with the NAT gateway |
50 changes: 25 additions & 25 deletions docs/mql/resources/k8s-pack/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,31 @@ Kubernetes cluster

**Fields**

| ID | TYPE | DESCRIPTION |
| ------------------- | ----------------------------------------------------------------------- | ----------------------------------- |
| serverVersion | dict | Cluster version |
| apiResources | &#91;&#93;[k8s.apiresource](k8s.apiresource.md) | Available resource types |
| namespaces | &#91;&#93;[k8s.namespace](k8s.namespace.md) | Cluster namespaces |
| nodes | &#91;&#93;[k8s.node](k8s.node.md) | Cluster nodes |
| pods | &#91;&#93;[k8s.pod](k8s.pod.md) | Cluster Pods |
| deployments | &#91;&#93;[k8s.deployment](k8s.deployment.md) | Cluster deployments |
| daemonsets | &#91;&#93;[k8s.daemonset](k8s.daemonset.md) | Cluster DaemonSets |
| statefulsets | &#91;&#93;[k8s.statefulset](k8s.statefulset.md) | Cluster StatefulSets |
| replicasets | &#91;&#93;[k8s.replicaset](k8s.replicaset.md) | Cluster ReplicaSets |
| jobs | &#91;&#93;[k8s.job](k8s.job.md) | Cluster Jobs |
| cronjobs | &#91;&#93;[k8s.cronjob](k8s.cronjob.md) | Cluster CronJobs |
| secrets | &#91;&#93;[k8s.secret](k8s.secret.md) | Cluster Secrets |
| configmaps | &#91;&#93;[k8s.configmap](k8s.configmap.md) | ConfigMaps |
| services | &#91;&#93;[k8s.service](k8s.service.md) | Kubernetes Services |
| ingresses | &#91;&#93;[k8s.ingress](k8s.ingress.md) | Kubernetes Ingresses |
| serviceaccounts | &#91;&#93;[k8s.serviceaccount](k8s.serviceaccount.md) | Kubernetes service accounts |
| clusterroles | &#91;&#93;[k8s.rbac.clusterrole](k8s.rbac.clusterrole.md) | Kubernetes RBAC ClusterRoles |
| clusterrolebindings | &#91;&#93;[k8s.rbac.clusterrolebinding](k8s.rbac.clusterrolebinding.md) | Kubernetes RBAC ClusterRoleBindings |
| roles | &#91;&#93;[k8s.rbac.role](k8s.rbac.role.md) | Kubernetes RBAC roles |
| rolebindings | &#91;&#93;[k8s.rbac.rolebinding](k8s.rbac.rolebinding.md) | Kubernetes RBAC RoleBindings |
| podSecurityPolicies | &#91;&#93;[k8s.podsecuritypolicy](k8s.podsecuritypolicy.md) | Kubernetes PodSecurityPolicies |
| networkPolicies | &#91;&#93;[k8s.networkpolicy](k8s.networkpolicy.md) | Kubernetes network policies |
| customresources | &#91;&#93;[k8s.customresource](k8s.customresource.md) | Kubernetes custom resources |
| ID | TYPE | DESCRIPTION |
| ------------------- | ----------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| serverVersion | dict | Cluster version |
| apiResources | &#91;&#93;[k8s.apiresource](k8s.apiresource.md) | Available resource types |
| namespaces | &#91;&#93;[k8s.namespace](k8s.namespace.md) | Cluster namespaces |
| nodes | &#91;&#93;[k8s.node](k8s.node.md) | Cluster nodes |
| pods | &#91;&#93;[k8s.pod](k8s.pod.md) | Cluster Pods |
| deployments | &#91;&#93;[k8s.deployment](k8s.deployment.md) | Cluster deployments |
| daemonsets | &#91;&#93;[k8s.daemonset](k8s.daemonset.md) | Cluster DaemonSets |
| statefulsets | &#91;&#93;[k8s.statefulset](k8s.statefulset.md) | Cluster StatefulSets |
| replicasets | &#91;&#93;[k8s.replicaset](k8s.replicaset.md) | Cluster ReplicaSets |
| jobs | &#91;&#93;[k8s.job](k8s.job.md) | Cluster Jobs |
| cronjobs | &#91;&#93;[k8s.cronjob](k8s.cronjob.md) | Cluster CronJobs |
| secrets | &#91;&#93;[k8s.secret](k8s.secret.md) | Cluster Secrets |
| configmaps | &#91;&#93;[k8s.configmap](k8s.configmap.md) | ConfigMaps |
| services | &#91;&#93;[k8s.service](k8s.service.md) | Kubernetes Services |
| ingresses | &#91;&#93;[k8s.ingress](k8s.ingress.md) | Kubernetes Ingresses |
| serviceaccounts | &#91;&#93;[k8s.serviceaccount](k8s.serviceaccount.md) | Kubernetes service accounts |
| clusterroles | &#91;&#93;[k8s.rbac.clusterrole](k8s.rbac.clusterrole.md) | Kubernetes RBAC ClusterRoles |
| clusterrolebindings | &#91;&#93;[k8s.rbac.clusterrolebinding](k8s.rbac.clusterrolebinding.md) | Kubernetes RBAC ClusterRoleBindings |
| roles | &#91;&#93;[k8s.rbac.role](k8s.rbac.role.md) | Kubernetes RBAC roles |
| rolebindings | &#91;&#93;[k8s.rbac.rolebinding](k8s.rbac.rolebinding.md) | Kubernetes RBAC RoleBindings |
| podSecurityPolicies | &#91;&#93;[k8s.podsecuritypolicy](k8s.podsecuritypolicy.md) | Kubernetes PodSecurityPolicies, Deprecated: This was removed in Kubernetes v1.25 |
| networkPolicies | &#91;&#93;[k8s.networkpolicy](k8s.networkpolicy.md) | Kubernetes network policies |
| customresources | &#91;&#93;[k8s.customresource](k8s.customresource.md) | Kubernetes custom resources |

**Examples**

Expand Down
Loading

0 comments on commit 0feb3ef

Please sign in to comment.