Skip to content

Releases: ricoberger/grafana-kubernetes-plugin

v0.4.1

02 Dec 05:54

Choose a tag to compare

What's Changed

  • chore: bump @grafana/create-plugin configuration to 6.4.2 by @ricoberger in #66
  • Bump the gomod group with 8 updates by @dependabot[bot] in #67
  • Bump the github-actions group with 4 updates by @dependabot[bot] in #68
  • Update Release of kubectl-grafana by @ricoberger in #69
  • Bump express from 5.1.0 to 5.2.1 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #70
  • Update Go Version to 1.25.4 by @ricoberger in #71

Full Changelog: v0.4.0...v0.4.1

v0.4.0

30 Nov 20:40

Choose a tag to compare

This release improves the Kubernetes Logs queries, by adding an option to limit the number of maximum log lines via the tail parameter and by adding an option to view the logs of a previous terminated container via the previous parameter. Last but not least this release also adds support for live streaming logs.

gkp-streaming-logs

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

23 Nov 20:28

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

23 Nov 17:31

Choose a tag to compare

This release adds experimental support for AI based debugging of Kubernetes resources via the Grafana LLM Plugin and adds a kubectl plugin to make it easier to manage Kubeconfigs generated by the plugin. Last but not least this release also adds support for all Kubernetes resources and more actions for various resources.

Bildschirmfoto 2025-11-12 um 06 32 13

What's Changed

New Contributors

  • @github-actions[bot] made their first contribution in #26

Full Changelog: v0.2.2...v0.3.0

v0.2.2

29 Oct 05:07

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

27 Oct 11:55

Choose a tag to compare

What's Changed

  • Add Kubeconfig Name as Prefix for User in Kubeconfig by @ricoberger in #19

Full Changelog: v0.2.0...v0.2.1

v0.2.0

24 Oct 05:54

Choose a tag to compare

This release adds support for metrics and traces to the Grafana Kubernetes Plugin. It is now possible to connect a Kubernetes datasource to a Prometheus datasource to view the metrics for some Kubernetes resources. It is also possible to provide a query for a traces datasource like Jaeger, to directly jump to a trace if a log line contains a Trace ID.

kubernetes-resources-metrics

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

16 Oct 05:03

Choose a tag to compare

The Grafana Kubernetes Plugin allows you to explore your Kubernetes resources and logs directly within Grafana. The plugin also provides several actions to interact with your resources, including editing, deleting, and scaling them. Last but not least, the plugin also supports other cloud native tools such as Helm and Flux.

Features

  • View Kubernetes resources like Pods, DaemonSets, Deployments, StatefulSets, etc.
  • Includes support for Custom Resource Definitions.
  • Filter and search for resources, by Namespace, label selectors and field selectors.
  • Get a fast overview of the status of resources, including detailed information and events.
  • Modify resources, by adjusting the YAML manifest files or using the built-in actions for scaling, restarting, creating or deleting resources.
  • View logs of Pods, DaemonSets, Deployments, StatefulSets and Jobs.
  • Automatic JSON parsing of log lines and filtering of logs by time range and regular expressions.
  • Role-based access control (RBAC), based on Grafana users and teams, to authorize all Kubernetes requests.
  • Generate Kubeconfig files, so users can access the Kubernetes API using tools like kubectl for exec and port-forward actions.
  • Integrations for other cloud-native tools like Helm and Flux:
    • Helm: View Helm releases including the history, rollback and uninstall Helm releases.
    • Flux: View Flux resources, reconcile, suspend and resume Flux resources.

What's Changed

New Contributors

Full Changelog: https://github.com/ricoberger/grafana-kubernetes-plugin/commits/v0.1.0