Skip to content

Commit 6ec960e

Browse files
committed
chore: version bump 12.0.0
1 parent a39ae14 commit 6ec960e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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

src/taskgraph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

0 commit comments

Comments
 (0)