Skip to content
Snippets Groups Projects
Commit 1de8f69c authored by geant-release-service's avatar geant-release-service
Browse files

Finished release 2.11.

parents c2da5031 4ed990f6
Branches
Tags 2.11
No related merge requests found
Pipeline #90330 passed
......@@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
## [2.11] - 2024-11-13
- add config.networkTopologyApiUrl to remove warning
- bump orchestrator-ui-component to 2.10.0 from 2.8.1
## [2.10] - 2024-10-29
- upgrade orchestrator-ui/orchestrator-ui-components to 2.8.1
......
This diff is collapsed.
......@@ -47,7 +47,7 @@ const MapsPage: React.FC = () => {
setLoading(false);
setError(true);
}
}, [session]);
}, [session, config.networkTopologyApiUrl]);
return (
<WfoPolicyRenderPageFallback resource={GSOPolicyResource.NAVIGATION_MAPS}>
......
......@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name="geant-service-orchestrator-gui",
py_modules=[],
version="2.10",
version="2.11",
author="GÉANT Orchestration and Automation Team",
author_email="goat@geant.org",
description="GÉANT Service Orchestrator GUI dummy package",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment