Skip to content

Releases: lima-vm/sshocker

v0.2.2

05 Sep 19:10
v0.2.2
9d10b4e
Compare
Choose a tag to compare

Changes

  • Update pkg/sftp to v1.13.3. v1.13.0 had a regression, but fixed in this release. (#15 )

Install

curl -o sshocker --fail -L https://github.com/lima-vm/sshocker/releases/download/v0.2.2/sshocker-$(uname -s)-$(uname -m)
chmod +x sshocker

About the binaries

The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/lima-vm/sshocker/actions/runs/1203703173

v0.2.1

04 Sep 20:47
v0.2.1
2ad309c
Compare
Choose a tag to compare

Changes

  • Fix statfs (df) hang up, by downgrading pkg/sftp to v1.12.0 (#14)

Install

curl -o sshocker --fail -L https://github.com/lima-vm/sshocker/releases/download/v0.2.1/sshocker-$(uname -s)-$(uname -m)
chmod +x sshocker

About the binaries

The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/lima-vm/sshocker/actions/runs/1201665410

v0.2.0

19 Aug 05:30
v0.2.0
15054fb
Compare
Choose a tag to compare

Changes

  • Moved the repo: github.com/AkihiroSuda/sshocker -> github.com/lima-vm/sshocker (#13)
  • Support Go 1.17 (#12)
  • Support sshfs-noempty (56aa3c7)
  • Support specifying port (#11)

Install

curl -o sshocker --fail -L https://github.com/lima-vm/sshocker/releases/download/v0.2.0/sshocker-$(uname -s)-$(uname -m)
chmod +x sshocker

About the binaries

The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/lima-vm/sshocker/actions/runs/1145777806

v0.1.0

01 Oct 09:09
v0.1.0
006b942
Compare
Choose a tag to compare

The first binary release of sshocker.

Install

curl -o sshocker --fail -L https://github.com/AkihiroSuda/sshocker/releases/download/v0.1.0/sshocker-$(uname -s)-$(uname -m)
chmod +x sshocker

About the binaries

The binaries were built automatically on GitHub Actions.
See the log to verify SHA256SUMS.
https://github.com/AkihiroSuda/sshocker/actions/runs/282037687