Releases: simp/pupmod-simp-simplib
Releases · simp/pupmod-simp-simplib
Release of 4.14.0
Release of 4.14.0
- Fix use of legacy facts (#301)
Release of 4.13.0
Release of 4.13.0
- Refactor and cleanup for rubocop
Release of 4.12.3
Release of 4.12.3
- Fix
ipa
fact (#296)
Release of 4.12.2
Release of 4.12.2
- Fix simplib__crypto_policy_state fact to include custom policies
Release of 4.12.1
Release of 4.12.1
- Update Gemfile
- Fix GHA release workflow
- Work around rspec-puppet 4 changes in spec_helper.rb
Release of 4.12.0
- Fixed
- Ruby 3 support
- puppetlabs-stdlib 9 support
- Updated gem dependencies
Release of 4.11.0
- Add RockyLinux 8 support
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
- If the user/group Puppet's settings doesn't exist on the OS,
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 ofklist
, to properly detect cache issuesThis causes
klist
to return1
when the credentials cache cannot be read
or is expired, thereby triggeringkinit
.