Skip to content

Release 1.0.0

Compare
Choose a tag to compare
@aerostitch aerostitch released this 31 Jan 03:01
· 32 commits to master since this release

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