This repository has been archived by the owner on Jan 19, 2023. It is now read-only.
Releases: vmware-archive/octant-plugin-for-knative
Releases · vmware-archive/octant-plugin-for-knative
Release v0.3.0
Runtime prerequisites:
- Octant 0.16.1+
- Knative Serving 0.16+
Changelog
- Disable create and configure forms by default. As Octant's support for forms improves we'll restore this behavior. Navigating to http://localhost:7777/#/knative/_create will temporarily enable the forms.
- Show route traffic policies targeting a specific revision and label latest created and ready revisions in revision listing
- Show min/max scale and route visibility when defined
- General UX refinements
Install / Upgrade
curl -L https://github.com/vmware-tanzu/octant-plugin-for-knative/releases/download/v0.3.0/knative-0.3.0.js -o ~/.config/octant/plugins/knative.js
Uninstall
rm ~/.config/octant/plugins/knative.js
Release v0.2.0
Runtime prerequisites:
- Octant 0.16.1+
- Knative Serving 0.16+
Changelog
- Control Plane and Data Plane resource views
- Visualize number of ready/desired pod for a revision
- Add PodTemplateSpec environment vars, volume mounts and container ports
- Create Knative Serving overview, making room for Eventing, or other Knative API groups
- Adopt
@project-octant/plugin
component library - General refactoring and polishing
Install / Upgrade
curl -L https://github.com/vmware-tanzu/octant-plugin-for-knative/releases/download/v0.2.0/knative-0.2.0.js -o ~/.config/octant/plugins/knative.js
Uninstall
rm ~/.config/octant/plugins/knative.js
Release v0.1.0
Runtime prerequisites:
- Octant 0.16+
- Knative Serving 0.16+
Install
curl -L https://github.com/vmware-tanzu/octant-plugin-for-knative/releases/download/v0.1.0/knative-0.1.0.js -o ~/.config/octant/plugins/knative.js
Uninstall
rm ~/.config/octant/plugins/knative.js