From e4b4254d54fafad946a3603582b8e55f51ce2154 Mon Sep 17 00:00:00 2001 From: abhishekmadan30 Date: Tue, 17 Feb 2026 15:36:49 -0500 Subject: [PATCH] chore: bump version to 19.1.0 --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- uv.lock | 6 +++--- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d931536b5..cb2ad9659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [19.1.0] - 2026-02-17 + +### Added + +- Converted all remaining voluptuous schemas to msgspec + +### Fixed + +- Parent image name lookup in `build-image` now uses task ids +- Decision task environment now passes full ref names for chain-of-trust verification +- Exclude `__pycache__` directories when generating docker contexts + ## [19.0.0] - 2026-02-06 ### Added diff --git a/pyproject.toml b/pyproject.toml index 621aa6efe..db4d14751 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ ### Project [project] name = "taskcluster-taskgraph" -version = "19.0.0" +version = "19.1.0" description = "Build taskcluster taskgraphs" readme = "README.rst" authors = [ diff --git a/uv.lock b/uv.lock index 083d98729..17bd6ddd3 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 3 +revision = 2 requires-python = ">=3.9" resolution-markers = [ "python_full_version >= '3.12'", @@ -782,7 +782,7 @@ name = "exceptiongroup" version = "1.3.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions", marker = "python_full_version < '3.13'" }, + { name = "typing-extensions", marker = "python_full_version < '3.11'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/50/79/66800aadf48771f6b62f7eb014e352e5d06856655206165d775e675a02c9/exceptiongroup-1.3.1.tar.gz", hash = "sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219", size = 30371, upload-time = "2025-11-21T23:01:54.787Z" } wheels = [ @@ -2587,7 +2587,7 @@ wheels = [ [[package]] name = "taskcluster-taskgraph" -version = "19.0.0" +version = "19.1.0" source = { editable = "." } dependencies = [ { name = "appdirs" },