Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion e2e-etl-python/files/modules/codebuild/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion e2e-etl-python/files/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[project]
name = "e2e-etl-python"
version = "1.0.0"
version = "1.0.1"
Loading