Skip to content

Commit 72b7157

Browse files
authored
chore: Release 0.5.0 (#77)
1 parent 59fb620 commit 72b7157

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.5.0] - 2025-03-14
8+
79
### Added
810

911
- Support configuring compression for OTEL ([#70]).

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.4.1"
11+
version = "0.5.0"
1212
authors = ["Stackable GmbH <[email protected]>"]
1313
license = "Apache-2.0"
1414
edition = "2024"

README.md

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

2828
```bash
29-
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.4.1
29+
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.5.0
3030
```
3131

3232
This starts trino-lb listening on <http://127.0.0.1:8080>.
@@ -51,7 +51,7 @@ Afterwards start trino-lb using the following command.
5151
We are using self-signed certificates for testing purpose here.
5252
5353
```bash
54-
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.4.1
54+
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.5.0
5555
```
5656
5757
> [!NOTE]

0 commit comments

Comments
 (0)