Skip to content

Commit 87844d6

Browse files
committed
ovirt-web-ui 1.7.1-1
1 parent 1474b64 commit 87844d6

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-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], [7])
2121
define([VERSION_FIX], [1])
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: 22 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.57-1
20+
BuildRequires: ovirt-engine-nodejs-modules >= 2.0.58-1
2121

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

5050
%changelog
51+
* Wed Aug 11 2021 Sharon Gratch <[email protected]> - 1.7.1-1
52+
- refactor initial VM/Pool page loading and background refresh
53+
- refactor login managed base-data, user, group, and role fetches
54+
- refactor and improve disk permit/permissions calculations
55+
- refactor and remove unused sagas utils
56+
- refactor and optimize snapshot disks and nics fetching
57+
- refactor callExternalAction() to log the API method with Function.name
58+
- refactor console connection code and also support opening RDP console for headless Windows VMs
59+
- remove all of the OvirtApi toInternal functions
60+
- remove non used NewDiskDialog actions/reducers
61+
- upgrade eslint and all related dependencies to current versions and update configurations for react/jsx indent and eslint errors
62+
- add packages dependencies of flow-bin and postcss
63+
- add babel plugin fancy-console
64+
- avoid displaying manual refresh or setting actions in the header/navbar until the app is ready
65+
- fix a bug that when editing an exising disk via VM details, it always resulted with an inactive disk
66+
- fix fetchVmSnapshots() transform error
67+
- make the package.json scripts intl:* working again
68+
- fix a bug for enable loading Portuguese or Chinese languages when reading locales from the url
69+
- fix a bug for always setting a VM with the correct number of virtual CPUs
70+
- enhance user settings cancel dialog by informing the user that it is applied to all tabs/sections
71+
5172
* Thu Jun 24 2021 Sharon Gratch <[email protected]> - 1.7.0-1
5273
- user/account settings - mark default options on Account Settings dialog
5374
- user/account settings - add option to reset global user settings to default/installation settings

0 commit comments

Comments
 (0)