Releases: lima-vm/sshocker
v0.3.4
Changes
Only trivial changes: v0.3.3...v0.3.4
Install
curl -o sshocker --fail -L https://github.com/lima-vm/sshocker/releases/download//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/6450189775
v0.3.3
Changes
Full Changelog: v0.3.2...v0.3.3
Install
curl -o sshocker --fail -L https://github.com/lima-vm/sshocker/releases/download/v0.3.3/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/5840026133
v0.3.2
Changes
- Accepting absolute Unix paths on Windows for use in Cygwin/msys2 (#60, thanks to @arixmkii)
- Quote local and remote filenames in case they include spaces (#64, thanks to @jandubois)
Full Changelog: v0.3.1...v0.3.2
Install
curl -o sshocker --fail -L https://github.com/lima-vm/sshocker/releases/download/v0.3.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/4156727459
v0.3.1
Changes
- Add openssh sftp-server path detection for windows by @afbjorklund in #38
- Don't use filepath for remote paths only for local by @afbjorklund in #37
- Add ability to pass arbitrary -o options to sshfs call by @yorinasub17 in #51
Full Changelog: v0.3.0...v0.3.1
Install
curl -o sshocker --fail -L https://github.com/lima-vm/sshocker/releases/download/v0.3.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/3672404890
v0.3.0
Changes
- Use OpenSSH SFTP Server instead of
github.com/pkg/sftp
(when available; #26)
Other changes: v0.2.3...v0.3.0
Install
curl -o sshocker --fail -L https://github.com/lima-vm/sshocker/releases/download/v0.3.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/2182322637
v0.2.3
Changes
- Stop hardcoding the default port for ssh (#20, thanks to @afbjorklund)
Other changes: v0.2.2...v0.2.3
Install
curl -o sshocker --fail -L https://github.com/lima-vm/sshocker/releases/download/v0.2.3/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/2002547160
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