Skip to content

Latest commit

 

History

History
167 lines (106 loc) · 11.4 KB

CHANGELOG.md

File metadata and controls

167 lines (106 loc) · 11.4 KB

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

Dependencies

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

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 (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 (2024-04-02)

BREAKING CHANGES

  • public release (#271) (ed1e14d)
  • remove deprecated features (#277) (d984094)

Bug Fixes

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

0.25.2 (2024-03-29)

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)

0.25.0 (2024-03-27)

BREAKING CHANGES

  • remove time field from structured logs (#263) (d246abf)

Bug Fixes

  • unhandled exception unloading user profile (#264) (62a404b)

0.24.0 (2024-03-26)

BREAKING CHANGES

  • overhaul agent logging to introduce structured logs (#216) (abed8c9)
  • installer: allow ec2 instance profile by default (#259) (7e4d947)
  • installer: detect default AWS region on EC2 (#250) (3db8685)

Features

  • aws config directory managed by agent (#254) (2f4fd8a)

Bug Fixes

  • handle OSError when detecting GPU capabilities (#255) (677fda6)
  • handle IMDS disruptions gracefully (#249) (ea6b701)

0.23.1 (2024-03-23)

Features

  • cleanup asset_sync session with os_user (#251) (b68922e)
  • windows-installer: configure AWS region in Windows service (#242) (adf164f)

Bug Fixes

  • return sessionactions if Session is stopped (#252) (1230d89)
  • insufficient Windows ACLs for job user AWS config files (#246) (f5e2f52)

0.23.0 (2024-03-21)

BREAKING CHANGES

  • Fail jobs configured to run as worker agent on Windows (#230) (7ce01a8)

Features

  • agent logs contain more verbose API request/response information (#215) (6e8e566)
  • session cleanup on windows (#212) (93f4305)
  • windows-installer: grant and validate agent user permissions (#206) (0d8e3de)
  • Add telemetry event for uncaught exceptions (#203) (9a17a07)

Bug Fixes

  • NEVER_ATTEMPTED session actions should not report startedAt or endedAt (#237) (99fd7d3)
  • improve logging when getting secret (#184) (d3e2e0c)
  • increasing default password length for windows users (#236) (c411c85)
  • change windows logon type from NETWORK to INTERACTIVE (#234) (82a5c11)

0.22.1 (2024-03-19)

Bug Fixes

  • change OpenJD's session root directory to /sessions (#222) (3b68342)

0.22.0 (2024-03-18)

BREAKING CHANGES

  • retool scale-in behaviour (#193) (40390e9)

Features

  • windows service (#207) (1d97970)
  • windows-installer: add client telemetry opt out option (#210) (7551869)
  • windows support (#205) (80e8ec4)
  • change OpenJD's session directory path, and add --retain-session-dir command option (#196) (091608c)

Bug Fixes

  • improve error messaging for Windows logon (#219) (de23226)
  • install.sh: update ownership and permissions for session root directory (#201) (230b73c)

0.21.2 (2024-03-07)

Features

  • Add job and session metadata to the environment of a job (#189) (92b6d17)

Bug Fixes

  • complete all actions following unsuccessful actions as NEVER_ATTEMPTED (#190) (d266c0f)

0.21.1 (2024-02-28)

Features

  • Cancel Job Attachments session action when transfer rates drop below threshold (#143) (c49bbb4)

Bug Fixes

  • handle non-existent queue jobRunAsUser on worker host (#176) (1049a48)

0.21.0 (2024-02-23)

BREAKING CHANGES

  • Terminating all VFS processes when cleaning up session (#149) (50178ed)

Features

  • report action timeout as failed with timeout message (#165) (ff36123)
  • provision ownership on /var/lib/deadline/credentials directory (#145) (3b3e7af)

Bug Fixes

  • Set shutdown_on_stop value in config file. (#164) (858f621)
  • permissions on /var/log/amazon directory (#162) (1acfffc)
  • no longer sigterm agent when running jobs as same user (#161) (fe12ad3)
  • don't invert shutdown_on_stop config file setting's meaning (#155) (1a7329f)