0.2.3
This commit is contained in:
parent
a2be708a31
commit
04234e296f
4 changed files with 14 additions and 2 deletions
|
|
@ -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
|
# 0.2.2
|
||||||
|
|
||||||
* Fix stat() of parent directory so that we set directory perms correct on --include paths.
|
* Fix stat() of parent directory so that we set directory perms correct on --include paths.
|
||||||
|
|
|
||||||
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
||||||
|
enroll (0.2.3) unstable; urgency=medium
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
|
-- Miguel Jacq <mig@mig5.net> Sun, 04 Jan 2026 20:38:00 +1100
|
||||||
|
|
||||||
enroll (0.2.2) unstable; urgency=medium
|
enroll (0.2.2) unstable; urgency=medium
|
||||||
|
|
||||||
* Fix stat() of parent directory so that we set directory perms correct on --include paths.
|
* Fix stat() of parent directory so that we set directory perms correct on --include paths.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "enroll"
|
name = "enroll"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
description = "Enroll a server's running state retrospectively into Ansible"
|
description = "Enroll a server's running state retrospectively into Ansible"
|
||||||
authors = ["Miguel Jacq <mig@mig5.net>"]
|
authors = ["Miguel Jacq <mig@mig5.net>"]
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
%global upstream_version 0.2.2
|
%global upstream_version 0.2.3
|
||||||
|
|
||||||
Name: enroll
|
Name: enroll
|
||||||
Version: %{upstream_version}
|
Version: %{upstream_version}
|
||||||
|
|
@ -43,6 +43,8 @@ Enroll a server's running state retrospectively into Ansible.
|
||||||
%{_bindir}/enroll
|
%{_bindir}/enroll
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 04 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
||||||
|
- 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.
|
||||||
* Sat Jan 03 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
* Sat Jan 03 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
||||||
- Fix stat() of parent directory so that we set directory perms correct on --include paths.
|
- Fix stat() of parent directory so that we set directory perms correct on --include paths.
|
||||||
- Set pty for remote calls when sudo is required, to help systems with limits on sudo without pty
|
- Set pty for remote calls when sudo is required, to help systems with limits on sudo without pty
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue