chore(release): Release v0.1.0
Release-plz / Release-plz Release (push) Successful in 9m24s
Audit / cargo audit (push) Successful in 8m7s
Release-plz / Release-plz PR (push) Successful in 8m55s
CI / prek (push) Successful in 8m33s
Release / Arch Linux (push) Successful in 4m20s
CI / cargo shear (push) Successful in 2m50s
Release-plz / Release-plz Release (push) Successful in 9m24s
Audit / cargo audit (push) Successful in 8m7s
Release-plz / Release-plz PR (push) Successful in 8m55s
CI / prek (push) Successful in 8m33s
Release / Arch Linux (push) Successful in 4m20s
CI / cargo shear (push) Successful in 2m50s
Signed-off-by: Release-plz <release-plz@noreply.huizinga.dev>
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
|||||||
- name: release-plz release
|
- name: release-plz release
|
||||||
env:
|
env:
|
||||||
CARGO_REGISTRIES_INFRA_TOKEN: "Bearer ${{ secrets.RELEASE_PLZ_TOKEN }}"
|
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:
|
release-plz-pr:
|
||||||
name: Release-plz PR
|
name: Release-plz PR
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ repos:
|
|||||||
rev: "1.0.0"
|
rev: "1.0.0"
|
||||||
hooks:
|
hooks:
|
||||||
- id: mdformat
|
- id: mdformat
|
||||||
|
exclude: "^CHANGELOG.md$"
|
||||||
|
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
|
|||||||
@@ -1 +1,40 @@
|
|||||||
# Changelog
|
# 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
|
||||||
|
|
||||||
|
### <!-- 0 -->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
|
||||||
|
|
||||||
|
### <!-- 3 -->Refactor
|
||||||
|
|
||||||
|
- Big internal refactor
|
||||||
|
|
||||||
|
### <!-- 4 -->Testing
|
||||||
|
|
||||||
|
- Disable building tests
|
||||||
|
|
||||||
|
### <!-- 5 -->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
|
||||||
|
|||||||
Reference in New Issue
Block a user