Releases: deric/puppet-beegfs
Releases · deric/puppet-beegfs
v1.0.0
- BC
puppetlabs/stdlib
>= 9.0.0 is required due to usage ofstdlib::ensure_package
function puppetlabs/apt
>= 9.0.0 needs this patch to work with ruby 3.0- Fix incorrected
puppetlabs/concat
dependency requirement - at least4.1.0
is needed (removed deprecatedis_string()
) - Puppet 8 compatible
v0.8.2
v0.8.1
v0.8.0
v0.7.2
v0.7.1
v0.7.0
v0.6.0
v0.5.0
Breaking Changes
beegfs::storage_directory
expects an Array instead of just String- parameter
beegfs::major_version
renamed tobeegfs::release
beegfs::client::client_udp
renamed tobeegfs::client::client_udp_port
Changes
beegfs::release
can be defined only globally (not for each subclass likebeegfs::meta
,beegfs::storage
) - we're using shared repository major release can't be different- add Puppet types #14
- add BeeGFS 7 support with templates copied from a clean install (to expose all options) #14
- add support for setting up admon #14
- add Yum repo and RPM install #14
- Full changes to previous release