Hi Everyone,
I am setting up a production Open edX deployment on Microsoft Azure using Tutor tutor[full]==21.0.6 (Ulmo release) on Kubernetes. As part of a formal IT infrastructure review and approval process, I need to document the exact pinned versions of every underlying service and component that ships with this Tutor version — not just approximate ranges (e.g., “MySQL 8.x”).
Services & Components — Version Information Needed
Please help fill in the exact versions for each of the following components:
| # | Component / Service | Category | Version Needed |
|---|---|---|---|
| 1 | MySQL | Database | Exact version? |
| 2 | MongoDB | Database | Exact version? (or removed in Ulmo?) |
| 3 | Redis | Cache | Exact version? |
| 4 | Meilisearch | Search | Exact version? |
| 5 | Caddy | Web / Proxy | Exact version? |
| 6 | Nginx | Web / Proxy | Exact version? (if applicable) |
| 7 | Docker | Containerization | Exact version? |
| 8 | Docker Compose | Containerization | Exact version? |
| 9 | Kubernetes (kubectl) | Orchestration | Exact / min supported version? |
| 10 | Helm | Orchestration | Exact version? (if applicable) |
| 11 | Python | Runtime | Exact version? |
| 12 | Django | Framework | Exact version? |
| 13 | Node.js | Runtime | Exact version? |
| 14 | React.js | Frontend | Exact version? |
| 15 | Azure CLI | Cloud Tooling | Exact version? |
| 16 | tutor[full] plugins | LMS Platform | All bundled extras & versions |
I am aware that some of this can be found by inspecting Tutor’s source or running the commands below:
- tutor config printroot
- docker-compose.yml
- tutor images list
However, since we are going through a formal infrastructure provisioning and security review, we need these versions documented authoritatively rather than inferred at runtime.
If anyone has already gone through a similar enterprise review or compliance process for Ulmo on Kubernetes, I’d also appreciate any guidance or best practices around documenting the infrastructure stack for audit/security teams.
Any pointers to:
- official Tutor/Open edX release notes,
- source files containing pinned versions,
- Helm chart references,
- or deployment documentation
would be extremely helpful.
Thanks in advance for your help!