Skip to content

Commit

Permalink
Merge tag '2.4.2' into develop
Browse files Browse the repository at this point in the history
* Fixing docker / requests issue
  • Loading branch information
dylanvaughn committed Feb 23, 2024
2 parents efcbfa0 + e2c96f3 commit 9771b5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Unreleased

# 2.4.2

* Upgrade Taskcat to 0.9.41
* Fix Taskcat / Docker issue

# 2.4.1

* Install packer amazon plugin
Expand Down
5 changes: 4 additions & 1 deletion setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "$(date): Starting setup-env.sh"

export CDK_VERSION=2.120.0
export PACKER_VERSION=1.10.0
export TASKCAT_VERSION=0.9.40
export TASKCAT_VERSION=0.9.41

# system upgrades and tools
export DEBIAN_FRONTEND=noninteractive
Expand All @@ -29,6 +29,9 @@ cd -
# taskcat
apt-get -y -q install python3 python3-pip
pip3 install -q taskcat==$TASKCAT_VERSION
# https://github.com/docker/docker-py/issues/3113#issuecomment-1531621678
pip3 uninstall requests
pip3 install requests==2.28.1

# For scripts/pfl.py
pip3 install -q \
Expand Down

0 comments on commit 9771b5c

Please sign in to comment.