Releases: testflows/TestFlows-GitHub-Hetzner-Runners
v1.7.241227.1160242
https://pypi.org/project/testflows.github.hetzner.runners/1.7.241227.1160242/
Fixes
- AttributeError: 'RebuildResponse' object has no attribute 'wait_until_finished' (#46)
v1.7.241219.1205449
https://pypi.org/project/testflows.github.hetzner.runners/1.7.241219.1205449/
Improvements
- Added user agent to all Hetzner API requests
v1.7.241204.1195152
https://pypi.org/project/testflows.github.hetzner.runners/1.7.241204.1195152/
Improvements
- Forcing all labels to be lower case to fix issue that some runner labels have capital letters (
Linux
,ARM64
, etc.)
v1.7.241127.1212437
https://pypi.org/project/testflows.github.hetzner.runners/1.7.241127.1212437
Fixes
- Installation fails on Python 3.13 and 3.12 (fresh install) #35
v1.7.241114.1194016
https://pypi.org/project/testflows.github.hetzner.runners/1.7.241114.1194016/
Fixes
- Fixing enablilng debug mode using a config file
v1.7.241114.1182908
https://pypi.org/project/testflows.github.hetzner.runners/1.7.241114.1182908/
Fixes
- #33 caused by invalid hostname due to the
uid()
function returning a string with a dot.
v1.7.241108.1190631
https://pypi.org/project/testflows.github.hetzner.runners/1.7.241108.1190631/
Fixes
- Moving to using cx22 type instead of deprecated cx11
v1.7.241009.1173129
https://pypi.org/project/testflows.github.hetzner.runners/1.7.241009.1173129/
Improvements
- Removed wait_ready in scale_up cycle to reduce the number of Hetzner API calls
v1.7.241003.1182125
https://pypi.org/project/testflows.github.hetzner.runners/1.7.241003.1182125/
Fixes
- Fixing images list command when image size is
None
v1.7.241002.1215636
https://pypi.org/project/testflows.github.hetzner.runners/1.7.241002.1215636/
Improvements
- Added support for
images list|delete|create
commands and removedsnapshots create
command.