Skip to content

Releases: PremoWeb/chadburn

v1.0.8

18 Mar 17:24
b7243f5
Compare
Choose a tag to compare

What's Changed

  • feat(cli): --disable-docker daemon command option by @AcidSailor in #47
  • Don't assume all config read errors are missing files, print error by @jinnatar in #51
  • Make job-local work with docker labels by @cbecker in #71

New Contributors

Full Changelog: v1.0.6...v1.0.8

Don't assume all config read errors are missing files

15 May 15:50
85db4be
Compare
Choose a tag to compare

A minor release to fix issue #18.

Thanks, @Artanicus for the PR!

Resolves issue #49 (Prevent deletion of jobs)

10 Nov 23:43
cff87dc
Compare
Choose a tag to compare

Once again, you contributors are awesome.

New feature: Prometheus basic metrics support

09 Oct 14:46
ea4533d
Compare
Choose a tag to compare

This is a community-contributed feature, reviewed and lightly tested. Please report any issues you find.

(Tag bump)

Added support for Microsoft Teams using webhooks

20 Jun 20:41
Compare
Choose a tag to compare

Thank you, @RomanosTrechlis for your contribution.

Ofelia seems mostly unmaintained, but I've gone ahead and added Teams support in Chadburn.

Original pull request made to Ofelia: mcuadros/ofelia#174

New config option to disable SSL verification for Mail middleware

19 Jun 13:52
1cb1278
Compare
Choose a tag to compare

A new configuration option:

Ignore certificate checks on SMTP host for the mail middleware function. See README.md for config options.

Thanks @rgomez-eng for your contribution!

New config option to skip SSL verification for outgoing SMTP handshake.

18 Jun 15:34
Compare
Choose a tag to compare

Adds preliminary support to disable SSL verification on outgoing SMTP handshake. See: https://pkg.go.dev/gopkg.in/gomail.v2#readme-x509-certificate-signed-by-unknown-authority

Patch provided based on reference material provided by 3rd party library and untested. Please refer to issue #22 for the status regarding whether or not this fix solve the problem.

Config option InsecureSkipVerify is boolean set to true or false.

Re-release of working discovery of changed labels.

01 Jan 17:34
a2f67f2
Compare
Choose a tag to compare

No restart of the Chadburn scheduler is required as this version supports the live discovery of changes to the labels applied to docker containers.

The previous version, v1.0.0 used code pulled from Ofelia as of the end of 2021 but those changes broke this functionality. This version bump reverts back to a time where this functionality works but halts my ability to try and pull in changes seen in the Ofelia project to how drastically different the codebase has become.

A rewrite of Chadburn is underway, with the discussion found here: #12