- Change cpu_cores from int to float64 in backend models, handlers, services
- Update frontend CreateInstancePage to accept decimal CPU values (step 0.1)
- Add DB migration 009_cpu_cores_decimal.sql for DECIMAL(10,2) columns
- Update deployment manifests (k8s, k3s, incluster) schema definitions
- Add GOFLAGS/GOPROXY/GOSUMDB build args to Dockerfile so that
--build-arg values passed by build scripts take effect during go mod download
Changes:
- Add deployments/k3s/clawmanager.yaml with full OpenClaw Agent support
- Includes Skill Scanner for skill management and security scanning
- Uses local filesystem for object storage (no MinIO dependency)
- Update all README files (EN, ZH, JA, KO, DE) with deployment options:
- k8s manifest for standard Kubernetes clusters with MinIO
- k3s manifest for lightweight/K3s environments with local storage