File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11## {{ UNRELEASED_VERSION }} - [ {{ UNRELEASED_DATE }}] ({{ UNRELEASED_LINK }})
22
3- * Upgraded to ` traefik ` 2.11 [ # 400 ] ( https://github.com/lando/core/pull/400 )
3+ * Upgraded to ` traefik ` 2.11. ** FIXES CRITICAL ISSUE [ # 399 ] ( https://github.com/lando/core/issues/399 ) **
44
55## v3.25.6 - [ October 1, 2025] ( https://github.com/lando/core/releases/tag/v3.25.6 )
66
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ Run the following commands to verify things work as expected
2222# Should start up the proxy container
2323docker ps | grep landoproxyhyperion5000gandalfedition
2424
25+ # Should run the correct version of traefik
26+ docker exec landoproxyhyperion5000gandalfedition_proxy_1 traefik version | grep Version | grep " 2.11.31"
27+
2528# Should return 404 when no route is found
2629curl -s -o /dev/null -I -w " %{http_code}" idonotexist.lndo.site | grep 404
2730
You can’t perform that action at this time.
0 commit comments