CHANGELOG.md 1.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

2.1.0 - 2021-07-31

Added

  • configure number of retries before reporting "offline" state via environment variable RETRIES (default: 0)

2.0.0 - 2021-04-10

Added

  • support multiple recipients
  • image labels:
    • org.opencontainers.image.revision (git commit hash via build arg)
    • org.opencontainers.image.source (repo url)
    • org.opencontainers.image.title

Changed

  • replaced environment variable RECIPIENT_ADDRESS with MAIL_TO
  • insert recipients into To: header

Fixed

  • docker-compose: drop capabilities
  • Dockerfile: add registry to base image specifier for podman build

Removed

  • sample ansible playbook to avoid duplication of container settings in docker-compose.yml

1.0.0 - 2020-01-04