Skip to content

Commit

Permalink
chore: version bump 11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal committed Sep 26, 2024
1 parent 8343e67 commit 18ce170
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [11.2.0] - 2024-09-26

### Added

- `taskgraph.config.GraphConfig` now implements a `get(<key>)` method (#577)
- Global tags for `project` and `trust-domain` are now applied to all tasks (#579)

### Fixed

- `run-task` script no longer attempts to chmod `/dev/kvm` if it already has the right permissions (#578)
- This fixes an issue when using a container with podman

## [11.1.0] - 2024-09-23

### Added
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__ = "11.1.0"
__version__ = "11.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 18ce170

Please sign in to comment.