Skip to content

3.7.8

Latest
Compare
Choose a tag to compare
@Skazza94 Skazza94 released this 08 Jan 10:21
· 1 commit to main since this release
b3ac1cd

Deprecation

⚠️ WARNING: The ltest command is deprecated and will be removed in the next release. 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