Skip to content

Commit

Permalink
ovirt-web-ui 1.9.1-1 (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratch committed Jul 22, 2022
1 parent b99a94d commit b161ba9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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, [gshereme@redhat.com])
PACKAGE_RPM_VERSION="VERSION_NUMBER"
Expand Down
12 changes: 11 additions & 1 deletion ovirt-web-ui.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -65,6 +65,16 @@ make install DESTDIR=%{buildroot}
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand

%changelog
* Fri Jul 22 2022 Sharon Gratch <sgratch@redhat.com> - 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 <sgratch@redhat.com> - 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
Expand Down

0 comments on commit b161ba9

Please sign in to comment.