Releases: tubemogul/puppet-druid
Releases · tubemogul/puppet-druid
Release 1.0.1
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
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 todruid::pivot*
- Default imply version changed from 1.1.0 to 1.2.1
- Change name of pivot config file from
pivot_config.yaml
toconfig.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 parameterdruid::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