diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 09ded8f..99dfc50 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -303,7 +303,7 @@ jobs: if [ "$zfw0_ver" != "$zfw1_ver" ]; then /usr/bin/ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i ./zfw_rsa ziggy@$(terraform output -json | jq -r .backend_public_ips.value[0]) -tq 'sudo cat /var/log/cloud-init-output.log' /usr/bin/ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i ./zfw_rsa ziggy@$(terraform output -json | jq -r .backend_public_ips.value[1]) -tq 'sudo cat /var/log/cloud-init-output.log' - sleep 30 + sleep 60 zfw0_ver=`/usr/bin/ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i ./zfw_rsa ziggy@$(terraform output -json | jq -r .backend_public_ips.value[0]) -tq 'sudo /opt/openziti/bin/zfw -V'` zfw1_ver=`/usr/bin/ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i ./zfw_rsa ziggy@$(terraform output -json | jq -r .backend_public_ips.value[1]) -tq 'sudo /opt/openziti/bin/zfw -V'` fi diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e463e0..890b89b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file. The format --- ### -# [0.9.56 - 2024-12-09 +# [0.9.7] - 2024-12-16 + +- added debug option to the pr worklow for checking version tested + +### + +# [0.9.6] - 2024-12-09 - Updated zfw.c to redirect system call output to /dev/null for set_tc_filter()