Releases: ios-xr/xrd-tools
Releases · ios-xr/xrd-tools
Release v1.1.8
Changes in this release
- Add a check in the
host-check
script to verify if the host has required cgroup mounts.
Release v1.1.7
Changes in this release
launch-xrd
to output a message asking the user to specify the platform when specifying dry-run on a non-loaded image, instead of trying to pull the image.
Release v1.1.6
- Add checks for correct socket kernel parameters to
host-check
.
Release v1.1.5
Changes in this release
- When specifying
IMG
in thelaunch-xrd
script, users can now pass an image to be pulled from a repo. launch-xrd
script will now give better error messages when an unrecognized image is passed.
Release v1.1.4
Updates for xr-compose handling of MTUs.
- Set the MTU of generated networks to 9000 to handle any XR MTU (up to the XR maximum of 9000).
- Pass through driver_opts from the networks in the input yaml to the output.
Release v1.1.3
Changes in this release
xr-compose
script will now respect the privilege status of a container in the input file.
Release v1.1.2
Changes in this release
- In the
launch-xrd
script the mechanism for passing extra args to the container manager has been updated. Args after '--' separator will be passed to the container manager as well. To clarify, this is in addition to the existing mechanism of unrecognised arguments (before the '--' separator) being passed to the container manager. This will facilitate passing args common to the script and the container manager.
Release v1.1.1
Changes in this release
- In the
launch-xrd
script the mechanism for passing extra args to the container manager has changed. The--args
argument is no longer required - every unrecognised argument will be passed to the container manager. The container image must now be passed as the last argument to the script. The--args
method is still supported for backwards compatibility, but will be removed in the future.
Release v1.1.0
Changes corresponding to the release of XR version 7.8.1.
- Add
--boot-log-level
arg inlaunch-xrd
(supported in XR 7.8.1 onwards) - Stop passing host
/sys/fs/cgroup
mount through to the container - Update cgroup check in
host-check
and remove corresponding "Systemd mounts" check (no longer required for XR 7.8.1 onwards) - Remove hard requirement for cgroups v1 in
host-check
(cgroups v2 supported for lab use)
Release v1.0.4
Changes in this release
- Indicate when a command times out in the
host-check
script.