Release-plz ced234a18a
CI / prek (push) Successful in 10m17s
CI / cargo shear (push) Successful in 12m5s
Release-plz / Release-plz PR (push) Successful in 12m32s
Release-plz / Release-plz Release (push) Failing after 2m56s
chore(release): Release v0.1.0
Signed-off-by: Release-plz <release-plz@noreply.huizinga.dev>
2026-04-07 03:12:01 +02:00
2026-04-05 05:27:52 +02:00
2026-04-05 04:15:27 +02:00
2026-04-06 21:39:59 +02:00
2026-04-05 04:15:27 +02:00
2026-04-05 05:54:21 +02:00
2026-04-06 21:40:41 +02:00
2026-04-07 03:12:01 +02:00
2026-04-06 21:40:41 +02:00
2026-04-06 21:40:42 +02:00

Crete

A tool that takes node and cluster configs and uses it to generate talos configs and render jinja templates.

Installation

Arch

First import the verification key:

wget https://git.huizinga.dev/api/packages/infra/arch/repository.key -O /tmp/repository.key
sudo pacman-key --add /tmp/repository.key
sudo pacman-key --lsign-key $(gpg --show-keys /tmp/repository.key | sed -n 2p)

And add the following to /etc/pacman.conf:

[infra]
SigLevel = Required
Server = https://git.huizinga.dev/api/packages/infra/arch/core/$arch

You can then install crete by running:

sudo pacman -Sy crete

Cargo install

Add the following to ~/.cargo.config.toml:

[registries.infra]
index = "sparse+https://git.huizinga.dev/api/packages/infra/cargo/"

You can then install crete by running:

cargo install --registry infra crete
S
Description
No description provided
Readme GPL-3.0 739 KiB
v0.1.3 Latest
2026-04-21 03:48:53 +00:00
Languages
Rust 96.1%
Shell 3.9%