Skip to content

Commit a7abf47

Browse files
chore: version bump Taskgraph 23.0.0
1 parent 53aa1ca commit a7abf47

4 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## [23.0.0] - 2026-05-04
4+
5+
### Added
6+
7+
- Support for defining schemas as dicts (in addition to the class-based approach)
8+
- New `disabled_actions` graph configuration to prevent specific actions from being generated
9+
10+
### Changed
11+
12+
- BREAKING CHANGE: Converted parameter schema from voluptuous to msgspec
13+
14+
### Fixed
15+
16+
- `taskgraph full -J --tasks <regex>` now displays full dependencies instead of a filtered subset
17+
- `fetch-content` now percent-encodes artifact names, fixing downloads of artifacts containing spaces or other special characters
18+
319
## [22.0.0] - 2026-04-16
420

521
### Fixed

docs/reference/migrations.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Migration Guide
33

44
This page can help when migrating Taskgraph across major versions.
55

6+
22.x -> 23.x
7+
------------
8+
9+
* :func:`taskgraph.parameters.extend_parameters_schema` now requires a msgspec
10+
``Schema`` subclass instead of a voluptuous schema dict. Convert any custom
11+
parameter schemas to msgspec.
12+
613
21.x -> 22.x
714
------------
815

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Project
22
[project]
33
name = "taskcluster-taskgraph"
4-
version = "22.0.0"
4+
version = "23.0.0"
55
description = "Build taskcluster taskgraphs"
66
readme = "README.rst"
77
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)