From 1417ff4c1dda4414e11d47ba35774f24b3c4f35a Mon Sep 17 00:00:00 2001 From: Elizabeth Elwell Date: Wed, 28 Sep 2016 15:28:08 +0100 Subject: [PATCH] Added release notes for 2.1.0 release Also added release notes link to main developer documentation page. Change-Id: Ia554b08045f84f695fbb6e0c2a3781f5bcede203 --- doc/source/index.rst | 1 + .../notes/2.1.0-release-3391dfbcf087c883.yaml | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 releasenotes/notes/2.1.0-release-3391dfbcf087c883.yaml diff --git a/doc/source/index.rst b/doc/source/index.rst index b5e78c7a..c9c84bfd 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -31,3 +31,4 @@ Administrator's Guide Introduction to ironic Installing the ironic UI Contributing + Release notes diff --git a/releasenotes/notes/2.1.0-release-3391dfbcf087c883.yaml b/releasenotes/notes/2.1.0-release-3391dfbcf087c883.yaml new file mode 100644 index 00000000..94dce8be --- /dev/null +++ b/releasenotes/notes/2.1.0-release-3391dfbcf087c883.yaml @@ -0,0 +1,12 @@ +--- +prelude: > + This release adds support for editing nodes and + moving those nodes between enroll, manageable, available + and active states. It is now possible to enroll a node + without all required fields for moving to manageable state + being present due to the facility for editing the node once + it has been created. +features: + - Edit nodes after creation + - Move nodes between enroll, manageable, available and active states + - Ability to enroll a node without all required fields for other states