Skip to content

Commit 1817f64

Browse files
committed
ovirt-web-ui 1.6.9-1
1 parent e9f3403 commit 1817f64

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ define([VERSION_MAJOR], [1])
2020
define([VERSION_MINOR], [6])
2121
define([VERSION_FIX], [9])
2222
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
23-
define([VERSION_RELEASE], [0])
23+
define([VERSION_RELEASE], [1])
2424

2525
AC_INIT([ovirt-web-ui], VERSION_NUMBER, [[email protected]])
2626
PACKAGE_RPM_VERSION="VERSION_NUMBER"

ovirt-web-ui.spec.in

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Source0: https://github.com/oVirt/ovirt-web-ui/archive/%{source_basename}
1717
BuildArch: noarch
1818

1919
# 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
2121

2222
%description
2323
This package provides the VM Portal for %{product}.
@@ -48,6 +48,23 @@ make install DESTDIR=%{buildroot}
4848
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand
4949

5050
%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+
5168
* Thu Mar 11 2021 Sharon Gratch <[email protected]> - 1.6.8-1
5269
- create VM Wizard - ass support for creating VMs based on a High Performance optimized for template
5370
- 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

Comments
 (0)