Metadata-Version: 2.1
Name: Docker-Services-CLI
Version: 0.10.0
Summary: Python module to ease the creation and management of external services.
Home-page: https://github.com/inveniosoftware/docker-services-cli
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: docker services cli
Platform: any
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.8
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: click>=7.0
Provides-Extra: tests
Requires-Dist: check-manifest>=0.42; extra == "tests"
Requires-Dist: pytest-black-ng>=0.4.0; extra == "tests"
Requires-Dist: pytest-cov>=3.0.0; extra == "tests"
Requires-Dist: pytest-isort>=3.0.0; extra == "tests"
Requires-Dist: pytest-pydocstyle>=2.2.3; extra == "tests"
Requires-Dist: pytest-pycodestyle>=2.2.0; extra == "tests"
Requires-Dist: pytest<7.2.0,>=6; extra == "tests"
Requires-Dist: sphinx>=4.5; extra == "tests"

..
    Copyright (C) 2020 CERN.

    Docker-Services-CLI is free software; you can redistribute it and/or modify
    it under the terms of the MIT License; see LICENSE file for more details.

===================
Docker-Services-CLI
===================

.. image:: https://github.com/inveniosoftware/docker-services-cli/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/docker-services-cli/actions?query=workflow%3ACI


Python module to start external services needed to tests Invenio modules and applications.

..
    Copyright (C) 2020-2024 CERN.
    Copyright (C) 2023 Graz University of Technology.
    Copyright (C) 2024 TU Wien.

    Docker-Services-CLI is free software; you can redistribute it and/or modify
    it under the terms of the MIT License; see LICENSE file for more details.

Changes
=======

Version 0.10.0 (released 2024-08-23)

- Updated OpenSearch versions

Version 0.9.0 (released 2024-06-27)

- Updates Python requirements
- Updates test dependencies
- Upgrades GitHub actions
- Removes version from docker compose files

Version 0.8.0 (released 2023-12-11)

- docker: move to docker compose v2

Version 0.7.1 (released 2023-09-05)

- Revert Postgres v11 version to stick to the one published on DockerHub
  without the leading `-<debian version>` tagging

Version 0.7.0 (released 2023-09-02)

- Upgrades Postgres and MySQL versions

Version 0.6.1 (released 2023-03-20)

- Adds back support for Python 3.6

Version 0.6.0 (released 2022-10-03)

- Adds OpenSearch v2

Version 0.5.0 (released 2022-08-30)

- Adds OpenSearch v1
- Removes Elasticsearch 6

Version 0.4.2 (released 2022-08-17)

- Upgrades Redis and MQ to latest version
- Supports min version of Python to 3.7
- Formats code with Black

Version 0.4.1 (released 2022-02-23)

- Removes upper bound on Click which causes projects where docker-services-cli
  is installed to limit Celery to v5.1.x because Celery v5.2 requires Click 8+.

Version 0.4.0 (released 2022-02-15)

- Changes default version of Postgres to v12.
- Adds Postgres v14 and upgrades other versions.

Version 0.3.1 (released 2021-08-04)

- Fixes an issue where created volumes were not removed again.


