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.16.3

10 Dec 01:01
Compare
Choose a tag to compare

v0.16.3

2020-12-9

Download

All Changes

v0.16.2

19 Nov 21:46
Compare
Choose a tag to compare

v0.16.2

2020-11-11

Download

All Changes

  • Log warning when external metrics unavailable (#1023, @wwitzel3)
  • Inform user that the backend uses an annotation when AWS ALB use-annotation is set (#1060, @wwitzel3)
  • Fixed panic when websocket ClientFromRequest returns an error (#1340, @wwitzel3)
  • Use link when displaying Ingress host (#1431, @mklanjsek)
  • Removed formGroup from payload actions and updated to return values for multiple checkboxes (#1563, @GuessWhoSamFoo)
  • Prevent angular sanitizer from removing log content (#1582, @mklanjsek)
  • Show ConfigMaps and PersistentVolumeClaims in Pod's resource viewer (#1541 @alexbrand)
  • Fixed the first/last seen to display null instead of a pointer (#1386 @sladyn98)
  • Switched resolved address to public npm registry (#1571 @scothis)
  • Moved websocket service to new module (#1459 @bryanl)
  • Implemented Help menu additional items (#875 @mklanjsek)

v0.16.1

08 Oct 14:50
8aebb34
Compare
Choose a tag to compare

v0.16.1

2020-10-07

Download

All Changes

v0.16.0

24 Sep 21:21
eed5b46
Compare
Choose a tag to compare

v0.16.0

2020-09-24

Download

Highlights

Bug Fixes

All Changes

  • Exposed full selector capabilities through Key object (#1201, @ipsi)
  • Updated build to use Golang 1.15 (#1248, @scothis)
  • Added SendEvent support to JavaScript plugin runtime (#1290, @wwitzel3)
  • Added an optional button group to data grid tables (#1299, @scothis)
  • Added validator and action payload for stepper (#1300, @GuessWhoSamFoo)
  • Added support for selectors in JavaScript plugin dashboard client (#1304, @bryanl)
  • Added modal component and opening modals through buttons (#1305, @GuessWhoSamFoo)
  • Added an Octant log sink for zap message (#1321, @bryanl)
  • Changed to icons and colors for indicator to make it more accessible (#1335, @wwitzel3)

v0.15.0

12 Aug 17:34
97a507c
Compare
Choose a tag to compare

v0.15.0

2020-08-11

Download

Highlights

  • Added printers for APIServices, MutatingWebhookConfigurations, and ValidatingWebhookConfigurations (#1045, @scothis)
  • Added stepper component (#1102, @wwitzel3, @nanaasiedu)
  • Added alert when unable to find valid local port (#1144, @ipsi)
  • Fixed UI stutter when changing views (#1205, @mklanjsek)
  • Refactored JavaScript dashboard client to allow extending externally (#1218, @bryanl)
  • Added client-max-recv-msg-size flag to configure GRPC message size (#1231, @nodece)

Bug Fixes

v0.14.1

21 Jul 00:21
51ce7f6
Compare
Choose a tag to compare

v0.14.1

2020-07-20

Download

Bug Fixes

  • Fixed bug where --kubeconfig flag does not work (#1133, @wwitzel3)
  • Fixed bug where the client would request from the loading API with a valid kubeconfig (#1133, @wwitzel3)
  • Changed breadcrumb link color in dark mode (#1134, @mklanjsek)

v0.14.0

17 Jul 00:25
d64d961
Compare
Choose a tag to compare

v0.14.0

2020-07-15

Download

Highlights

  • Added creation of resources
  • Added port forwarding for services
  • Added support for starting without a kubeconfig
  • Added experimental JavaScript plugin support

All Changes

  • Added data grid column filtering (#986, @sergiupantiru)
  • Added experimental JavaScript plugin support (#1080, @wwitzel3)
  • Added port forwarding for services (#1093, @ipsi)
  • Added Apply YAML to current cluster and namespace (#954, @scothis)
  • Updated cronjob trigger to action grid; added suspend and resume (#1087, @GuessWhoSamFoo)
  • Added ability to start without a kubeconfig (#991, @GuessWhoSamFoo)
  • Fixed navigation bar flyouts when collapsed (#1007, @scothis)
  • Added delete object to namespace list (#1026, @GuessWhoSamFoo)
  • Added support for an ingress to have use-annotation ServicePort (#988, @GuessWhoSamFoo)
  • Added spinner when content is not ready (#506, @nfarruggiagl)
  • Fixed cytoscape component to clean up styles when destroyed (#982, @GuessWhoSamFoo)
  • Added sorting for Age columns
  • Upgraded all JavaScript dependencies to latest
  • Upgraded all Go dependencies to latest
  • Updated build.go to use Cobra for improved useability
  • Added Storybook (see: https://reference.octant.dev)
  • Fixed multiple owner references in objects
  • Updated dashboard.proto to avoid name conflict
  • Removed old CI/CD mentions and plugin docs
  • Updated readme and demo gif
  • Added delete action for namespace list
  • Improved flickering and namespace transitions
  • Added CRDs in cluster overview
  • Fixed light theme selected navigation color

v0.13.1

03 Jun 23:01
72c5ea9
Compare
Choose a tag to compare

v0.13.1

2020-06-03

Download

Bug Fixes

v0.13.0

01 Jun 20:41
d7d0660
Compare
Choose a tag to compare

v0.13.0

2020-06-01

Download

Highlights

  • Added resource editing
  • Added datagrid actions
  • Added resource deleting indicators
  • Added storybook for UI prototying and exploring
  • Added Electron prototype
  • Upgraded client-go and remove k8s.io/kubernetes imports
  • Upgraded to Angular 9.1.9 and Clarity 3.1.3

All Changes

  • Fixed Terminal window resizing issues (#935, @mklanjsek)
  • Fixed Graphviz component performance (#951, @mklanjsek)
  • Fixed problems with the graphviz component (#948, @mklanjsek)
  • Added informer error handler using latest client-go (#942, @wwitzel3)
  • Added --namespace-list flag to accept a slice of namespaces (#928, @GuessWhoSamFoo)
  • Added terminal support for multiple containers (#916, @GuessWhoSamFoo)
  • Added tooltips for selectors and labels (#884, @mklanjsek)
  • Updated terminal manager and map terminal instances to each websocket client (#887, @GuessWhoSamFoo)
  • Fixed case where unclaimed persistent volumes causes panic (#889, @GuessWhoSamFoo)
  • Added missing label selector to protobuf key request (#908, @GuessWhoSamFoo)
  • Fixed replica spec to checked for desired replica count
  • Added helper menu with build information
  • Fixed Terminal window resizing issues
  • Added Datagrid actions
  • Added Resource deleting indicators
  • Added Storybook for UI prototying and exploring
  • Added Electron prototype
  • Upgraded client-go and remove k8s.io/kubernetes imports
  • Upgraded to Angular 9.1.9 and Clarity 3.1.3
  • Fixed graphviz component
  • Fixed dark mode colors for log viewer
  • Removed duplicated titles and color from visited breadcrumb links
  • Fixed missing context from namespace get
  • Updated schema.Convert tests and data
  • Fixed terminal exit corner cases
  • Upgrade gomock to 1.4.3
  • Removed k8s.io/kubernetes from deps
  • Fixed potential race in config watcher test
  • Removed old style icons and icon package
  • Added CLI argument browser-path
  • Fixed problems with timestamp tooltips and overflow labels/selectors
  • Added delete action to object lists
  • Fixed client caching, no-cache, no-store headers for root (index) request
  • Fixed missing label selector to protobuf key request
  • Added Show service account secrets
  • Fixed a couple of Tooltips issues on Firefox
  • Fixed case where unclaimed persistent volume causes panic
  • Fixed container log tests
  • Added editing of objects
  • Fixed layout MarkdownText better in tables/cards
  • Added logging UI improvements
  • Added ellipsis to selector overflow pattern & fix lint issues

v0.12.1

22 Apr 23:15
870ee57
Compare
Choose a tag to compare

v0.12.1

2020-04-22

Download

Bug Fixes