Skip to content

Releases: aws-deadline/deadline-cloud-worker-agent

0.27.5

14 Dec 17:54
f675231
Compare
Choose a tag to compare

0.27.5 (2024-12-14)

Features

  • directly send cancel OS signals on Linux (#479) (a0fc35c)

Bug Fixes

Experimental

These changes are experimental and only available through the use of feature flags

  • ASSET_SYNC_JOB_USER_FEATURE - run job attachment output upload as job user (#495) (678f29a)
  • ASSET_SYNC_JOB_USER_FEATURE - integrate with job attachment download cli as a openjd action run (#476) (07abc76)

0.27.4

30 Oct 22:17
b136d19
Compare
Choose a tag to compare

0.27.4 (2024-10-30)

Features

  • include specific session runtime logs in the worker log (#422) (be55928)

Bug Fixes

  • non-user-friendly error when trying to install the worker agent as domain user (#457) (15afe89)

0.27.3

17 Oct 20:12
df7a0bd
Compare
Choose a tag to compare

0.27.3 (2024-10-17)

Bug Fixes

  • crash on startup when host has multiple NVIDIA GPUs (#435) (760118c)
  • vague error message when no AWS region specified (#413) (0d5ccad)
  • WindowsPath is not JSON serializable during session cleanup (#412) (5d5055c)
  • Ensure scheduler drain and status update on Windows service shutdown (#408) (f269b67)
  • Agent logs to /var/log/messages when running as a service on Linux (#396) (b2368ed)
  • --run-jobs-as-agent-user crashes on windows (#395) (6fef296)

0.27.2

13 Aug 22:04
85d0325
Compare
Choose a tag to compare

0.27.2 (2024-08-13)

Features

  • add job user override for windows (#372) (84c83bd)
  • add success or fail metric on Job Attachment calls (#352) (ac1e5e0)
  • add deadline client lib, OpenJD Sessions to boto3 header (#351) (51fc0f1)

Bug Fixes

  • install-deadline-worker doesn't create queues persistence dir on Windows (#377) (bd40074)
  • posix installer succeeds if agent-user does not already exist (#378) (17435b1)
  • jobRunAsUser always removed in BatchGetJobEntity JobDetails (#349) (b6a64de)
  • fail on BatchGetJobEntity jobRunAsUser validation with a job user override (#346) (c0dd3b3)
  • install-deadline-worker on Linux assumes agent os group matches username (#345) (4ed1136)
  • error due to out-of-range process exit code (#339) (7d4ec30)

0.27.1

01 May 20:38
7df2ae6
Compare
Choose a tag to compare

0.27.1 (2024-05-01)

Dependencies

  • update deadline requirement from ==0.47.* to ==0.48.* (#306) (01326f7)

0.27.0

10 Apr 20:35
5b8692b
Compare
Choose a tag to compare

0.27.0 (2024-04-10)

BREAKING CHANGES

  • differentiate step actions from non-step actions in logs (#292) (a6d55e3)

Bug Fixes

  • handle case where BatchGetJobEntity returns no jobRunAsUser (#293) (616e16c)

0.26.1

03 Apr 21:44
99ec6a2
Compare
Choose a tag to compare

0.26.1 (2024-04-03)

Bug Fixes

  • provide region in queue AWS configuration (#289) (efeecfe)
  • stop the running Windows service before re-installation. (#288) (0587b60)

0.26.0

02 Apr 01:50
ec2eaf5
Compare
Choose a tag to compare

0.26.0 (2024-04-02)

BREAKING CHANGES

Bug Fixes

  • example config file inaccurately documents allow_ec2_instance_profile (#278) (1d1ecc1)

0.25.2

29 Mar 04:50
497aeb0
Compare
Choose a tag to compare

0.25.2 (2024-03-29)

0.25.1

28 Mar 03:16
66fd23e
Compare
Choose a tag to compare

0.25.1 (2024-03-28)

Features

  • adds data on action kind and queue length to logs (#266) (bb10c47)

Bug Fixes

  • agent not logging events with emojis on Windows due to default encoding (#267) (1008083)