Skip to content

Releases: taskcluster/taskgraph

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 <julien+github@cristau.org>

---------

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

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)

10.0.0

22 Jul 13:20
10.0.0
4792cf5
Compare
Choose a tag to compare
- BREAKING CHANGE: Bug 1796139 - Pull in fetch-content changes from m…