Skip to content

Commit 64e3198

Browse files
authored
Merge pull request #206 from minrk/traefik-2.10.1
update default bootstrapped traefik to 2.10.1
2 parents 86ed23b + b171ba8 commit 64e3198

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ the command line for details.
77
## 1.0.0 (prerelease)
88

99
1.0.0 is a big release for jupyterhub-traefik-proxy!
10-
It updates support for traefik to version 2.x (current: 2.9.8).
10+
It updates support for traefik to version 2.x (current default: 2.10.1).
1111
Traefik versions < 2.0 are no longer supported.
1212
If you have custom traefik configuration,
1313
make sure to checkout [traefik's v1 to v2 migration guide](https://doc.traefik.io/traefik/migration/v1-to-v2/),
@@ -24,7 +24,7 @@ Major changes:
2424
Replace `traefik_toml` with `traefik_file` in your configuration.
2525
- `python3 -m jupyterhub_traefik_proxy.install` will now only install traefik, not any key-value-store providers.
2626
You can follow your KV store's own installation instructions.
27-
- `python3 -m jupyterhub_traefik_proxy.install` now supports fetching any published traefik version on any architecture,
27+
- `python3 -m jupyterhub_traefik_proxy.install --traefik-version x.y.z` now supports fetching any published traefik version on any architecture,
2828
instead of a few preset versions.
2929

3030
Performance and responsiveness is also greatly improved.

jupyterhub_traefik_proxy/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def main():
146146
parser.add_argument(
147147
"--traefik-version",
148148
dest="traefik_version",
149-
default="2.9.8",
149+
default="2.10.1",
150150
help=textwrap.dedent(
151151
"""\
152152
The version of traefik to download.

0 commit comments

Comments
 (0)