forked from vieter-v/vieter
chore: updated changelog
parent
0604de26c4
commit
af4c9e1d00
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -7,24 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased](https://git.rustybever.be/vieter-v/vieter/src/branch/dev)
|
## [Unreleased](https://git.rustybever.be/vieter-v/vieter/src/branch/dev)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* Allow specifying subdirectory inside Git repository
|
||||||
|
* Added option to deploy using agent-server architecture instead of cron daemon
|
||||||
|
* Allow scheduling builds on the server from the CLI tool instead of building
|
||||||
|
them locally
|
||||||
|
* Allow force-building packages, meaning the build won't check if the
|
||||||
|
repository is already up to date
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* Migrated codebase to V 0.3.2
|
* Migrated codebase to V 0.3.2
|
||||||
* Cron expression parser now uses bitfields instead of bool arrays
|
* Cron expression parser now uses bitfields instead of bool arrays
|
||||||
* Added option to deploy using agent-server architecture instead of cron daemon
|
|
||||||
* Allow force-building packages, meaning the build won't check if the
|
|
||||||
repository is already up to date
|
|
||||||
* Allow scheduling builds on the server from the CLI tool instead of building
|
|
||||||
them locally
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Arch value for target is now properly set if not provided
|
* Arch value for target is now properly set if not provided
|
||||||
* All API endpoints now return proper JSON on success
|
|
||||||
* CLI no longer exits with non-zero status code when removing/patching
|
|
||||||
target
|
|
||||||
* Allow NULL values for branch in database
|
* Allow NULL values for branch in database
|
||||||
* Endpoint for adding targets now returns the correct id
|
* Endpoint for adding targets now returns the correct id
|
||||||
|
* CLI now correctly errors and doesn't error when sending requests
|
||||||
|
* Fixed possible infinite loop when removing old build images
|
||||||
|
* Check whether build image still exists before starting build
|
||||||
|
* Don't run makepkg `prepare()` function twice
|
||||||
|
* Don't buffer stdout in Docker containers
|
||||||
|
|
||||||
## [0.4.0](https://git.rustybever.be/vieter-v/vieter/src/tag/0.4.0)
|
## [0.4.0](https://git.rustybever.be/vieter-v/vieter/src/tag/0.4.0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue