0.2.3
All checks were successful
CI / test (push) Successful in 6m55s
Lint / test (push) Successful in 30s
Trivy / test (push) Successful in 23s

This commit is contained in:
Miguel Jacq 2026-01-04 21:05:49 +11:00
parent a2be708a31
commit 04234e296f
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
4 changed files with 14 additions and 2 deletions

View file

@ -1,3 +1,7 @@
# 0.2.3
* Introduce --ask-become-pass or -K to support password-required sudo on remote hosts, just like Ansible. It will also fall back to this prompt if a password is required but the arg wasn't passed in.
# 0.2.2
* Fix stat() of parent directory so that we set directory perms correct on --include paths.