diff --git a/CHANGELOG.md b/CHANGELOG.md index fbba689c0..8defd4473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [14.6.0] - 2025-08-05 + +### Added + +- `--no-verify` command line flag to disable verifications + +### Fixed + +- docker-image transforms work with a non-standard `--root` +- accessing `GraphConfig.vcs_root` no longer raises with a non-standard `--root` +- container permission issue when running `taskgraph load-task` +- properly quoted command in `taskgraph load-task` + ## [14.5.0] - 2025-06-22 ### Added diff --git a/pyproject.toml b/pyproject.toml index bd440d808..665c1c9d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ ### Project [project] name = "taskcluster-taskgraph" -version = "14.5.0" +version = "14.6.0" description = "Build taskcluster taskgraphs" readme = "README.rst" authors = [ diff --git a/uv.lock b/uv.lock index 6b3b447f3..7365fd3be 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.8" resolution-markers = [ "python_full_version >= '3.11'", @@ -2010,7 +2010,7 @@ wheels = [ [[package]] name = "taskcluster-taskgraph" -version = "14.5.0" +version = "14.6.0" source = { editable = "." } dependencies = [ { name = "appdirs" },