__Deprecation__
⚠️ **WARNING**: The `ltest` command is deprecated and will be removed in the next releases. Please use the `kathara-lab-checker` tool as its replacement with enhanced functionalities.
For further information, visit: https://github.com/KatharaFramework/kathara-lab-checker
__New Features and Improvements__
* Add `--topology` argument to `kathara linfo` that displays a list of collision domains and the devices connected to each of them (323)
* `kathara linfo` now displays a column with the connected interfaces of each device (321)
* `kathara exec` now returns the exact exit code of the command (292)
* API Improvements in the `Lab` object (325 326)
* (Docker) Add the possibility to specify `ulimits` in network scenario metadata (thanks to g4br-i) (302)
* (Kubernetes) Add the support to private image registries through the `docker.json` file (thanks to GioBar00) (282)
__Bug Fixes__
* (Docker) Fix compatibility with docker-io version numbers (309)
* (Docker) Fix `rp_filter` sysctl assigment on Docker Engine >= v27.0.0 (320)
* Minor bug fixes (322 324)
__Contributors__:
tcaiazzi
Skazza94
g4br-i
GioBar00