Skip to content

Commit

Permalink
Merge pull request #1344 from sgratch/release-1.6.6
Browse files Browse the repository at this point in the history
ovirt-web-ui 1.6.6-1
  • Loading branch information
sgratch authored Dec 9, 2020
2 parents 9d0e524 + 5d6afd6 commit 5e27ab2
Show file tree
Hide file tree
Showing 2 changed files with 18 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], [6])
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
17 changes: 17 additions & 0 deletions ovirt-web-ui.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,23 @@ make install DESTDIR=%{buildroot}
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand

%changelog
* Wed Dec 9 2020 Sharon Gratch <[email protected]> - 1.6.6-1
- create VM Wizard - handle buttons "Save", "Cancel" position to be fixed for avoiding movements when clicking on them repeatedly
- create VM Wizard - auto focus on the 'VM Name' field on 'Basic Settings' step
- create VM Wizard - display proper sysprep timezone default value
- create VM Wizard - automatically set fields values when possible on 'Basic Settings' step
- for both create VM Wizard and VM details view card - filter out the clusters with no architecture and cpu-type attached
- change the VM's filters to be case insensitive
- support user settings first phase - setting SSH key and impersistent blocking toast notifications
- fix the virt-viewer console file for SPICE to be downloaded as a console.vv file name instead of a temp long file name and without the .vv extension
- tooltip refactoring - use one type of tooltip for consistency in VM portal
- change all delete icons to red in the VM details view for helping to distinguish between edit and delete icons easily
- prevent duplicate refresh on page change
- display only Pool VMs that the user is supposed to see after manual refresh
- add linting rules for React hooks
- add 'yarn intl:check-use' for automated translations script
- update parsing of VM statistics (fetched with VM details)

* Wed Oct 21 2020 Sharon Gratch <[email protected]> - 1.6.5-1
- create VM Wizard - support tab through fields in Storage and Networking steps
- create VM Wizard - VM time zone format is now compatible with VM OS and also displayed on the review step
Expand Down

0 comments on commit 5e27ab2

Please sign in to comment.