Rootlesskit Versions Save

Linux-native "fake root" for implementing rootless containers

v1.0.1

2 years ago

Changes

  • Update go.mod to have go1.17 as the minmium version (#289, thanks to @manugupt1)
  • Binary release: add riscv64 binaries (#300)

Full changes: https://github.com/rootless-containers/rootlesskit/milestone/2?closed=1 Thanks to @manugupt1

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download/v1.0.1/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/2256845312 The sha256sum of the SHA256SUMS file itself is e443d4ec34e5fa2e4025bd6e99918ce2d42ee1ee6133d34f166191f6543ce3c0 .

v1.0.0

2 years ago

Changes

Only minor changes since v0.14.6, such as upgrading Go to 1.18: https://github.com/rootless-containers/rootlesskit/compare/v0.14.6...v1.0.0

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download/v1.0.0/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/2039519294 The sha256sum of the SHA256SUMS file itself is 28df9551fd4b17ae7d83b6a9971e98c574cab0c6fc3157908e15caa805d45ffe .

v0.14.6

2 years ago

Changes

Minor fixes and refactoring. https://github.com/rootless-containers/rootlesskit/compare/v0.14.5...v0.14.6

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download/v0.14.6/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/1433579174 The sha256sum of the SHA256SUMS file itself is b3ca7ce693e9bb3ff5ef140a93065a091ee1ae8f987ef419fa83c411864c25f5 .

v0.14.5

2 years ago

Changes

  • No source code change. Binary release is updated to be built with Go 1.17 (#266)

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download/v0.14.5/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/1142286003 The sha256sum of the SHA256SUMS file itself is 8e89f3e8eb64d40ca9479819a480f6d547a4475d278f2fc4759730f4b3ece742 .

v0.14.4

2 years ago

Changes

  • port/builtin: Fix RemovePort() regression in v0.14.3 (#265)

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download/v0.14.4/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/1096817859 The sha256sum of the SHA256SUMS file itself is defbda27cfde6367462f6d1e8391544dd6de6da6074b9b5d7482c0d5ac0d2705 .

v0.14.3

2 years ago

:warning: This version had a regression, use v0.14.4 or v0.14.2

Changes

  • port/builtin: RemovePort() block until conn is closed (#262, thanks to @Luap99)
  • network/vpnkit: Fix #130 panic: tap2vif: read: read /dev/net/tun: not pollable (#263)

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download/v0.14.3/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/1093495800 The sha256sum of the SHA256SUMS file itself is 3c6f257bc75fd29da014fcbeb2d60bc503f3e4455413491f02d2c49d32c3ebaa .

v0.14.2

3 years ago

Changes

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download/v0.14.2/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/750838780 The sha256sum of the SHA256SUMS file itself is bf379450e5108eb679b896e18a0b9928d37cd8c157c931ce0469ed181e3a85a4 .

v0.14.1

3 years ago

Changes

  • rootlesskit-docker-proxy: fix support for slirp4netns port driver (#245)

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download/v0.14.1/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/700802889 The sha256sum of the SHA256SUMS file itself is 19ce7562825bf7a0ae8305ab030beecb4a4f51e974066819558ed5d8807cdbfb .

v0.14.0

3 years ago

Changes (since v0.13.2)

  • CLI: improve --help output (#228)
  • API: support GET /info (#232)
  • Port API: support specifying IP version explicitly ("tcp4", "tcp6") (#232)
  • rootlesskit-docker-proxy: support libnetwork >= 20201216 convention (#232)
  • Allow vendoring with moby/sys/[email protected] as well as @v0.4.0 (#234)
  • Remove socat port driver (#235)
    • socat driver has been deprecated since v0.7.1 (Dec 2019)
  • New experimental flag: --ipv6 (#236)
    • Enables IPv6 routing (slirp4netns --enable-ipv6). Unrelated to port driver.

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download/v0.14.0/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/656378969 The sha256sum of the SHA256SUMS file itself is 2e4b536dda750e7c0f1c8cd9c3d1bacb0d57739fab8076fa4455a5a8b34ceb1a .

v0.14.0-beta.0

3 years ago

Changes (since v0.13.2)

  • CLI: improve --help output (#228)
  • API: support GET /info (#232)
  • Port API: support specifying IP version explicitly ("tcp4", "tcp6") (#232)
  • rootlesskit-docker-proxy: support libnetwork >= 20201216 convention (#232)
  • Allow vendoring with moby/sys/[email protected] as well as @v0.4.0 (#234)
  • Remove socat port driver (#235)
    • socat driver has been deprecated since v0.7.1 (Dec 2019)
  • New experimental flag: --ipv6 (#236)
    • Enables IPv6 routing (slirp4netns --enable-ipv6). Unrelated to port driver.

Install

mkdir -p ~/bin
curl -sSL https://github.com/rootless-containers/rootlesskit/releases/download/v0.14.0-beta.0/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/613252883 The sha256sum of the SHA256SUMS file itself is d5efe35ac67fe28acef6fed4a25b9ac03e53a8ee1f76aad23e9ae2123cff1a70 .