Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Releases: kubevirt/web-ui-components

web-ui-components-0.1.22

22 Mar 11:38
8551cbd
Compare
Choose a tag to compare

Changes since v0.1.21:

  • Fix export of status functions (#277)
  • Create Cluster Details Card (#271)
  • Upgrade npm dependency packages (#278)
  • do not export unnecessary functions (#280)
  • Fix cosmos (#282)
  • add PVC provision source (#241)
  • Create labels for elements in vertical forms (#274)
  • Capacity: refactor for real data (#281)

web-ui-components-0.1.21

19 Mar 11:31
3d9beab
Compare
Choose a tag to compare

Changes:

  • move vmStatus logic to utils/status/vm (#264)
  • Upgrade yarn.lock (#270)

web-ui-components-0.1.20

18 Mar 13:54
091181f
Compare
Choose a tag to compare

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

06 Mar 08:22
1c65262
Compare
Choose a tag to compare

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

05 Feb 07:31
13b7388
Compare
Choose a tag to compare
  • Move templates to openshift ns and use VM namespace when posting to ProcessedTemplates (#207)

web-ui-components-0.1.17-2

31 Jan 13:19
a2adbf9
Compare
Choose a tag to compare

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

30 Jan 17:43
5cdfa55
Compare
Choose a tag to compare

Changes:

  • Create VM: Add specified mac address to interface. (#194)
  • Add Clone VM Dialog (#191)
  • Rename NIC/Disk Name to just Name. #103 (#195)
  • Refactor: move getResource() to web-ui-components (#200)
  • Add className to VmStatus link (#198)

web-ui-components-0.1.17-1

24 Jan 09:45
f1844b1
Compare
Choose a tag to compare

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

24 Jan 09:41
Compare
Choose a tag to compare
Pre-release
v0.1.17

Improve reading and cleaning storages and networks on user template c…

web-ui-components-0.1.16

17 Jan 07:23
52438fd
Compare
Choose a tag to compare
  • 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)