Skip to content

Releases: iocage/iocage_legacy

v1.7.6

19 Aug 01:49
Compare
Choose a tag to compare

Changes since 1.7.5

  • Properly preserve original IFS in legacy networking (backport from Develop)

v1.7.5

12 Jul 17:27
Compare
Choose a tag to compare

Changes since 1.7.4

  • Include IPv4 addresses in iocage list
  • Fix non-vnet ppp interfaces
  • Import no longer stalls on non-existent /iocage/package files

v1.7.4

18 Feb 00:22
Compare
Choose a tag to compare

Changes since 1.7.3

  • Fix a serious bug with export not actually exporting the jails contents.

v1.7.3

14 Aug 01:39
Compare
Choose a tag to compare

Changes since 1.7.2

  • Fix readonly command failing with unexpected operator.

v1.7.2

14 Aug 01:45
Compare
Choose a tag to compare

Changes since 1.7.1

  • Show which pool is active iocage activate.
  • Added a dry update check for git jails. iocage update -n.
  • Auto subnet support for IPV4.
  • iocage df shows TAGs now.
  • Fix 'iocage update' to honor the jail release instead of relying on the hosts.
  • Allow custom dist-file with freebsd-update, also fixes PC-BSD fetching.
  • Allow more commands not to require root
  • Added support for cleaning the datasets iocage clean [-a,-r,-j].
  • Added support to fetch 10.2-RELEASE
  • Alphabetized help/README.md/man page.

v1.7.1

04 Aug 04:32
Compare
Choose a tag to compare

Fixed type not being honored for basejails and git images.

v1.7.0

03 Aug 21:19
Compare
Choose a tag to compare

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