-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1570 from sgratch/release-1.8.1
ovirt-web-ui 1.8.0-1
- Loading branch information
Showing
2 changed files
with
19 additions
and
1 deletion.
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], [8]) | ||
define([VERSION_FIX], [0]) | ||
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 |
---|---|---|
|
@@ -60,6 +60,24 @@ make install DESTDIR=%{buildroot} | |
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand | ||
|
||
%changelog | ||
* Tue Mar 15 2022 Sharon Gratch <[email protected]> - 1.8.0-1 | ||
- user/account settings - support auto connect for a VM | ||
- user/account settings - support setting a full screen mode for the noVnc console | ||
- create VM Wizard - set the first disk as bootable by default | ||
- VM details - fix a bug for displaying numeric values in all utilization charts tooltips | ||
- VM details - fix a bug of displaying the correct values of VM's utilization disk charts in case of more than one reported file system | ||
- VM details - fix VM's utilization disk charts colors to be based on thresholds | ||
- VM details - remove 'restore snapshot' button from snapshot details dialog since it duplicates the functionality located on the card | ||
- fix a bug for removing deleted pool entities from VMs dashbord after refresh | ||
- fix a bug of VM Portal crashes at login time when nic.mac is fetched as null | ||
- fix a bug to enable assignment of user quota when creating a VM from a non-blank template | ||
- handle SSO deprecation by removing the default attempt to use SSO | ||
- code refactoring for reducer utils functions, convert reducers from ImmutableJS to ImmerJS | ||
- enable Copr builds | ||
- move the project to GitHub and update the relevant documentation and readme file | ||
- upgrade dependencies of various libraries | ||
- i18n: update Zanata configuration | ||
|
||
* Mon Oct 11 2021 Sharon Gratch <[email protected]> - 1.7.2-1 | ||
- fix disks creation by correctly handling disk format and sparse attributes based on the target storage domain and | ||
also based on the template's disk format for server/high performace/desktop VM types | ||
|