Skip to content

v0.7.0

Compare
Choose a tag to compare
@ricoberger ricoberger released this 19 Nov 21:55
· 402 commits to main since this release
6f6955a

Added

  • #177: [istio] Add Istio plugin to get an overview of all applications in the service mesh.
  • #182: [istio] Add top and tap commands and add details view for metrics.
  • #183: [istio] Add panels and documentation and use the destination_app label instead of destination_workload for the Prometheus metrics.
  • #184: [clickhouse] Add aggregations to visualize logs.
  • #187: [clickhouse] Add options to download returned logs as .log or .csv file.
  • #192: [clickhouse] Add options to download aggregation results as .csv file.
  • #193: [elasticsearch] Adjust selected time range via logs chart and allow filtering via fields.
  • #201: [sonarqube] Add SonarQube plugin to view projects and their measures within kobs.
  • #202: [core] Add tooltip to refresh button to show selected time interval.
  • #204: [grafana] Add Grafana plugin, to show dashboards from a Grafana instance and to embed Grafana panels into kobs dashboards.
  • #205: [resources] Add support to download/upload files from/to a container.
  • #208: Add documentation about how to Develop a Plugin.
  • #209: [harbor] Add Harbor plugin, to show projects, repositories and artifacts including there vulnerabilities and build history from a Harbor instance.

Fixed

  • #175: [prometheus] Fix tooltip when no unit is provided.
  • #186: [jaeger] Fix tooltip position in traces chart.
  • #189: [clickhouse] Fix download of .csv fiels.
  • #191: [clickhouse] Fix returned logs, when user selected a custom order.
  • #196: [elasticsearch] Fix number of documents.
  • #199: Add volumes and volumeMounts properties to the Helm chart, to support the kubeconfig provider.

Changed

  • #179: [clickhouse] Add sorting and show milliseconds in time column.
  • #181: [core] ⚠️ Breaking change: ⚠️ Make the time selection across all plugins more intuitive. For that we removed the time property from the Options component and showing the formatted timestamp instead.
  • #185: [clickhouse] Use pagination instead of Intersection Observer API to display logs.
  • #188: [sql] Replace the GetQueryResults function with the implemention used in the Clickhouse plugin, to have a proper handling for float values.
  • #190: [core] Unify list layout across plugin.
  • #194: [elasticsearch] Use pagination instead of infinite scrolling to display logs.
  • #195: [istio] Display upstream cluster instead of authority in the React UI and ignore query string in path.
  • #197: [clickhouse] Change break down filter for aggregation, to allow more complex filters.
  • #210: [klogs] ⚠️ Breaking change: ⚠️ Rename clickhouse plugin to klogs.