Releases: deric/puppet-mesos
Releases · deric/puppet-mesos
v1.1.0
- Add parameter
mesos::manage_repo
that would disable repository management (#93)
- Fix Ubuntu support (#89)
- Workaround for CentOS, RHEL (#87, #90)
- Basic acceptance tests
- Full diff
v1.0.2
- Fixed the
mesos_version
variable check, which fails if the puppet server has "strict_variables = true"
#91
- Adds notifier from credentials and acls files to services #92
- Mark Puppet 6 and new versions of
stdlib
and apt
as compatible
v1.0.0
Breaking Changes
- Dropped Puppet 3 support
- Use Mesosphere repo by default
v0.9.1
- Full diff
- Use https for package repositories (#88)
- Fixed insecure dev dependency (
nokogiri
)
v0.9.0
- Full diff
- New features:
- Allow passing after=, wants= parameters to systemd services #80
- Breaking Changes
force_provider
replaced with service_provider
- Agent's
work_dir
defaults to /var/lib/mesos
v0.8.4
- FIX: Install the package before managing the
$conf_dir
for slave #79 #72
- puppetlabs-apt compatibility (currently enforcing version < 3.0.0)
- full changelog
v0.8.2
- FIX: /etc/init.d scripts not found on installation #28
- FEATURE: allow passing custom APT configuration #77
- systemd disabled on older systems #74
- removed code duplication #75
- expire yum cache #76
- full changelog
v0.8.1
- Removing configuration file should cause service reload #73
- Refactor mesos::property and its spec #68
- Undef property specs failing with new rspec #70
- full changelog