Skip to content

Commit 40e3c5a

Browse files
committed
Prepare 0.1.2
#1653
1 parent 231904e commit 40e3c5a

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

NEWS

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
0.1.2
2+
=====
3+
4+
### Security fixes
5+
6+
* Bumped the minimum github.com/briandowns/spinner version to 1.23.2 for
7+
CVE-2022-29526 or GHSA-p782-xgp4-8hr8, and other bug fixes
8+
* Bumped the minimum github.com/NVIDIA/nvidia-container-toolkit version to
9+
1.17.4 for CVE-2024-0134 or GHSA-7jm9-xpwx-v999, CVE-2024-0135 or
10+
GHSA-9v84-cc9j-pxr6, CVE-2024-0136 or GHSA-vcfp-63cx-4h59, CVE-2024-0137 or
11+
GHSA-frhw-w3wm-6cw4, and CVE-2025-23359 or GHSA-4hmh-pm5p-9j7j
12+
13+
### Enhancements
14+
15+
* Added ubuntu-toolbox image definitions for Ubuntu 25.04
16+
* Gave access to the CA certificates from the host operating system — requires
17+
new Toolbx images and 'p11-kit server' on the host. Note that the UBI-based
18+
images for RHEL haven't yet been updated, and this feature is currently
19+
disabled for those containers.
20+
21+
### Bug fixes
22+
23+
* Optimized getting the runtime directory
24+
* Replaced links to the code repository with the website
25+
* Updated fallback release to 42 for non-fedora hosts
26+
27+
### Dependencies
28+
29+
* Added a new weak dependency on 'p11-kit server'
30+
* Bumped the minimum github.com/NVIDIA/go-nvlib version to 0.7.1
31+
* Bumped the minimum github.com/spf13/viper version to 1.20.1 to reduce the
32+
number of indirect dependencies
33+
* Bumped the minimum github.com/stretchr/testify version to 1.10.0
34+
35+
### Tests
36+
37+
* Added runtime environment tests for the Kerberos and RPM configuration
38+
* Added unit tests for utils.PathExists()
39+
* Enabled the commands and options tests for 'list' on Arch and Ubuntu 22.04
40+
* Enabled the system tests for 'create' and networking on Arch Linux
41+
* Isolated the storage directory from the host's XDG_CACHE_HOME or HOME —
42+
bumped the minimum Linux kernel version to 6.6
43+
* Made the the commands and options tests for 'create' stricter
44+
* Optimized the runtime environment tests by avoiding a lot of disk I/O
45+
* Restored the generation and installation of the Bash completions on the CI
46+
(regression from Fedora 41)
47+
48+
149
0.1.1
250
=====
351

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.1.1',
4+
version: '0.1.2',
55
license: 'ASL 2.0',
66
default_options: 'c_std=c99',
77
meson_version: '>= 0.58.0',

0 commit comments

Comments
 (0)