Skip to content

Releases: lima-vm/sshocker

v0.3.4

08 Oct 22:01
v0.3.4
6d41f77
Compare
Choose a tag to compare

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

12 Aug 07:13
v0.3.3
76e737d
Compare
Choose a tag to compare

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

12 Feb 15:05
v0.3.2
151a813
Compare
Choose a tag to compare

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

12 Dec 03:34
v0.3.1
4048615
Compare
Choose a tag to compare

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

18 Apr 05:11
v0.3.0
b8ee047
Compare
Choose a tag to compare

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

18 Mar 05:57
v0.2.3
77504d5
Compare
Choose a tag to compare

Changes

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

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