Skip to content

Commit

Permalink
Merge pull request #1246 from sgratch/release-1.6.3
Browse files Browse the repository at this point in the history
ovirt-web-ui 1.6.3-1
  • Loading branch information
sgratch committed Jul 6, 2020
2 parents caee0dc + 8ee223a commit 7dab766
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
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], [6])
define([VERSION_FIX], [3])
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
16 changes: 16 additions & 0 deletions ovirt-web-ui.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,22 @@ make install DESTDIR=%{buildroot}
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand

%changelog
* Mon Jul 6 2020 Sharon Gratch <sgratchk@redhat.com> - 1.6.3-1
- create VM Wizard - fixed a bug so that nics and disks data resetting happens only when it is supposed to
- create VM Wizard - enable resetting of basic settings to baseline defaults when changing the provision source
- create VM Wizard - add a tooltip to the "T" badge for Templates disks and nics
- create VM Wizard - the Storage Domain menu field width, displayed on a new disk row, is fixed to be aligned
- the VM's filter is fixed to return only Pools entities that answer the query result
- enable the Shutdown button for a suspended VM
- fix a bug of displaying an error in UPDATE_VMS reducer in scheduled refresh done after a manual refresh
- fix a bug for enable maximizing of the Notifications drawer
- enable setting disk's of exisiting VMs as "Bootable"
- change VM/Pool fetch page size and optimize refresh scheduling for improving the loading performance
- increase parallel calls during login data fetch for improving the login loading performance
- update Dockerfile with yarn network timeout mitigations
- refactor Makefile to prevent unexpected symlinks
- translations update

* Tue May 12 2020 Sharon Gratch <sgratchk@redhat.com> - 1.6.2-1
- fix a bug in which VM Portal fails to initialize if the environment contains an Export storage domain
- fix a bug in which opening a VM console of type SPICE or VNC is always failing
Expand Down

0 comments on commit 7dab766

Please sign in to comment.