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
- Fix protoc install vulnerability by @erikbosch in #630
- Testing KUKSA Server Unittest by @erikbosch in #629
- Add BCD-3-Clause support by @erikbosch in #631
- Update codecov action to v3 by @lukasmittag in #633
- Fixed main README typo by @sgloutnikov in #637
- make tls stuff optional by @AkhilTThomas in #638
- Bump rustls-webpki from 0.101.2 to 0.101.4 by @dependabot in #640
- Fixing build action triggers by @erikbosch in #611
- Support setting value "NotAvailable" by @argerus in #646
- Use shared SPDX action by @SebastianSchildt in #643
- Add discoverability feature to kuksa.val.v1 API by @rafaeling in #641
- Fix clippy warnings/errors introduced by Rust 1.70 by @argerus in #649
- Add wildcard matching doc by @argerus in #639
- [kuksa-client] Show subscription events in client. by @argerus in #648
- [databroker] Update and move TLS & authorization warnings. by @argerus in #647
- Add iterator access for entries by @argerus in #645
- Add cancel-in-progress by @erikbosch in #651
- Updated kuksa-client autocompletion by @argerus in #653
- [databroker] Fix permissions bug. by @argerus in #655
- Fix tarpaulin out argument by @rafaeling in #660
- Better cmdline args specifying server in kuksa-client by @SebastianSchildt in #658
- kuksa-client: exit is an alias for quit now by @SebastianSchildt in #663
- kuksa-client: Updated CLI startup logo by @SebastianSchildt in #665
- Documentation update by @erikbosch in #664
- createToken.py: Fix typo output_filename => input_filename by @landgraf in #661
- Use entries iterator that handles permissions correctly by @rafaeling in #654
- Raise exception if not connected by @erikbosch in #671
- Remove dummy VSS signals... by @SebastianSchildt in #673
- Use check-push-rights from kuksa-actions by @erikbosch in #680
- Simplify kuksa-client docker build and reducing resulting image size by @SebastianSchildt in #683
- Updating go dependencies by @erikbosch in #685
- Support all valid vss paths by @rafaeling in #678
- Bump rustix from 0.37.23 to 0.37.25 by @dependabot in #686
- Subscribe to wildcard by @rafaeling in #688
- Add (optional) VISSv2 interface by @argerus in #642
- [databroker] Update calls to subscribe by @argerus in #692
- Bump tungstenite from 0.20.0 to 0.20.1 by @dependabot in #691
- Update configuration of python-cli to configuration policy by @lukasmittag in #672
- fixup! change name to KUKSA_ADDRESS by @argerus in #695
- Upgrade chrono by @erikbosch in #693
New Contributors
- @sgloutnikov made their first contribution in #637
- @AkhilTThomas made their first contribution in #638
- @landgraf made their first contribution in #661
Full Changelog: 0.4.0...0.4.1