Skip to content

v0.9.0

Compare
Choose a tag to compare
@ricoberger ricoberger released this 05 Jul 17:55
· 257 commits to main since this release

Added

  • #355: [app] Add profile page for authenticated users, which can be customized via dashboards.
  • #361: [app] Add tracing support for kobs via Jaeger or Zipkin.
  • #363: [app] Re-add topology chart, which is generated based on the dependencies of an Application.
  • #374: [app] Reduce bundle size by using code splitting for React Router and optimizing the import of icons.
  • #375: [app] Add ServiceWorker and version parameter for remoteEntry.js file.
  • #376: [flux] Add action to suspend / resume resources.

Fixed

  • #349: [app] Fix the creation of a VirtualService in the Helm chart when no additionalRoutes are set.
  • #350: [app] Fix Docker image and request proxy.
  • #351: [jaeger] Fix links and colors in Jaeger plugin.
  • #352: [app] Fix plugin filter and allow filtering by the name of a satellite.
  • #356: [app] Fix tooltip in documents table of the klogs plugin. Fix filtering of services and operations in the Jaeger plugin. Add max height to all select boxes.
  • #358: [app] Fix namespace handling, when multiple namespaces are selected.
  • #359: [app] Fix pagination, when the number of items per page is changed.
  • #360: [app] Fix static file handling, when url contains a dot (.).
  • #364: [app] Fix usage of cytoscape in the topology graph. The fix was also applied for the istio and kiali plugin.
  • #365: [app] Fix satellite replacement for variables in inline dashboards.
  • #368: [flux] Fix panel implementation, so that the Flux plugin can be used within a dashboard again.

Changed

  • #346: [app] ⚠️ Breaking change: ⚠️ Rework kobs architecture, by introducing a hub and a satellite component. This new architecture allows us to run the kobs hub component in a central cluster and access clusters / services (plugins) through the kobs satellite component. More information regarding the new kobs architecture can be found in the documentation at kobs.io.
  • #348: [app] Update permission handling.
  • #354: [app] Change URLs for the details page of an Application and a Dashboard.
  • #357: [app] Adjust namespace handling in the frontend, so that it is not required anymore to select the namespaces from all selected clusters.
  • #362: [app] ⚠️ Breaking change: ⚠️ Rename preview field to insights in Application CRD.
  • #366: [app] ⚠️ Breaking change: ⚠️ Rework Go plugin architecture, to not uses Go's plugin mode.
  • #367: [app] Change filtering for select components, by using item.includes(value).
  • #369: [app] Add insights panel, to display the insights of an application within a dashboard.
  • #371: [app] Change toolbar handling by replacing the Patternfly Toolbar and ToolbarItem components with a custom Toolbar and ToolbarItem component.
  • #372: [app] Change hasDivider property to PageContentSection component to explicit enable / disable the diver.
  • #373: [app] Change behaviour of drawer panels on pages with dashboards.
  • #377: [app] Change filter for select boxes by always comparing the lower case values.