Releases: bsdpot/pot
0.5.11
Important changes:
- rc.d order changed, to be able to run a dns in a pot
- several small fixes
- export/import feature added (single dataset only)
The export/import functions are still undocumented and has to be considered not stable, however they will be the base for orchestration
0.5.10
0.5.9
0.5.8
This version needs potnet
installed. The package will be update accordingly
Added
- QuickStart.md : a markdown quick guide, for new users
- create : -i auto (based on
potnet
) to get automatically a valid IP address - clone : -i auto (based on
potnet
) to get automatically a valid IP address - clone : add support to single type pot
- export-port : new command that allow pot ports to be exposed outside (vnet case)
- slim flavor, designed to be used with single dataset pot types
- purge-snapshot : new command that will remove all snapshots, except the last one
- export-port : static option, to add statically exported ports
Changed
- init : it takes care of syslogd configuration in the host system
- create : type=single will install plain FreeBSD and run the default flavour
- create : multiple flavour support, executed in sequentially; option -f can be repeated
- add-fscomp : if the pot is running, mount the new fscomp right away
Fixed
- clone : fix a misleading/false positive error message
- clone : fix syslogd configuration in the cloned pot
- destroy : fix if pot is a single dataset one
- start : fix hostname warning
- start (#46) : run the jail in a clean enviroment
- term (#46) : spawn the shell in a jail using the jailed user environment
- add-fscomp (#45) : check the mount point and create it, if missing
- list (#52) : fixing xargs invocation
0.5.7 - Release
New release to support FreeBSD 11.2
Fix pot version :)
0.5.6 - Release
Initial support to multiple bases based on the same FreeBSD release.
Initial support to single dataset pots
Solve #35
Add additional commands, like pot top
and pot set-cmd
0.5.5 - Release
A half way release, to focus more on testing than adding new features
0.5.0 - Release
Internal structural change, to reduce the usage of nullfs changing the mountpoint of ZFS datasets directly.
That caused the deprecation of all previously generated pots, but a guide is provided to not lose them. Compatibility support will be removed in the next 0.6.0 release.
Rework of create
following what explained in the create guide
0.4.0 - Release
Anticipated the 0.4.0 release, without some planned features, in order to meet start some cooperation with poudriere
0.3.1 - Release
Finalization of all files needed to make a proper package.