Skip to content

Releases: bsdpot/pot

0.5.11

29 Mar 16:12
Compare
Choose a tag to compare
0.5.11 Pre-release
Pre-release

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

15 Jan 15:19
Compare
Choose a tag to compare
0.5.10 Pre-release
Pre-release

Improve pf configuration support
Extend destroy to support fscomps
Closing a regression (Fix #53) in create-base

0.5.9

16 Dec 22:30
Compare
Choose a tag to compare
0.5.9 Pre-release
Pre-release

Add support to FreeBSD 12.0

Removed implicit default flavor

0.5.8

29 Nov 10:11
Compare
Choose a tag to compare
0.5.8 Pre-release
Pre-release

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

28 Jun 08:37
Compare
Choose a tag to compare
0.5.7 - Release Pre-release
Pre-release

New release to support FreeBSD 11.2

Fix pot version :)

0.5.6 - Release

18 May 15:26
Compare
Choose a tag to compare
0.5.6 - Release Pre-release
Pre-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

18 Apr 20:29
Compare
Choose a tag to compare
0.5.5 - Release Pre-release
Pre-release

A half way release, to focus more on testing than adding new features

0.5.0 - Release

16 Mar 16:05
Compare
Choose a tag to compare
0.5.0 - Release Pre-release
Pre-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

13 Feb 17:12
Compare
Choose a tag to compare
0.4.0 - Release Pre-release
Pre-release

Anticipated the 0.4.0 release, without some planned features, in order to meet start some cooperation with poudriere

0.3.1 - Release

26 Jan 15:27
Compare
Choose a tag to compare
0.3.1 - Release Pre-release
Pre-release

Finalization of all files needed to make a proper package.