Skip to content

Releases: taskcluster/taskgraph

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

11.2.2

15 Oct 19:02
Compare
Choose a tag to compare

What's Changed

  • Run tests against Python 3.13 by @ahal in #587
  • fix(decision): ensure 'taskgraph' is on the $PATH in Decision image by @ahal in #590

Full Changelog: 11.2.1...11.2.2

11.2.1

03 Oct 13:33
Compare
Choose a tag to compare

What's Changed

  • fix(optimize): support kwargs in 'register_strategy' decorator by @ahal in #583

Full Changelog: 11.2.0...11.2.1

11.2.0

26 Sep 15:07
Compare
Choose a tag to compare

What's Changed

  • feat(config): implement 'get()' for GraphConfig by @ahal in #577
  • Don't chmod /dev/kvm if it already has the right mode by @Eijebong in #578
  • feat: add 'project' and 'trust-domain' to set of tags applied to all … by @ahal in #579

Full Changelog: 11.1.0...11.2.0

11.1.0

23 Sep 17:09
12c8aca
Compare
Choose a tag to compare
chore: version bump 11.1.0 (#576)

* chore: version bump 11.1.0

* Update CHANGELOG.md

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

---------

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

11.0.0

05 Sep 15:09
c428679
Compare
Choose a tag to compare
chore: version bump 11.0.0 (#571)

10.0.2

31 Jul 19:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 10.0.1...10.0.2

10.0.1

23 Jul 14:40
10.0.1
9d39eb2
Compare
Choose a tag to compare
  • Make toolchain and fetch tasks work when there is more than one present, and at least one is defined as a dict (#551)