Skip to content

Releases: antoniomika/sish

v1.1.4

26 Oct 21:47
4f7ef48
Compare
Choose a tag to compare

Changelog

4f7ef48 Update request synchronization

v1.1.0

24 Oct 04:56
5dad1c0
Compare
Choose a tag to compare

Changelog

v1.0.10

16 Jun 17:21
11a2d87
Compare
Choose a tag to compare

Changelog

11a2d87 Fixed lint

v1.0.9

13 Jun 04:17
c7d8aed
Compare
Choose a tag to compare

Changelog

c7d8aed Update secret to be in line with starter

v1.0.8

13 Jun 03:02
b443c71
Compare
Choose a tag to compare

Changelog

b443c71 Final fix for docker image

v1.0.2

10 Jun 02:45
d778088
Compare
Choose a tag to compare

Changelog

d778088 Added ssl and keys directory to goreleaser bundle

v1.0.1

04 Jun 03:32
c1bd798
Compare
Choose a tag to compare

Changelog

c1bd798 Set bind any host to respect non-domain TLDs

v1.0.0

30 May 02:12
da08f8a
Compare
Choose a tag to compare

Changelog

3d74221 Add sish.connecttimeout setting
2d83ade Added automatic certificate creation and worked on some documentation
a3611db Added dns verification support for custom domains
9302841 Added some admin console changes, made time format configurable
ad7acfc Added the ability to load multiple certificates and keys. Also enabled the ability to allow any host to be bound even if dns verification fails
c2619d6 Added the ability to log to disk
3a25ead Allow templates directory to be configured
de26ba2 At least get lint to pass
5da236c Better handle letsencrypt email and acceptance
1a3406e Builds go vroom vroom
2556e21 Change filter initialization
d4acd9e Changed split function to be rune based
17dcaad Changed to direct ref
4c66e7c Disable dialer lint for now
6ed56a8 Figure out why cli flags won't set
6a3eedf Fix bash issue
d67561e Fix logging when tunneled endpoint isn't up
16137a0 Fixed dockerignore
71bb8f8 Fixed flags and squash docker image
00fbac4 Fixed lint
ea5a772 Fixed placement of gitkeep
9da142b Fixed pushing rc tags
f742eb3 Handle websocket timeouts better
b701fb1 Initial work on TCP/HTTP/Alias load balancing
029a6b6 Make ping client timeout configurable and add the ability to disable idle connection timeouts
4ba1de0 Minor spelling correction in output to client
5208ec2 More cleanup. Fixed passphrase encrypted host keys and hopefully fixed channel close panics
d5af803 More refactoring and updates.
8234b29 Normalize initializer naming
6e70b2a Readd customizable timeout
cd5bebf Removed squash
36823c6 Rerun tidy
19a3fb7 Started work on migrating to cobra and viper
501d98d Synchronized branch with master
ed9f54f Update letsencypt documentation
fae119f Update webconsole to use data binding
0b96a8e Updated README
99920f8 Updated documentation
96055e1 Updated documentation and CLI flags
eacd799 Updated example config
af01eee Updated favicon check to only reject for the root domain
8a5950f Updated gitignore
4538ecf Updated lint comment
db850e7 Use proxy proto listeners
cd8a13c [chore] goimports -w main.go
0aef9a1 add sub-domain separator when appending username

v1.0.0-rc4

26 May 15:16
d67561e
Compare
Choose a tag to compare
v1.0.0-rc4 Pre-release
Pre-release

Changelog

ad7acfc Added the ability to load multiple certificates and keys. Also enabled the ability to allow any host to be bound even if dns verification fails
3a25ead Allow templates directory to be configured
d67561e Fix logging when tunneled endpoint isn't up
af01eee Updated favicon check to only reject for the root domain

v1.0.0-rc3

22 May 04:26
36823c6
Compare
Choose a tag to compare
v1.0.0-rc3 Pre-release
Pre-release

Changelog

2d83ade Added automatic certificate creation and worked on some documentation
a3611db Added dns verification support for custom domains
c2619d6 Added the ability to log to disk
5da236c Better handle letsencrypt email and acceptance
4c66e7c Disable dialer lint for now
71bb8f8 Fixed flags and squash docker image
f742eb3 Handle websocket timeouts better
b701fb1 Initial work on TCP/HTTP/Alias load balancing
029a6b6 Make ping client timeout configurable and add the ability to disable idle connection timeouts
5208ec2 More cleanup. Fixed passphrase encrypted host keys and hopefully fixed channel close panics
cd5bebf Removed squash
36823c6 Rerun tidy
99920f8 Updated documentation
4538ecf Updated lint comment
db850e7 Use proxy proto listeners