Naeel
|
d7fda15d35
|
feat: Go runtime v0.1.1 (pgx/v5), stress-go-pgstorm, fix invoke.go dynamic timeout, nginx ingress timeout 900s
- runtimes/go1.23: добавлен pgx/v5 v5.7.2 в go.mod, сгенерирован go.sum
- runtimes/go1.23/Dockerfile: один stage golang:1.23-alpine, go mod download кеширует зависимости
- internal/builder/context.go: тег Go runtime v0.1.0 → v0.1.1
- internal/api/handler/invoke.go: таймаут прокси-клиента теперь динамический из Function.Spec.TimeoutSec + 5s буфер (был хардкод 30s)
- examples/POSTGRES/code/stress-go-pgstorm/handler.go: новая функция, 100 горутин, pgxpool, INSERT/COUNT/MAX, параметры: workers/duration_sec/max_delay_ms
- examples/POSTGRES/resources.tf: добавлены sless_function.stress_go_pgstorm + trigger, timeout_sec=700
- deployments/k8s/operator.yaml: nginx ingress proxy-read-timeout=900s, proxy-send-timeout=900s
- examples/*/main.tf: исправлен URL deck-api-test.ngcloud.ru → deck-test.ngcloud.ru (все 9 файлов)
- Оператор: v0.1.39 (pgx/v5) → v0.1.40 (dynamic timeout)
|
2026-03-19 21:33:41 +03:00 |
|
Naeel
|
cca3a8cdc1
|
fix: migrate sless endpoint from sless-api.kube5s.ru to sless.kube5s.ru (new cluster ingress 185.247.187.147)
|
2026-03-18 08:48:50 +03:00 |
|
Naeel
|
5d9045babc
|
docs: E2E results 2026-03-17 — all 4 examples PASS on test stand
|
2026-03-18 06:27:57 +03:00 |
|
Naeel
|
2798f3b896
|
chore: provider v0.1.18, update examples (harbor branch)
|
2026-03-12 09:19:17 +03:00 |
|
“Naeel”
|
0011bd0f39
|
chore: terraform.tfvars.change — инструкция по переименованию
|
2026-03-11 18:38:51 +04:00 |
|
“Naeel”
|
20fb5f6539
|
chore: добавлены terraform.tfvars.change — шаблоны для токена (переименовать в terraform.tfvars)
|
2026-03-11 18:38:07 +04:00 |
|
“Naeel”
|
57193536f3
|
fix: ModifyPlan — terraform plan теперь видит изменения в source_dir (provider v0.1.16)
|
2026-03-11 18:27:46 +04:00 |
|
“Naeel”
|
c4559dd365
|
fix: go1.23 build context — COPY . /app/handler/ вместо COPY handler/
|
2026-03-11 16:14:42 +04:00 |
|
“Naeel”
|
78d11aeb26
|
refactor: rename handler.go→greeting.go, buildGreeting() in hello-go example
|
2026-03-11 16:02:49 +04:00 |
|
“Naeel”
|
a709b38f6b
|
feat: go1.23 runtime support
- runtimes/go1.23/server.go: HTTP-wrapper + job-runner (SLESS_MODE=job)
- runtimes/go1.23/go.mod: module sless/fn (изолирует от корневого go.mod)
- runtimes/go1.23/Dockerfile: multi-stage build (golang:1.23-alpine → alpine:3.20)
- internal/builder/context.go: go1.23 в runtimeBaseImage + generateDockerfile
- controllers/functionjob_controller.go: go1.23 runner (nil cmd + SLESS_MODE=job env)
- api/v1alpha1/function_types.go: enum go1.21 → go1.23
- config/crd/bases/...: CRD обновлён
- terraform/provider: OneOf обновлён
- examples/hello-go: HTTP + job примеры на go1.23
- deployments/k8s/operator.yaml: v0.1.25
|
2026-03-11 15:40:47 +04:00 |
|