diff --git a/README.md b/README.md index 32f6bc8..8e27d94 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ docker run \ -e GITHUB_TOKEN \ -e SLACK_TOKEN \ -p 8080:8080 \ - nineinchnick/trino-rest:0.156 + nineinchnick/trino-rest:0.157 ``` Supported connectors and their required environmental variables: @@ -24,7 +24,7 @@ Then use your favourite SQL client to connect to Trino running at http://localho # Usage -Download one of the ZIP packages, unzip it and copy the `trino-rest-github-0.156` directory to the plugin directory on every node in your Trino cluster. +Download one of the ZIP packages, unzip it and copy the `trino-rest-github-0.157` directory to the plugin directory on every node in your Trino cluster. Create a `github.properties` file in your Trino catalog directory and point to a remote repo. You can also use a path to a local repo if it's available on every worker node. diff --git a/pom.xml b/pom.xml index 9373d32..d55c2ac 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.airlift airbase - 186 + 187 pl.net.was @@ -42,8 +42,8 @@ - 22 - 22.0.1 + 23 + 23 true false @@ -52,12 +52,12 @@ false 4g - 461 - 274 + 462 + 275 2.3 - 1.42.1 - 2.8.0 + 1.43.0 + 2.9.0 ${dep.airlift.version} 33.3.1-jre 7.0.0 @@ -67,7 +67,7 @@ 5.11.2 2.0.16 3.26.3 - 1.5.9 + 1.5.11 3.2.5 5.14.0 @@ -217,7 +217,7 @@ ca.vanzyl.provisio.maven.plugins provisio-maven-plugin - 1.0.25 + 1.1.1 diff --git a/trino-rest-github/README.md b/trino-rest-github/README.md index b688afd..10eef21 100644 --- a/trino-rest-github/README.md +++ b/trino-rest-github/README.md @@ -56,12 +56,12 @@ docker run \ -p 8080:8080 \ --name trino \ -d \ - trinodb/trino:461 + trinodb/trino:462 ``` Connect to that server using: ```bash -docker run -it --rm --link trino trinodb/trino:461 trino --server trino:8080 --catalog github --schema default +docker run -it --rm --link trino trinodb/trino:462 trino --server trino:8080 --catalog github --schema default ``` # Authentication and rate limits