Skip to content

Releases: digineo/http-over-ssh

v0.3.4

11 Jun 07:35
Compare
Choose a tag to compare

Changelog

  • 963c432 Bump actions/cache from 3.0.1 to 3.0.2
  • 9f86c27 Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2
  • 944021d Make linter happier
  • ef10dfc Update dependencies
  • 41d1ce6 Update dependencies
  • c481735 Update dependencies
  • 57127cf Update dependencies
  • 167ab84 Upgrade dependencies and switch to Github actions

v0.3.2

19 Sep 13:09
Compare
Choose a tag to compare

Changelog

d0ab879 Add SSH certificate expiry date to metrics
32c6452 Add per-host metrics
670c7bf Build with Go 1.12
83edaeb Clean up idle HTTP connections before reconnect
c72cc5c Close response bodies in tests
3b14ebc Respect known_hosts file
e0e656f Update dependencies
be1b27d Update dependencies
2810035 update dependencies

v0.3.1

06 Jan 01:37
Compare
Choose a tag to compare

Changelog

c2d3d76 Add Go Report Card
0c47ecf Change CircleCI badge
343a702 Change port numbers for tests
d64a6c6 Clear host before request forwarding
37cf45b Improve Prometheus labeling
cb6e90e Increase test coverage
3aa6619 Increase test coverage

v0.3.0

02 Jan 14:26
Compare
Choose a tag to compare

Changelog

4b593eb Add Circle CI
38085fe Add instructions to restrict SSH access
a3c882e Add metrics to readme
11b14fe Add more metrics
4141e2e Add more next steps
2c4cbd7 Add relabel_configs to prometheus example
5cab1c6 Detect broken SSH connections by using keep alive
ea0003e Expose metrics for Prometheus
cf579ad Improve logging
1aed4a7 Improve test coverage
fd3ee3a Increase test coverage
c21c72d Pass headers to destination host
24938a9 Reuse http.Request for forwarding
d0a0bca Rewrite request parsing
cc00299 Run as HTTP proxy
935cee6 Simplify getClient
e6b8e5c codecov: Ignore main.go

v0.2.0

13 Dec 10:11
Compare
Choose a tag to compare

Changelog

f961743 better error messages, less panics
be328d7 experiment with Docker
1385dda improve Makefile
5a799c4 improve build experience
a1bb2a2 improve jump host parsing

v0.1.0

11 Dec 16:42
Compare
Choose a tag to compare

Changelog

88981c6 Add default SSH port
ab3fa8e Add support for overwriting the username
9b1d6d0 Listening to localhost by default
84bb1b1 More verbosity for SSH key loading
1955fb9 Reconnect on broken SSH connection
587e000 Reduce global locking
581af22 Use one http.Client per SSH connection
ed34379 cleanup, lint, refactoring
77b40c8 first commit
02d2cd4 go modules
8202fbb prepare GitHub releases with goreleaser
ece2820 update readme, add license