Skip to content

KUKSA Databroker 0.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Nov 08:10
· 13 commits to main since this release

What's New

  • Improved handling and checks of min/max/allowed for VSS signals
  • New API kuksa.val.v2
  • Support for unix sockets, see user guide

KUKSA Databroker

Run (ghcr.io):

docker pull ghcr.io/eclipse-kuksa/kuksa-databroker:0.5.0
docker run -it --rm --net=host ghcr.io/eclipse-kuksa/kuksa-databroker:0.5.0

For users where the ghcr.io registry is not easily accesible, e.g. China mainland users, starting from release 0.4.4 we also made the container images available at quay.io

Run (quay.io):

docker pull quay.io/eclipse-kuksa/kuksa-databroker:0.5.0
docker run -it --rm --net=host quay.io/eclipse-kuksa/kuksa-databroker:0.5.0

Or download attached binaries

KUKSA Databroker-cli

CLI written in Rust for KUKSA Databroker

Run (ghcr.io):

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

Run (quay.io):

docker pull quay.io/eclipse-kuksa/kuksa-databroker-cli:0.5.0
docker run -it --rm --net=host quay.io/eclipse-kuksa/kuksa-databroker-cli:0.5.0

Or download attached binaries

What's Changed

Full Changelog: 0.4.6...0.5.0