Skip to content

KUKSA.val 0.4.1 Release

Latest
Compare
Choose a tag to compare
@erikbosch erikbosch released this 31 Oct 10:00
· 94 commits to master since this release

This is a new KUKSA.val release

What Is New

  • Improved wildcard support

KUKSA Databroker

Get:

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

Run:

docker run -it --rm --net=host  ghcr.io/eclipse/kuksa.val/databroker:0.4.1 -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.1

Run:

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

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.1

Run:

docker run -it --rm --net=host  ghcr.io/eclipse/kuksa.val/kuksa-client:0.4.1 -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.1

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.1

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1