Skip to content

KUKSA.val 0.4.0 Release

Compare
Choose a tag to compare
@erikbosch erikbosch released this 28 Jul 12:52
· 152 commits to master since this release

This is a new KUKSA.val release

What Is New

  • Upgrade default VSS model to VSS 4.0
  • TLS and Authorization support in all components

KUKSA Databroker

Get:

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

Run:

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

Or download attached binaries

KUKSA Databroker-cli

CLI written in Rust for KUKSA Databroker

Get:

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

Run:

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

Or download attached binaries

KUKSA Python Client

CLI based on the Python library supporting KUKSA Server and KUKSA Databroker

Get:

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

Run:

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

Or install from PyPI

KUKSA Server

C++ VSS Data Server offering WebSocket Interface

Get:

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

Run:

docker run -it --rm -p 127.0.0.1:8090:8090 -e LOG_LEVEL=ALL ghcr.io/eclipse/kuksa.val/kuksa-val:0.4.0

What's Changed

New Contributors

Full Changelog: 0.3.1...0.4.0