Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump default traefik version to install from 2.10.7 to 3.1.4 #258

Merged
merged 2 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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