Releases: mcuadros/ofelia
Releases · mcuadros/ofelia
v0.3.4
Issues fixed:
#136 - add datetime to the log entries 2021-02-03T20:38:00.602Z scheduler.go:34 ▶ NOTICE New job registered...
#141 - fix issue, when logs were not fetched if job-run
failed
v0.3.3
Fixes:
- #135 -
false
in config was ignored for some parameters
- #130 - High memory consumption / memory leak fix by removing storing of jobs history
- #132 - set "since" parameter for container logs
- #128 - stdout/stderr can be either sent via mail or stored as file
v0.3.2
Improvements for fetching private images and custom registries:
- Support more types of image names #119
- try to fetch
auth
for default docker registry URLs 76fa41b
v0.3.1
- Add mounts support for the
job-run
#114
- Fix retrieving of logs for the
job-run
#115
- Update of the docker client and other dependencies #116
v0.2.1
- Fix email middleware, was triggering when is empty
v0.1.0
- New
job-run
, running commands in a new container, pulling the image if required
- The algo
job
section in config is now call job-exec
v0.0.4
- Global config section, having global middleware across all the jobs
- Slack middleware
- Proper global logging