Merge "Add release notes for recent changes"

This commit is contained in:
Jenkins 2016-07-07 21:26:59 +00:00 committed by Gerrit Code Review
commit 39c0d279c9
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
upgrade:
- puppet-designate no longer maintains a configuration directory (and it's
contents) in /var/lib/designate/bind9
deprecations:
- The class designate::dns has been deprecated. It took care of setting up
the /var/lib/designate/bind9 directory and the zones.config file which are
no longer managed by puppet-designate. Use designate::backend::bind9
instead.

View File

@ -0,0 +1,4 @@
---
fixes:
- the min_ttl parameter from designate::central now defaults to designate's
default.

View File

@ -0,0 +1,9 @@
---
prelude: >
puppet-designate now supports installation with RDO packaging and testing
coverage has been largely improved for both RDO and Ubuntu Cloud Archive.
fixes:
- puppet-designate now supports installation with RDO packaging
- puppet-designate is now tested against RDO packaging and coverage has been
improved in general
- puppet-designate was made idempotent and is now tested for idempotency

View File

@ -0,0 +1,9 @@
---
prelude: >
puppet-designate no longer manages the designate group and user as well as
the folders /etc/designate and /var/lib/designate. These are expected to be
provided by RDO and Ubuntu Cloud Archive packaging.
fixes:
- puppet-designate no longer manages the 'designate' group and user
- puppet-designate no longer manages the /etc/designate and
/var/lib/designate folders