We’ve discovered an issue where Grafana crashes when loading a plugin, due to the tslib
module not being included during runtime.
The issue has been fixed in grafana/grafana#43593 and will be available in @grafana/toolkit version 8.3.4.
As a result, we’re deprecating the affected versions and setting the latest
tag to the last working version, 8.2.7.
What plugins are affected?
All plugins that were built using a @grafana/toolkit version from 8.3.0 to 8.3.3, that run on a Grafana version from 8.0.0 to 8.3.2.
What do I need to do if I’m affected?
If your plugin was built using one of the affected versions, you need to rebuild your plugin using version 8.3.4 of @grafana/toolkit.
Until @grafana/toolkit 8.3.4 has been released, you can either:
- Rebuild your plugin using version 8.2.7.
- Rebuild your plugin using the canary version.
If you have any questions, feel free to reply to this topic.