From 4b1d922f8a9f0b740543e132dc0959bf812270ac Mon Sep 17 00:00:00 2001 From: Steven Presti Date: Thu, 23 Jun 2022 16:33:56 -0400 Subject: [PATCH] update release-notes for new version --- docs/release-notes.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index d5081aa2..b36acc24 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,6 +4,47 @@ nav_order: 9 # Release notes +## Butane 0.15.0 (2022-06-23) + +### Breaking changes + +- Return selected `compression` field value from `MakeDataURL()` _(Go API)_ + +### Features + +- Add Flatcar support 1.0.0 and 1.1.0-exp, targeting Ignition spec 3.3.0 and + 3.4.0-exp respectively +- Stabilize OpenShift spec 4.11.0, targeting Ignition spec 3.2.0 +- Add OpenShift spec 4.12.0-experimental, targeting Ignition spec + 3.4.0-experimental +- Add arm64 support to container +- Add GRUB password support _(fcos 1.5.0-exp, openshift 4.12.0-exp)_ +- Add `TranslationSet` `AddFromCommonObject()` and `Map()` methods _(Go API)_ + +### Bug fixes + +- Fix `build` script on Windows +- Fix local file inclusion on Windows +- Fix `compression` inheritance issues for `MakeDataURL()` _(Go API)_ + +### Misc. changes + +- Derive container from Fedora image to support use in multi-stage builds +- Fail if setuid/setgid/sticky mode bits specified _(openshift 4.10.0+)_ +- Update to Ignition 2.14.0 +- Roll back to Ignition spec 3.2.0 _(openshift 4.11.0)_ + +### Docs changes + +- examples: Use containerized mkpasswd +- Document support status of setuid/setgid/sticky mode bits in each spec +- Support `arn` URL scheme _(fcos 1.5.0-exp, openshift 4.12.0-exp)_ +- Document support for `gs` URLs _(openshift 4.8.0+)_ +- Document support for `compression` field _(openshift 4.8.0 - 4.9.0)_ +- Convert NEWS to Markdown and move to docs site +- Correctly document supported URL schemes _(openshift 4.10.0)_ + + ## Butane 0.14.0 (2022-01-27) ### Breaking changes