@@ -17,7 +17,7 @@ Source0: https://github.com/oVirt/ovirt-web-ui/archive/%{source_basename}
17
17
BuildArch: noarch
18
18
19
19
# nodejs-modules embeds yarn and requires nodejs
20
- BuildRequires: ovirt-engine-nodejs-modules >= 2.0.42 -1
20
+ BuildRequires: ovirt-engine-nodejs-modules >= 2.0.44 -1
21
21
22
22
%description
23
23
This package provides the VM Portal for %{product}.
@@ -48,6 +48,23 @@ make install DESTDIR=%{buildroot}
48
48
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand
49
49
50
50
%changelog
51
+ * Tue Apr 27 2021 Sharon Gratch <
[email protected] > - 1.6.9-1
52
+ - user/account settings - support user locale changes by hot reload
53
+ - user/account settings - adding a confirmation dialog before saving user settings changes
54
+ - user/account settings - create a "home" breadcrumbs root to resolve the confusion with "Virtual Machines" Breadcrumbs root
55
+ - user/account settings - add support for setting the refresh interval
56
+ - user/account settings - add labels by design for planned translation cycle
57
+ - create VM Wizard - update create VM steps navigation and disk create checks
58
+ - create VM Wizard- fix a bug so that disk type of new disks based on a 'server/HP' template should be based on the template's disk allocation policy
59
+ - when launching in dev mode, support reading user name, password and domain from env variable
60
+ - add check/validation if permission response is an array, to prevent crashing
61
+ - fixed a bug of missing VmStatusIcon tooltip for a paused vm
62
+ - use semver to verify API engine versions
63
+ - allow users to select/deselect saving the memory while creating a snapshot for a running vm
64
+ - fix a bug of which user permit calculations included invalid permissions
65
+ - show VM's IP address if the vm is up and guest agent is running
66
+ - update the dependency of lodash
67
+
51
68
* Thu Mar 11 2021 Sharon Gratch <
[email protected] > - 1.6.8-1
52
69
- create VM Wizard - ass support for creating VMs based on a High Performance optimized for template
53
70
- enhance graphic consoles data fetching time by fetching consoles info on demand instead of on refresh. This changes the way consoles are opened on dashboard
0 commit comments