Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions docs/sources/k6/next/extensions/explore.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ weight: 01

Extensions can be used to extend the core k6 features to fit your performance-testing use cases. There are two main categories of extensions:

| Category | Maintainer | Audited | Cloud support |
| ------------- | ------------ | ------- | ------------- |
| **Official** | Grafana Labs | ✅ Yes | ✅ Yes |
| **Community** | Community | ✅ Yes | ⚠️ Partial\* |

\* _Partial_ cloud support means that the extensions can be used in the CLI with the `--local-execution` mode, and on Private Load Zones with a custom image. They don't work on Grafana Cloud k6 Public Load Zones.
| Category | Maintainer | Audited | Cloud support | Guaranteed updates |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do we mean by "Guaranteed updates" here @Lantero? 🤔

I'm wondering if this might be better explained outside of a column.

Copy link
Author

@Lantero Lantero Sep 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important security patches/backports mostly. Any thoughts on how we could incorporate this information? It is an important (the main) difference between official and community. With community, we vet a specific version and "forget" i.e. we don't take responsibility for keeping it up to date, you should use them at your own risk and rely on the maintainers for these type of patches.

Without this new column, the original table would look weird since it would be the same for both official and community, except for ownership. We could also challenge whether we need this table or not, now that both official and community are cloud supported.

| ------------- | ------------ | ------- | ------------- | ------------------ |
| **Official** | Grafana Labs | ✅ Yes | ✅ Yes | ✅ Yes |
| **Community** | Community | ✅ Yes | ✅ Yes | ⚠️ No |

## Official extensions

Expand Down
10 changes: 4 additions & 6 deletions docs/sources/k6/v1.2.x/extensions/explore.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ weight: 01

Extensions can be used to extend the core k6 features to fit your performance-testing use cases. There are two main categories of extensions:

| Category | Maintainer | Audited | Cloud support |
| ------------- | ------------ | ------- | ------------- |
| **Official** | Grafana Labs | ✅ Yes | ✅ Yes |
| **Community** | Community | ✅ Yes | ⚠️ Partial\* |

\* _Partial_ cloud support means that the extensions can be used in the CLI with the `--local-execution` mode, and on Private Load Zones with a custom image. They don't work on Grafana Cloud k6 Public Load Zones.
| Category | Maintainer | Audited | Cloud support | Guaranteed updates |
| ------------- | ------------ | ------- | ------------- | ------------------ |
| **Official** | Grafana Labs | ✅ Yes | ✅ Yes | ✅ Yes |
| **Community** | Community | ✅ Yes | ✅ Yes | ⚠️ No |

## Official extensions

Expand Down
10 changes: 4 additions & 6 deletions docs/sources/k6/v1.3.x/extensions/explore.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ weight: 01

Extensions can be used to extend the core k6 features to fit your performance-testing use cases. There are two main categories of extensions:

| Category | Maintainer | Audited | Cloud support |
| ------------- | ------------ | ------- | ------------- |
| **Official** | Grafana Labs | ✅ Yes | ✅ Yes |
| **Community** | Community | ✅ Yes | ⚠️ Partial\* |

\* _Partial_ cloud support means that the extensions can be used in the CLI with the `--local-execution` mode, and on Private Load Zones with a custom image. They don't work on Grafana Cloud k6 Public Load Zones.
| Category | Maintainer | Audited | Cloud support | Guaranteed updates |
| ------------- | ------------ | ------- | ------------- | ------------------ |
| **Official** | Grafana Labs | ✅ Yes | ✅ Yes | ✅ Yes |
| **Community** | Community | ✅ Yes | ✅ Yes | ⚠️ No |

## Official extensions

Expand Down
Loading