You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release of 4.12.1
* Thu Oct 12 2023 Steven Pritchard <[email protected]> - 4.12.1
- Update Gemfile
- Fix GHA release workflow
- Work around rspec-puppet 4 changes in spec_helper.rb
Release of 4.10.4
- Fixed
- If the user/group Puppet's settings doesn't exist on the OS,
passgen's file ownership falls back to the owner of the compiler's process
Release of 4.10.3
Fixed:
- Allow `assert_optional_dependency` to handle extended version strings
(Alpha, Beta, RC, 1.2.3.4, etc...)
- Permit root user to run `puppet lookup --compile` without breaking
passgen
Release of 4.10.2
Fixed:
- Call `klist -s` instead of `klist`, to properly detect cache issues
This causes `klist` to return `1` when the credentials cache cannot be read
or is expired, thereby triggering `kinit`.