Releases: Ericsson/puppet-module-arc
Releases · Ericsson/puppet-module-arc
v3.0.0
What's Changed
- Update functions for stdlib 9.x by @anders-larsson in #49
- Update README, generate CHANGELOG and REFERENCE by @anders-larsson in #50
- Add support for Ubuntu 2404 and update pdk 3.3.0 by @dsundq in #52
Full Changelog: v2.2.1...v3.0.0
v2.2.1
What's Changed
- Repository transferred to Ericsson org by @anders-larsson in #47
- Update to PDK v3.0.1 by @anders-larsson in #48
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Update to PDK v3.0.0 - Support Puppet 8 & stdlib 9 by @Phil-Friderici in #46
Full Changelog: v2.1.0...v2.2.0
v2.1.0
- Add support for ARC 2.5, RHEL 9 & Ubuntu 22
- Update to PDK 2.6.1
- Change/Fix GitHub actions
v2.0.0
- Update PDK to 2.5.0
- Move OS specifc data into hiera
- Add support for RedHat 8
- Use ensure_packages() to avoid conflicts
- Refactor unit tests to use rspec-puppet-facts
- Various small refactors
- Drop support for historical OS flavours of Ubuntu 12.04, SLED/SLES 10, RedHat 5
- Drop support for all 32bit OS flavours
- Drop support for Solaris, Scientific and OracleLinux
dependency fix
fixes the libXmu dependency of modulecmd. It also adds the possibility to specify multiple packages to be installed.
ACHTUNG:
$package_name is renamed to $packages to make clear that this can take multiple packages
add spec tests
Merge pull request #4 from Phil-Friderici/spec_tests add spec tests