Releases: aws-deadline/deadline-cloud-test-fixtures
Releases · aws-deadline/deadline-cloud-test-fixtures
0.17.3
0.17.3 (2025-01-09)
Features
- configurable worker session root directory (#170) (
0d20e33
)
Bug Fixes
- linux instance has unused ebs block device (#172) (
50bfe43
)
0.17.2
0.17.2 (2024-12-14)
Bug Fixes
- increase disk size temporarily to allow more than 4GB of space on windows (#168) (
7c33f67
)
0.17.1
0.17.1 (2024-11-21)
Features
- ability to supply openjd-sessions Python wheel (#165) (
df45370
)
Bug Fixes
- incorrect filesystem paths to files fetched from S3 by userdata (#164) (
5a6c0ee
)
0.17.0
0.17.0 (2024-11-13)
Features
- allow worker config tests to disallow instance profile (#162) (
db6f441
)
0.16.0
0.16.0 (2024-10-30)
BREAKING CHANGES
- The default of
DeadlineWorkerConfiguration.start_service
was changed from False
→ True
- Downstream consumers of this package may have relied on a bug where the worker agent being started through an SSM command (see #160)
Bug Fixes
0.15.0
0.15.0 (2024-10-21)
BREAKING CHANGES
- increase retries for log contains utils (#156) (
3616a9b
)
Features
- allow local session logs to be turned off in worker tests (#155) (
656db75
)
- Added negative log assertions (#154) (
d75f580
)
Bug Fixes
- add WaiterConfig to ssm command waiter (#152) (
65b93ea
)
0.14.0
0.14.0 (2024-09-05)
BREAKING CHANGES
Job.lifecycle_status
changed from str
→ deadline_cloud_test_fixtures.deadline.JobLifecycleStatus
deadline_cloud_test_fixtures.TaskStatus.UNKNOWN
removed
Features
- job/step/task API functions and session log assertions (#150) (
18f7078
)
0.13.2
0.13.2 (2024-09-04)
Bug Fixes
0.13.1
0.13.1 (2024-08-26)
Bug Fixes
- start service after running the installer instead of during (#146) (
adac342
)
0.13.0
0.13.0 (2024-08-16)
BREAKING CHANGES
- improve support for ec2 instance workers (#143) (
afbc5fb
)
Bug Fixes
- start windows service depending on the worker configuration (#144) (
602bd3b
)