Skip to content

Latest commit

 

History

History
85 lines (52 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

85 lines (52 loc) · 2.36 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.

2.2.0 2024-06-01

Added

  • Environement variable VERSION to set Træfik version
  • CLI option to enable the Prometheus metrics

Changed

  • Upgrade to Træfik v2.11.
  • Rename the docker-volumes file to volumes

2.1.0 2023-08-23

Changed

  • Upgrade to Træfik v2.10.
  • Rename the docker-compose.yml file to compose.yaml

2.0.0 2022-07-15

Added

  • Add a default middleware to:
    • Force Strict-Transport-Security,
    • Force X-XSS-Protection,
    • Force X-Content-Type-Options: nosniff.
  • Add Dependabot in CI.

Changed

  • Upgrade to Træfik v2.8.
  • Set minimum version of TLS to v1.2.
  • Move acme.json to a named volume.

1.3.0 2021-03-05

Added

  • Enable HTTPs compression.

1.2.0 2021-03-04

Added

  • Add ACME_EMAILand DOCKER_DOMAIN environment variables.
  • Add Github Actions for check.

Fixed

  • Fix Traefik option syntax.

Security

  • Improved HTTPs security.

1.1.0 2018-11-23

Changed

1.0.0 2018-04-10

Added