Releases: cbsd/cbsd
Releases · cbsd/cbsd
14.3.1-RELEASE
- bugfix: Can't login as user in a jail, #814 . Thanks: @jas-s2r
- bugfix: jexec not returning cmd exit code, #816. Thanks: @brian90013
- ability to view function execution time (for debug/shell performance profiling) via
env CBSD_FUNCTION_TIME=0
; - VM: new cloud images: Linux Oracle 10, Fedora server 42
14.3.0-RELEASE
- 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)
bugfix:
Ops, forget to remove jname for blpc-tui
(reported by Vlad via TG)
14.2.5-RELEASE
- bugfix: jail: better allow.nfsd processing: check NFS capabilities via sysctl
- bhyve: added
cbsd blpc
andcbsd blpc-tui
to manage LPC devices ( serial, bootrom, TPM ) - new cloud images: FreeBSD 13.5, DynFi 4.0.4
14.2.4-RELEASE
- 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
bugix: fix pf.conf file
14.2.2-RELEASE
- got rid of the use of
su
in favor ofsudo
( 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)
- fix vnet jails regression ( reported by @tarkhil via TG, Thanks!);
14.2.0-RELEASE
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)
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;