Skip to content

Commit e3ce0bc

Browse files
committed
Prepare 0.2
#1703
1 parent b7e70e2 commit e3ce0bc

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

NEWS

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
0.2
2+
===
3+
4+
### Security fixes
5+
6+
* Bumped the minimum github.com/go-viper/mapstructure/v2 version to 2.3.0 for
7+
GHSA-fv92-fjc5-jj9h or GO-2025-3787
8+
* Bumped the minimum github.com/NVIDIA/nvidia-container-toolkit version to
9+
1.17.8 for CVE-2025-23266 and CVE-2025-23267
10+
11+
### Bug fixes
12+
13+
* Improved error handling when creating symbolic links inside the container
14+
to initialize it
15+
* Preserved environment variables set by a KDE session and Konsole
16+
* Unbroke access to CA certificates in sshd(8) sessions (regression in 0.1.2)
17+
* Unbroke overriding the HOME variable (regression in 0.0.90)
18+
19+
### Dependencies
20+
21+
* Bumped the minimum Go version to 1.22
22+
23+
### Tests
24+
25+
* Enabled the runtime environment tests for the Container Device Interface
26+
specification and resource limits on Ubuntu 22.04
27+
* Isolated the host's HOME from the system tests
28+
* Unbroke the missing subordinate ID ranges (regression in Fedora Rawhide)
29+
* Unbroke the 'toolbox run /etc' tests with Bash >= 5.3 (regression in Fedora
30+
Rawhide)
31+
32+
133
0.1.2
234
=====
335

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

0 commit comments

Comments
 (0)