Skip to content

Latest commit

 

History

History
170 lines (84 loc) · 6.8 KB

CHANGELOG.md

File metadata and controls

170 lines (84 loc) · 6.8 KB

0.16.0 (2024-10-30)

BREAKING CHANGES

  • The default of DeadlineWorkerConfiguration.start_service was changed from FalseTrue
  • 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

  • concurrent worker agent processes (#160) (9f7da7f)

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 (2024-09-05)

BREAKING CHANGES

  • Job.lifecycle_status changed from strdeadline_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 (2024-09-04)

Bug Fixes

  • silent progress ui (#148) (5df19d7)

0.13.1 (2024-08-26)

Bug Fixes

  • start service after running the installer instead of during (#146) (adac342)

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 (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 (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 (2024-07-18)

BREAKING CHANGES

  • Add stop/start worker agent service method (#130) (0ea4b3c)

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)

0.10.0 (2024-07-04)

BREAKING CHANGES

  • delete workers from non-autoscaling fleets (#124) (1217b4b)

0.9.0 (2024-06-26)

BREAKING CHANGES

  • Refactor JA integ test resource creation so that we use some resources from the environment (#119) (50b36f1)

0.8.1 (2024-06-24)

Bug Fixes

  • check value of operating_system.name instead of operating_system (#117) (094069d)

0.8.0 (2024-06-17)

BREAKING CHANGES

  • add windows support to worker fixture (#115) (ef7f133)

0.7.1 (2024-06-07)

Bug Fixes

  • restore support for deprecated WORKER_REGION env var (#113) (58cc193)

0.7.0 (2024-06-06)

BREAKING CHANGES

  • set AWS_ENDPOINT_URL_DEADLINE after installing service model (#96) (6bc4d8f)

0.6.2 (2024-04-02)

Bug Fixes

  • stop using removed worker agent CLI argument (#93) (f831b92)

0.6.1 (2024-04-01)

CI

  • fixed ci publishing issue

0.6.0 (2024-04-01)

BREAKING CHANGES

0.5.6 (2024-03-24)

Bug Fixes

  • FleetAPI compatibility for WorkerRequirements (#80) (1f3978b)

0.5.5 (2024-03-12)

Bug Fixes

  • Tests failing as new Task Status was added to API (#68) (a1ea341)