Skip to content

Latest commit

 

History

History
92 lines (41 loc) · 2.95 KB

CHANGELOG.md

File metadata and controls

92 lines (41 loc) · 2.95 KB

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)