Skip to content

Releases: ovh/utask

v1.28.0

05 Sep 08:17
Compare
Choose a tag to compare

Changelog

  • d3d1950 chore(vscode): add v1.28 schema version
  • 9b0bc91 chore: bump v1.28
  • 62fa1bc feat(dashboard): display the resolver_inputs
  • 7f80fba fix(conditions): add foreach property on conditions
  • 7b66b70 fix(ui): allow admin to edit requests
  • f76bdce fix: add final flag on step condition

v1.27.3

24 Jan 15:23
Compare
Choose a tag to compare

Changelog

  • 6042fc2 fix: try to resolve waiting steps at the end of the main loop

v1.27.2

31 Jul 16:40
Compare
Choose a tag to compare

Changelog

  • ba04f67 adds max_retries and try_count to the templating values available
  • de684d3 chore(deps): bump semver from 5.7.1 to 5.7.2 in /ui/dashboard
  • a927ba7 chore(deps): bump semver from 5.7.1 to 5.7.2 in /vscode/web
  • 4ce3e42 chore(deps): bump semver, @angular-devkit/build-angular and @angular/cli
  • 5375eb9 fix(dashboard): allow to edit TODO tasks

v1.27.1

31 Jul 16:40
Compare
Choose a tag to compare

Changelog

  • 359f856 feat(metrics): add template name as label for utask_task_state telemetry
  • 449dca1 fix(resolution): release Lock

v1.27.0

31 Jul 16:39
Compare
Choose a tag to compare

Changelog

  • 814b9f0 feat(metrics): merge utask_task_state and utask_task_state_per_resolver_group metrics
  • 12e3dcd keep utask version while using the Makefile inside the Docker image

v1.26.2

26 Jun 13:14
Compare
Choose a tag to compare

Changelog

  • 83f72f1 feat(ui): disable button if not available in task-viewer

v1.26.1

26 Jun 09:45
Compare
Choose a tag to compare

Changelog

  • 0307249 chore(deps): bump d3-color, @swimlane/ngx-charts, d3-interpolate and d3-transition
  • b4bab29 chore(deps): bump d3-color, @swimlane/ngx-charts, d3-transition and d3-interpolate
  • 4ca6b1a chore: bump to go 1.20
  • 946a2c2 feat(start_over): increase visibility of the button
  • 860055d feat(taskutils): add resolution id on the task creation

v1.26.0

25 May 15:22
Compare
Choose a tag to compare

Changelog

  • 5bbcff1 add failure_or_done notification stragegy
  • 9c6f3ae chore(deps): bump github.com/gin-gonic/gin from 1.7.7 to 1.9.0
  • 468a2b1 chore(deps): bump socket.io-parser and socket.io in /vscode/web
  • 1ed5567 chore(deps): bump socket.io-parser from 4.2.1 to 4.2.3 in /ui/dashboard
  • 3222b2d chore(vscode): bump 1.7.0
  • 9b61952 chore(vscode): bump version
  • 9acb484 feat(metrics): publish task state by resolver group
  • 0091d07 feat(vscode): add 1.26 version

v1.25.0

02 May 14:59
263ddea
Compare
Choose a tag to compare

Changelog

  • 8a417be chore(deps): bump dependencies
  • 5343a29 chore(editor): remove old editor interface
  • cf2424c chore(vscode): bump to version 1.6.0
  • 0c55dbf docs(plugins): fix default SSH command timeout (#440)
  • 25b0cea feat(plugin): add timeout support for SSH plugin (#376)
  • 263ddea feat(task): allow to get watchers (#439)
  • 6148552 feat(vscode): add 1.25 version
  • 4355bad feat: auto-close Opsgenie alert when task state is DONE (#417)
  • 9290d3c fix(engine): ensure all parents dependencies are final
  • 454acf7 fix(schema): allow arrays in echo outputs
  • 10adcbb fix(templating): allow task.request_groups in templating
  • 865467f fix(vscode): display errors and fix graph edge backgrounds

What's Changed

  • fix(templating): allow task.request_groups in templating by @rbeuque74 in #431
  • chore(deps): bump dependencies by @rclsilver in #434
  • fix(vscode): display errors and fix graph edge backgrounds by @rclsilver in #432
  • fix(engine): ensure all parents dependencies are final by @rclsilver in #412
  • chore(editor): remove old editor interface by @rclsilver in #433
  • feat(vscode): add 1.25 version by @rclsilver in #437
  • docs: Adding documentation for tags & resources + updating JSON-schema for templates by @rbeuque74 in #124
  • chore(vscode): bump to version 1.6.0 by @rclsilver in #438
  • fix(schema): allow arrays in echo outputs by @rclsilver in #435
  • feat: auto-close Opsgenie alert when task state is DONE by @Galiley in #417
  • feat(ssh): add timeout support for SSH plugin by @rbeuque74 in #376
  • docs(plugins): fix default SSH command timeout by @wI2L in #440
  • feat(task): allow to get watchers by @rclsilver in #439

New Contributors

Full Changelog: v1.24.0...v1.25.0

v1.24.0

31 Mar 16:24
Compare
Choose a tag to compare

Changelog

  • 53a7164 (feat): Add a new state for delayed tasks
  • 93929c6 bump v1.24.0
  • 38f1dc8 chore: add missing 'NOTREGEXP' operator
  • eefa03e vscode: add 1.24 json-schema