From 8e5e02d29de960975f4d816ba941e748f3ddeb17 Mon Sep 17 00:00:00 2001 From: Release-plz Date: Tue, 7 Apr 2026 02:56:14 +0000 Subject: [PATCH] chore(release): Release v0.1.0 Signed-off-by: Release-plz --- .gitea/workflows/release-plz.yaml | 2 +- .pre-commit-config.yaml | 1 + CHANGELOG.md | 39 +++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release-plz.yaml b/.gitea/workflows/release-plz.yaml index fed7966..7f45d5b 100644 --- a/.gitea/workflows/release-plz.yaml +++ b/.gitea/workflows/release-plz.yaml @@ -36,7 +36,7 @@ jobs: - name: release-plz release env: CARGO_REGISTRIES_INFRA_TOKEN: "Bearer ${{ secrets.RELEASE_PLZ_TOKEN }}" - run: release-plz release --git-token "${{ secrets.RELEASE_PLZ_TOKEN }}" --forge gitea --dry-run + run: release-plz release --git-token "${{ secrets.RELEASE_PLZ_TOKEN }}" --forge gitea release-plz-pr: name: Release-plz PR diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3bea5b8..76295b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,6 +31,7 @@ repos: rev: "1.0.0" hooks: - id: mdformat + exclude: "^CHANGELOG.md$" - repo: local hooks: diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..5cc517b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,40 @@ # 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-07 + +### Features + +- _(package)_ Added PKGBUILD +- Set user agent +- _(performance)_ Disable request features to reduce binary size +- Generate talos configs +- Show error if no clusters are found in repo +- Initial rewrite of python render tool + +### Refactor + +- Big internal refactor + +### Testing + +- Disable building tests + +### Miscellaneous Tasks + +- _(actions)_ Publish Arch Linux package +- _(license)_ Add GPL license +- _(actions)_ Name steps +- _(actions)_ Renamed release-plz workflow file +- _(actions)_ Use committed to check pr commits +- _(actions)_ Cancel in-progress ci runs when pushing to pr +- _(docs)_ Added README +- _(actions)_ Setup workflows +- Publish to gitea registry +- _(pre-commit)_ Update pre commit config