Skip to content

Commit

Permalink
Merge pull request #1570 from sgratch/release-1.8.1
Browse files Browse the repository at this point in the history
ovirt-web-ui 1.8.0-1
  • Loading branch information
sgratch authored Mar 15, 2022
2 parents a4d3508 + 9b7dafa commit 1536991
Show file tree
Hide file tree
Showing 2 changed files with 19 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], [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"
Expand Down
18 changes: 18 additions & 0 deletions ovirt-web-ui.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1536991

Please sign in to comment.