-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ define([VERSION_MAJOR], [1]) | |
define([VERSION_MINOR], [9]) | ||
define([VERSION_FIX], [1]) | ||
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) | ||
define([VERSION_RELEASE], [0]) | ||
define([VERSION_RELEASE], [1]) | ||
|
||
AC_INIT([ovirt-web-ui], VERSION_NUMBER, [[email protected]]) | ||
PACKAGE_RPM_VERSION="VERSION_NUMBER" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ BuildRequires: autoconf | |
BuildRequires: automake | ||
%if %{with ovirt_use_nodejs_modules} | ||
# nodejs-modules embeds yarn and requires nodejs | ||
BuildRequires: ovirt-engine-nodejs-modules >= 2.3.2 | ||
BuildRequires: ovirt-engine-nodejs-modules >= 2.3.8 | ||
%else | ||
BuildRequires: nodejs >= 14.15 | ||
BuildRequires: yarn >= 1.22 | ||
|
@@ -65,6 +65,16 @@ make install DESTDIR=%{buildroot} | |
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand | ||
|
||
%changelog | ||
* Fri Jul 22 2022 Sharon Gratch <[email protected]> - 1.9.1-1 | ||
- VM details snapshots card: add a frontend lock for the restored snapshot during the restore operation | ||
- VM details - force tooltips on the VM's utilization charts to a constant width | ||
- fix a bug for opening a console on full screen mode after clicking the "full screen" button even when also set by account settings | ||
- fix a regression bug for redirecting to the welcome page after clicking on the logo | ||
- fix a bug for enabling to enter values into NumberInput on few dialogs | ||
- fix a bug of missing card IDs on the VM List screen | ||
- build issues:: add conditional build for offline/online builds | ||
- bump underscore from 1.6.0 to 1.13.1 | ||
|
||
* Fri Jun 17 2022 Sharon Gratch <[email protected]> - 1.9.0-1 | ||
- migrate all VM Portal components from PatternFly 3 to PatternFly 4. No use of PatternFly 3 anymore | ||
- migrate from Webpack 4 to Webpack 5 and use newest versions of Webpack plugins | ||
|