Skip to content

Releases: flaupretre/terraform-ssh-tunnel

2.2.3

28 Oct 15:47
Compare
Choose a tag to compare
Fix issue #46: tunnel.sh crashes on ps program check

2.2.2

19 Oct 11:55
Compare
Choose a tag to compare
Fixup #44: Fixup bug when defining `ABSPATH` variable

Using `cd` might cause shell to echo back new working directory
(cf. issue https://github.com/flaupretre/terraform-ssh-tunnel/issues/44)

Proposed solution is to redirect `cd` output to `/dev/null`

v2.2.1

10 Jun 14:01
Compare
Choose a tag to compare
Fix variables

v2.1.0

10 Dec 11:55
Compare
Choose a tag to compare
feat: add aws assume role support for ssm

v2.0.4

08 Oct 13:56
Compare
Choose a tag to compare
remove spaces in ps output

v2.0.3

27 Sep 13:54
Compare
Choose a tag to compare
Apply fix from #25

v2.0.2

19 Aug 14:34
Compare
Choose a tag to compare
shellcheck warning: remove 'function' keyword

v2.0.1

18 Aug 16:25
Compare
Choose a tag to compare
Remove newlines from ENV concatenation

This remove an escaping nightmware.  The newlines get swallowed and become n's
meaning multiple env variables will be broken when we run them through 'eval'.
Since we escape the values it is quite find just to space seperate the exports.

v2.0.0

16 Aug 09:26
Compare
Choose a tag to compare
Issue #23: Alpine Linux Support

v2.0.0 alpha 1

21 Jul 19:11
Compare
Choose a tag to compare
v2.0.0 alpha 1 Pre-release
Pre-release

Introducing additional gateways.

Please test and report issues. Thanks.