This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
Releases: kubevirt/web-ui-components
Releases · kubevirt/web-ui-components
web-ui-components-0.1.22
Changes since v0.1.21:
web-ui-components-0.1.21
web-ui-components-0.1.20
Changes since v0.1.19:
- Add view-only boot order component to VM details dialog (#199)
- v2v: prefill operating system (#249)
- v2v: prefill Memory and CPU (#252)
- v2v: add more unit tests for OS prefill (#253)
- v2v: prefill networks (#256)
- Details: remove search&hash elipsization (#246)
- Improve VM details styling for overview view (#245)
- v2v: prefill disks (#259)
- Host status selector (#257)
- Add Cluster Overview (#247)
- refactor ClusterOverview (#268)
- Introduce ClusterOverviewContext component (#269)
- refactor selectors (#265)
- v2v: use datavolume instead of PVC (#266)
web-ui-components-0.1.19
Changes since v0.1.18:
- Move mocked templates to openshift namespace. (#203)
- Compare model against model kind (#205)
- Set template namespace to VM namespace when posting to ProcessedTemplates endpoint (#206)
- Refactor tests mock data and util methods (#197)
- Move cloudInit.js to k8s folder (#212)
- Extract json patch functions to separate file (#213)
- Add template name and namespace to VM labels. (#214)
- Use dataVolumeTemplates instead of creating PVC/DV objects. (#209)
- add VmTemplateDetails + refactor components and tests (#215)
- Extract form types to constants (#219)
- Dropdown: choices are optional (#222)
- FormFactory: pass extraProps to CustomComponent and onChange hook (#223)
- Add SecretsModel (#221)
- StorageTab: fix for empty list (#225)
- expose addPrefixToPatch (#228)
- models: Add ServiceModel and RouteModel (#224)
- Form: enable password input-text components (#227)
- Dropdown: overflow for long values (#226)
- add units for disk size in VM disk page (#232)
- fix workload help message (#231)
- Improve Clone Dialog style (#234)
- prevent template rootdisk (the first bootable disk) from deletion when creating VMs (#237)
- Do not convert disk size to GB (#236)
- Delete VM annotations and firmware fields when cloning (#235)
- V2V - VMWare (#210)
- shorten URL in VmTemplateDetail and refactor TemplateSource (#229)
- VmCreateDialog: display JSONs on error in ResultsTab (#233)
- Add L2 Network RDP connection (#218)
- v2v: prefill Name and Description based on VMWare VM (#243)
- v2v: Delete V2VVMWare object on CreateVmWizard close (#244
- add ids to components (#248)
web-ui-components-0.1.17-3
- Move templates to openshift ns and use VM namespace when posting to ProcessedTemplates (#207)
web-ui-components-0.1.17-2
Since v0.1.17-1:
- Improve reading and cleaning storages and networks on user template change #190
Conforms: https://github.com/kubevirt/web-ui/tree/web-ui-v1.4.0
web-ui-components-0.1.18
web-ui-components-0.1.17-1
Changes:
- use lodash trim for better browser support (#187)
- Fix VM details issues (#189)
- Improve reading and cleaning storages and networks on user template change. (#190)
Conforms to: https://github.com/kubevirt/web-ui-components/tree/v1.4.0
web-ui-components-0.1.17
v0.1.17 Improve reading and cleaning storages and networks on user template c…
web-ui-components-0.1.16
- Do not allow uppercase letters in DNS1123 validation. (#169)
- Show full OS names. (#170)
- fix default disk (#172)
- Fix VM Details form validity detection (#171)
- Use nic{id} instead of eth{id} for NIC names (#175)
- link to pod when a container is in a CrashLoopBackOff (#165)
- Disable VM editing if VM is running (#173)
- Improve URL provision source help text. (#179)
- Table renderConfig is now function, not static declaration. (#177)
- FormFactory handles form validation (#178)
- volumeName from disk spec is removed. apiVersion changed to v1alpha3 (#180)
- add url and container validations (#181)
- VmConsoles: Connection is kept by default when switching console types (#182)
- Clear IP addresses & FQDN when VM is off (#184)