From 8000f763f988a0e25b10628be760e872a78bb567 Mon Sep 17 00:00:00 2001 From: "Hecht,Matthias (IT EDP) BIG-DE-B" Date: Tue, 19 May 2026 15:52:24 +0200 Subject: [PATCH 1/2] fix: allure-commandline version in e2e-etl-python quickstarter --- CHANGELOG.md | 1 + e2e-etl-python/files/modules/codebuild/main.tf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0abedefdd..74f722e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### Changed - Updated Rust Quickstarter and Agent to version 1.94.1 ([#1140](https://github.com/opendevstack/ods-quickstarters/issues/1140)) +- Freeze allure-commandline version in e2e-etl-python quickstarter ([#1158](https://github.com/opendevstack/ods-quickstarters/issues/1158)) ### Fixed - Fixed Cargo Deny failure with updating to version 0.19.1 ([#1140](https://github.com/opendevstack/ods-quickstarters/issues/1140)) diff --git a/e2e-etl-python/files/modules/codebuild/main.tf b/e2e-etl-python/files/modules/codebuild/main.tf index a2ef2e6cd..9caba8dc7 100644 --- a/e2e-etl-python/files/modules/codebuild/main.tf +++ b/e2e-etl-python/files/modules/codebuild/main.tf @@ -35,7 +35,7 @@ resource "aws_codebuild_project" "build_project" { pre_build: commands: - pip install -r requirements.txt - - npm install -g allure-commandline --save-dev + - npm install -g allure-commandline@2.41.0 --save-dev build: commands: From 100d20abca40e9c87d4d7deaa439fecc5ad7b036 Mon Sep 17 00:00:00 2001 From: "Hecht,Matthias (IT EDP) BIG-DE-B" Date: Wed, 20 May 2026 09:21:28 +0200 Subject: [PATCH 2/2] chore: bump e2e-etl-python version --- e2e-etl-python/files/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-etl-python/files/pyproject.toml b/e2e-etl-python/files/pyproject.toml index 4799fefab..61eec78c8 100644 --- a/e2e-etl-python/files/pyproject.toml +++ b/e2e-etl-python/files/pyproject.toml @@ -1,3 +1,3 @@ [project] name = "e2e-etl-python" -version = "1.0.0" +version = "1.0.1"