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

Finished release 2.20.

parents f85c0090 12594fe3
No related branches found
No related tags found
No related merge requests found
Pipeline #89610 passed
# Changelog
## [2.20] - 2024-10-10
- Fix callback step live update by bumping to orchestrator-core==2.7.6
## [2.19] - 2024-10-09
- LSO interaction rework: Skip a playbook automatically if the inventory is empty.
- Introduction of LSOState type.
......
"""Add upstream migrations as a dependency.
Revision ID: 51c819b28101
Revises: 844aa61c09ce
Create Date: 2024-10-10 10:00:08.539591
"""
# revision identifiers, used by Alembic.
revision = '51c819b28101'
down_revision = '87a05eddee3e'
branch_labels = None
depends_on = '460ec6748e37'
# in this revision, SURF has added uuid search workaround, so we need to add a dependency on the revision.
def upgrade() -> None:
pass
def downgrade() -> None:
pass
orchestrator-core==2.7.5
orchestrator-core==2.7.6
requests==2.31.0
infoblox-client~=0.6.0
pycountry==23.12.11
......
......@@ -4,14 +4,14 @@ from setuptools import find_packages, setup
setup(
name="geant-service-orchestrator",
version="2.19",
version="2.20",
author="GÉANT Orchestration and Automation Team",
author_email="goat@geant.org",
description="GÉANT Service Orchestrator",
url="https://gitlab.software.geant.org/goat/gap/geant-service-orchestrator",
packages=find_packages(),
install_requires=[
"orchestrator-core==2.7.5",
"orchestrator-core==2.7.6",
"requests==2.31.0",
"infoblox-client~=0.6.0",
"pycountry==23.12.11",
......
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