Skip to content

Releases: taskcluster/taskgraph

pytest-taskgraph-v0.2.0

09 Apr 12:03
20222c1

Choose a tag to compare

chore: bump pytest-taskgraph version (#674)

This package was updated in https://github.com/taskcluster/taskgraph/pull/623 but not released.

14.1.0

07 Apr 14:42
d3829d2

Choose a tag to compare

Added

  • allow task-priority to be keyed by level (#653)
  • implement taskgraph action command to generate actions.json on the command line (#645)
  • pass push.base_revision to in-tree-action hook (#656)
  • support for volume artifact type (#667)

Fixed

  • bug deleting long path names with forward slashes on Windows (#661)
  • replace deprecated datetime.utcnow() with timezone-aware alternative (#652)
  • only consider tracked files when building toolchain hashes (#664)

14.0.0

19 Feb 15:37

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

Choose a tag to compare

What's Changed

Full Changelog: 13.0.0...13.1.0

13.0.0

24 Jan 15:21
01596a6

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

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

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

Choose a tag to compare

docs(pytest-taskgraph): improve release documentation

12.1.0

21 Nov 15:05
59e0e04

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 <[email protected]>

---------

Co-authored-by: Julien Cristau <[email protected]>

12.0.0

25 Oct 19:41

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