Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Apr 17:19
· 1776 commits to master since this release
f232c18

v0.12.0

2020-04-22

Download

Highlights

Breaking API Changes

  • PLUGIN API Add ActionName to service.ActionRequest to allow dispatching of Octant events (#808, @wwitzel3)
  • Add namespacing to Octant actions and events (#820, @wwitzel3)

All Changes

  • Refactor backend tab creation. (#861, @bryanl)
  • Improve UI link rendering time. (#854, @bryanl)
  • Fix issues with custom resource breadcrumbs (#855, @mklanjsek)
  • Fix truncation issues with namespace and context selectors (#737, @mklanjsek)
  • Fix logs console errors when timestamp are not present (#840, @mklanjsek)
  • Fix nightly builds that broke when we moved to GitHub Actions (#839, @wwitzel3)
  • Fix bug that prevented Pod summary loading if status was nil/unknown. (#831, @wwitzel3)
  • Fix issues with custom resource breadcrumbs
  • Enhance multiple change detections with different values from pipe
  • Decrease link latency
  • Fix truncation issues with namespace and context selectors
  • Fix logs console errors when no timestamp
  • Update ngx-highlightjx to ivy compatible version
  • Remove setup-go path steps and bump setup-node versions
  • Update karma and protractor versions
  • Add unit tests for navigation service
  • Update nightly with tag and tmp file
  • Load summary for pods with nil status
  • Improve selection indication for vertical nav
  • Add ellipsis to labels when they are long to avoid overflow
  • Fix labels/selectors overflow their containers
  • Add plugin topic link to README.md
  • Enhance heading anchors actually visible/usable
  • Fix error logging causing console spam
  • Add describer for generalized network policy cases
  • Fix event types for remaining handlers
  • Fix datagrid filtering
  • Fix frontend handler assignment
  • Add more context to Overview links
  • Support different volume sources in summary view
  • Fix go mod issues by ignoring go build and doc main files
  • Remove old reference to CLA
  • Add e2e test proposal
  • Run prettier on angular app dir
  • Extract creation of frontend/backend handlers
  • Update client side dependencies