docs: update for v0.1.22 — Builder SoC, immediate fixes, unit tests

This commit is contained in:
“Naeel”
2026-03-11 09:42:12 +04:00
parent 18f25e7a65
commit b12b72c989
3 changed files with 156 additions and 8 deletions
+5 -3
View File
@@ -1,6 +1,6 @@
# Архитектура системы
Последнее обновление: 2026-03-11
Последнее обновление: 2026-03-11 (v0.1.22)
## Общее описание
@@ -111,7 +111,9 @@ sless/
| | +-- middleware/
| | |-- auth.go JWT validation (struct + sub + exp, подпись не проверяется)
| | +-- logging.go slog request logger
| |-- builder/builder.go kaniko Job lifecycle (Build, JobStatus, Cleanup)
| |-- builder/
| | |-- builder.go kaniko Job lifecycle (Build, JobStatus, Cleanup)
| | +-- context.go PrepareContext: zip+runtime → tar.gz+Dockerfile для kaniko
| |-- config/config.go Load() из env vars
| +-- storage/
| |-- postgres/store.go SaveInvocation, ListInvocations, RunMigrations
@@ -157,7 +159,7 @@ API endpoint: https://sless-api.kube5s.ru
| Артефакт | Тег/Версия |
|---------|-----------|
| naeel/sless-operator | v0.1.21 |
| naeel/sless-operator | v0.1.22 |
| terra.k8c.ru/naeel/sless провайдер | v0.1.13 |
| naeel/sless-runtime-python3.11 | v0.1.1 |
| naeel/sless-runtime-nodejs20 | v0.1.2 |