KUKSA.val 0.3.1 Release
SebastianSchildt
released this
30 Mar 14:40
·
241 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
- Remove kuksa-feeders by @erikbosch in #461
- Update VSS parser by @argerus in #456
- Update Cargo files by @lukasmittag in #467
- Add dependencies as recommended by Eclipse process by @SebastianSchildt in #469
- Making jemalloc an optional feature by @SebastianSchildt in #468
- CI fixes / improvements by @argerus in #478
- Add timestamps to actuator target values by @lukasmittag in #474
- Add ISC & ring licenses by @argerus in #480
- Refactor code for timestamps for actuator target values by @lukasmittag in #483
- Review PR for unit tests and refactoring of code by @lukasmittag in #484
- First draft of terminology by @SebastianSchildt in #479
- Authorization in KUKSA.VAL by @argerus in #471
- Add support for access tokens to cli by @argerus in #477
- Describe Docker Desktop workarounds for Windows and Mac OS by @SebastianSchildt in #494
- Updating to VSS 3.1.1 by @erikbosch in #495
- Add missing mapping of errors by @sophokles73 in #497
- Doc: Terminology update by @SebastianSchildt in #492
- Fix Gitter badge by @SebastianSchildt in #500
- Catch exception for the client when incorrect types supplied as value. by @nayakned in #503
- Parse scope and convert to permissions by @argerus in #501
- Architecture docs: Deployment options by @SebastianSchildt in #430
- Enable enforcement of allowed values by @lukasmittag in #502
- Upgrade to tonic 0.8.x by @sophokles73 in #506
- Enforce permissions by @argerus in #507
- Fix clippy warning by @argerus in #521
Full Changelog: 0.3.0...0.3.1