Skip to content

Tags: simp/pupmod-simp-simplib

Tags

4.14.0

Release of 4.14.0

* Mon Dec 30 2024 Steven Pritchard <[email protected]> - 4.14.0
  - Fix use of legacy facts (#301)

4.13.0

Release of 4.13.0

* Mon Dec 23 2024 Steven Pritchard <[email protected]> - 4.13.0
  - Refactor and cleanup for rubocop

4.12.3

Release of 4.12.3

* Fri Dec 13 2024 Steven Pritchard <[email protected]> - 4.12.3
  - Fix `ipa` fact (#296)

4.12.2

Release of 4.12.2

* Fri Jan 19 2024 ben <[email protected]> - 4.12.2
  - Fix simplib__crypto_policy_state fact to include custom policies

4.12.1

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

4.12.0

Release of 4.12.0

* Mon Aug 28 2023 Steven Pritchard <[email protected]> - 4.12.0
  - Fixed
    - Ruby 3 support
    - puppetlabs-stdlib 9 support
    - Updated gem dependencies

4.11.0

Release of 4.11.0

  - Add RockyLinux 8 support

4.10.4

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

4.10.3

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

4.10.2

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`.