Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release prep for 0.4.4 #4

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
414 changes: 208 additions & 206 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The quickest possible way to get Kuksa Databroker up and running.
1. Start Databroker in a container attached to the *kuksa* bridge network using hostname *Server*:

```sh
docker run -it --rm --name Server --network kuksa ghcr.io/eclipse-kuksa/kuksa-databroker:master --insecure
docker run -it --rm --name Server --network kuksa ghcr.io/eclipse-kuksa/kuksa-databroker:main --insecure
```
> :bulb: **Tip:** You can stop the container using `ctrl-c`.

Expand All @@ -119,7 +119,7 @@ The quickest possible way to get Kuksa Databroker up and running.

```sh
# in a new terminal
docker run -it --rm --network kuksa ghcr.io/eclipse-kuksa/kuksa-databroker-cli:master --server Server:55555
docker run -it --rm --network kuksa ghcr.io/eclipse-kuksa/kuksa-databroker-cli:main --server Server:55555
```

The CLI provides an interactive prompt which can be used to send commands to the Databroker.
Expand Down
2 changes: 1 addition & 1 deletion databroker-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

[package]
name = "databroker-cli"
version = "0.4.1"
version = "0.4.4"
authors = ["Eclipse KUKSA Project"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion databroker-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

[package]
name = "databroker-proto"
version = "0.4.1"
version = "0.4.4"
authors = ["Eclipse KUKSA Project"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion databroker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

[package]
name = "databroker"
version = "0.4.1"
version = "0.4.4"
authors = ["Eclipse KUKSA Project"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

[package]
name = "kuksa-common"
version = "0.1.0"
version = "0.4.4"
authors = ["Eclipse KUKSA Project"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/kuksa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

[package]
name = "kuksa"
version = "0.1.0"
version = "0.4.4"
authors = ["Eclipse KUKSA Project"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/sdv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

[package]
name = "kuksa-sdv"
version = "0.1.0"
version = "0.4.4"
authors = ["Eclipse KUKSA Project"]
edition = "2021"
license = "Apache-2.0"
Expand Down
Loading