KUKSA Databroker 0.4.5
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
- Bump rustls from 0.21.10 to 0.21.11 by @dependabot in #18
- Delete outdated notice by @SebastianSchildt in #13
- INFO3: Close subscription after expired token by @lukasmittag in #12
- Disable sdv.databroker.v1 by default by @argerus in #20
- Fixing vulnerability in rustls by @erikbosch in #22
- Add VISS code when building with defaults by @SebastianSchildt in #19
- CycloneDX SBOM in artifacts by @SebastianSchildt in #24
- Fix corrupted links, wrong branch references and incorrect commands w… by @dennismeister93 in #28
- Fix caching on databroker build by @SebastianSchildt in #29
- Upgrade check-dash action to v4: Faster + auto create tickets by @SebastianSchildt in #30
- Upgrading codecov dependency by @erikbosch in #31
- Add StreamedUpdate API by @wba2hi in #34
- Push databroker container images also to quay.io by @SebastianSchildt in #37
- Prepare Release 0.4.5 by @wba2hi in #38
- Make sure quay.io secrets will be transferred when calling databroker build action by @SebastianSchildt in #39
- Fix quay.io secrets forwarding by @SebastianSchildt in #40
- Push databroker-cli images also to quay.io by @SebastianSchildt in #41
New Contributors
- @dennismeister93 made their first contribution in #28
- @wba2hi made their first contribution in #34
Full Changelog: 0.4.4...0.4.5