Leon Sandøy
Leon Sandøy
Currently, we tag releases with full release version, e.g. `v3.1.2`. For people to be able to lock to a major or minor version of the Docker image, we should also...
Currently, we're creating a json file to store cooldown information, implemented in #83. This works very well for local setups, but it's not a good option for Kubernetes CronJobs because...
Send a notification via email through a specified set of SMTP credentials. The user must provide the SMTP credentials, we don't provide any kind of email sending service, we simply...
Currently, our notifiers only do a single thing - they notify when a job is done, and they do this at the end of the job. For some notifiers, this...
# 🩲 Brief Currently, we have only one rotation strategy available - retain `n` days of backups. We should implement support for _at least_ a few other common rotation strategies:...