Skip to content

KUKSA Databroker 0.4.5

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 06:19
· 107 commits to main since this release

What Is New

  • Our Images can also be retrieved from quay.io
  • Add Support for bidirectional streaming API StreamedUpdate
  • sdv.databroker.v1 API is disabled by default in favor of the kuksa.val v1 API
  • Subscription are closed after the corresponding token expired

KUKSA Databroker

Run (ghcr.io):

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

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

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

Run (quay.io):

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

Or download attached binaries

What's Changed

New Contributors

Full Changelog: 0.4.4...0.4.5