vieter/CHANGELOG.md

56 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

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-04-09 22:41:38 +02:00
## [0.2.0](https://git.rustybever.be/Chewing_Bever/vieter/src/tag/0.2.0)
### Changed
2022-04-07 12:22:41 +02:00
* Better config system
* Support for both a config file & environment variables
* Each env var can now be provided from a file by appending it with `_FILE`
& passing the path to the file as value
2022-04-01 21:33:55 +02:00
* Revamped web framework
* All routes now return proper JSON where applicable & the correct status
codes
2022-04-09 22:41:38 +02:00
### Added
* Very basic build system
* Build is triggered by separate cron container
* Packages build on cron container's system
2022-03-27 18:22:30 +02:00
* A HEAD request is used to determine whether a package should be rebuilt
or not
* Hardcoded planning of builds
* Builds are sequential
* API for managing Git repositories to build
* CLI to list, add & remove Git repos to build
* Published packages on my Vieter instance
2022-03-27 18:22:30 +02:00
* Support for multiple repositories
* Support for multiple architectures per repository
2022-04-09 22:41:38 +02:00
### Fixed
* Each package can now only have one version in the repository at once
(required by Pacman)
2022-03-27 18:22:30 +02:00
* Packages with unknown fields in .PKGINFO are now allowed
2022-04-09 21:17:22 +02:00
* Old packages are now properly removed
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