From e9d13a80c5a13d41e62cec5726a7e6f78f6b4079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Thu, 21 Sep 2023 15:45:36 +0200 Subject: [PATCH] NEWS: Update for 4.14 stabilization Fixes: https://github.com/coreos/butane/issues/488 --- docs/release-notes.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index ebbd52e4..a97bf735 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -18,9 +18,12 @@ key](https://getfedora.org/security/). - Add `-c`/`--check` option to check config without producing output - Warn if config attempts to reuse partition by label _(fcos 1.6.0-exp, - openshift 4.14.0-exp)_ + openshift 4.14.0)_ - Require `storage.filesystems.path` to start with `/etc` or `/var` if - `with_mount_unit` is true _(fcos 1.6.0-exp, openshift 4.14.0-exp)_ + `with_mount_unit` is true _(fcos 1.6.0-exp, openshift 4.14.0)_ +- Stabilize OpenShift spec 4.14.0, targeting Ignition spec 3.4.0 +- Add OpenShift spec 4.15.0-experimental, targeting Ignition spec + 3.5.0-experimental ### Bug fixes @@ -30,6 +33,7 @@ key](https://getfedora.org/security/). ### Misc. changes - Add error structs for YAML unmarshal errors, unknown config versions (Go API) +- Roll back to Ignition spec 3.4.0 _(openshift 4.14.0)_ ### Docs changes