Skip to content

Commit

Permalink
ovirt-engine-ui-extensions 1.3.7-1
Browse files Browse the repository at this point in the history
Signed-off-by: Sharon Gratch <[email protected]>
  • Loading branch information
sgratch committed Dec 18, 2022
1 parent 1feb63f commit f2d6cbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ovirt-engine-ui-extensions",
"version": "1.3.6",
"version": "1.3.7",
"description": "UI plugin that provides various extensions to oVirt administration UI, such as dashboard, migrate vm, and cluster upgrade",
"license": "Apache-2.0",
"repository": {
Expand Down
8 changes: 7 additions & 1 deletion packaging/spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ BuildRequires: rpm-build

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

%changelog
* Sun Dec 18 2022 Sharon Gratch <[email protected]> - 1.3.7-1
- Adopt the use of shadow DOM/root for react-modals
- Github actions: update actions versions to current supported ones
- Update dependencies of various packages:
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

* Thu Sep 29 2022 Sharon Gratch <[email protected]> - 1.3.6-1
- Export VM dialog: fix a bug for avoid blocking the export vm process in case the vm original_template is set to null

Expand Down

0 comments on commit f2d6cbf

Please sign in to comment.