From b161ba98b98941290934f201df4e440c61662bf4 Mon Sep 17 00:00:00 2001 From: Sharon Gratch Date: Fri, 22 Jul 2022 22:57:22 +0300 Subject: [PATCH] ovirt-web-ui 1.9.1-1 (#1622) --- configure.ac | 2 +- ovirt-web-ui.spec.in | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 29409f23f..841536c0d 100644 --- a/configure.ac +++ b/configure.ac @@ -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" diff --git a/ovirt-web-ui.spec.in b/ovirt-web-ui.spec.in index e7082865f..c897139fe 100644 --- a/ovirt-web-ui.spec.in +++ b/ovirt-web-ui.spec.in @@ -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 - 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 - 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