Skip to content

Commit

Permalink
traefik: Update to version 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 10, 2024
1 parent 609b4e4 commit 78a8eb1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bucket/traefik.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"version": "3.2.1",
"version": "3.2.2",
"description": "HTTP reverse proxy and load balancer",
"homepage": "https://traefik.io/",
"license": "MIT",
"notes": "Run with a configuration file 'traefik -c <yourconfig.toml>' or 'traefik --help' for all options.",
"architecture": {
"64bit": {
"url": "https://github.com/traefik/traefik/releases/download/v3.2.1/traefik_v3.2.1_windows_amd64.zip",
"hash": "e0ba32b2fa816f562fbdbaad2ea8a5dd80f732ebe4fbc7b0f0e8de0b35965adf"
"url": "https://github.com/traefik/traefik/releases/download/v3.2.2/traefik_v3.2.2_windows_amd64.zip",
"hash": "483e9b67fef4eb9b830d53ecc65d6a94e4535dba0d585e860404ecb1b83c1d76"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v3.2.1/traefik_v3.2.1_windows_386.zip",
"hash": "df3d2f17da2439e0b287fcdec081fa3b0720b47d5b6d840ea383b0c957ce404f"
"url": "https://github.com/traefik/traefik/releases/download/v3.2.2/traefik_v3.2.2_windows_386.zip",
"hash": "150b992548e40d47c44f0293ae75d7a23232496d1408163aab07580ff3c0030e"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v3.2.1/traefik_v3.2.1_windows_arm64.zip",
"hash": "a31df2d0d19d32e8e1c9e262821db62ce14481054b1ee74a449e5526f10ec76c"
"url": "https://github.com/traefik/traefik/releases/download/v3.2.2/traefik_v3.2.2_windows_arm64.zip",
"hash": "15bab14d11291c2bd4d0adf29642c425bf01c73c7158117e96a8a53a98354144"
}
},
"bin": "traefik.exe",
Expand Down

0 comments on commit 78a8eb1

Please sign in to comment.