Skip to content

Releases: ios-xr/xrd-tools

Release v1.1.6

22 Feb 18:32
3647539
Compare
Choose a tag to compare
  • Add checks for correct socket kernel parameters to host-check.

Release v1.1.5

22 Feb 12:26
4f1b71b
Compare
Choose a tag to compare

Changes in this release

  • When specifying IMG in the launch-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

06 Feb 12:36
668f2f6
Compare
Choose a tag to compare

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

26 Jan 17:56
Compare
Choose a tag to compare

Changes in this release

  • xr-compose script will now respect the privilege status of a container in the input file.

Release v1.1.2

06 Jan 14:43
Compare
Choose a tag to compare

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

07 Dec 16:40
77fdbcd
Compare
Choose a tag to compare

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

02 Dec 20:27
5de5905
Compare
Choose a tag to compare

Changes corresponding to the release of XR version 7.8.1.

  • Add --boot-log-level arg in launch-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

02 Dec 10:23
b9192f0
Compare
Choose a tag to compare

Changes in this release

  • Indicate when a command times out in the host-check script.

Release v1.0.3

31 Oct 15:29
8459433
Compare
Choose a tag to compare

Changes in this release:

  • To check if AppArmor is enabled, host-check script now looks at "/sys/kernel/security/apparmor/profiles" instead of "/sys/module/apparmor/parameters/enabled".
  • host-check now gives a warning if AppArmor is enabled.

Release v1.0.2

21 Sep 14:18
Compare
Choose a tag to compare
  • Do not run 'extra checks' in host-check by default.
  • Make igb_uio a supported PCI driver, only failing host-check if no interface driver is loaded.
  • Only check if IOMMU is enabled if vfio-pci is being used, and handle the case where the vfio-pci 'no IOMMU' mode is unconfigurable.