From 3b4d0500b3d54ffb7a0d55659be29e8c0a04bdf3 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 12 Jun 2025 13:43:03 +0200 Subject: [PATCH 1/2] test: Update trino latest to 476 --- tests/test-definition.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-definition.yaml b/tests/test-definition.yaml index 196553b7..110f22d0 100644 --- a/tests/test-definition.yaml +++ b/tests/test-definition.yaml @@ -53,7 +53,7 @@ dimensions: - 4.0.1 - name: trino-l values: - - "470" + - "476" - name: krb5 values: - 1.21.1 From 334fcf09da268541157bef4e9f748ec6c6c5e882 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 12 Jun 2025 13:53:06 +0200 Subject: [PATCH 2/2] chore: Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dae0373..f907dcb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ All notable changes to this project will be documented in this file. - The `runAsUser` and `runAsGroup` fields will not be set anymore by the operator - The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward - This is marked as breaking because tools and policies might exist, which require these fields to be set +- test: Bump trino to 476 ([#808]). ### Fixed @@ -56,6 +57,7 @@ All notable changes to this project will be documented in this file. [#794]: https://github.com/stackabletech/nifi-operator/pull/794 [#799]: https://github.com/stackabletech/nifi-operator/pull/799 [#801]: https://github.com/stackabletech/nifi-operator/pull/801 +[#808]: https://github.com/stackabletech/nifi-operator/pull/808 ## [25.3.0] - 2025-03-21