mirror of
https://scm.tikali.ai/tikali/applications/monky/monky-deployd.git
synced 2026-09-18 04:36:15 +00:00
fix: tenancy.port is the intercept port (443); clear sdk dial error; 0.1.5
install.sh wrote tenancy.port 8081 (the in-pod port) but the monky.tenancy.deploy intercept is 443, so the SDK found no intercept and the check-in failed with 'service not available' followed by the SDK's bare TypeError. Also wrap non-OSError SDK failures in a TransportError that names the host:port and what to check. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KLB7jieMNRkTsJ2epr4Ds1
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
<!-- xlate:verbatim-fences -->
|
||||
# Changelog
|
||||
|
||||
## 0.1.5 — 2026-09-07
|
||||
|
||||
- **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.
|
||||
- **transport sdk: clear error instead of a TypeError** when an address has no intercept or the identity
|
||||
has no dial policy for the service (`TransportError` names the host:port and what to check).
|
||||
|
||||
## 0.1.4 — 2026-09-07
|
||||
|
||||
- **install.sh: `ziti-edge-tunnel.service` failed to start after enrolment** (`203/EXEC`: the package's
|
||||
|
||||
Reference in New Issue
Block a user