Releases: simp/pupmod-simp-simplib
Releases · simp/pupmod-simp-simplib
Release of 6.0.0
Release of 6.0.0
- Switch
requirementsfrompuppettoopenvox(>= 8 < 9) - Point
issues_urlat GitHub Issues - Curate
operatingsystem_supportto the tested platforms with explicit
versions: the Enterprise Linux 8/9/10 family (AlmaLinux, CentOS, OracleLinux,
RedHat, Rocky), dropping CentOS 8 and EL7 and adding EL10. This replaces the
previous broad, un-versioned list (inherited from puppetlabs-stdlib) that
advertised many untested operating systems. The pure-Puppet functions and
data types remain OS-agnostic and the facts are confined, so the module still
loads safely on other platforms; only the tested/supported matrix is narrowed. - Allow newer SIMP module dependencies (see metadata.json diff)
- Sync Gemfile with current puppetsync baseline (adds OpenVox to test gems)
- Drop Puppet 7 / Ruby 2.7 from GitHub Actions; use Ruby 3.2.11 with OpenVox 8 and 3.4.9 elsewhere
Release of 5.0.3
Release of 5.0.3
- Fix tmp_mount* facts raising "undefined method `[]' for nil:NilClass"
when simplib__mountpoints resolves to nil
Release of 5.0.2
Release of 5.0.2
- Additional cleanup for rubocop
Release of 5.0.1
Release of 5.0.1
- Fix for CVE-2016-2183 in FIPS mode (#334)
Release of 5.0.0
Release of 5.0.0
- Make the various
assertfunctions non-fatal by default
Release of 4.14.2
Release of 4.14.2
- Clean up for latest rubocop
Release of 4.14.1
Release of 4.14.1
- Update dependencies
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
ipafact (#296)