Skip to content

Commit

Permalink
traefik: Update to version 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 7, 2025
1 parent 391a0a2 commit e25b216
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.3.0",
"version": "3.3.1",
"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.3.0/traefik_v3.3.0_windows_amd64.zip",
"hash": "09e638bcee80ee8d4307fc258a0624d35a4fbdb4c7f49ebb87b257aa6ba8a04a"
"url": "https://github.com/traefik/traefik/releases/download/v3.3.1/traefik_v3.3.1_windows_amd64.zip",
"hash": "6292c78de7fb49eddfe11f973097609777a7b868610eddd25b6526456ffbdeab"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v3.3.0/traefik_v3.3.0_windows_386.zip",
"hash": "3ac2d5f21f033934f266b3d23431b79039de0aea4d653ab7e2aff8ca5da878b9"
"url": "https://github.com/traefik/traefik/releases/download/v3.3.1/traefik_v3.3.1_windows_386.zip",
"hash": "1ec520b97d02427a3c14b81063561645d10781a81ebcac3b921f7e9125bfe226"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v3.3.0/traefik_v3.3.0_windows_arm64.zip",
"hash": "974b098af0daf0ffcd48fe729da2634f93c07b6bc9feba87be3c2e8db13d8921"
"url": "https://github.com/traefik/traefik/releases/download/v3.3.1/traefik_v3.3.1_windows_arm64.zip",
"hash": "c6f4a2c9d52320233e2274f6da2c998743baedbe385c78f48f4586eb1dfb671f"
}
},
"bin": "traefik.exe",
Expand Down

0 comments on commit e25b216

Please sign in to comment.