mirror of
https://scm.tikali.ai/tikali/applications/monky/monky-deployd.git
synced 2026-09-18 04:36:15 +00:00
fix(bundle): ${VAR} inside comment lines is not a reference
The renderer's .env.template header literally says "substitutes every
${VAR}", which the refusal check counted as an unresolved variable
(ENV_INCOMPLETE: unresolved: VAR) — env-qa-02's first bundle was refused.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KLB7jieMNRkTsJ2epr4Ds1
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
|
||||
## 0.1.5 — 2026-09-07
|
||||
|
||||
- **`${VAR}` inside comment lines is not a reference.** The renderer's `.env.template` header literally says
|
||||
"substitutes every ${VAR}", which the refusal check counted as an unresolved variable
|
||||
(`ENV_INCOMPLETE: unresolved: VAR`) — the first bundle on env-qa-02 was refused for it.
|
||||
|
||||
- **config: `tenancy.port` is the service's intercept port (443), not the in-pod 8081.** With 8081 the SDK
|
||||
found no intercept and the dial failed (`service not available`, then a bare `TypeError` from the SDK's
|
||||
fallback). `install.sh` now writes 443; `config.example.yaml` updated.
|
||||
|
||||
Reference in New Issue
Block a user