1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-10 07:37:30 +00:00

Add supported versions document

This commit is contained in:
Petr Stribny 2022-08-02 10:31:10 +00:00
parent 0670751554
commit f9dd355cda
2 changed files with 62 additions and 0 deletions
docs

View file

@ -40,6 +40,8 @@ Baserow by following one the guides below:
* [DEPRECATED: Install on Ubuntu](installation/old-install-on-ubuntu.md): A deprecated
and now unsupported guide on how to manually install Baserow and its required services
on a fresh Ubuntu install. Please use the guides above instead.
* [Supported runtime dependencies and environments](installation/supported.md): Learn about
the supported and recommended runtime dependencies.
## Baserow Tutorials

View file

@ -0,0 +1,60 @@
# Supported runtime dependencies and environments
Software versions are divided into the following groups:
* `Supported`: Baserow should run with this software without any issues, submit bug
reports if it is not the case.
* `Tested`: The specific Baserow version was tested on this version
before the release.
* `Recommended`: Recommended software for the best experience.
## Web browsers
### Baserow 1.10.2
Browser | Supported versions | Recommended versions
----------------|--------------------|--------------------
Firefox | | Latest
Chrome | | Latest
Edge | | Latest
## Python
Baserow version | Supported versions | Tested versions | Recommended versions
----------------|--------------------|-----------------|---------------------
1.11 | 3.7.16 | 3.7.16 | 3.7.16
## Node.js
Baserow version | Supported versions | Tested versions | Recommended versions
----------------|--------------------|-----------------|---------------------
1.11 | >= 16.14.0 < 17 | 16.15.1 | 16.15.1
## Docker
Baserow version | Supported versions | Recommended versions
----------------|--------------------|---------------------
1.11 | >= 19.03 | Latest
## docker-compose
Baserow version | Supported versions | Tested versions | Recommended versions
----------------|--------------------|-----------------|---------------------
1.11 | >= 1.19.0 | | Latest
## PostgreSQL
Baserow version | Supported versions | Tested versions | Recommended versions
----------------|--------------------|-----------------|---------------------
1.11 | >= 11.16 | 11.16 | Latest
## Redis
Baserow version | Supported versions | Tested versions | Recommended versions
----------------|--------------------|-----------------|---------------------
1.11 | >= 6.2.7 | 6.2.7 | Latest