Skip to content

Releases: cbsd/cbsd

14.3.1-RELEASE

27 Jul 21:45
Compare
Choose a tag to compare

14.3.0-RELEASE

15 Jun 22:35
Compare
Choose a tag to compare
  • Tested with FreeBSD 14.3-RELEASE;
  • new VM cloud images: Rocky-10, Alma-10, FreeBSD 14.3;
  • jail: improved environment variables control:
    ~cbsd/jails-system/$jname/environment{.local} files;
  • jail: jlogin: jexec for shell instead of login -f root as a more universal login method when working with OCI containers;
  • Correct some spelling, grammar, docs ( thanks @ssterling and @dablyputs );

14.2.6-RELEASE (bugfix)

10 Mar 09:48
Compare
Choose a tag to compare

14.2.5-RELEASE

09 Mar 22:05
Compare
Choose a tag to compare
  • bugfix: jail: better allow.nfsd processing: check NFS capabilities via sysctl
  • bhyve: added cbsd blpc and cbsd blpc-tui to manage LPC devices ( serial, bootrom, TPM )
  • new cloud images: FreeBSD 13.5, DynFi 4.0.4

14.2.4-RELEASE

20 Jan 21:32
Compare
Choose a tag to compare
  • fix CARP address in ip4_addr;
  • improve qemu/riscv64/aarch support;
  • qemu: add nographics options;
  • fix jget listing with custom facts
  • new cloud images: FreeBSD-14.2 AARCH64, Debian 12.0 AARCH64

14.2.3-RELEASE

06 Jan 19:16
Compare
Choose a tag to compare

bugix: fix pf.conf file

14.2.2-RELEASE

05 Jan 10:30
Compare
Choose a tag to compare
  • got rid of the use of su in favor of sudo ( e18a970 )
  • the function of working with mirrors (receiving ISO/cloud images) has been rewritten - now CBSD get a list of mirrors from github instead of hardcode in profiles, see: https://github.com/cbsd/mirrors

14.2.1-RELEASE (bugfix)

04 Dec 15:10
Compare
Choose a tag to compare
  • fix vnet jails regression ( reported by @tarkhil via TG, Thanks!);

14.2.0-RELEASE

03 Dec 18:35
Compare
Choose a tag to compare

fix: jail epair: fix infinity unlock wait for ethX Reported by: Karel Prasil via TG, Thanks!

  • transferring docs from an external site to the project hierarchy in the form of MD documents;
  • initenv: ability to reassign preseed config file with: args1=val1 args2=val2 ..
  • jrestart: restart without checking status;
  • vnet jails: allow non-epair based iface to pass as vnet ( as ppt_XXX interface );
  • expose: continue to work, even if nc shows that the port is busy for UDP;
  • support for OCI images via buildah tools (optional, experimental);

14.1.4-RELEASE (bugfix)

01 Nov 19:13
Compare
Choose a tag to compare

bugfix release:

  • cbsdsysrc: fix temporary file permission - this caused the edited file not to inherit the old permissions;
  • fix initenv: the script terminated its work in an inappropriate place;