Skip to content

Releases: alterway/sshportal

v1.25.2

16 Oct 15:47
8bd4ab3
Compare
Choose a tag to compare

Changelog

  • 8bd4ab3 build: fix postremove script bug deleting logrotate conf on upgrade
  • 00a51fa chore(deps): bump the go-deps group with 8 updates (#16)
  • bd7fcb2 chore(deps): bump the gh-actions group with 5 updates (#14)

v1.25.1

20 Sep 16:43
e2479f2
Compare
Choose a tag to compare

Changelog

  • e2479f2 build: make sure to restart the service during an upgrade

v1.25.0

20 Sep 16:11
7367428
Compare
Choose a tag to compare

Changelog

  • 7367428 build: weekly logrotate instead of daily
  • 55b2f4c build: use logrotate copytruncate because don't want a service restart
  • b1ba647 chg: remove user kick and user ban commands
  • 9d44c0f fix: Error on session <session_id>: EOF using port forwarding

v1.24.1

11 Sep 02:16
0427ebf
Compare
Choose a tag to compare

Changelog

  • 0427ebf chore: upgrade Docker base image to distroless/static-debian12

v1.24.0

07 Sep 15:53
04aff84
Compare
Choose a tag to compare

Changelog

  • 04aff84 feat: display SHA256 fingerprint in userkey ls output
  • e8fd4f7 fix: userkey create description and help usage
  • 2a27cce chg: regenerating a new invite token for a user instead of updating it
  • 6822a8d fix: make sure invite tokens are only usable once

v1.23.1

04 Sep 17:23
97b03be
Compare
Choose a tag to compare

Changelog

  • 97b03be build: add homepage, description and priority fields in packages
  • f271a8c build: add libnss-systemd as a hard dependency
  • 08b672b doc: update README

FYI: libnss-systemd provides UNIX user and group name resolution for systemd DynamicUser when the user/group is not in /etc/passwd or /etc/group. I also found out this package is required to use a unix socket with DynamicUser. I've removed the creation of the sshportal static user during the mariadb setup (see f271a8c)

v1.23.0

04 Sep 09:00
432cee8
Compare
Choose a tag to compare

This release introduces SELinux support and mariadb automatic setup on installation (see installation instructions) for Debian and Red-Hat based GNU/Linux distributions.

Changelog

  • 432cee8 build: big overhaul of .rpm and .deb maintainer scripts

v1.22.0

25 Aug 10:04
8ee742a
Compare
Choose a tag to compare

Changelog

  • 8ee742a build: provides rpm and deb packages with a hardened systemd service
  • 53a64f7 fix: prevents non admin users to access the key show command
  • 2535880 chore(deps): bump the go-deps group with 1 update (#13)

v1.21.1

21 Aug 02:15
2f34125
Compare
Choose a tag to compare

Changelog

  • 2f34125 chore(deps): bump the go-deps group with 2 updates (#12)

v1.21.0

09 Aug 21:15
bbf9923
Compare
Choose a tag to compare

Changelog

  • bbf9923 chore(deps): bump golang from 1.20 to 1.21 (#9)
  • ffc30b7 chore(deps): bump the go-deps group with 2 updates (#10)
  • ed23ff7 chg: fallbacks default admin user to root if current user is not found
  • 0e633bd build: use osusergo netgo to have a truly static build in docker