KUKSA.val 0.3.0 Release
SebastianSchildt
released this
21 Jan 10:31
·
306 commits
to master
since this release
This is a new KUKSA.val release
What Is New
- New API for feeders and apps (previous API still fully supported)
- Updated and improved Python client library, now supporting KUKSA val-server and databroker (https://pypi.org/project/kuksa-client/)
- Documentation fixes and updates. Check the new Quickstart
- In addition to the container images, binaries for KUKSA databroker and databroker-cli are availble
- DAPR support for val-server removed
- Fix SIGTERM handling on KUKSA databroker
- The experimental val-server GO library gained KUKSA databroker support
For a Full Changelog see: 0.2.5...0.3.0
Known Issues
- ARM builds (potentially AMD64 builds as well) currently only work with pagesize 4kiB (in case you have a larger pagesize configured in your kernel, a recompile on such a system will work)
How to get it
Databroker
Get:
docker pull ghcr.io/eclipse/kuksa.val/databroker:0.3
Run:
docker run -it --rm --net=host ghcr.io/eclipse/kuksa.val/databroker:0.3 -h
Or download attached binaries
Databroker-cli
CLI written in Rustfor databroker
Get:
docker pull ghcr.io/eclipse/kuksa.val/databroker-cli:0.3
Run:
docker run -it --rm --net=host ghcr.io/eclipse/kuksa.val/databroker-cli:0.3
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
Run:
docker run -it --rm --net=host ghcr.io/eclipse/kuksa.val/kuksa-client:0.3 -h
Or install https://pypi.org/project/kuksa-client/
val-server
No updates to val-server core. 0.2.5 is still the current version
docker pull ghcr.io/eclipse/kuksa.val/kuksa-val:0.2.5
New Contributors
- @romainletendart made their first contribution in #379
- @sophokles73 made their first contribution in #450