Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 22 Jul 16:23
· 5 commits to main since this release
d6c7b0c

octa-cli v0.1.1

Bug-fix release for octa nodes show.

Fixed

  • octa nodes show <id> now reports CPU, RAM, disk, GPU, uptime and agent
    version correctly. The /nodes/:id endpoint returns a different JSON envelope
    than /nodes (system details under data, no top-level prices), which the
    SDK previously decoded into the list-shaped struct, leaving every load field
    at zero. The renderer was migrated to the SDK's dedicated NodeDetail type
    (go-sdk v0.4.0) and now also shows a node reliability row.

Upgrade notes

  • octa nodes show no longer prints node prices — the /nodes/:id endpoint
    does not return them. Use octa nodes list for prices instead. No flag,
    config, or -o json output changes.

Artifacts

Five binaries (linux/amd64, linux/arm64, darwin/amd64, darwin/arm64,
windows/amd64) plus SHA256SUMS. No cryptographic signing yet — verify with
the published checksums.