puppet-tempest/CHANGELOG.md
Colleen Murphy ee558f07c6 Split release notes into a CHANGELOG.md file
This patch splits out release notes into a separate dedicated file for
consistency with the puppetlabs puppet modules. Additionally, this
patch improves the release notes by:

- Fixing the tense to be consistent with commit message standards ("Add
  new feature" instead of "Added new feature" or "Adds new feature")
- Breaking up changes into categories to make it easier for operators
  to know what happened in the change: backwards-incompatible changes,
  features, bugfixes, and maintenance commits
- Linewrapping to 80 chars
- Adding release dates, formatted according to ISO-8601

Change-Id: I04b01bcba30b83a14aed90f09e47dd2b59992f81
2015-06-26 18:14:52 -07:00

29 lines
597 B
Markdown

##2015-06-17 - 5.1.0
###Summary
This is a feature and maintenance release in the Juno series.
####Features
- Allow to not manage Tempest code in Puppet
- Allow to activate Ceilometer tests
####Maintenance
- spec: pin rspec-puppet to 1.0.1
- Update .gitreview file for project rename
##2014-11-22 - 5.0.0
###Summary
Stable Juno release.
####Features
- Add ability to hide secrets from puppet logs
####Bugfixes
- Removed orphaned os_concat function
####Maintenance
- Pin vcsrepo dependency to 2.x
- Bump stdlib dependency to 4.x
- Remove dependencies on mysql and postgresql devel libraries