Skip to content

Commit ccb327c

Browse files
authored
Add software dependency for 1.1.0 (#97)
* Add software dependency for 1.1.0 * Add software dependency for 1.1.0 * Add software dependency for 1.1.0 - remove redis word
1 parent 56c8c10 commit ccb327c

File tree

1 file changed

+27
-12
lines changed

1 file changed

+27
-12
lines changed

installation-guide.md

Lines changed: 27 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,33 @@ compatibility.
3434

3535
### Recommended software by version
3636

37-
| Software | 1.0.6 | 1.0.5 | 1.0.4 | 1.0.3 | 1.0.2 | 1.0.1 | 1.0.0 |
38-
|--------------------|---------------|---------------|---------------|---------------|---------------|---------------|---------------|
39-
| PHP | 8.3 | 8.3 | 8.3 | 8.3 | 8.3 | 8.1 | 8.1 |
40-
| Composer | 2.7.4 | 2.7.4 | 2.7.4 | 2.7.4 | 2.7.4 | 2.2.21 | 2.2.21 |
41-
| MySQL | mariadb:10.6 | mariadb:10.6 | mariadb:10.6 | mariadb:10.6 | mariadb:10.6 | mysql:8.0 | mysql:8.0 |
42-
| Elasticsearch | 8.11.4 | 8.11.4 | 8.11.4 | 8.11.4 | 8.11.4 | 8.5.3 | 8.5.3 |
43-
| RabbitMQ | 3.13 | 3.13 | 3.13 | 3.13 | 3.13 | 3.9 | 3.9 | 3.9 |
44-
| Redis | 7.2 | 7.2 | redis:7.2 | 7.2 | 7.2 | 7.0 | 7.0 |
45-
| Varnish | 7.5 | 7.5 | 7.5 | 7.5 | 7.5 | 7.3 | 7.3 |
46-
| Nginx | 1.26 | 1.26 | 1.26 | 1.26 | 1.26 | 1.22 | 1.22 |
47-
| OS | ubuntu-latest | ubuntu-latest | ubuntu-latest | ubuntu-latest | ubuntu-latest | ubuntu-latest | ubuntu-latest |
48-
| Release Date | 2025-02-12 | 2024-10-09 | 2024-08-20 | 2024-07-23 | 2024-07-18 | 2023-10-11 | 2023-10-10 |
37+
| Software | 1.1.0 | 1.0.6 | 1.0.5 | 1.0.4 |
38+
|----------------|---------------|---------------|---------------|---------------|
39+
| PHP | 8.4 | 8.3 | 8.3 | 8.3 |
40+
| Composer | 2.8.8 | 2.7.4 | 2.7.4 | 2.7.4 |
41+
| Database | mariadb:11.4 | mariadb:10.6 | mariadb:10.6 | mariadb:10.6 |
42+
| Search engine | OS:2.19.1 | ES 8.11.4 | ES 8.11.4 | ES 8.11.4 |
43+
| RabbitMQ | 4.0 | 3.13 | 3.13 | 3.13 |
44+
| Redis | 7.2 | 7.2 | 7.2 | 7.2 |
45+
| Varnish | 7.6 | 7.5 | 7.5 | 7.5 |
46+
| Nginx | 1.26 | 1.26 | 1.26 | 1.26 |
47+
| OS | ubuntu-latest | ubuntu-latest | ubuntu-latest | ubuntu-latest |
48+
| Release Date | 2025-04-15 | 2025-02-12 | 2024-10-09 | 2024-08-20 |
49+
50+
| Software | 1.0.3 | 1.0.2 | 1.0.1 | 1.0.0 |
51+
|----------------|---------------|---------------|---------------|---------------|
52+
| PHP | 8.3 | 8.3 | 8.1 | 8.1 |
53+
| Composer | 2.7.4 | 2.7.4 | 2.2.21 | 2.2.21 |
54+
| Database | mariadb:10.6 | mariadb:10.6 | mysql:8.0 | mysql:8.0 |
55+
| Search engine | ES 8.11.4 | ES 8.11.4 | ES 8.5.3 | ES 8.5.3 |
56+
| RabbitMQ | 3.13 | 3.9 | 3.9 | 3.9 |
57+
| Redis | 7.2 | 7.2 | 7.0 | 7.0 |
58+
| Varnish | 7.5 | 7.5 | 7.3 | 7.3 |
59+
| Nginx | 1.26 | 1.26 | 1.22 | 1.22 |
60+
| OS | ubuntu-latest | ubuntu-latest | ubuntu-latest | ubuntu-latest |
61+
| Release Date | 2024-07-23 | 2024-07-18 | 2023-10-11 | 2023-10-10 |
62+
63+
ES - Elasticsearch, OS - Opensearch
4964

5065
## Step 1: Download Mage-OS
5166

0 commit comments

Comments
 (0)