From 04234e296f5bc7862fc31c3b03d816307ccbd73f Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Sun, 4 Jan 2026 21:05:49 +1100 Subject: [PATCH] 0.2.3 --- CHANGELOG.md | 4 ++++ debian/changelog | 6 ++++++ pyproject.toml | 2 +- rpm/enroll.spec | 4 +++- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0740cb4..d134011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/debian/changelog b/debian/changelog index c461964..4cd50f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 04 Jan 2026 20:38:00 +1100 + enroll (0.2.2) unstable; urgency=medium * Fix stat() of parent directory so that we set directory perms correct on --include paths. diff --git a/pyproject.toml b/pyproject.toml index 72dd732..685fe89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "enroll" -version = "0.2.2" +version = "0.2.3" description = "Enroll a server's running state retrospectively into Ansible" authors = ["Miguel Jacq "] license = "GPL-3.0-or-later" diff --git a/rpm/enroll.spec b/rpm/enroll.spec index 3ad0bf9..c3cadf6 100644 --- a/rpm/enroll.spec +++ b/rpm/enroll.spec @@ -1,4 +1,4 @@ -%global upstream_version 0.2.2 +%global upstream_version 0.2.3 Name: enroll Version: %{upstream_version} @@ -43,6 +43,8 @@ Enroll a server's running state retrospectively into Ansible. %{_bindir}/enroll %changelog +* Sun Jan 04 2026 Miguel Jacq - %{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 - %{version}-%{release} - 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