Releases: iocage/iocage_legacy
Releases · iocage/iocage_legacy
v1.7.6
v1.7.5
v1.7.4
v1.7.3
v1.7.2
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
v1.7.0
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
andftpdir
during fetch. - resolv.conf now copies with hack88 enabled on boot
- Automatic interface and IP support
ip4_addr="DEFAULT|AUTOIP4"
This requires settingip4_autostart
andip4_autoend
on the default dataset.
More details in the man page - Git images have been added
iocage pull USER/REPO