From ab1a9307054db6a691897018b34eee172dc41f1b Mon Sep 17 00:00:00 2001 From: Mikhail Vasin Date: Tue, 5 Dec 2017 04:30:02 +0300 Subject: [PATCH 1/2] Emphasize the necessity of enabling file backend --- docs/configuration/backends/file.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration/backends/file.md b/docs/configuration/backends/file.md index 16f83d528..41e39d8b5 100644 --- a/docs/configuration/backends/file.md +++ b/docs/configuration/backends/file.md @@ -8,6 +8,8 @@ You have three choices: - [Rules in a Separate File](/configuration/backends/file/#rules-in-a-separate-file) - [Multiple `.toml` Files](/configuration/backends/file/#multiple-toml-files) +To enable the file backend, you must either pass the `--file` option to the Træfik binary or put the `[file]` section (with or without inner settings) in the configuration file. + ## Simple Add your configuration at the end of the global configuration file `traefik.toml`: From cda09c843a11f53a07e3f7b8a5fb0b0c6f4c93f8 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 6 Dec 2017 10:44:03 +0100 Subject: [PATCH 2/2] Prepare release v1.4.5 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f421e2a7c..43a549f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [v1.4.5](https://github.com/containous/traefik/tree/v1.4.5) (2017-12-05) +[All Commits](https://github.com/containous/traefik/compare/v1.4.4...v1.4.5) + +**Bug fixes:** +- **[docker]** Fix empty ip when container is stopped ([#2478](https://github.com/containous/traefik/pull/2478) by [mmatur](https://github.com/mmatur)) +- **[k8s]** Fix kubernetes path prefix rule with rewrite-target ([#2461](https://github.com/containous/traefik/pull/2461) by [cheungpat](https://github.com/cheungpat)) + +**Documentation:** +- **[file]** Emphasize the necessity of enabling file backend ([#2483](https://github.com/containous/traefik/pull/2483) by [mvasin](https://github.com/mvasin)) +- Add link to future 1.5 documentation. ([#2477](https://github.com/containous/traefik/pull/2477) by [ldez](https://github.com/ldez)) + ## [v1.4.4](https://github.com/containous/traefik/tree/v1.4.4) (2017-11-21) [All Commits](https://github.com/containous/traefik/compare/v1.4.3...v1.4.4)