File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 12.0.0] - 2024-10-25
4+
5+ ### Added
6+
7+ - New ` matrix ` transforms added to allow easily splitting tasks
8+ - The ` -p/--parameters ` flag now supports ` index=<index> ` as a means of discovering parameters
9+
10+ ### Fixed
11+
12+ - BREAKING CHANGE: ` target_tasks_method ` filter no longer implicitly added if other filters are used
13+ - An OSError when generating docker contexts when many files were involved
14+ - A bug when attempting to find prior actions in Github action tasks
15+ - The ` when.files-changed ` optimization no longer implicitly adds unrelated ` tasks-from ` files
16+
17+ ### Changed
18+
19+ - BREAKING CHANGE: docker image task labels changed from ` build-docker-image ` to ` docker-image `
20+
321## [ 11.2.4] - 2024-10-16
422
523### Fixed
Original file line number Diff line number Diff line change 22# License, v. 2.0. If a copy of the MPL was not distributed with this
33# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44
5- __version__ = "11.2.4 "
5+ __version__ = "12.0.0 "
66
77# Maximum number of dependencies a single task can have
88# https://docs.taskcluster.net/docs/reference/platform/queue/api#createTask
You can’t perform that action at this time.
0 commit comments