|
| 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 | + |
1 | 46 | Overview of changes in 0.0.99.4 |
2 | 47 | =============================== |
3 | 48 |
|
|
0 commit comments