Skip to content

Releases: bsdpot/potnet

0.5.0

30 Dec 18:39
c0a3eb6
Compare
Choose a tag to compare
  • Adopt anyhow and thiserror instead of failure
  • Start a modularization work to build a pot crate
  • Make DNS configuration optional (#51)

0.4.4

01 Apr 19:53
Compare
Choose a tag to compare
0.4.4 Pre-release
Pre-release

Prepare pot release 0.11.0

alias ip can have a very different form. Fix the parsing in potent

0.4.3

08 Mar 16:37
Compare
Choose a tag to compare

putcpu: fix help message

fix #1

0.4.2

25 Oct 15:14
Compare
Choose a tag to compare

show: add support for bridges

0.4.1

23 Oct 11:30
Compare
Choose a tag to compare

Add a new subcommand etc-hosts to generate /etc/hosts entries, for the public bridge or a private one specified as option

This features will be used by pot to automagically populate the jail's /etc/hosts file

0.4.0

14 Oct 13:13
Compare
Choose a tag to compare

potnet

Add support to the forthcoming private network, based on private bridges

  • new-net: add a command to get a subnet of some specified size
  • next: add support for bridges
  • validate: add support for bridges

0.3.2

13 Aug 21:46
Compare
Choose a tag to compare

New version, with updated crates, including a relevant fix

0.3.1

12 Aug 16:24
Compare
Choose a tag to compare

A small release with 2 fix/improvement:

  • potcpu rebalance: rebalance detection fixed
  • potnet config-check: checking the DNS IP as well

0.3.0

02 Aug 09:08
Compare
Choose a tag to compare

Added an utility, called potcpu as cpuset helper.
This utility shows the current CPU allocations, provides the ideal CPU to be allocated and a plan to rebalance CPU allocation in case the current set up is unbalanced.

0.2.0

10 Jul 08:59
Compare
Choose a tag to compare

Added

  • config-check: new subcommand to improve configuration checks
  • add support to the new network configuration, coming with pot 0.8.0

Switched to IpNet crate to manipulate IP addresses and network, automatically adding support to IPv6.