File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ the command line for details.
7
7
## 1.0.0 (prerelease)
8
8
9
9
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 ).
11
11
Traefik versions < 2.0 are no longer supported.
12
12
If you have custom traefik configuration,
13
13
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:
24
24
Replace ` traefik_toml ` with ` traefik_file ` in your configuration.
25
25
- ` python3 -m jupyterhub_traefik_proxy.install ` will now only install traefik, not any key-value-store providers.
26
26
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,
28
28
instead of a few preset versions.
29
29
30
30
Performance and responsiveness is also greatly improved.
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ def main():
146
146
parser .add_argument (
147
147
"--traefik-version" ,
148
148
dest = "traefik_version" ,
149
- default = "2.9.8 " ,
149
+ default = "2.10.1 " ,
150
150
help = textwrap .dedent (
151
151
"""\
152
152
The version of traefik to download.
You can’t perform that action at this time.
0 commit comments