summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Faulkner <jay@jvf.cc>2023-03-02 09:12:44 -0800
committerJay Faulkner <jay@jvf.cc>2023-03-06 16:27:30 +0000
commite8bff8f530315f858f4dc8bf56b0c0060de23486 (patch)
tree85753249e108851c68908c2e09acd6ee0fa8409a
parenta3f854392ad2bba860354647aacb0145b67995aa (diff)
downloadironic-e8bff8f530315f858f4dc8bf56b0c0060de23486.tar.gz
Add prelude for OpenStack 2023.1 Ironic release
We need a prelude. I added one. Change-Id: I48a7ca99439ce2ac3f954ec382971c1a4382ac58
-rw-r--r--releasenotes/notes/ironic-antelope-prelude-0b77964469f56b13.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/releasenotes/notes/ironic-antelope-prelude-0b77964469f56b13.yaml b/releasenotes/notes/ironic-antelope-prelude-0b77964469f56b13.yaml
new file mode 100644
index 000000000..98bf9c014
--- /dev/null
+++ b/releasenotes/notes/ironic-antelope-prelude-0b77964469f56b13.yaml
@@ -0,0 +1,14 @@
+---
+prelude: >
+ The Ironic team hereby announces the release of OpenStack 2023.1
+ (Ironic 23.4.0). This repesents the completion of a six month development
+ cycle, which primarily focused on internal and scaling improvements.
+ Those improvements included revamping the database layer to improve
+ performance and ensure compatability with new versions of SQLAlchemy,
+ enhancing the ironic-conductor service to export application metrics to
+ prometheus via the ironic-prometheus-exporter, and the addition of a
+ new API concept of node sharding to help with scaling of services that
+ make frequent API calls to Ironic.
+
+ The new Ironic release also comes with a slew of bugfixes for Ironic
+ services and hardware drivers. We sincerely hope you enjoy it!