Skip to content

Releases: kobsio/kobs

v0.2.0

23 Apr 13:11
57b1432

Choose a tag to compare

Added

  • #29: Add a new dependencies section to the Application CR. These dependencies are used to show a topology graph for all Applications.
  • #31: Add plugin support for Kubernetes resources.
  • #32: Add support for container logs via the Kubernetes API.
  • #34: Add a new Custom Resource Definition for Teams. Teams can be used to define the ownership for Applications and other Kubernetes resources. ⚠️ Breaking change: ⚠️ We are now using the apiextensions.k8s.io/v1 API for the Custom Resource Definitions of kobs.
  • #39: Add Opsgenie plugin to view alerts within an Application.
  • #40: Add metric name suggestions for Prometheus plugin.
  • #41: Add overview and Pods tab for resource details.
  • #42: Add VirtualService specification for Istio to the Helm chart.

Fixed

  • #33: Fix the topology graph, which crashes, when an Application has a dependency to an Application, which doesn't exists.

Changed

  • #30: Support multiple versions of a CRD and allow the specification of namespaces in the Applications resources list.
  • #35: Add new field displayName for plugins, to overwrite the name which is displayed for a plugin tab in the frontend.

v0.1.0

04 Apr 14:19
c4f3e59

Choose a tag to compare

Added

  • #4: Add Custom Resource Definition for Applications.
  • #6: Add Prometheus as datasource for Application metrics.
  • #8: Add new page to directly query a configured Prometheus datasource.
  • #10: Add Elasticsearch as datasource for Application logs.
  • #12: ⚠️ Breaking change: ⚠️ Add plugin system and readd Prometheus and Elasticsearch as plugins.
  • #13: Add Jaeger plugin to show traces for an Application and to compare traces.
  • #16: Add support for multiple queries in the Prometheus plugin page.
  • #18: Add metrics and logs for the gRPC server.
  • #19: Use multiple colors in the Jaeger plugin. Each service in a trace has a unique color now, which is used for the charts.
  • #21: Add preview for Applications via plugins.
  • #22: Add Helm chart.
  • #23: Add Kustomize files and demo.
  • #24: Add documentation.
  • #26: Add support for all Kubernetes resources.

Fixed

  • #1: Fix mobile layout for the cluster and namespace filter by using a Toolbar instead of FlexItems.
  • #9: Fix time parsing for the datasource options.
  • #14: Fix loading of Jaeger services, when a user opend the Jaeger plugin, where the service query parameter was already present.
  • #15: Fix resources tab of an Application, where resources were loaded multiple times.

Changed

  • #7: Share datasource options between components and allow sharing of URLs.
  • #11: ⚠️ Breaking change: ⚠️ Refactor cluster and application handling.
  • #17: Use location to load applications, which allows user to share their applications view.
  • #20: Rework usage of icons, links handling and drawer layout.
  • #25: Change the URL for the Helm repository to helm.kobs.io.