Skip to content

v0.3.0

Compare
Choose a tag to compare
@ricoberger ricoberger released this 03 Jun 19:55
· 554 commits to main since this release
8a8d80e

Added

  • #45: Add value mappings for sparkline charts in the Prometheus plugin.
  • #49: Add new chart type table for Prometheus plugin, which allows a user to render the results of multiple Prometheus queries in ab table.
  • #51: Add new command-line flag to forbid access for resources.
  • #52: Add option to enter a single trace id in the Jaeger plugin.
  • #56: Add actions for Elasticsearch plugin to include/exclude and toggle values in the logs view.
  • #58: Add plugin support for Teams. It is now possible to define plugins within a Team CR, which are then added to the teams page in the React UI.
  • #59: Add support for Templates via the new Templates CRD. Templates allows a user to reuse plugin definitions accross Applications, Teams and Kubernetes resources.
  • #60: Add support for additional Pod annotations and labels in the Helm chart via the new podAnnotations and podLabels values.
  • #63: Add Kiali plugin (in the current version the Kiali plugin only supports the graph feature from Kiali).
  • #66: Add edge metrics for Kiali plugin.

Fixed

  • #43: Fix hosts and gateways list for VirtualService in the Helm chart.
  • #44: Add default logo for teams, which is shown when a team doesn't provide a logo and improve metrics lookup for Prometheus plugin.
  • #50: Fix determination of the root span in the Jaeger plugin.
  • #54: Fix fields handling in Elasticsearch plugin.

Changed

  • #46: Support multiple types for the legend in a Prometheus chart and use a custom component to render the legend.
  • #47: Display the legend at the Prometheus page as table and use color of selected metric in chart.
  • #53: Improve Jaeger plugin, by allow filtering of services and operations and adding several actions for traces.
  • #55: Allow a user to add a tag from a span as filter in the Jaeger plugin.
  • #57: Visualize the offset of spans in the Jaeger plugin.
  • #61: Improve caching logic, by generating the teams and topology graph only when it is requested and not via an additional goroutine.
  • #62: Show the name of a variable within the select box in the Prometheus dashboards.
  • #64: Recreate Pods when ConfigMap in Helm chart is changed.
  • #67: ⚠️ Breaking change: ⚠️ Adjust Pod and Service labels, which can now be set via the pod.labels, pod.annotations, service.labels and service.annotations values.