Skip to content

Latest commit

 

History

History
101 lines (78 loc) · 4.11 KB

CHANGELOG.md

File metadata and controls

101 lines (78 loc) · 4.11 KB

deric-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.3

v1.0.2

  • Full diff
  • 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.1

  • Full diff
  • Fixed passing custom repository configuration

v1.0.0

  • Full diff

  • Introduced Puppet 4 strong types

  • [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

v0.8.4

v0.8.3

  • incomplete release, fixed running tests on Ruby > 2.2.0

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

v0.8.0

  • [BC] single_role: by default node is either master xor slave #62
  • ZooKeeper servers are defined as an array (62ebc80498c35314af3b8ec56d2637c53d15ba8f) - old syntax is as well supported
  • support alternative pip providers #63
  • fix: restart service when /etc/default/mesos-master or /etc/default/mesos-slave changes #64
  • prefix credentials file with file:// #65
  • full changes diff

v0.7.1

  • Add ability to disable logging to syslog #60
  • Add mesos_version fact (312d441d163fe5115252a6e2034b4026d984521c)
  • test against Puppet 4
  • diff to previous version

v0.7.0

v0.6.5

  • Support ACLs #49 - Note: Mesos <0.26 reads secrets as base64 encoded byte array, Mesos >=0.26 reads secrets as plain strings
  • Fix running apt-get update #54
  • Add owner and group parameters to mesos::property #52
  • full patch version diff