Skip to content

Commit

Permalink
traefik: Update to version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 6, 2025
1 parent 3e609ba commit f881c85
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.3",
"version": "3.3.0",
"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.3/traefik_v3.2.3_windows_amd64.zip",
"hash": "f984f29b2c2d4af3d39b026a4d9f650960187b6054cf79d1ae48be724cdfaafc"
"url": "https://github.com/traefik/traefik/releases/download/v3.3.0/traefik_v3.3.0_windows_amd64.zip",
"hash": "09e638bcee80ee8d4307fc258a0624d35a4fbdb4c7f49ebb87b257aa6ba8a04a"
},
"32bit": {
"url": "https://github.com/traefik/traefik/releases/download/v3.2.3/traefik_v3.2.3_windows_386.zip",
"hash": "c0797563ac8cb9f76048dd35d409ce3762929bf97cce0ef2c6382610f04aaea0"
"url": "https://github.com/traefik/traefik/releases/download/v3.3.0/traefik_v3.3.0_windows_386.zip",
"hash": "3ac2d5f21f033934f266b3d23431b79039de0aea4d653ab7e2aff8ca5da878b9"
},
"arm64": {
"url": "https://github.com/traefik/traefik/releases/download/v3.2.3/traefik_v3.2.3_windows_arm64.zip",
"hash": "5235e22a770334fbd9e939b719ecfce0e4bd7687c36add7d17380b7f7411d578"
"url": "https://github.com/traefik/traefik/releases/download/v3.3.0/traefik_v3.3.0_windows_arm64.zip",
"hash": "974b098af0daf0ffcd48fe729da2634f93c07b6bc9feba87be3c2e8db13d8921"
}
},
"bin": "traefik.exe",
Expand Down

0 comments on commit f881c85

Please sign in to comment.