Releases: lima-vm/sshocker
Releases · lima-vm/sshocker
v0.2.2
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
Changes
- Fix
statfs
(df
) hang up, by downgradingpkg/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
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
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