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: 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"