qubership-pipelines-common-library 0.2.4__tar.gz → 0.2.5__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 (32) hide show
  1. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/PKG-INFO +2 -2
  2. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/pyproject.toml +2 -2
  3. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/LICENSE +0 -0
  4. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/README.md +0 -0
  5. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/__init__.py +0 -0
  6. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/__init__.py +0 -0
  7. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/artifactory_client.py +0 -0
  8. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/execution/__init__.py +0 -0
  9. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/execution/exec_command.py +0 -0
  10. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/execution/exec_context.py +0 -0
  11. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/execution/exec_context_file.py +0 -0
  12. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/execution/exec_info.py +0 -0
  13. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/execution/exec_logger.py +0 -0
  14. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/git_client.py +0 -0
  15. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/github_client.py +0 -0
  16. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/gitlab_client.py +0 -0
  17. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/jenkins_client.py +0 -0
  18. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/kube_client.py +0 -0
  19. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/log_client.py +0 -0
  20. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/maven_client.py +0 -0
  21. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/minio_client.py +0 -0
  22. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/utils/__init__.py +0 -0
  23. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/utils/rest.py +0 -0
  24. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/utils/utils.py +0 -0
  25. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/utils/utils_aws.py +0 -0
  26. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/utils/utils_cli.py +0 -0
  27. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/utils/utils_context.py +0 -0
  28. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/utils/utils_dictionary.py +0 -0
  29. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/utils/utils_file.py +0 -0
  30. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/utils/utils_json.py +0 -0
  31. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/utils/utils_string.py +0 -0
  32. {qubership_pipelines_common_library-0.2.4 → qubership_pipelines_common_library-0.2.5}/qubership_pipelines_common_library/v1/webex_client.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: qubership-pipelines-common-library
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary: Qubership Pipelines common library
5
5
  License: Apache-2.0
6
6
  License-File: LICENSE
@@ -18,7 +18,7 @@ Requires-Dist: click (>=8.1.7,<9.0.0)
18
18
  Requires-Dist: ghapi (>=1.0.6,<2.0.0)
19
19
  Requires-Dist: google-cloud-artifact-registry (>=1.16.1,<2.0.0)
20
20
  Requires-Dist: http-exceptions (>=0.2.10,<0.3.0)
21
- Requires-Dist: kubernetes (>=29.0.0,<30.0.0)
21
+ Requires-Dist: kubernetes (>=34.1.0,<35.0.0)
22
22
  Requires-Dist: minio (>=7.2.12,<8.0.0)
23
23
  Requires-Dist: python-gitlab (>=4.13.0,<5.0.0)
24
24
  Requires-Dist: python-jenkins (>=1.8.2,<2.0.0)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "qubership-pipelines-common-library"
3
- version = "0.2.4"
3
+ version = "0.2.5"
4
4
  description = "Qubership Pipelines common library"
5
5
  authors = ["Qubership"]
6
6
  readme = "README.md"
@@ -18,7 +18,7 @@ GitPython = "^3.1.43"
18
18
  http-exceptions = "^0.2.10"
19
19
  python-gitlab = "^4.13.0"
20
20
  minio = "^7.2.12"
21
- kubernetes = "^29.0.0"
21
+ kubernetes = "^34.1.0"
22
22
  webexpythonsdk = "2.0.1"
23
23
  ghapi = "^1.0.6"
24
24
  boto3 = "^1.39.4"