Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add compatibility table #2096

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 95 additions & 0 deletions rst/cartridge_admin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,101 @@ Before deploying the cluster, familiarize yourself with the notion of
:ref:`deploy Tarantool instances <cartridge-deploy>` according to the
desired cluster topology.

.. _cartridge-compatibility:

-------------------------------------------------------------------------------
Versions compatibility and known issues about upgrading
-------------------------------------------------------------------------------

Cartridge is compatible with Tarantool 1.10 and Tarantool 2.x.
Cartridge doesn't support Tarantool 3.0 and higher.

.. list-table:: Compatibility and known issues
:widths: 50 50 50 50 50
:header-rows: 1
:stub-columns: 1

* -
- Tarantool 1.10
- Tarantool 2.8
- Tarantool 2.10
- Tarantool 2.11
* - Cartridge 2.8.4
- +
- +
- +
- +
* - Cartridge 2.8.3
- +
- +
- +
- +
* - Cartridge 2.8.2
- +
- +
- +
- +
* - Cartridge 2.8.1
- +
- +
- +
- +
* - Cartridge 2.8.0
- +
- +
- +
- +
* - Cartridge 2.7.9
- +
- +
- +
- +
* - Cartridge 2.7.8
- Update is broken
- Update is broken
- Update is broken
- Update is broken
* - Cartridge 2.7.7
- Update is broken
- Update is broken
- Update is broken
- Update is broken
* - Cartridge 2.7.6
- Update is broken
- Update is broken
- Update is broken
- Update is broken
* - Cartridge 2.7.5
- +
- +
- +
- -
* - Cartridge 2.7.4
- +
- +
- +
- -
* - Cartridge 2.7.3
- +
- +
- -
- -
* - Cartridge 2.7.2
- +
- +
- -
- -
* - Cartridge 2.7.1
- +
- +
- -
- -
* - Cartridge 2.7.0
- +
- +
- -
- -

.. _cartridge-deployment:

-------------------------------------------------------------------------------
Expand Down
Loading