From feda95153e3834ed98acd2a6147475be5cc50da6 Mon Sep 17 00:00:00 2001 From: Steven Presti Date: Tue, 14 Jul 2026 14:57:37 -0400 Subject: [PATCH 1/2] README: update for repository archival Update README to indicate this repository has been archived and Butane has been merged into the Ignition repository. Links to docs are updated to point to the new location under butane/ in the Ignition repo. --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1291acf4..75e471b1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,21 @@ # Butane +## This repository has been archived + +Butane has been merged into the [Ignition](https://github.com/coreos/ignition) repository. All future development, issues, and pull requests should be directed there. + +The Butane source code now lives under the [`butane/`](https://github.com/coreos/ignition/tree/main/butane) subdirectory of the Ignition repository. Starting with Ignition 2.27.0, Ignition natively accepts Butane YAML configs at boot, and the `butane` CLI is built from the Ignition source tree. + +For more information, see [coreos/fedora-coreos-tracker#2006](https://github.com/coreos/fedora-coreos-tracker/issues/2006). + +--- + +## About Butane + Butane (formerly the Fedora CoreOS Config Transpiler, FCCT) translates human readable Butane Configs into machine readable [Ignition](https://github.com/coreos/ignition) Configs. See the [getting -started](docs/getting-started.md) guide for how to use Butane and the [configuration -specifications](docs/specs.md) for everything Butane configs support. +started](https://github.com/coreos/ignition/tree/main/butane/docs/getting-started.md) guide for how to use Butane and the [configuration +specifications](https://github.com/coreos/ignition/tree/main/butane/docs/specs.md) for everything Butane configs support. For information on developing Butane, using it as a library, or understanding how the binaries released -in this repository are built, see the [development docs](docs/development.md). +are built, see the [development docs](https://github.com/coreos/ignition/tree/main/butane/docs/development.md). From 277c43ae643ef5480585a49628d108708133cd36 Mon Sep 17 00:00:00 2001 From: Steven Presti Date: Tue, 14 Jul 2026 15:07:49 -0400 Subject: [PATCH 2/2] docs: mark 0.29.0 as last standalone release Remove the upcoming 0.30.0 section and add a note that Butane has been merged into the Ignition repository. --- docs/release-notes.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index c60a5a56..a282b5b4 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,17 +4,7 @@ nav_order: 9 # Release notes -## Upcoming Butane 0.30.0 (unreleased) - -### Breaking changes - -### Features - -### Bug fixes - -### Misc. changes - -### Docs changes +Butane 0.29.0 is the last release from this standalone repository. Butane has been merged into the [Ignition](https://github.com/coreos/ignition) repository, where all future releases will be made. ## Butane 0.29.0 (2026-06-30)