This repository has been archived by the owner on Jan 19, 2023. It is now read-only.
Releases: vmware-archive/octant
Releases · vmware-archive/octant
v0.16.3
v0.16.2
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
v0.16.1
2020-10-07
Download
All Changes
- Fixed resource viewer unmarshal bug (#1424, @scothis)
- Added a streamer interface for logger (#1425, @bryanl)
- Fixed syntax highlighting in YAML tab (#1436, @GuessWhoSamFoo)
- Changed default internal DashService API to 127.0.0.1 rather than localhost (#1438, @joshrosso)
- Fixed clientID not added to ActionRequest (#1441, @GuessWhoSamFoo)
- Moved breadcrumb/title generation to tab component (#1445, @GuessWhoSamFoo)
- Fixed regression with multiple plugin tabs overwriting (#1446, @GuessWhoSamFoo)
- Added
trustedContent
flag for Markdown (#1460, @wwitzel3) - Changed redirect path when switching namespaces to be more intuitive (#1461, @GuessWhoSamFoo)
- Fixed logs not scrolling to bottom when selecting container or time (#1464, @GuessWhoSamFoo)
v0.16.0
v0.16.0
2020-09-24
Download
Highlights
- Added a 404-style error page when a resource is not found (#422, @scothis)
- Changed default log viewer to show last 5 minutes and allow selecting a broader range (#1209, @wwitzel3)
- Added
SendAlert
to plugin interface (#1216, @GuessWhoSamFoo) - Changed to dynamic component loading (#1242, @bryanl)
- Added
Ctrl+/
keyboard shortcut and list of keyboard shortcuts (#1319, @wwitzel3) - Updated quick switcher UI and added namespace to search (#1381, @GuessWhoSamFoo)
Bug Fixes
- Fixed default provided namespaces to initial namespace when empty (#838, @wwitzel3)
- Fixed problem with Storybook rendering of dynamic components (#1289, @mklanjsek)
- Fixed editing service to show sorted selectors (#1302, @GuessWhoSamFoo)
- Fixed safari height bug in the header so all browsers render the header the same. (#1313, @alexbarbato)
- Fixed configuring GRPC message size to API Client (#1324, @nodece)
- Fixed compiler warnings by colidating SCSS dependencies (#1357, @mklanjsek)
- Fixed pv list generation when claimRef pvc cannot be found (#1358, @GuessWhoSamFoo)
- Fixed unreferenced ConfigMap crashing summary tab (#1362, @GuessWhoSamFoo)
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
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
- Fixed stepper component to send correct actions through websocket (#1102, @nanaasiedu)
- Fixed inconsistent theming of editors (#1130, @scothis)
- Fixed container dropdown losing focus on certain browsers (#1151, @GuessWhoSamFoo)
- Fixed bug where kubeconfigs specified by multiple file paths were not watched (#1176, @GuessWhoSamFoo)
- Fixed bug to show correct CRD version when generating content (#1215, @bryanl)
- Removed height from FlexLayoutSection (#1237, @GuessWhoSamFoo)
- Fixed log components extending beyond frame in a plugin (#1245, @mklanjsek)
v0.14.1
v0.14.1
2020-07-20
Download
Bug Fixes
v0.14.0
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
v0.13.1
2020-06-03
Download
Bug Fixes
- Switched to TestBed.inject to fix linter warnings (#917, @mklanjsek)
- Fixed nil resource.Quantity causing panic (#973, @GuessWhoSamFoo)
v0.13.0
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
v0.12.1
2020-04-22
Download
Bug Fixes
- Fixed initial active tab to use first tab if url fragment is missing (#868, @GuessWhoSamFoo)
- Fixed breadcrumbs for non-CRD types (#869, @mklanjsek)