Pull Request Overview
- Opened on August 17, 2026
- Status Merged
- Commit count 3 with first commit August 17, 2026
Total Delta
Open Days
Test Delta
How long has this pull request spent in each phase of its lifecycle?
| Fraction of total time | Business days | Phase |
|---|---|---|
|
|
0.1 days | Authoring 3 commits before pull request opened for review |
|
|
0.3 days | Awaiting first review |
|
|
16.5 days | Revising work with 0 commits in response to 1 review that left 13 comments |
| Set up deploy tracking to begin tracking full PR start-to-deploy times | ||
Total time for pull request
16.9 business days
from first commit authored to merge
Deploy tracking has not been set up
Salt 3008
Upgrade sysutils/py-salt to version 3008.1. Crucially, this version works with Python-3.12; version 3006 does not. However, it isn't backwards compatible with 3006. Many modules have been deleted from the core Salt repository. Instead, we're supposed to move them to separate extension repositories. So this PR includes ports for two of those:
- sysutils/py-saltext.zfs: for ZFS states
- sysutils/py-saltext.freebsd: a brand new extension for FreeBSD-specific commands, like sysrc.
PR: 296290
Sponsored by: ConnectWise
The PR is in draft state for now because:
* I haven't tested the Salt master, only the minion
* sysutils/py-saltext.freebsd doesn't have working tests or CI yet.