Releases: aws-deadline/deadline-cloud-test-fixtures
Releases · aws-deadline/deadline-cloud-test-fixtures
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
)
0.12.2
0.12.2 (2024-08-14)
Bug Fixes
- append export AWS_ENDPOINT_URL_DEADLINE at end of worker SSM commands (#141) (
cfec139
)
- increase number of retries for SSM send_command to 60 (#140) (
e768f38
)
0.12.1
0.12.1 (2024-08-13)
Features
- linux ec2-based tests test installer-based user creation (#138) (
8cf1ffb
)
Bug Fixes
- add missing comma to ssm command (#137) (
b8db187
)
- remove runas from job attachment fixture (#136) (
28767c7
)
- Add default max_retries to Job.wait_until_complete to avoid infinite waiting (#134) (
6d4023d
)
- resolve get_worker_id race by waiting for worker.json to get written (#133) (
1f27578
)
0.12.0
0.12.0 (2024-07-18)
BREAKING CHANGES
- Add stop/start worker agent service method (#130) (
0ea4b3c
)
0.11.0
0.11.0 (2024-07-15)
BREAKING CHANGES
- Refactoring EC2InstanceWorker to Split out PosixInstanceWorker and WindowsInstanceWorker (#125) (
5705df4
)
Bug Fixes
- BYO Deadline now looks specifically for resource env vars. (#128) (
852fef3
)