Skip to content

Commit

Permalink
Merge pull request #258 from consideRatio/pr/bump-traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk authored Sep 26, 2024
2 parents 8940966 + 5af1e47 commit 7bcfb5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ jobs:
# Test against old and new python, and traefik v2 and v3
- python: "3.8"
backend: file
traefik-version: "v2.11.2"
traefik-version: "v2.11.10"
- python: "3.12"
backend: file
traefik-version: "v3.0.0"
traefik-version: "v3.1.4"
- python: "3.x"
backend: file
traefik-version: "" # default value

# Test each backend that requires a python client against a modern
# version of python to ensure clients are compatible.
Expand Down
2 changes: 1 addition & 1 deletion jupyterhub_traefik_proxy/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def main():
dest="traefik_version",
# default version to install should be regularly updated, see
# https://github.com/traefik/traefik/releases
default="2.10.7",
default="3.1.4",
help=textwrap.dedent(
"""\
The version of traefik to download.
Expand Down

0 comments on commit 7bcfb5b

Please sign in to comment.