All Versions
26
Latest Version
Avg Release Cycle
17 days
Latest Release
-

Changelog History
Page 1

  • v1.10.0 Changes

    SQL

    • 005_resolution_creation_timestamp.sql migration file should be applied while upgrading. It adds a column created in the resolution table to keep track of the resolution creation timestamp.

    Prometheus metrics

    • The Prometheus gauges used to record the number of tasks by state haven been moved to a single GaugeVec named utask_task_state.
  • v1.9.2

    November 26, 2020
  • v1.9.1

    November 24, 2020
  • v1.9.0

    September 09, 2020
  • v1.8.4 Changes

    August 25, 2020

    πŸ”„ Changelog

    026351f Multiline for new task (#173)
    πŸ’» d917b15 chore(deps): bump elliptic from 6.5.2 to 6.5.3 in /ui/dashboard (#172)
    πŸ’» 8e034a2 chore(deps): bump elliptic from 6.5.2 to 6.5.3 in /ui/editor (#171)
    πŸ’» b7f1dab chore(deps): bump lodash from 4.17.15 to 4.17.19 in /ui/dashboard (#169)
    πŸ’» 901b334 chore(deps): bump lodash from 4.17.15 to 4.17.19 in /ui/editor (#168)
    πŸ’» 3b00f37 chore(deps): bump npm-registry-fetch from 8.1.0 to 8.1.1 in /ui/editor (#162)
    πŸ’» 9891df7 chore(deps): bump npm-registry-fetch in /ui/dashboard (#163)
    efe2182 feat: add fromJson and mustFromJson to values func map (#164)
    c67c916 fix: Add functions/ folder to install-script (#175)

  • v1.8.3 Changes

    August 05, 2020

    πŸ”„ Changelog

    πŸ”Œ a596736 feat: add custom middlewares for init plugins (#167)
    πŸ”¨ 1dcf9f4 refactor: plugin email without auth

  • v1.8.2 Changes

    July 17, 2020

    πŸ”„ Changelog

    70cbec9 subtask: auto-resume parent task when the subtask finished running

  • v1.8.1 Changes

    July 17, 2020

    πŸ”„ Changelog

    ⚑️ 345d017 fix(task): adding tasktemplate variables to UpdateTask
    b6e3a1d templates: text/template values should include digits

  • v1.8.0 Changes

    July 06, 2020

    πŸ”„ Changelog

    2658e5b Add resolution id as task value (#154)
    7d472a8 feat: step can now have pre-hook executed just before the run of the step (#147)
    a30c816 feat: output can be rewritten after the execution of a step (#159)
    5b485b1 fix(engine): foreach steps in an unexpected state would block the resolution indefinitely
    52667d0 fix: templating: error weren't propagated correctly when nested map/slice templating was failing
    2389eb8 misc: rewrote comments following review
    f0ddb89 refacto dashboard in several modules (#157)
    19930e4 task: adding tasktemplate variables to Go templating for new task creation (to be used in task title format) (#158)

  • v1.7.0 Changes

    May 29, 2020

    πŸ”„ Changelog

    dd8d896 fix: engine: backoff was looping infinitely when reaching MaxElapsedTime without sleep (#145)
    4ba4845 fix: engine: step with invalid JSON output are considered as FATAL_ERROR (#146)
    2731c6e fix: error messages for bad requests
    b3dc0c9 functions: new way to describe utask executors using other executor, with yaml (#135)
    πŸ”Œ c4c2ac0 plugin: retrieve non-pointer interface before casting into plugin Interface