Skip to content

Releases: taskcluster/taskgraph

15.0.0

13 Aug 15:32
434fba6

Choose a tag to compare

Added

  • Process kinds in parallel with a pool of processes (#738)
  • use uv to check python version, when available(#733)

Changed

  • BREAKING CHANGE: Use primary-dependency-label attribute to find primary dependency of tasks (#736)

Fixed

  • Fallback to guessing repo root in config.py (#742)

14.6.1

11 Aug 14:49

Choose a tag to compare

What's Changed

  • docs: write a high level overview of Taskcluster and Taskgraph by @ahal in #737
  • fix: revert accidental schema changes by @ahal in #739
  • chore: version bump 14.6.1 by @ahal in #740

Full Changelog: 14.6.0...14.6.1

14.6.0

05 Aug 19:11

Choose a tag to compare

What's Changed

  • load-task: quote the command passed to echo by @jcristau in #726
  • docker: ensure .bashrc is readable by the worker user in load-task by @jcristau in #725
  • fix: removed hardcoding from docker-image dir and kinds by @abhishekmadan30 in #728
  • fix: removed exception for vcs root property by @abhishekmadan30 in #729
  • chore: pre-commit autoupdate by @github-actions[bot] in #732
  • feat: add a commandline flag to disable verifications by @ahal in #731
  • chore: version bump 14.6.0 by @ahal in #735

Full Changelog: 14.5.0...14.6.0

14.5.0

23 Jul 12:26
0322516

Choose a tag to compare

Added

  • add a more descriptive error when a kind cannot be found (#721)
  • error out when index routes have a / in them (#722)

Fixed

  • handle github submodule checks better in fetch-content (#708)
  • make hash_paths work when base_path is set (#723)
  • return dict from 'status_task_batched' when testing (#720)
  • retag images when a tag is passed to taskgraph load-image (#713)

14.4.1

04 Jun 15:13

Choose a tag to compare

What's Changed

  • Update file_url() handling of Thunderbird comm paths by @coreycb in #703

New Contributors

Full Changelog: 14.4.0...14.4.1

14.4.0

02 Jun 14:55
173af2c

Choose a tag to compare

Added

  • support lists in resolve_keyed_by (#608)
  • improved error message when a kind dependency cannot be found (#696)

Fixed

  • don't decode YAML response before parsing them in get_artifact (#700)

14.3.0

28 May 16:29

Choose a tag to compare

What's Changed

  • feat(load-task): add a --user flag to specify which user to run as by @ahal in #685
  • fix: bump MAX_ROUTES up to 64 by @ahal in #693
  • perf: optionally use 'orjson' if available by @ahal in #694

Full Changelog: 14.2.1...14.3.0

14.2.1

13 May 16:19
32c381c

Choose a tag to compare

This fixes a regression for generic-worker tasks using run-task, introduced in 14.2.0.

What's Changed

  • chore: bump version to 14.2.1 by @jcristau in #690
  • Revert "Let generic-worker verify run-task/fetch-content integrity" by @jcristau in #691
  • test: validate the output of run-task transforms against the schema by @jcristau in #692

Full Changelog: 14.2.0...14.2.1

14.2.0

12 May 17:14
e34fb71

Choose a tag to compare

What's Changed

  • Let generic-worker verify run-task/fetch-content integrity by @jcristau in #666
  • feat: implement new 'load-task' command to debug tasks locally by @ahal in #680
  • Update instructions to install package from local clone by @marco-c in #684
  • actions: fix scope check on mercurial (bug 1965754) by @jcristau in #686

New Contributors

Full Changelog: 14.1.1...14.2.0

14.1.1

10 Apr 14:50
7d4f483

Choose a tag to compare

Fixed

  • ensure GraphConfig.root_dir is an absolute path (#673)