Skip to content

Commit f2d6cbf

Browse files
committed
ovirt-engine-ui-extensions 1.3.7-1
Signed-off-by: Sharon Gratch <sgratch@redhat.com>
1 parent 1feb63f commit f2d6cbf

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ovirt-engine-ui-extensions",
3-
"version": "1.3.6",
3+
"version": "1.3.7",
44
"description": "UI plugin that provides various extensions to oVirt administration UI, such as dashboard, migrate vm, and cluster upgrade",
55
"license": "Apache-2.0",
66
"repository": {

packaging/spec.in

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ BuildRequires: rpm-build
2222

2323
%if %{with ovirt_use_nodejs_modules}
2424
# nodejs-modules embeds yarn and requires nodejs
25-
BuildRequires: ovirt-engine-nodejs-modules >= 2.2.3-1
25+
BuildRequires: ovirt-engine-nodejs-modules >= 2.3.20-1
2626
%else
2727
BuildRequires: nodejs >= 14.15
2828
BuildRequires: yarn >= 1.22
@@ -95,6 +95,12 @@ ln -s "%{_datadir}/%{name}/ansible-playbooks/ovirt-cluster-upgrade.yml" "%{build
9595
%license LICENSE
9696

9797
%changelog
98+
* Sun Dec 18 2022 Sharon Gratch <sgratch@redhat.com> - 1.3.7-1
99+
- Adopt the use of shadow DOM/root for react-modals
100+
- Github actions: update actions versions to current supported ones
101+
- Update dependencies of various packages:
102+
isomorphic-git from 0.67.2 to 1.8.2, loader-utils from 2.0.0 to 2.0.4, minimatch from 3.0.4 to 3.1.2, qs from 6.5.2 to 6.5.3
103+
98104
* Thu Sep 29 2022 Sharon Gratch <sgratch@redhat.com> - 1.3.6-1
99105
- Export VM dialog: fix a bug for avoid blocking the export vm process in case the vm original_template is set to null
100106

0 commit comments

Comments
 (0)