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

Finished release 2.18.

parents e757d5f4 fd6ad0d4
No related branches found
No related tags found
No related merge requests found
Pipeline #89380 passed
# Changelog # Changelog
## [2.18] - 2024-10-01
- Use solo pool for Celery workers
## [2.17] - 2024-09-30
- NOTHING IS HERE (JENKINS ISSUE)
## [2.16] - 2024-09-30
- NOTHING IS HERE (JENKINS ISSUE)
## [2.15] - 2024-09-30 ## [2.15] - 2024-09-30
- Show current license usage when updating Kentik license of a router - Show current license usage when updating Kentik license of a router
- Fix the bug of clearing all the AE members and creating new objects instead of updating it. - Fix the bug of clearing all the AE members and creating new objects instead of updating it.
......
...@@ -4,7 +4,7 @@ from setuptools import find_packages, setup ...@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
setup( setup(
name="geant-service-orchestrator", name="geant-service-orchestrator",
version="2.17", version="2.18",
author="GÉANT Orchestration and Automation Team", author="GÉANT Orchestration and Automation Team",
author_email="goat@geant.org", author_email="goat@geant.org",
description="GÉANT Service Orchestrator", description="GÉANT Service Orchestrator",
......
...@@ -4,4 +4,4 @@ set -o errexit ...@@ -4,4 +4,4 @@ set -o errexit
set -o nounset set -o nounset
cd /app cd /app
python -m celery -A gso.worker worker --loglevel=info --concurrency=1 python -m celery -A gso.worker worker --loglevel=info --concurrency=1 --pool=solo
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment