Skip to content

Releases: rootless-containers/rootlesskit

v2.3.5

08 May 06:54
v2.3.5
0cc0811
Compare
Choose a tag to compare

Changes

Bumped up the deps

Full Changelog: v2.3.4...v2.3.5

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download//rootlesskit-$(uname -m).tar.gz | tar Cxzv ~/bin

About the binaries

The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/rootless-containers/rootlesskit/actions/runs/14899716761
The sha256sum of the SHA256SUMS file itself is 35c4618e1e9a5cb2aaea08edbba6e3de5bbeedd00a65fcf7d14f31fc942a7655 .

v2.3.4

10 Mar 02:18
v2.3.4
59a459d
Compare
Choose a tag to compare

Changes

  • detach-netns: fixed a regression in v2.3.3 that affected BuildKit (#500)

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download//rootlesskit-$(uname -m).tar.gz | tar Cxzv ~/bin

About the binaries

The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/rootless-containers/rootlesskit/actions/runs/13755373685
The sha256sum of the SHA256SUMS file itself is 7e3482e58884ce012caab1868d86fd8d0d23349be33b6ea2f2084a4aad37d3a5 .

v2.3.3

10 Mar 01:07
v2.3.3
67494d9
Compare
Choose a tag to compare

Changes

  • detach-netns: support Ubuntu 25.04 (#496, #497)

Full changes: https://github.com/rootless-containers/rootlesskit/milestone/13?closed=1

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download//rootlesskit-$(uname -m).tar.gz | tar Cxzv ~/bin

About the binaries

The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/rootless-containers/rootlesskit/actions/runs/13754535888
The sha256sum of the SHA256SUMS file itself is 3be050da11a39e144ce747c1fd873912fb7c932fe4b5682fb2dc2b08cf3eabd8 .

v2.3.2

20 Jan 02:20
v2.3.2
b8175e1
Compare
Choose a tag to compare

Changes

  • pasta: Support passt >= 2024_10_30.ee7d0b6 (#482)
  • port/builtin: fix specifying an IP address to listen on (#477, thanks to @haytok)

Full changes: https://github.com/rootless-containers/rootlesskit/milestone/12?closed=1
Thanks to @Luap99 @haytok @sbrivio-rh

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download//rootlesskit-$(uname -m).tar.gz | tar Cxzv ~/bin

About the binaries

The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/rootless-containers/rootlesskit/actions/runs/12859680457
The sha256sum of the SHA256SUMS file itself is 260f7ccbfc1b4b0550622f18dc87b1193ef4618abf34521c852f6dbdb6612fdd .

v2.3.1

17 Aug 19:30
v2.3.1
fcc67fe
Compare
Choose a tag to compare

Changes

  • Fixed the pipeline for the binary release (#462)

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download//rootlesskit-$(uname -m).tar.gz | tar Cxzv ~/bin

About the binaries

The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/rootless-containers/rootlesskit/actions/runs/10434698179
The sha256sum of the SHA256SUMS file itself is a833d35ae59e64152706f93c0cfe2ec33feef29971794ee52de070184fc1222b .

v2.3.0

17 Aug 19:23
v2.3.0
5bf364f
Compare
Choose a tag to compare

Note

Binaries are missing in this release due to #461 .
Will be fixed in v2.3.1.

What's Changed

  • Let pasta configure interface, fix IPv6 outbound connectivity by @sbrivio-rh in #458
  • Deprecate rootlesskit-docker-proxy (no longer needed since Docker v28) by @AkihiroSuda in #459

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

17 Jul 03:00
v2.2.0
17a2cd4
Compare
Choose a tag to compare

Changes

  • Add execution branch for socket activation to correct LISTEN_PID (#449, thanks to @alopukhov)
  • Fix DNS not being accessible with slirp4netns on hosts with IPv6-only nameservers (#438, thanks to @redoste)

Full changes: https://github.com/rootless-containers/rootlesskit/milestone/9?closed=1

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download//rootlesskit-$(uname -m).tar.gz | tar Cxzv ~/bin

About the binaries

The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/rootless-containers/rootlesskit/actions/runs/9967416170
The sha256sum of the SHA256SUMS file itself is 842d2d05e3b2e96a15507581b58219bb75e71192b2c9d32c3a027a62861c99ca .

v2.1.0

26 Apr 01:38
v2.1.0
da77c66
Compare
Choose a tag to compare

Changes

Full changes: https://github.com/rootless-containers/rootlesskit/milestone/8?closed=1

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download//rootlesskit-$(uname -m).tar.gz | tar Cxzv ~/bin

About the binaries

The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/rootless-containers/rootlesskit/actions/runs/8841780701
The sha256sum of the SHA256SUMS file itself is dc49dda422704b6b9fc6e2bc7fcdf436f437fc98fa0ff1bcdcc38687954baadd .

v2.0.2

05 Mar 22:22
v2.0.2
9e7dd33
Compare
Choose a tag to compare

Changes

  • Print hints if kernel.apparmor_restrict_unprivileged_userns is set
  • Update Go to 1.22 (#422)

Full changes: https://github.com/rootless-containers/rootlesskit/milestone/7?closed=1

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download//rootlesskit-$(uname -m).tar.gz | tar Cxzv ~/bin

About the binaries

The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/rootless-containers/rootlesskit/actions/runs/8163783724
The sha256sum of the SHA256SUMS file itself is b1e3afe86589cffe1ffa8e5978922df28924637c62ba08ffb8c9fb41231494e9 .

v2.0.1

06 Feb 02:47
v2.0.1
5e9cd78
Compare
Choose a tag to compare

Changes

  • lxc-user-nic: fix /etc/resolv.conf missing IP (#419)

Full changes: https://github.com/rootless-containers/rootlesskit/milestone/6?closed=1

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download//rootlesskit-$(uname -m).tar.gz | tar Cxzv ~/bin

About the binaries

The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/rootless-containers/rootlesskit/actions/runs/7793948990
The sha256sum of the SHA256SUMS file itself is 262930950ccc1406ad75b2af45adcd9032375feaf92ade68d6ae76cdd39abd11 .