0.9.10
Pre-releaseChangelog
1303924 Fix wrong order of zfs mounts for start
0a3cb47 Fix FreeNAS API missing env
bf96ae3 Parse CLI for set correctly
b3441cc Update py-libzfs to unbreak HardenedBSD
3f36a58 Be less strict
43b2a8e Allow clonejails for update
ab06153 Show snapshot name in creation
b6905b2 Add IOCAGE_SKIP environment variable
53e3fcc Allow silence via API for fetch
ab4db73 Correctly identiy a missing configuration
5c7f7d2 Fix short UUID legacy migration
a89059f Replace stale entries in legacy migrated jails
9ad2de9 Fix jail_zfs_dataset not being renamed during legacy migration
8a2cdd3 Update gitignore
4292b3c Provide correct error message when jail exists for template creation
cd3aa82 Add missing develop jail type check
537baf9 Merge remote-tracking branch 'origin/master'
25354e0 Check if RELEASE is parseable and exists before fetching
88f63d2 Update advanced-use.rst (#445)
534ccd3 Add fstab R | --replace to the manual page (#446)
5d6e4b9 Drop pygit2 dependency
c53c820 Allow replacing by index with fstab
a4cf741 Let's not exit.
166775b Skip checking datasets for rc.
0d3949a Move logging to main
a90d03e Update py-libzfs
e186781 Misc improvements for building from git (#436)
7783dd6 Fix listing admin portal if DHCP jail isn't running
610f849 Fix list --long when a plugin exists
d8aa944 (origin/rework-lib) Create plugins with lowercase name
754121f Show admin portal in local plugin listing
4cfd7b7 Fix bad test if user supplies None
da04fcc Append icon_path in the returned list
0cdc3a0 Add basejail support to upgrade Closes #50
08c0ca9 Fix snaplist --long
9c2531f Don't cast to float if an empty jail
3274e18 Remove dependency on tqdm
b8c9013 Yeah...or we can just cast them instead.
3f2e77b Use math module for floating comparison
7ac1e8f Port upgrade to API
8a48cab Review and update iocage.8, iocage.8.gz: (#403)
d015c69 Fix plugin listing
57e7b54 Remove a couple more bare except clauses
557ffa8 Please travis overlord
1bd3dbd Remove ftp from fetch
9c217ff Add listing to fetch API
2562ce2 Fix upgrade using a bad value
a77bc7e Bump to 0.9.10 RC
cbddbae Small optimization
cda617a Fix breakage for upgrade from upstream change Also added silent and callback support for upgrade, in addition we now change the configuration file to not update kernels, as those aren't possible in a jail.
53830ac Let's use the local freebsd-update if self.verify is False Another stab at #88
6067769 Missed a spot with self.verify in fetch Closes #88
5e89fdc Move update to API, add updating support for basejails
86b184a chore: Add neovim to gitignore
9eab753 Return a list for remote releases
52aa76d Merge branch 'master' of github.com:iocage/iocage
fce5265 Return after remote listing
e36124d Merge pull request #395 from wxcafe/master
3a3f3d0 Adds [-c | --count] flag documentation to clone subcommand
e61a4ed adds zsh completion to iocage (#394)
fb7c7c9 duplicate [-f | --force] option in create (#391)
87e1889 Add state to get all
c36f0c8 Remove unused argument for df
aa1f411 Improve message to user if no RELEASEs are found during fetch
3b53659 Make export more robust
46275d7 Fix local fetching
a15d4cd Bump to 0.9.10 ALPHA
fb641a2 Update requirements-dev.txt
591a228 Update requirements.txt
ccb8ee6 Create requirements-dev.txt
7cb5d88 Remove libzfs from requirements.txt
044ff3a Add cython to requirements.txt
b66e767 Merge pull request #372 from iocage/iocage_ports
b1164cc I have renamed sysutils/py3-iocage to sysutils/iocage on FreeBSD.