Releases: PremoWeb/chadburn
v1.0.8
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
- @AcidSailor made their first contribution in #47
- @cbecker made their first contribution in #71
Full Changelog: v1.0.6...v1.0.8
Don't assume all config read errors are missing files
A minor release to fix issue #18.
Thanks, @Artanicus for the PR!
Resolves issue #49 (Prevent deletion of jobs)
Once again, you contributors are awesome.
New feature: Prometheus basic metrics support
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
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
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.
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.
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