We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856c647 commit a059d6fCopy full SHA for a059d6f
tljh/traefik.py
@@ -29,13 +29,13 @@
29
plat = None
30
31
# Traefik releases: https://github.com/traefik/traefik/releases
32
-traefik_version = "2.10.1"
+traefik_version = "3.1.4"
33
34
# record sha256 hashes for supported platforms here
35
# checksums are published in the checksums.txt of each release
36
checksums = {
37
- "linux_amd64": "8d9bce0e6a5bf40b5399dbb1d5e3e5c57b9f9f04dd56a2dd57cb0713130bc824",
38
- "linux_arm64": "260a574105e44901f8c9c562055936d81fbd9c96a21daaa575502dc69bfe390a",
+ "linux_amd64": "eb7227b1b235195355904839c514a9ed6a0aecdcf5dab02ad48db21b05c5e700",
+ "linux_arm64": "e5d970a7f11267b70a8e308cb80f859bba4f420f24789f7393fdf3f4cd031631",
39
}
40
41
_tljh_path = Path(__file__).parent.resolve()
0 commit comments