Skip to content

Add Trino Gateway 16 release notes #643

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ It copies the following, necessary files to current directory:
```shell
#!/usr/bin/env sh

VERSION=15
VERSION=16
BASE_URL="https://repo1.maven.org/maven2/io/trino/gateway/gateway-ha"
JAR_FILE="gateway-ha-$VERSION-jar-with-dependencies.jar"
GATEWAY_JAR="gateway-ha.jar"
Expand Down
15 changes: 15 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## 2025

### Trino Gateway 16 (9 Apr 2025) { id="16" }

Artifacts:

* [JAR file gateway-ha-16-jar-with-dependencies.jar](https://repo1.maven.org/maven2/io/trino/gateway/gateway-ha/16/gateway-ha-16-jar-with-dependencies.jar)
* Container image `trinodb/trino-gateway:16`
* Source code as
[tar.gz](https://github.com/trinodb/trino-gateway/archive/refs/tags/16.tar.gz)
or [zip](https://github.com/trinodb/trino-gateway/archive/refs/tags/16.zip)
* [Trino Helm chart](https://trinodb.github.io/charts/) `trino/trino-gateway` version `1.16.0`

Changes:

* tbd

### Trino Gateway 15 (12 Mar 2025) { id="15" }

Artifacts:
Expand Down