orchestrator-lso 2.1.0__tar.gz → 2.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/.bumpversion.cfg +1 -1
  2. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/.github/workflows/run-unit-tests.yaml +0 -6
  3. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/Dockerfile.example +1 -1
  4. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/PKG-INFO +6 -6
  5. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/__init__.py +1 -1
  6. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/pyproject.toml +5 -5
  7. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/.github/dependabot.yml +0 -0
  8. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/.github/styles/config/vocabularies/Sphinx/accept.txt +0 -0
  9. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/.github/styles/config/vocabularies/jargon/accept.txt +0 -0
  10. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/.github/workflows/publish-package.yaml +0 -0
  11. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/.github/workflows/run-linting-tests.yaml +0 -0
  12. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/.github/workflows/sphinx.yaml +0 -0
  13. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/.gitignore +0 -0
  14. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/.vale.ini +0 -0
  15. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/LICENSE +0 -0
  16. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/README.md +0 -0
  17. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/LSO_banner.jpg +0 -0
  18. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/Makefile +0 -0
  19. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/source/_static/custom.css +0 -0
  20. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/source/_static/lso_logo.png +0 -0
  21. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/source/conf.py +0 -0
  22. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/source/index.rst +0 -0
  23. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/source/module/config.rst +0 -0
  24. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/source/module/playbook.rst +0 -0
  25. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/source/module/routes/default.rst +0 -0
  26. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/source/module/routes/index.rst +0 -0
  27. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/source/module/routes/playbook.rst +0 -0
  28. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/docs/source/modules.rst +0 -0
  29. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/env.example +0 -0
  30. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/app.py +0 -0
  31. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/config.py +0 -0
  32. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/environment.py +0 -0
  33. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/execute.py +0 -0
  34. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/playbook.py +0 -0
  35. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/routes/__init__.py +0 -0
  36. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/routes/default.py +0 -0
  37. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/routes/execute.py +0 -0
  38. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/routes/playbook.py +0 -0
  39. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/tasks.py +0 -0
  40. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/utils.py +0 -0
  41. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/lso/worker.py +0 -0
  42. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/setup.py +0 -0
  43. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/test/__init__.py +0 -0
  44. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/test/conftest.py +0 -0
  45. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/test/routes/__init__.py +0 -0
  46. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/test/routes/test_default.py +0 -0
  47. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/test/routes/test_execute.py +0 -0
  48. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/test/routes/test_playbook.py +0 -0
  49. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/test/test-playbook.yaml +0 -0
  50. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/test/test_execute.py +0 -0
  51. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/test/test_playbook.py +0 -0
  52. {orchestrator_lso-2.1.0 → orchestrator_lso-2.1.1}/test/utils.py +0 -0
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 2.1.0
2
+ current_version = 2.1.1
3
3
  commit = False
4
4
  tag = False
5
5
  parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc(?P<build>\d+))?
@@ -26,9 +26,3 @@ jobs:
26
26
  FLIT_ROOT_INSTALL: 1
27
27
  - name: Run Unit tests
28
28
  run: pytest --cov-branch --cov=lso --cov-report=xml
29
- - name: "Upload coverage to Codecov"
30
- uses: codecov/codecov-action@v3
31
- with:
32
- token: ${{ secrets.CODECOV_TOKEN }}
33
- fail_ci_if_error: true
34
- files: ./coverage.xml
@@ -11,7 +11,7 @@ COPY ./ansible-galaxy-requirements.yaml ./ansible-galaxy-requirements.yaml
11
11
  RUN apk add --update --no-cache gcc libc-dev libffi-dev openssh
12
12
 
13
13
  # Install the LSO python package, and additional requirements
14
- RUN pip install orchestrator-lso=="2.1.0"
14
+ RUN pip install orchestrator-lso=="2.1.1"
15
15
  RUN pip install -r requirements.txt
16
16
 
17
17
  # Install required Ansible Galaxy roles and collections
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orchestrator-lso
3
- Version: 2.1.0
3
+ Version: 2.1.1
4
4
  Summary: LSO, an API for remotely running Ansible playbooks.
5
5
  Author-email: GÉANT Orchestration and Automation Team <goat@geant.org>
6
6
  Requires-Python: >=3.11,<3.13
@@ -26,14 +26,14 @@ Classifier: Programming Language :: Python :: 3 :: Only
26
26
  Classifier: Programming Language :: Python :: 3.11
27
27
  Classifier: Programming Language :: Python :: 3.12
28
28
  License-File: LICENSE
29
- Requires-Dist: ansible-runner==2.4.0
29
+ Requires-Dist: ansible-runner==2.4.1
30
30
  Requires-Dist: ansible==10.7.0
31
- Requires-Dist: fastapi==0.115.8
31
+ Requires-Dist: fastapi==0.115.12
32
32
  Requires-Dist: httpx==0.28.1
33
- Requires-Dist: uvicorn[standard]==0.34.0
33
+ Requires-Dist: uvicorn[standard]==0.34.2
34
34
  Requires-Dist: requests==2.32.3
35
- Requires-Dist: pydantic-settings==2.7.1
36
- Requires-Dist: celery==5.4.0
35
+ Requires-Dist: pydantic-settings==2.9.1
36
+ Requires-Dist: celery==5.5.2
37
37
  Requires-Dist: redis==5.2.1
38
38
  Requires-Dist: types-setuptools ; extra == "dev"
39
39
  Requires-Dist: types-requests ; extra == "dev"
@@ -13,7 +13,7 @@
13
13
 
14
14
  """LSO, an API for remotely running Ansible playbooks."""
15
15
 
16
- __version__ = "2.1.0"
16
+ __version__ = "2.1.1"
17
17
 
18
18
  import logging
19
19
 
@@ -29,14 +29,14 @@ classifiers = [
29
29
  "Programming Language :: Python :: 3.12",
30
30
  ]
31
31
  dependencies = [
32
- "ansible-runner==2.4.0",
32
+ "ansible-runner==2.4.1",
33
33
  "ansible==10.7.0",
34
- "fastapi==0.115.8",
34
+ "fastapi==0.115.12",
35
35
  "httpx==0.28.1",
36
- "uvicorn[standard]==0.34.0",
36
+ "uvicorn[standard]==0.34.2",
37
37
  "requests==2.32.3",
38
- "pydantic-settings==2.7.1",
39
- "celery==5.4.0",
38
+ "pydantic-settings==2.9.1",
39
+ "celery==5.5.2",
40
40
  "redis==5.2.1",
41
41
  ]
42
42