Skip to content

Releases: tubemogul/puppet-druid

Release 1.0.1

31 Jan 20:12
Compare
Choose a tag to compare

Fixed

  • The path to the archive module in the metadata.json was incorrect
  • The path in the .fixtures.yml was referencing an old path currently deprecated

Release 1.0.0

31 Jan 03:01
Compare
Choose a tag to compare

Added

  • Add extensions_dir to be compatible with Imply 1.2.x

Changed

  • Move the changelog to markdown and start using semver
  • Change classes druid::bart* classes to druid::pivot*
  • Default imply version changed from 1.1.0 to 1.2.1
  • Change name of pivot config file from pivot_config.yaml to config.yaml
  • Update the metadata.json to meet the correct requirements and supported OS

Dropped

  • Removed the CONTRIBUTORS file. You can get the contributors via the GitHub API
  • Removed the Gemfile.lock file as version-dependent

Fixed

  • Fix middleManager node
  • Fix variable contains an uppercase letter puppet-lint warnings which means
    renaming parameter druid::pivot::source_list_refresh_onLoad to
    druid::pivot::source_list_refresh_onload
  • Fixed typos in the metadata.json
  • Fixed some failing rspec tests with the latest puppet versions
  • Fixed some puppet warnings mainly class included by relative name
  • Code quality cleanup using rubocop
  • Documentation updates