Skip to content

KUKSA.val 0.3.1 Release

Compare
Choose a tag to compare
@SebastianSchildt SebastianSchildt released this 30 Mar 14:40
· 238 commits to master since this release

This is a new KUKSA.val release

What Is New

  • Upgrade default VSS model to VSS 3.1.1
  • Correct timestamps for actuator values
  • Fix: More portable, builds now kernel page size independent on ARM

For a Full Changelog see: 0.3.0...0.3.1

Known Issues

Authorization support in databroker still experimental, and we are still working on documentation and clients.

Databroker

Get:

docker pull ghcr.io/eclipse/kuksa.val/databroker:0.3.1

Run:

docker run -it --rm --net=host  ghcr.io/eclipse/kuksa.val/databroker:0.3.1 -h

Or download attached binaries

Databroker-cli

CLI written in Rustfor databroker

Get:

docker pull ghcr.io/eclipse/kuksa.val/databroker-cli:0.3.1

Run:

docker run -it --rm --net=host  ghcr.io/eclipse/kuksa.val/databroker-cli:0.3.1

Or download attached binaries

kuksa-client

CLI based on the Python library supporting val-server and KUKSA databroker

Get:

docker pull ghcr.io/eclipse/kuksa.val/kuksa-client:0.3.1

Run:

docker run -it --rm --net=host  ghcr.io/eclipse/kuksa.val/kuksa-client:0.3.1 -h

Or install https://pypi.org/project/kuksa-client/

val-server

Maintenace release adding VSS 3.1.1 support as default

Get:

docker pull  ghcr.io/eclipse/kuksa.val/kuksa-val:0.3.1

What's Changed

All changes

Full Changelog: 0.3.0...0.3.1