From 8bda23a1d8a0fc6e533157918c6c4579df075ea7 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 16 May 2016 11:08:18 +1000 Subject: [PATCH] Add 1.16.0 releasenotes Add some releasenotes for prior changes since 1.15.0 Change-Id: Ie2e6f7672df2076c2936ef4d0bbcc477abb0fa76 --- .../notes/1.16.0-updates-bad91fc0b36c1755.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 releasenotes/notes/1.16.0-updates-bad91fc0b36c1755.yaml diff --git a/releasenotes/notes/1.16.0-updates-bad91fc0b36c1755.yaml b/releasenotes/notes/1.16.0-updates-bad91fc0b36c1755.yaml new file mode 100644 index 000000000..4bd701ad5 --- /dev/null +++ b/releasenotes/notes/1.16.0-updates-bad91fc0b36c1755.yaml @@ -0,0 +1,17 @@ +--- +fixes: + + - The ``yum-minimal`` element now correctly strips locale-archive + files, but leaves en.US/en.US-UTF8 for compatibility with remote + access. Better failure detection has been added to avoid leaving + lock files behind if initial installs to the chroot fail. + + - The ``epel`` element was fixed to not incorrectly install EPEL6 on + Centos 7. EPEL is added as a requirement of ``centos-minimal`` + (previously, it was tacitly required but not expressed). + + - The ``dib-lint`` tool is now more verbose, has better + documentation and more correctly detects errors in JSON & YAML. + + - The ``ironic-agent`` element no longer removes the ``sudo`` + package in its cleanup phase.