Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
12 changes: 1 addition & 11 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Loading