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

Releases: vmware-archive/octant

v0.12.0

22 Apr 17:19
f232c18
Compare
Choose a tag to compare

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

v0.11.1

30 Mar 16:11
a5f7847
Compare
Choose a tag to compare

Changelog

All Changes

v0.11.0

20 Mar 21:35
20fbb90
Compare
Choose a tag to compare

Changelog

Highlights

Breaking API Changes

  • Removed returned boolean value from store.Get (#643, @GuessWhoSamFoo)
  • Changed service.Request to an interface and Path property accessed via Path() (#645, @wwitzel3)

All Changes

v0.10.2

14 Feb 23:17
Compare
Choose a tag to compare

Changelog

All Changes

  • Fixed origin checking for websocket connections (@wwitzel3)

v0.10.1

30 Jan 21:09
cd7390d
Compare
Choose a tag to compare

Changelog

All Changes

v0.10.0

24 Jan 01:00
72e6694
Compare
Choose a tag to compare

Changelog

Highlights

  • Check-in the generated mocks used for unit testing (#427, @antoninbas)
  • Added keyboard shortcuts for navigation (#434, @alexbrand)
  • Updated octant favicon to logo (#462, @bryanl)
  • Added workload module with support for metrics API to show resource usage for pods (#480, @bryanl)
  • Added terminal component and ability to execute a command against a container (#488, @wwitzel3)
  • Added support for v1 and v1beta1 CRD API (#490, @bryanl)
  • Updated new community meeting time on website (#535, @jonasrosland)
  • Moved object metadata to its own tab (#542, @bryanl)

All Changes

  • Moved internal/dash to pkg/dash (#396, @wwitzel3)
  • Sorted events in a more stable manner (#404, @bryanl)
  • Fixed bug where container ports used for active port fowards used an incorrect state id (#409, @GuessWhoSamFoo)
  • Added iframe component (#431, @GarySmith)
  • Updated service printer to show service port instead of target port (#435, @alexbrand)
  • Created slider component (#440, @bryanl)
  • Fixed site accessibility and updated gem dependencies (#444, @SDBrett)
  • Updated documentation and add clarity around running and using Octant (#450, @wwitzel3)
  • Added uninstall instructions to plugin documentation (#465, @danielhelfand)
  • Removed typescript warnings in content switcher (#476, @bryanl)
  • Removed klog messages unless asked for explicitly (#529, @bryanl)
  • Moved port forward state management to backend (#543, @GuessWhoSamFoo)
  • Sorted container env vars and show summary with missing configmap references (#545, @GuessWhoSamFoo)
  • Updated resource viewer to show workload when it is selected (#551, @bryanl)
  • Updated documentation to use build.go instead of make (#559, @GarySmith)

v0.9.1

01 Nov 19:24
7c4bd4a
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • Fix panic with queryer ConfigMapsForPod method. (#400, @wwitzel3)

v0.9.0

30 Oct 23:34
ac09954
Compare
Choose a tag to compare

Changelog

Highlights

All Changes

v0.8.0

15 Oct 01:26
e37e7f6
Compare
Choose a tag to compare

Changelog

Highlights

All Changes

v0.7.0

18 Sep 18:13
632f678
Compare
Choose a tag to compare

Changelog

Highlights

Bug Fixes

  • Fixed bug where mounted pods of persistent volume claims were not displayed (#281, @GuessWhoSamFoo)
  • Removed informer for custom resources when they no longer exist (#250, @bryanl)
  • Changed Deployment printer to use ReplicaSet owner reference to get pods (#245, @GuessWhoSamFoo)
  • Fixed bug tabs generated from plugins would switch back to summary (#222, @GuessWhoSamFoo)
  • CI now runs TS linting (#224, @wwitzel3)
  • Show pod resource limit/requests (#215, @bryanl)
  • Fixed error where capabilites for a plugin are not shown (#212, @bryanl)
  • Fixed bug where port forward states were active after pod is deleted (#209, @GuessWhoSamFoo)
  • 0.0.0.0 as listener/accepted will allow all hosts (#199, @wwitzel3)
  • Namespace drop down not refreshing on context change (#206, @bryanl)
  • Log errors when listing CRDs (#195, @wwitzel3)

Enhancements

  • Use dynamic client when informer cache has not synced (#268, @bryanl)
  • Use d3-graphviz directly (remove graphdot-lib) (#248, @wwitzel3)
  • Convert actions to websockets and allow alerts from actions (#267, @bryanl)
  • Changed button label for removing port forward from "Remove" to "Stop port forward" (#226, @theneva)
  • Object store Get returns if object is found (#211, @bryanl)
  • Store for internal errors (#229, @wwitzel3)
  • Consolidated internal printers and tests (#42, @GuessWhoSamFoo)

Documentation