Skip to content

Releases: mcuadros/ofelia

v0.3.4

03 Feb 20:41
Compare
Choose a tag to compare

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

02 Dec 18:05
Compare
Choose a tag to compare

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

09 Oct 19:43
Compare
Choose a tag to compare

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

20 Sep 11:27
Compare
Choose a tag to compare
  • 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.3.0

24 May 03:49
4e565f8
Compare
Choose a tag to compare

Commits included: v0.2.2...v0.3.0

v0.2.2

19 Dec 21:22
Compare
Choose a tag to compare

Go 1.7

v0.2.1

01 Jan 11:12
Compare
Choose a tag to compare
  • Fix email middleware, was triggering when is empty

v0.2.0

27 Dec 19:47
Compare
Choose a tag to compare
  • Local jobs

v0.1.0

23 Dec 02:18
Compare
Choose a tag to compare
  • 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

07 Oct 13:12
Compare
Choose a tag to compare
  • Global config section, having global middleware across all the jobs
  • Slack middleware
  • Proper global logging