Skip to content

Commit ccc3eee

Browse files
committed
Prepare 0.0.99.5
#1426
1 parent 73b229e commit ccc3eee

2 files changed

Lines changed: 46 additions & 1 deletion

File tree

NEWS

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
Overview of changes in 0.0.99.5
2+
===============================
3+
4+
* Add psmisc to the fedora-toolbox images
5+
* Add several new system and unit tests, and make the existing ones stricter
6+
* Add workaround to support configuring the user's password on some Active
7+
Directory set-ups
8+
* Be aware of security hardened mount points marked with 'nosuid,nodev,noexec'
9+
* Bump the minimum Bats version to 1.7.0 to simplify running a subset of the
10+
system tests and fix various warnings
11+
* Bump the minimum Go requirement to 1.20
12+
* Bump the minimum github.com/docker/go-units version to 0.5.0
13+
* Bump the minimum golang.org/x/sys version to 0.1.0 for CVE-2022-29526 or
14+
GHSA-p782-xgp4-8hr8
15+
* Bump the minimum golang.org/x/text version to 0.3.8 for CVE-2022-32149 or
16+
GHSA-69ch-w2m2-3vjp
17+
* Bump the minimum gopkg.in/yaml.v3 version to 3.0.0 for CVE-2022-28948 or
18+
GHSA-hp87-p4gw-j4gq
19+
* Deprecate the --monitor-host option of 'init-container'
20+
* Don't leak the NAME and VERSION environment variables into containers made
21+
from the fedora-toolbox images
22+
* Drop golang.org/x/term as a dependency
23+
* Ensure that Toolbx containers start even if there aren't sufficient resources
24+
for inotify(7)
25+
* Ensure that the fedora-toolbox images retain documentation and translations
26+
* Ensure that toolbox(1) can be built without using podman(1) and validating
27+
subordinate IDs
28+
* Fix DNS queries in Toolbx containers made from images with systemd-resolved,
29+
when running on hosts that don't use it
30+
* Handle space-separated input when asking for confirmation
31+
* Let the terminal know the active container also on Fedora Linux Asahi Remix
32+
* Offer built-in support for Arch Linux
33+
* Offer built-in support for Ubuntu
34+
* Preserve the host's environment variables for Bash's history facility inside
35+
Toolbx containers
36+
* Rely on podman >= 1.6.4 always being present
37+
* Report the size of the image that will be downloaded from a registry
38+
* Show welcome message on Fedora Sericea
39+
* Support 64-bit RISC-V
40+
* Update fallback release to 38 for non-fedora hosts
41+
* Unbreak the line count checks with Bats >= 1.10.0
42+
* Unbreak the manual page checks with GNU roff >= 1.23
43+
* Various updates to the documentation and manuals
44+
45+
146
Overview of changes in 0.0.99.4
247
===============================
348

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'toolbox',
33
'c',
4-
version: '0.0.99.4',
4+
version: '0.0.99.5',
55
license: 'ASL 2.0',
66
default_options: 'c_std=c99',
77
meson_version: '>= 0.58.0',

0 commit comments

Comments
 (0)