Skip to content

0.4.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jun 08:32
· 19 commits to main since this release

What Is New

  • KuksaClient exposes DataEntry and Proto Definition
  • Improve performance for kuksa.val.v1.Get service method by a factor of 8 using glob-match library.

KUKSA Databroker

Run (ghcr.io):

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

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.4.6
docker run -it --rm --net=host quay.io/eclipse-kuksa/kuksa-databroker:0.4.6

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.4.6
docker run -it --rm --net=host ghcr.io/eclipse-kuksa/kuksa-databroker-cli:0.4.6

Run (quay.io):

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

Or download attached binaries

What's Changed

New Contributors

Full Changelog: 0.4.5...0.4.6