Skip to content

Releases: Ericsson/puppet-module-arc

v3.0.0

03 Feb 10:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v3.0.0

v2.2.1

24 Jan 12:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

24 Jan 12:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

27 Jan 15:14
Compare
Choose a tag to compare
  • Add support for ARC 2.5, RHEL 9 & Ubuntu 22
  • Update to PDK 2.6.1
  • Change/Fix GitHub actions

v2.0.0

09 Aug 14:30
Compare
Choose a tag to compare
  • 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

08 Oct 06:46
Compare
Choose a tag to compare

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

18 Jun 13:16
Compare
Choose a tag to compare
Merge pull request #4 from Phil-Friderici/spec_tests

add spec tests