Skip to content

Commit

Permalink
ovirt-web-ui 1.6.9-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratch committed Apr 27, 2021
1 parent e9f3403 commit 1817f64
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
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], [9])
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
19 changes: 18 additions & 1 deletion ovirt-web-ui.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Source0: https://github.com/oVirt/ovirt-web-ui/archive/%{source_basename}
BuildArch: noarch

# nodejs-modules embeds yarn and requires nodejs
BuildRequires: ovirt-engine-nodejs-modules >= 2.0.42-1
BuildRequires: ovirt-engine-nodejs-modules >= 2.0.44-1

%description
This package provides the VM Portal for %{product}.
Expand Down Expand Up @@ -48,6 +48,23 @@ make install DESTDIR=%{buildroot}
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand

%changelog
* Tue Apr 27 2021 Sharon Gratch <sgratch@redhat.com> - 1.6.9-1
- user/account settings - support user locale changes by hot reload
- user/account settings - adding a confirmation dialog before saving user settings changes
- user/account settings - create a "home" breadcrumbs root to resolve the confusion with "Virtual Machines" Breadcrumbs root
- user/account settings - add support for setting the refresh interval
- user/account settings - add labels by design for planned translation cycle
- create VM Wizard - update create VM steps navigation and disk create checks
- create VM Wizard- fix a bug so that disk type of new disks based on a 'server/HP' template should be based on the template's disk allocation policy
- when launching in dev mode, support reading user name, password and domain from env variable
- add check/validation if permission response is an array, to prevent crashing
- fixed a bug of missing VmStatusIcon tooltip for a paused vm
- use semver to verify API engine versions
- allow users to select/deselect saving the memory while creating a snapshot for a running vm
- fix a bug of which user permit calculations included invalid permissions
- show VM's IP address if the vm is up and guest agent is running
- update the dependency of lodash

* Thu Mar 11 2021 Sharon Gratch <sgratch@redhat.com> - 1.6.8-1
- create VM Wizard - ass support for creating VMs based on a High Performance optimized for template
- enhance graphic consoles data fetching time by fetching consoles info on demand instead of on refresh. This changes the way consoles are opened on dashboard
Expand Down

0 comments on commit 1817f64

Please sign in to comment.