Skip to content

Commit f734c50

Browse files
committed
chore: release v0.3.3
Publish the report portability fix that removes the undeclared remote mktemp dependency. Document the portable shell approach and its unit, SSH, and packaged PEX regression coverage.
1 parent e48a795 commit f734c50

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

docs/releases/v0.3.3.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# v0.3.3
2+
3+
## Report portability
4+
5+
- Remove the undeclared remote `mktemp` dependency from read-only report
6+
collection.
7+
- Build the remote include list with POSIX shell positional parameters and
8+
stream the existing scopes directly through GNU tar.
9+
- Preserve valid empty remote snapshots without creating a temporary file on
10+
the managed host.
11+
12+
## Validation coverage
13+
14+
- Add a unit regression for the generated remote tar script.
15+
- Run the SSH report end to end with `mktemp` deliberately unavailable on the
16+
remote server.
17+
- Exercise that regression on GNU tar 1.34, GNU tar 1.35, and the packaged PEX
18+
path.
19+
20+
## Operational impact
21+
22+
- Hosts accepted by `doctor` no longer need an additional `mktemp` command to
23+
run a report.
24+
- The CLI, configuration schema, archive format, and report schema are
25+
unchanged.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ssh-archive-deploy"
7-
version = "0.3.2"
7+
version = "0.3.3"
88
description = "Generic SSH archive deployment CLI and GitHub Action"
99
readme = "README.md"
1010
requires-python = ">=3.12"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)