Skip to content

Commit

Permalink
chore: Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Aug 20, 2024
1 parent f6bbb5f commit 2ece871
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.3.0"
version = "0.3.2"
authors = ["Stackable GmbH <info@stackable.tech>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Make sure you clone this repo and run the following command from the root direct
In case you don't have any Trino cluster at hand you can start trino-lb without any Trino cluster as follows:

```bash
docker run -p 8080:8080 -v ./example-configs/simple-no-trino.yaml:/etc/trino-lb-config.yaml --rm oci.stackable.tech/stackable/trino-lb:0.3.1
docker run -p 8080:8080 -v ./example-configs/simple-no-trino.yaml:/etc/trino-lb-config.yaml --rm oci.stackable.tech/stackable/trino-lb:0.3.2
```

This starts trino-lb listening on http://127.0.0.1:8080.
Expand All @@ -49,7 +49,7 @@ Afterwards start trino-lb using the following command.
We are using self-signed certificates for testing purpose here.
```bash
docker run -p 443:8443 -v ./example-configs/docker-simple-single-trino.yaml:/etc/trino-lb-config.yaml -v ./example-configs/self-signed-certs/:/self-signed-certs/ --rm oci.stackable.tech/stackable/trino-lb:0.3.1
docker run -p 443:8443 -v ./example-configs/docker-simple-single-trino.yaml:/etc/trino-lb-config.yaml -v ./example-configs/self-signed-certs/:/self-signed-certs/ --rm oci.stackable.tech/stackable/trino-lb:0.3.2
```
> [!NOTE]
Expand Down

0 comments on commit 2ece871

Please sign in to comment.