Skip to content

Commit 1ae21a6

Browse files
committed
ovirt-engine-ui-extensions 1.3.8-1
Signed-off-by: Jean-Louis Dupond <[email protected]>
1 parent 42edd8d commit 1ae21a6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

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.7",
3+
"version": "1.3.8",
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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ BuildRequires: rpm-build
2121

2222
%if %{with ovirt_use_nodejs_modules}
2323
# nodejs-modules embeds yarn and requires nodejs
24-
BuildRequires: ovirt-engine-nodejs-modules >= 2.3.20-1
24+
BuildRequires: ovirt-engine-nodejs-modules >= 2.3.21-1
2525
%else
2626
BuildRequires: nodejs >= 14.15
2727
BuildRequires: yarn >= 1.22
@@ -94,6 +94,14 @@ ln -s "%{_datadir}/%{name}/ansible-playbooks/ovirt-cluster-upgrade.yml" "%{build
9494
%license LICENSE
9595

9696
%changelog
97+
* Wed Oct 22 2025 Jean-Louis Dupond <[email protected]> - 1.3.8-1
98+
- Update GitHub workflow
99+
- Removed Zanata translations and switch to Weblate
100+
- Fix test error depending on node version
101+
- ui: ability to search for targets on storage connections pop-up screen
102+
- Run pipeline for CentOS 10
103+
- Update translations
104+
97105
* Sun Dec 18 2022 Sharon Gratch <[email protected]> - 1.3.7-1
98106
- Adopt the use of shadow DOM/root for react-modals
99107
- Github actions: update actions versions to current supported ones

0 commit comments

Comments
 (0)