Skip to content

Releases: alterway/sshportal

v1.30.9

09 Mar 03:13
efecefa

Choose a tag to compare

Changelog

  • efecefa chore(deps): bump golang from 1.25 to 1.26 (#86)
  • 201a87e chore(deps): bump goreleaser/goreleaser-action in the gh-actions group (#88)

v1.30.8

02 Mar 03:11
d4bbf40

Choose a tag to compare

Changelog

  • d4bbf40 chore(deps): bump the go-deps group with 2 updates (#87)

v1.30.7

23 Feb 03:15
30ae588

Choose a tag to compare

Changelog

  • 30ae588 chore(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 (#85)

v1.30.6

02 Feb 03:14
6ccb180

Choose a tag to compare

Changelog

  • 6ccb180 chore(deps): bump the go-deps group with 4 updates (#84)
  • 4d3727c fix: missing error check on a pointer
  • 057a9cb chore(deps): bump the gh-actions group across 1 directory with 3 updates (#82)
  • 8ba3366 chore(deps): bump the go-deps group with 2 updates (#83)

v1.30.5

01 Dec 02:57
2e35e6f

Choose a tag to compare

Changelog

  • 2e35e6f chore(deps): bump the go-deps group with 5 updates (#80)

v1.30.4

24 Nov 02:46
90b02b9

Choose a tag to compare

Changelog

  • 90b02b9 chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#79)

v1.30.3

10 Nov 02:44
d79c502

Choose a tag to compare

Changelog

  • d79c502 doc: README cleanup and correction
  • 68ad51c fix: weird "config" string in help commands

v1.30.2

03 Nov 17:49
b413946

Choose a tag to compare

Changelog

  • b413946 chore: refactor .gitignore & .dockerignore files
  • 25f3a29 chore: remove old unsupported examples
  • 257c682 fix(build): rename sshportal module to github.com/alterway/sshportal

v1.30.1

03 Nov 02:43
d376d15

Choose a tag to compare

Changelog

  • d376d15 chore(deps): bump golang.org/x/tools in the go-deps group (#78)

v1.30.0

31 Oct 21:22
9924335

Choose a tag to compare

Note

sshportal healthcheck is now more secure (see 08ca312). If you used to run sshportal with --db-driver or --db-conn directly you will need to set the corresponding environment variables for the Docker HEALTHCHECK to keep it working or set them by cli if you run the binary directly (not recommended)

You don't have to do anything if you use the .deb or .rpm package as the environment variables are injected in the the sshportal systemd service.

Changelog

  • 9924335 fix(build): windows build failing since urfave/cli upgrade
  • 08ca312 fix(healthcheck): make sure to verify the host key
  • e2a542c chore: fix new linters findings
  • 148de6c fix(healthcheck): prevent buggy error to be printed
  • 3c87b5c fix(build|docker): HEALTHCHECK always returning unhealthy
  • f6f7c41 chg(crypto): prevent uploading new RSA ssh key < 2048 bits
  • 80dd371 chore(deps): upgrade urfave/cli/v2 -> urfave/cli/v3
  • d950bb2 chore(deps): upgrade urfave/cli -> urfave/cli/v2
  • ddd6697 chore: rename moul.io/sshportal to alterway/sshportal
  • bf2fed3 doc: update AUTHORS file