Skip to content

v1.7.0

Compare
Choose a tag to compare
@skarekrow skarekrow released this 03 Aug 21:19
· 52 commits to master since this release

Changes since 1.6.2

  • Subcommands no longer need a capital Y
  • Fixed IP inheritance
  • Now defaults to the first zpool it can find
  • Jail ZFS datasets before jails services start now
  • Added exec subcommand
  • exec_fib support
  • Fixed destroy -f
  • chroot now works with hack88
  • Allow custom ZFS jail dataset at jail creation
  • New subcommand iocage init-host
  • Can now remove all snapshots at once
  • Can specify ifconfig options at jail creation
  • resolver property added resolver="nameserver 8.8.8.8;nameserver 8.8.4.4"
  • Tags now show up in iocage show property
  • Can specify ftpfiles and ftpdir during fetch.
  • resolv.conf now copies with hack88 enabled on boot
  • Automatic interface and IP support ip4_addr="DEFAULT|AUTOIP4"
    This requires setting ip4_autostart and ip4_autoend on the default dataset.
    More details in the man page
  • Git images have been added iocage pull USER/REPO