chore(release): v0.5.43 - #132
Merged
Merged
Conversation
Ships the 2026-09-02 audit remediation merged in d57daaf, plus the privacy scrub from #129/#130. Until this release none of it is anywhere but main: the broker on the fleet still runs 0.5.42, so `job list --project` still misses jobs whose spelling was folded at submit, `job projects set ../reload 5` still fires a config reload and then reports a write that never happened, and a project declared with `roots:` but no `priority:` still vanishes from the table with no log line. The operator-facing item in this release is the one that needs an action, not just an upgrade: the tracked `config/projects.yaml` is now pseudonymised, and the real roots and names live in a gitignored `config/projects.local.yaml` beside it. A deploy that does not carry that file over loses cwd-derived identity for those roots and silently prices them at `_default`. See docs/projects-yaml.md. Also worth knowing for anyone running more than one job per worker: the reparented-orphan sweep could kill a concurrently-starting job's child during another job's cleanup. Only reachable with `max_concurrent > 1`. Pure release commit: version bump plus the changelog roll, no source changes. The bump touches five files (pyproject.toml, server.json x3, CITATION.cff, uv.lock, CHANGELOG.md) and consumes seven changelog.d fragments. Gates on this tree: 1342 passed, 9 deselected, coverage 87.06% (floor 83). ruff check, ruff format and mypy clean. The quickstart dry-run passed all six steps against the built 0.5.43 wheel in a pristine python:3.11-slim container with zero JOBD_* variables set.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ships the 2026-09-02 audit remediation merged in d57daaf, plus the privacy
scrub from #129/#130. Until this release none of it is anywhere but main: the
broker on the fleet still runs 0.5.42, so
job list --projectstill missesjobs whose spelling was folded at submit,
job projects set ../reload 5stillfires a config reload and then reports a write that never happened, and a
project declared with
roots:but nopriority:still vanishes from thetable with no log line.
The operator-facing item in this release is the one that needs an action, not
just an upgrade: the tracked
config/projects.yamlis now pseudonymised, andthe real roots and names live in a gitignored
config/projects.local.yamlbeside it. A deploy that does not carry that file over loses cwd-derived
identity for those roots and silently prices them at
_default. Seedocs/projects-yaml.md.
Also worth knowing for anyone running more than one job per worker: the
reparented-orphan sweep could kill a concurrently-starting job's child during
another job's cleanup. Only reachable with
max_concurrent > 1.Pure release commit: version bump plus the changelog roll, no source changes.
The bump touches five files (pyproject.toml, server.json x3, CITATION.cff,
uv.lock, CHANGELOG.md) and consumes seven changelog.d fragments.
Gates on this tree: 1342 passed, 9 deselected, coverage 87.06% (floor 83).
ruff check, ruff format and mypy clean. The quickstart dry-run passed all six
steps against the built 0.5.43 wheel in a pristine python:3.11-slim container
with zero JOBD_* variables set.