Skip to content

Commit 2ece871

Browse files
committed
chore: Release 0.3.2
1 parent f6bbb5f commit 2ece871

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
resolver = "2"
99

1010
[workspace.package]
11-
version = "0.3.0"
11+
version = "0.3.2"
1212
authors = ["Stackable GmbH <[email protected]>"]
1313
license = "Apache-2.0"
1414
edition = "2021"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Make sure you clone this repo and run the following command from the root direct
2424
In case you don't have any Trino cluster at hand you can start trino-lb without any Trino cluster as follows:
2525

2626
```bash
27-
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
27+
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
2828
```
2929

3030
This starts trino-lb listening on http://127.0.0.1:8080.
@@ -49,7 +49,7 @@ Afterwards start trino-lb using the following command.
4949
We are using self-signed certificates for testing purpose here.
5050
5151
```bash
52-
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
52+
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
5353
```
5454
5555
> [!NOTE]

0 commit comments

Comments
 (0)