From 37c457909d02070d80bb0f30a679f2c8ecaa551d Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Thu, 10 Oct 2024 21:51:54 +0000 Subject: [PATCH 1/2] trino/461 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- trino.yaml | 6 +++--- trino/pombump-deps.yaml | 10 ---------- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/trino.yaml b/trino.yaml index 2463180d03c..b660650a72e 100644 --- a/trino.yaml +++ b/trino.yaml @@ -1,7 +1,7 @@ package: name: trino - version: "453" - epoch: 3 + version: "461" + epoch: 0 description: The distributed SQL query engine for big data, formerly known as PrestoSQL copyright: - license: Apache-2.0 @@ -33,7 +33,7 @@ pipeline: with: repository: https://github.com/trinodb/trino.git tag: ${{package.version}} - expected-commit: a5ee92c2d6ece4f19c2a35ab41e60f7168a8f1bf + expected-commit: a1aa0de355993a0bd252a6970da8929894bbe6cd - uses: maven/pombump diff --git a/trino/pombump-deps.yaml b/trino/pombump-deps.yaml index d79f8b5c34d..fb999e23b00 100644 --- a/trino/pombump-deps.yaml +++ b/trino/pombump-deps.yaml @@ -14,16 +14,6 @@ patches: version: 1.0.39 scope: import type: jar - - groupId: org.apache.commons - artifactId: commons-compress - version: 1.26.0 - scope: import - type: jar - - groupId: org.postgresql - artifactId: postgresql - version: 42.7.2 - scope: import - type: jar - groupId: org.apache.commons artifactId: commons-configuration2 version: 2.10.1 From 245b912393cc5701b9d6f31056c135530b51e4bb Mon Sep 17 00:00:00 2001 From: Mark McCormick Date: Tue, 15 Oct 2024 11:33:31 +0100 Subject: [PATCH 2/2] Update trino.yaml Add npm and nodejs which are needed for the new trino-web-ui component. This alone isn't enough to resolve the build issues we're trying to solve in the latest release. Signed-off-by: Mark McCormick --- trino.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trino.yaml b/trino.yaml index b660650a72e..1bcb297e821 100644 --- a/trino.yaml +++ b/trino.yaml @@ -25,6 +25,8 @@ environment: - git - jvmkill - maven + - nodejs + - npm - openjdk-22 - wolfi-base