Skip to content

Releases: lima-vm/sshocker

v0.3.9

24 Nov 12:39
Immutable release. Only release title and notes can be modified.
v0.3.9
18dd980

Choose a tag to compare

Changes

  • Build(deps): Bump github.com/urfave/cli/v2 from 2.27.6 to 2.27.7 by @dependabot[bot] in #100
  • Build(deps): Bump actions/checkout from 4 to 5 by @dependabot[bot] in #101
  • Build(deps): Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #102
  • Build(deps): Bump github.com/pkg/sftp from 1.13.9 to 1.13.10 by @dependabot[bot] in #104
  • Build(deps): Bump golang.org/x/crypto from 0.35.0 to 0.45.0 by @dependabot[bot] in #105
  • Build(deps): Bump actions/checkout from 5 to 6 by @dependabot[bot] in #106

Full Changelog: v0.3.8...v0.3.9

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/19634538001

v0.3.8

21 Apr 17:27
v0.3.8
13cbb99

Choose a tag to compare

Changes

  • Build(deps): Bump golang.org/x/crypto from 0.31.0 to 0.35.0 by @dependabot in #99
  • Make argument quotation compatible with cygwin/msys2/gitbash on Windows by @arixmkii in #97

Full Changelog: v0.3.7...v0.3.8

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/14577967751

v0.3.7

21 Apr 17:23
v0.3.7
9e31a8d

Choose a tag to compare

Changes

  • Build(deps): Bump github.com/pkg/sftp from 1.13.7 to 1.13.8 by @dependabot in #96
  • Build(deps): Bump github.com/pkg/sftp from 1.13.8 to 1.13.9 by @dependabot in #98

Full Changelog: v0.3.6...v0.3.7

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/14577873141

v0.3.6

08 Mar 20:31
v0.3.6
7963ac2

Choose a tag to compare

What's Changed

  • Add support for using sftp-server found within PATH by @arixmkii in #94
  • Build(deps): Bump github.com/urfave/cli/v2 from 2.27.5 to 2.27.6 by @dependabot in #95

Full Changelog: v0.3.5...v0.3.6


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/13741206044

v0.3.5

12 Dec 00:33
v0.3.5
cedcbf9

Choose a tag to compare

Changes

This release silences a dependabot alert (#92) about a vulnerability of golang.org/x/crypto: Applications and libraries which misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. (CVE-2024-45337/GO-2024-3321)

This vulnerability is NOT exploitable for sshocker (and Lima), as golang.org/x/crypto/ssh is not used.

Full changes: v0.3.4...v0.3.5

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/12287350284

v0.3.4

08 Oct 22:01
v0.3.4
6d41f77

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

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

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

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

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