Skip to content

Commit

Permalink
chore: bump to 12.2.0 (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcristau authored Jan 15, 2025
1 parent 15ff22c commit 8197cf8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [12.2.0] - 2025-01-15

### Added

- fetch-content: support for downloading a single file and putting it in an archive

### Fixed

- use base repo for project name in github .taskcluster.yml template (#610)
- added False as option in from-deps set-name config (#621)
- fetch-content: use urlopen's context parameter instead of cafile (#618)
- run-task: update our copy of robustcheckout hg extension (#617)
- avoid computing expensive default values when the value is overridden anyways

### Changed

- hash the uncompressed contents of docker context tar (#626)

## [12.1.0] - 2024-11-21

### Added
Expand Down Expand Up @@ -40,7 +58,7 @@
### Fixed

- A couple more regressions with the Decision image
- Cleaned up temporary `uv` lockfile owend by root
- Cleaned up temporary `uv` lockfile owned by root
- Added another `--no-cache` flag to a `uv` command
- `run-task` now installs packages to user site dir when installing requirements with `uv`
- Fetch tasks using `static-url` will now properly rename non-archive files
Expand Down
2 changes: 1 addition & 1 deletion src/taskgraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

__version__ = "12.1.0"
__version__ = "12.2.0"

# Maximum number of dependencies a single task can have
# https://docs.taskcluster.net/docs/reference/platform/queue/api#createTask
Expand Down

0 comments on commit 8197cf8

Please sign in to comment.