Skip to content

Latest commit

 

History

History
98 lines (62 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

98 lines (62 loc) · 2.79 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.

3.0.0 - 2025-01-06

Changed

  • Upgrade to Traefik v3.3
  • Use environment variables instead of CLI options
  • Convert TOML file to YAML
  • Remove unsecure Chipers:
    • TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
    • TLS_RSA_WITH_AES_256_GCM_SHA384
    • TLS_RSA_WITH_AES_256_CBC_SHA

2.2.0 - 2024-06-01

Added

  • Environment variable VERSION to set Traefik version
  • CLI option to enable the Prometheus metrics

Changed

  • Upgrade to Traefik v2.11.
  • Rename the docker-volumes file to volumes

2.1.0 - 2023-08-23

Changed

  • Upgrade to Traefik 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 Traefik 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