Changelogs

On this page:

app-task_worker

app-task_worker Change Logs

2018.3.20 Maintenance Release [2020-04-07]

Overview

  • 1 Chores
  • 1 Total Tickets

Chores

  • app-task_worker:2.3.4-2018.3.14 [03-19-2020] - Migrated API tests into application repository.

2018.3.19 Maintenance Release [2020-03-03]

Overview

  • 1 Bug Fixes
  • 1 Total Tickets

Bug Fixes

  • app-task_worker:2.3.4-2018.3.13 [02-05-2020] - Improved error reporting when Task Manager cannot determine the initiating user for a task.

2018.3.18 Maintenance Release [2020-02-04]

Overview

  • 1 Chores
  • 1 Total Tickets

Chores

  • app-task_worker:2.3.4-2018.3.12 [01-15-2020] - Updated repository url of repo.

2018.3.17 Maintenance Release [2019-12-03]

Overview

  • 2 Bug Fixes
  • 2 Total Tickets

Bug Fixes

  • app-task_worker:2.3.4-2018.3.11 [12-13-2019] - Ensured superuser is created in context wrapper when working tasks.
  • app-task_worker:2.3.4-2018.3.10 [12-10-2019] - Redis keys are now deleted when no longer needed.

2018.3.16 Maintenance Release [2019-11-05]

Overview

  • 2 Bug Fixes
  • 1 Chores
  • 3 Total Tickets

Bug Fixes

  • app-task_worker:2.3.4-2018.3.9 [11-06-2019] - Fix a memory leak in task worker.
  • app-task_worker:2.3.4-2018.3.8 [10-06-2019] - Restored task data in metrics by updating config variable to use package.json for app id and version info.

Chores

  • app-task_worker:2.3.4-2018.3.7 [10-05-2019] - Fixed references to outdated repositories and updated required node version.

2018.3.15 Maintenance Release [2019-10-01]

Overview

  • 0 Total Tickets

2018.3.14 Maintenance Release [2019-09-03]

Overview

  • 0 Total Tickets

2018.3.13 Maintenance Release [2019-08-06]

Overview

  • 1 Improvements
  • 1 Bug Fixes
  • 2 Total Tickets

Improvements

  • app-task_worker:2.3.4-2018.3.5 [07-24-2019] - Migrated from itential-ci to argo.

Bug Fixes

  • app-task_worker:2.3.4-2018.3.6 [07-29-2019] - Closed audit trail for each task to remove redis keys.

2018.3.12 Maintenance Release [2019-07-02]

Overview

  • 0 Total Tickets

2018.3.11 Maintenance Release [2019-06-04]

Overview

  • 0 Total Tickets

2018.3.10 Maintenance Release [2019-05-09]

Overview

  • 0 Total Tickets

2018.3.9 Maintenance Release [2019-04-01]

Overview

  • 1 Bug Fixes
  • 1 Total Tickets

Bug Fixes

  • app-task_worker:2.3.4-2018.3.4 [03-12-2019] - Task worker properly gets tick and activate property from pronghorn.json props.

2018.3.8 Maintenance Release [2019-03-04]

Overview

  • 0 Total Tickets

2018.3.7 Maintenance Release [2019-02-11]

Overview

  • 0 Total Tickets

2018.3.6 Maintenance Release [2019-01-25]

Overview

  • 0 Total Tickets

2018.3.5 Maintenance Release [2019-01-11]

Overview

  • 0 Total Tickets

2018.3.4 Maintenance Release [2019-01-04]

Overview

  • 1 New Features
  • 1 Improvements
  • 2 Total Tickets

New Features

  • app-task_worker:2.3.4-2018.3.2 [12-17-2018] - Added properties to allow configuration of app activation and poll timing via the properties.json file.

Improvements

  • app-task_worker:2.3.4-2018.3.2 [12-17-2018] - Reverted special character support workaround for mongo; implemented a mongo 3.6 upgrade path.

2018.3.3 Maintenance Release [2018-12-21]

Overview

  • 0 Total Tickets

2018.3.2 Maintenance Release [2018-12-14]

Overview

  • 0 Total Tickets

2018.3.1 Maintenance Release [2018-12-07]

Overview

  • 0 Total Tickets

2018.3 Feature Release [2018-12-05]

Overview

  • 3 Improvements
  • 6 Bug Fixes
  • 9 Total Tickets

Improvements

  • app-task_worker:2.3.4 [12-01-2018] - Added support for task outputs that contain special characters (ie .#$(%@) in their object keys.
  • app-task_worker:2.2.0 [10-22-2018] - Task Worker now determines Job initiator id for actor from immutable metrics location.
  • app-task_worker:2.1.0 [09-20-2018] - Added support for calling Adapter and Broker methods.

Bug Fixes

  • app-task_worker:2.3.3 [11-26-2018] - Activate and Deactivate methods send response back to Web Server when no change in state is required to match requested state.
  • app-task_worker:2.3.2 [11-19-2018] - Added additional checks to task worker logic to reinforce the deactivated state.
  • app-task_worker:2.3.1 [11-06-2018] - Updated template variable regex to match valid variable names.
  • app-task_worker:2.3.0 [11-05-2018] - Added support for static template variables.
  • app-task_worker:2.3.0 [11-05-2018] - Manual tasks with multiple outputs being referenced in the same task properly obtain all values instead of just the first followed by curly braces for all additional inputs.
  • app-task_worker:2.2.1 [11-05-2018] - Task status inside a job collection, now properly reflects the task status on the task collection.