Skip to content

Commit dccc581

Browse files
committed
#399: add test and changelog comment emphasis
1 parent 75ec14d commit dccc581

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

examples/proxy/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Run the following commands to verify things work as expected
2222
# Should start up the proxy container
2323
docker 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
2629
curl -s -o /dev/null -I -w "%{http_code}" idonotexist.lndo.site | grep 404
2730

0 commit comments

Comments
 (0)