Skip to content

v0.5.0

Compare
Choose a tag to compare
@ricoberger ricoberger released this 03 Aug 18:27
· 517 commits to main since this release

Added

  • #81: Add markdown plugin, which can be used to render a markdown formatted text in a dashboard panel.
  • #83: Extend Kubernetes resource with Teams, Applications and Dashboards via annotations.
  • #84: Add actions for resource, so that they can be modified or deleted within kobs.
  • #87: Rework Kiali plugin to show the topology chart from Kiali for a list of namespaces.
  • #89: Rework Opsgenie plugin to show alerts and incidents from Opsgenie.
  • #91: Add force delete option for Kubernetes resources.
  • #92: Preparation to build a own version of kobs using the kobsio/app template.
  • #93: Show status of Kubernetes resource in the table of the resources plugin.
  • #97: Add support for Kiali metrics.
  • #98: Add terminal support for Kubernetes Pods.
  • #100: Add support for Ephemeral Containers.

Fixed

  • #94: Fix variable handling for dashboards.
  • #99: Fix WebSocket connections for the Kubernetes terminal in environments with an idle timeout for all connections.

Changed

  • #82: Improve error handling for our API.
  • #85: Improve overview page for Pods, by displaying all Containers in an expandable table and by including the current resource usage of all Containers.
  • #86: Improve overview page for Nodes, by displaying the resource metrics for the CPU, Memory and Pods.
  • #88: Improve handling of actions for Kubernetes resources.
  • #95: It is now possible to get Kubernetes resources for all namespaces by not selecting a namespace from the select box on the resources page.
  • #96: Add RSS plugin to show the latest status updates of third party services.
  • #101: Show logs in the terminal.