007879177d
Changelog: https://github.com/BastilleBSD/bastille/releases/tag/0.14.20250420 - Transfer maintainership. - Add co-maintainer Barry McCormick <snarfingcode666@gmail.com>. - Pet portclippy. PR: 286251 Approved by: Christer Edwards <christer.edwards@gmail.com> (former maintainer)
19 lines
679 B
Plaintext
19 lines
679 B
Plaintext
[
|
|
{
|
|
type: upgrade
|
|
minimum_version: "0.13"
|
|
message: <<EOM
|
|
**Breaking changes since 0.14.20250420**
|
|
|
|
The `rcorder` has been deprecated, and new `boot` and `priority` options have
|
|
been added to the jails. A boot file will be created with default values of
|
|
`boot=on` and `priority=99` on jail creation. For existing jails, the boot file
|
|
will be generated on the next subcommand execution to the jail. If you want to
|
|
generate the file for all the jails, you can use `bastille restart ALL` to fill
|
|
in the defaults. To change these values, use `bastille config TARGET set boot off`
|
|
or `bastille config TARGET set priority 10` or some other number according to
|
|
your needs.
|
|
EOM
|
|
}
|
|
]
|