Fix release date
This commit is contained in:
parent
6c3275b44a
commit
9a2516d858
2 changed files with 4 additions and 4 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
|
@ -3,14 +3,14 @@ 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.
|
||||||
* 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
|
||||||
|
|
||||||
-- Miguel Jacq <mig@mig5.net> Sat, 02 Jan 2026 09:56:00 +1100
|
-- Miguel Jacq <mig@mig5.net> Sat, 03 Jan 2026 09:56:00 +1100
|
||||||
|
|
||||||
enroll (0.2.1) unstable; urgency=medium
|
enroll (0.2.1) unstable; urgency=medium
|
||||||
|
|
||||||
* Don't accidentally add extra_paths role to usr_local_custom list, resulting in extra_paths appearing twice in manifested playbook
|
* Don't accidentally add extra_paths role to usr_local_custom list, resulting in extra_paths appearing twice in manifested playbook
|
||||||
* Ensure directories in the tree of anything included with --include are defined in the state and manifest so we make dirs before we try to create files
|
* Ensure directories in the tree of anything included with --include are defined in the state and manifest so we make dirs before we try to create files
|
||||||
|
|
||||||
-- Miguel Jacq <mig@mig5.net> Fri, 01 Jan 2026 21:30:00 +1100
|
-- Miguel Jacq <mig@mig5.net> Fri, 02 Jan 2026 21:30:00 +1100
|
||||||
|
|
||||||
enroll (0.2.0) unstable; urgency=medium
|
enroll (0.2.0) unstable; urgency=medium
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -43,10 +43,10 @@ Enroll a server's running state retrospectively into Ansible.
|
||||||
%{_bindir}/enroll
|
%{_bindir}/enroll
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Jan 02 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
|
||||||
* Fri Jan 01 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
* Fri Jan 02 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
||||||
- Don't accidentally add extra_paths role to usr_local_custom list, resulting in extra_paths appearing twice in manifested playbook
|
- Don't accidentally add extra_paths role to usr_local_custom list, resulting in extra_paths appearing twice in manifested playbook
|
||||||
- Ensure directories in the tree of anything included with --include are defined in the state and manifest so we make dirs before we try to create files
|
- Ensure directories in the tree of anything included with --include are defined in the state and manifest so we make dirs before we try to create files
|
||||||
* Mon Dec 29 2025 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
* Mon Dec 29 2025 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue