70 lines
1.8 KiB
Markdown
70 lines
1.8 KiB
Markdown
# 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.4](https://git.huizinga.dev/infra/crete/compare/v0.1.3...v0.1.4) - 2026-08-27
|
|
|
|
### <!-- 5 -->Miscellaneous Tasks
|
|
|
|
- Migrate to rust audit fork
|
|
|
|
## [0.1.3](https://git.huizinga.dev/infra/crete/compare/v0.1.2...v0.1.3) - 2026-04-21
|
|
|
|
### <!-- 0 -->Features
|
|
|
|
- Add function that applies netmask to ip
|
|
|
|
### <!-- 3 -->Refactor
|
|
|
|
- Use ViaDeserialize to convert ip address
|
|
|
|
## [0.1.2](https://git.huizinga.dev/infra/crete/compare/v0.1.1...v0.1.2) - 2026-04-17
|
|
|
|
### <!-- 0 -->Features
|
|
|
|
- Make dns optional
|
|
- Allow more than two dns entries
|
|
|
|
## [0.1.1](https://git.huizinga.dev/infra/crete/compare/v0.1.0...v0.1.1) - 2026-04-13
|
|
|
|
### <!-- 2 -->Bug Fixes
|
|
|
|
- No default value for advertise routes
|
|
|
|
## [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
|