Skip to content

Releases: Iotistica/iot-agent

Release list

Agent v1.0.546

Choose a tag to compare

@github-actions github-actions released this 29 Jul 09:26

Changes

  • Fix all pre-existing failing unit tests (stale paths + real API drift) (21e3f2a)
  • Fix brace-expansion CVE-2026-14257 and bump to 1.0.546 (54df99e)
  • Fix lint errors: optional chaining and an unlogged reason field (bb3db07)
  • Add BACnet write support for MQTT device-write commands (Phase 2) (04b27e5)
  • Add MQTT device-write command feature (Phase 1: OPC-UA + Modbus) (e5e52ab)
  • Fix crash from stale opcua_alarms table and unguarded alarm callbacks (5e8c994)
  • opcua (62baf3b)
  • update (81a5209)
  • updates (cbf5b59)
  • updates (43503f7)
  • chnages (06d44c3)
  • Show baseline collection progress on the Baselines tab (5f94ed7)
  • Collapse "— BAD" into a single "No Value" tag in Data Flow (dc33966)
  • Reword Bad Actors panel description (d658cab)
  • Capture a resolution reason when closing anomaly incidents (dc019cd)
  • Add bad-actor ranking to the anomaly Rules tab (4acbf76)
  • Fix unstable row order in Data Flow's Recent Activity table (8ebf8d1)
  • Add collapsible sidebar and a live Data Flow monitor page (48e513b)
  • Rename MQTT Broker to MQTT Monitor, link disconnected state to Settings (34b0d9c)
  • Un-bold device names on the Devices page (c0a293e)
  • Pass DEVICE_API_PORT/URL through to the web Terminal's shell (d33fb05)
  • Add actionable hints to iotctl port-mismatch errors (f146b9e)
  • initial (31e359b)
  • Add migration to backfill must_change_password on existing installs (03f0bb6)
  • Disable Applications when the Docker daemon isn't reachable (4f132de)
  • Seed a random admin password and force change on first login (9383b3c)
  • Mention the virtual live demo explicitly in backup migration instructions (28abf6d)
  • Add backup download/upload so users can migrate from demo to a real device (d009a67)
  • Reorder sidebar: group Sources/Destinations/Subscriptions, move Devices after (7dbdbbf)
  • Fix undici CVEs in the CLI (3 HIGH, all fixed by 7.28.0) (4116e54)

Install

One-line installer (recommended)

curl -sfL https://get.iotistica.com/agent | sudo sh

Debian / Ubuntu (.deb)

# amd64
wget https://get.iotistica.com/agent/versions/iotistica-agent_1.0.546_amd64.deb
sudo dpkg -i iotistica-agent_1.0.546_amd64.deb

# arm64 (Raspberry Pi 4/5)
wget https://get.iotistica.com/agent/versions/iotistica-agent_1.0.546_arm64.deb
sudo dpkg -i iotistica-agent_1.0.546_arm64.deb

Docker

docker pull iotistic/agent:1.0.546

Artifacts

File Platform
iotistica-agent_1.0.546_amd64.deb Debian/Ubuntu x86_64
iotistica-agent_1.0.546_arm64.deb Debian/Ubuntu arm64 (Pi 4/5)
agent-1.0.546-x86_64.tar.gz Tarball x86_64
agent-1.0.546-arm64.tar.gz Tarball arm64