Changelog History
Page 1
-
v1.10.0 Changes
SQL
005_resolution_creation_timestamp.sql
migration file should be applied while upgrading. It adds a columncreated
in theresolution
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
namedutask_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 -
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 -
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