Skip to content

Releases: taskcluster/taskgraph

14.0.0

19 Feb 15:37
Compare
Choose a tag to compare

What's Changed

  • refactor!: revert {task_workdir} interpolation in run-task environment by @ahal in #648
  • chore: version bump 14.0.0 by @ahal in #649

Full Changelog: 13.1.0...14.0.0

13.1.0

13 Feb 19:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: 13.0.0...13.1.0

13.0.0

24 Jan 15:21
01596a6
Compare
Choose a tag to compare

Added

  • automatically interpolate {task_workdir} in environment (#630)
  • add caches for common package managers (#623)
  • support setting repo wide default values for cache selection (#623)
  • support list of caches in use-caches key (#623)

Fixed

  • BREAKING CHANGE get_ancestors now returns tasks keyed by taskid, to avoid missing tasks when multiple tasks exist with the same label in a graph (#633)

Removed

  • unused resource-monitor code (#636)
  • BREAKING CHANGE cache-dotcache key (#623)

12.2.0-1

15 Jan 19:19
Compare
Choose a tag to compare

Second part of the 12.2.0-1 to get docker images pushed.

12.2.0

15 Jan 16:45
8197cf8
Compare
Choose a tag to compare

What's Changed

Added

  • fetch-content: support for downloading a single file and putting it in an archive

Fixed

  • use base repo for project name in github .taskcluster.yml template (#610)
  • added False as option in from-deps set-name config (#621)
  • fetch-content: use urlopen's context parameter instead of cafile (#618)
  • run-task: update our copy of robustcheckout hg extension (#617)
  • avoid computing expensive default values when the value is overridden anyways

Changed

  • hash the uncompressed contents of docker context tar (#626)

Full Changelog: 12.1.0...12.2.0

pytest-taskgraph-v0.1.0

12 Dec 15:40
Compare
Choose a tag to compare
docs(pytest-taskgraph): improve release documentation

12.1.0

21 Nov 15:05
59e0e04
Compare
Choose a tag to compare
chore: version bump to 12.1.0 (#607)

* chore: version bump to 12.1.0

* Update CHANGELOG.md

Co-authored-by: Julien Cristau <julien+github@cristau.org>

---------

Co-authored-by: Julien Cristau <julien+github@cristau.org>

12.0.0

25 Oct 19:41
Compare
Choose a tag to compare

What's Changed

  • actions: look up action tasks by revision in fetch_graph_and_labels by @jcristau in #589
  • Create built-in matrix transforms to facilitate splitting tasks by arbitrary values by @ahal in #588
  • Fix readthedocs builds by @ahal in #598
  • fix(transforms.run): be more specific about implicit files changed fo… by @ahal in #599
  • feat(cli): support --parameters=index: by @ahal in #601
  • fix!: only add target_tasks_method filter if no other filters were sp… by @ahal in #600
  • Strip build- prefix from docker image task labels by @ahal in #585
  • chore: version bump 12.0.0 by @ahal in #602

Full Changelog: 11.2.4...12.0.0

11.2.4

16 Oct 21:18
Compare
Choose a tag to compare

What's Changed

  • fix: ensure strip_components and add_prefix are respected in repack_archive by @nordzilla in #596

Full Changelog: 11.2.3...11.2.4

11.2.3

16 Oct 18:08
Compare
Choose a tag to compare

What's Changed

  • fix: Improve command_static_url repack archive logic by @nordzilla in #591
  • fix(decision): add --no-cache to another uv command by @jcristau in #592
  • fix(decision): cleanup temporary uv lockfiles by @ahal in #594

New Contributors

Full Changelog: 11.2.2...11.2.3