Skip to content

Commit

Permalink
ovirt-web-ui 1.9.0-1 (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratch committed Jun 17, 2022
1 parent 39972d3 commit 405fe1a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ dnl
AC_PREREQ(2.60)

define([VERSION_MAJOR], [1])
define([VERSION_MINOR], [8])
define([VERSION_FIX], [2])
define([VERSION_MINOR], [9])
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, [gshereme@redhat.com])
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 @@ -60,6 +60,23 @@ make install DESTDIR=%{buildroot}
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand

%changelog
* Fri Jun 17 2022 Sharon Gratch <sgratch@redhat.com> - 1.9.0-1
- migrate all VM Portal components from PatternFly 3 to PatternFly 4. No use of PatternFly 3 anymore
- migrate from Webpack 4 to Webpack 5 and use newest versions of Webpack plugins
- user/account settings - display the notification settings tooltip as hint instead
- VM details - allow a user to consume ISO images without granting a 'create disk' permission
- VM details snapshots card - display notification after a successful snapshot restore
- VM details snapshots card - fix a bug so that after deleting an existing snapshot, the 'create snapshot' button won't stay disabled
- VM details snapshots card - fix a bug so that the snapshots locking mechanism is for the current VM only
- add new NIC type "e1000e"
- i18n: add support for Georgian language as a community translation
- i18n: translations update, expire translations after zanata push
- i18n: pull translations for Georgian language (ka-GE)
- build: use hours, minutes and seconds in RPM snapshot name, version part
- build: mark the Copr make_srpm git dir as safe (git 2.35.2 security fix)
- github actions: add an offline build for el9
- update dependencies of caniuse-lite for browserslist to version 1.0.30001346

* Wed Mar 30 2022 Sharon Gratch <sgratch@redhat.com> - 1.8.1-1
- fix a bug for removing deleted pool entities from VMs dashboard after refresh for the last pool
- add an option to trigger ost run with "/ost" via Github
Expand Down

0 comments on commit 405fe1a

Please sign in to comment.