summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorIury Gregory Melo Ferreira <iurygregory@gmail.com>2022-03-22 18:32:38 -0300
committerIury Gregory Melo Ferreira <iurygregory@gmail.com>2022-03-22 21:41:34 -0300
commitaefc623c9949e823140816e94b664c244e69ae24 (patch)
tree593fb20eb00ee556e5b1dbf851ccb53e1a148025 /releasenotes
parentf446be697badbc7ce28d294afb2ddc77e9906517 (diff)
downloadironic-aefc623c9949e823140816e94b664c244e69ae24.tar.gz
Prepare Yoga release with 20.1
This is a pre-release commit for the Yoga release following our docs [1] * No API additions during this cycle (no need to update doc/source/contributor/webapi-version-history.rst) * Add prelude releasenote * Fix highlight in one releasenote [1] https://docs.openstack.org/ironic/latest/contributor/releasing.html Change-Id: If26019c5abc0643051f4b11186d7eb819f9c407b
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/20.1-prelude-612672742f417477.yaml7
-rw-r--r--releasenotes/notes/anaconda-instance-info-fix-a51837d8ac7b41de.yaml8
2 files changed, 11 insertions, 4 deletions
diff --git a/releasenotes/notes/20.1-prelude-612672742f417477.yaml b/releasenotes/notes/20.1-prelude-612672742f417477.yaml
new file mode 100644
index 000000000..2ae47b4ff
--- /dev/null
+++ b/releasenotes/notes/20.1-prelude-612672742f417477.yaml
@@ -0,0 +1,7 @@
+---
+prelude: |
+ The Ironic community is pleased to announce the release of Ironic 20.1.
+
+ During the Yoga cycle, we were able to add improvements that will make
+ it easier to deploy and operate. Our community will be happy to assist
+ if you have any questions!
diff --git a/releasenotes/notes/anaconda-instance-info-fix-a51837d8ac7b41de.yaml b/releasenotes/notes/anaconda-instance-info-fix-a51837d8ac7b41de.yaml
index 314d3ae9c..31cdf2df3 100644
--- a/releasenotes/notes/anaconda-instance-info-fix-a51837d8ac7b41de.yaml
+++ b/releasenotes/notes/anaconda-instance-info-fix-a51837d8ac7b41de.yaml
@@ -2,8 +2,8 @@
fixes:
- |
The anaconda deploy interface was saving internal information in
- the node's instance_info, in the user-facing 'stage2' and
- 'ks_template' fields. This broke rebuilds using a different image
- with different stage2 or template specified in the image properties.
+ the node's ``instance_info``, in the user-facing ``stage2`` and
+ ``ks_template`` fields. This broke rebuilds using a different image
+ with different ``stage2`` or template specified in the image properties.
This has been fixed by saving the information in the node's
- driver_internal_info instead.
+ ``driver_internal_info`` instead.