From 8a957909f13b8bc508420ddf3ed3b15cd1eebefb Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sat, 4 Apr 2026 20:16:41 +0200 Subject: [PATCH] chore(crete): release v0.1.0 Signed-off-by: Dreaded_X --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..50f1854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,29 @@ # Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0](https://git.huizinga.dev/infra/crete/releases/tag/v0.1.0) - 2026-04-04 + +### Added + +- Generate talos configs +- Show error if no clusters are found in repo +- Initial rewrite of python render tool + +### Other + +- *(deps)* Update dependencies +- Disable building tests +- Disable request features to reduce binary size +- Setup workflows +- Publish to gitea registry +- Update pre commit config +- Use default linker +- Use latest nightly instead of specific version +- Big internal refactor +# Changelog