This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
Releases: skroutz/mistry
Releases · skroutz/mistry
mistry 0.1.0
mistry 0.0.2
Added
- client: Output container stderr on non-zero exit code [#85]
- client: Add a
--timeout
option to specify maximum time to wait for a job [#81] - server: Introduced a configuration option to limit the number of concurrent builds [73c44ec]
- server: Add
--rebuild
option to rebuild the docker images of a selection of projects ignoring the image cache [#70] - client: Add
--rebuild
option to rebuild the docker image ignoring the image cache [#70] - client: Add
--clear-target
option to clear target path before fetching
artifacts [#63] - client: Build logs are now displayed when in verbose mode [#65]
- Asynchronous job scheduling [#61]
- Web view [#17]
Changed
- [BREAKING] server: failed image builds are now always visible as ready [#75]
- server: Job parameters are not logged, making the logs less verbose
- [BREAKING] Failed build results are no longer cached [#62]
- [BREAKING] client/server: Client and server binaries are renamed to "mistryd" and "mistry" respectively.
Also project is now go-gettable. [abbfb58] - client: default host is now 0.0.0.0
Fixed
mistry 0.0.1
First mistry release 🎉
It features:
- a server that builds jobs of Dockerized projects
- a CLI for interacting with the server (scheduling new jobs, fetching build artifacts)
- build result caching
- incremental building
plain
andbtrfs
filesystem adapters