Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Latest commit

 

History

History
146 lines (96 loc) · 4.6 KB

File metadata and controls

146 lines (96 loc) · 4.6 KB

Changelog

1.20.1 (2023/12/21)

  • Fix release archive extension (#61)

1.20.0 (2023/12/17)

1.19.0 (2022/07/11)

  • Go 1.18 (#33)
  • Bump github.com/opencontainers/runc from 1.0.3 to 1.1.3 (#21 #32)
  • ci: matrix to test against more variants (#34)
  • Enhance dockerfiles (#20)

1.18.0 (2021/12/18)

  • Bump github.com/opencontainers/runc from 1.0.1 to 1.0.3 (#18 #19)

1.17.0 (2021/08/01)

  • Bump github.com/opencontainers/runc from 1.0.0 to 1.0.1 (#17)

1.16.0 (2021/06/26)

  • Add support for riscv64 and create linux/mips64le image (#16)
  • Bump github.com/opencontainers/runc from 1.0.0-rc95 to 1.0.0 (#15)

1.15.0 (2021/06/18)

  • Go 1.16 (#14)
  • Bump github.com/opencontainers/runc from 1.0.0-rc93 to 1.0.0-rc95 (#13)
  • Set cacheonly output for validators
  • Switch to docker/metadata-action

1.14.1 (2021/03/06)

  • Switch to goreleaser-xx (#2)
  • Add arm/v5 platform

1.14.0 (2021/03/04)

1.13.2 (2021/03/03)

  • Bump github.com/opencontainers/runc from 1.0.0-rc92 to 1.0.0-rc93 (#1)
  • Fix module name

1.13.1 (2021/03/02)

  • Missing platform for Docker image

1.13.0 (2021/03/02)

  • Fork tianon/gosu
  • Use buildx bake and goreleaser
  • More platforms support
    • arm/v7
    • mips/hardfloat
    • mips/softfloat
    • mipsle/hardfloat
    • mipsle/softfloat
    • mips64/hardfloat
    • mips64/softfloat
    • mips64le/hardfloat
    • mips64le/softfloat
  • Add vendor and lint validation bake targets
  • Switch to GitHub Actions
  • Add dependabot
  • Mutualize tests and handle them through bake and GHA
  • Publish Docker image (from scratch with only gosu binary)

1.12 (2018/10/16)

  • built on Go 1.13.10, runc 1.0.0-rc10, Alpine 3.11
  • added mips64le support (tianon/gosu#69)
  • dropped ppc64 support (not to be confused with ppc64le)

1.11 (2018/10/16)

  • built on Go 1.11.1, runc 1.0.0-rc5, Alpine 3.8
  • added explicit --version and --help flags (tianon/gosu#44)

1.10 (2016/05/11)

1.9 (2016/05/11)

1.8 (2016/04/19)

  • build against Go 1.6
  • add -s and -w to -ldflags so that release binaries are even smaller (~2.6M down to ~1.8M)
  • add simple integration test suite

1.7 (2015/11/08)

  • update to use github.com/opencontainers/runc/libcontainer instead of github.com/docker/libcontainer
  • add arm64, ppc64, and ppc64le to cross-compiled official binaries

1.6 (2015/10/06)

  • revert fchown(2) all open file descriptors; turns out that's NOT OK (see discussion tianon/gosu#8 for details)

1.5 (2015/04/20)

  • build against Go 1.5
  • fchown(2) all open file descriptors before switching users so that they can be used appropriately by the user we're switching to

1.4 (2015/04/20)

1.3 (2015/03/24)

1.2 (2014/11/19)

  • now built from golang
  • cross compiled for multiple arches
  • first GPG signed release

1.1 (2014/07/14)

  • add LockOSThread and explicit GOMAXPROCS to ensure even more explicitly that we're running in the same thread for the duration
  • add better version output (including compilation info)
  • build against Go 1.3 (via tianon/golang and the new Dockerfile+build.sh)

1.0 (2014/06/02)

  • add VERSION constant (and put it in the usage output)