Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1004 Bytes

CHANGELOG.md

File metadata and controls

34 lines (20 loc) · 1004 Bytes

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.

1.1.1 - 2024-11-10

Fixed

  • Change tag name pushed via GitHub Actions

    SemVer tags were pushed in numerical format (e.g.: 1.1.0) while the released compose file was using prefixed format (e.g.: v1.1.0).

1.1.0 - 2024-10-20

Added

  • Add customization for target container label

    Target container will be managed if the default 'healme' label or any custom label (configured via 'HMD_CONTAINER_LABEL' environment variable) is attached.

1.0.0 - 2024-10-06

Added

  • Add first implementation.