2022-01-27 22:14:08 +01:00
|
|
|
# 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](https://git.rustybever.be/Chewing_Bever/vieter)
|
|
|
|
|
2022-02-21 17:18:14 +01:00
|
|
|
## Added
|
|
|
|
|
|
|
|
* Very basic build system
|
|
|
|
* Build is triggered by separate cron container
|
|
|
|
* Packages build on cron container's system
|
|
|
|
* Packages are always rebuilt, even if they haven't changed
|
|
|
|
* Hardcoded planning of builds
|
|
|
|
* Builds are sequential
|
2022-02-21 20:40:13 +01:00
|
|
|
* Better environment variable support
|
|
|
|
* Each env var can now be provided from a file by appending it with `_FILE`
|
|
|
|
& passing the path to the file as value
|
2022-02-21 22:58:05 +01:00
|
|
|
* API for managing Git repositories to build
|
2022-02-21 17:18:14 +01:00
|
|
|
|
|
|
|
## Fixed
|
|
|
|
|
|
|
|
* Each package can now only have one version in the repository at once
|
|
|
|
(required by Pacman)
|
|
|
|
|
2022-02-02 13:55:05 +01:00
|
|
|
## [0.1.0](https://git.rustybever.be/Chewing_Bever/vieter/src/tag/0.1.0)
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
2022-02-02 13:34:28 +01:00
|
|
|
* Improved logging
|
|
|
|
|
2022-02-01 00:17:56 +01:00
|
|
|
## [0.1.0-rc.1](https://git.rustybever.be/Chewing_Bever/vieter/src/tag/0.1.0-rc.1)
|
|
|
|
|
2022-01-27 22:14:08 +01:00
|
|
|
### Added
|
|
|
|
|
|
|
|
* Ability to publish packages
|
|
|
|
* Re-wrote repo-add in V
|