Skip to content

Commit 91ec548

Browse files
committed
Release 4.1.0
Signed-off-by: Felix Abecassis <fabecassis@nvidia.com>
1 parent d681eb4 commit 91ec548

6 files changed

Lines changed: 20 additions & 11 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LIBDIR = $(DESTDIR)$(libdir)/enroot
1313
SYSCONFDIR = $(DESTDIR)$(sysconfdir)/enroot
1414
DATADIR = $(DESTDIR)$(datadir)/enroot
1515

16-
VERSION := 4.0.1
16+
VERSION := 4.1.0
1717
PACKAGE ?= enroot
1818
ARCH ?= $(shell uname -m)
1919
DEBUG ?=

doc/cmd/version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Print the release version of Enroot.
1010

1111
```sh
1212
$ enroot version
13-
4.0.1
13+
4.1.0
1414
```

doc/installation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,31 +48,31 @@ The table below describes each package flavor and their characteristics:
4848
```sh
4949
# Debian-based distributions
5050
arch=$(dpkg --print-architecture)
51-
curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v4.0.1/enroot_4.0.1-1_${arch}.deb
52-
curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v4.0.1/enroot+caps_4.0.1-1_${arch}.deb # optional
51+
curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v4.1.0/enroot_4.1.0-1_${arch}.deb
52+
curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v4.1.0/enroot+caps_4.1.0-1_${arch}.deb # optional
5353
sudo apt install -y ./*.deb
5454

5555
# RHEL-based distributions
5656
arch=$(uname -m)
5757
sudo dnf install -y epel-release # required on some distributions
58-
sudo dnf install -y https://github.com/NVIDIA/enroot/releases/download/v4.0.1/enroot-4.0.1-1.el8.${arch}.rpm
59-
sudo dnf install -y https://github.com/NVIDIA/enroot/releases/download/v4.0.1/enroot+caps-4.0.1-1.el8.${arch}.rpm # optional
58+
sudo dnf install -y https://github.com/NVIDIA/enroot/releases/download/v4.1.0/enroot-4.1.0-1.el8.${arch}.rpm
59+
sudo dnf install -y https://github.com/NVIDIA/enroot/releases/download/v4.1.0/enroot+caps-4.1.0-1.el8.${arch}.rpm # optional
6060
```
6161

6262
#### Hardened flavor
6363

6464
```sh
6565
# Debian-based distributions
6666
arch=$(dpkg --print-architecture)
67-
curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v4.0.1/enroot-hardened_4.0.1-1_${arch}.deb
68-
curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v4.0.1/enroot-hardened+caps_4.0.1-1_${arch}.deb # optional
67+
curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v4.1.0/enroot-hardened_4.1.0-1_${arch}.deb
68+
curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v4.1.0/enroot-hardened+caps_4.1.0-1_${arch}.deb # optional
6969
sudo apt install -y ./*.deb
7070

7171
# RHEL-based distributions
7272
arch=$(uname -m)
7373
sudo dnf install -y epel-release # required on some distributions
74-
sudo dnf install -y https://github.com/NVIDIA/enroot/releases/download/v4.0.1/enroot-hardened-4.0.1-1.el8.${arch}.rpm
75-
sudo dnf install -y https://github.com/NVIDIA/enroot/releases/download/v4.0.1/enroot-hardened+caps-4.0.1-1.el8.${arch}.rpm # optional
74+
sudo dnf install -y https://github.com/NVIDIA/enroot/releases/download/v4.1.0/enroot-hardened-4.1.0-1.el8.${arch}.rpm
75+
sudo dnf install -y https://github.com/NVIDIA/enroot/releases/download/v4.1.0/enroot-hardened+caps-4.1.0-1.el8.${arch}.rpm # optional
7676
```
7777

7878
## From source

doc/requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The list of prerequisites for running Enroot is described below.
44

55
You can automatically check these by running the `enroot-check` bundle for a given release:
66
```sh
7-
$ curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v4.0.1/enroot-check_4.0.1_$(uname -m).run
7+
$ curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v4.1.0/enroot-check_4.1.0_$(uname -m).run
88
$ chmod +x enroot-check_*.run
99

1010
$ ./enroot-check_*.run --verify

pkg/deb/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#PACKAGE# (4.1.0-1) UNRELEASED; urgency=medium
2+
3+
* Release v4.1.0
4+
5+
-- #USERNAME# <#EMAIL#> Fri, 06 Feb 2026 17:58:17 +0000
6+
17
#PACKAGE# (4.0.1-1) UNRELEASED; urgency=medium
28

39
* Release v4.0.1

pkg/rpm/SPECS/enroot.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ allows them to import and convert container images directly.
5858
%make_install prefix=%{_prefix} exec_prefix=%{_exec_prefix} libdir=%{_libdir} datarootdir=%{_datarootdir}
5959

6060
%changelog
61+
* Fri Feb 06 2026 %{packager} 4.1.0-1
62+
- Release v4.1.0
63+
6164
* Tue Oct 14 2025 %{packager} 4.0.1-1
6265
- Release v4.0.1
6366

0 commit comments

Comments
 (0)